Advertisement
cyla

gdb --args /opt/hp/hp-health/bin/hpasmlited -f /dev/ipmi0

Nov 1st, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. GNU gdb (Gentoo 7.7.1 p1) 7.7.1
  2. Copyright (C) 2014 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-pc-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://bugs.gentoo.org/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from /opt/hp/hp-health/bin/hpasmlited...(no debugging symbols found)...done.
  16. (gdb) run
  17. Starting program: /opt/hp/hp-health/bin/hpasmlited -f /dev/ipmi0
  18. warning: Could not load shared library symbols for linux-vdso.so.1.
  19. Do you need "set solib-search-path" or "set sysroot"?
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib64/libthread_db.so.1".
  22.  
  23. Program received signal SIGSEGV, Segmentation fault.
  24. 0x00000000004217fe in ?? ()
  25. (gdb) x/i $rip
  26. => 0x4217fe: out %al,(%dx)
  27. (gdb) i r
  28. rax 0x206 518
  29. rbx 0xe50100 15008000
  30. rcx 0x0 0
  31. rdx 0x85 133
  32. rsi 0x0 0
  33. rdi 0x0 0
  34. rbp 0x7fffffffdf10 0x7fffffffdf10
  35. rsp 0x7fffffffded8 0x7fffffffded8
  36. r8 0x6594f0 6657264
  37. r9 0x7fffffffdf80 140737488347008
  38. r10 0x7fffffffdd40 140737488346432
  39. r11 0x246 582
  40. r12 0x648000 6586368
  41. r13 0x648000 6586368
  42. r14 0xe5 229
  43. r15 0x7ffff7f7da86 140737353603718
  44. rip 0x4217fe 0x4217fe
  45. eflags 0x10206 [ PF IF RF ]
  46. cs 0xe033 57395
  47. ss 0xe02b 57387
  48. ds 0x0 0
  49. es 0x0 0
  50. fs 0x0 0
  51. gs 0x0 0
  52. (gdb) quit
  53. A debugging session is active.
  54.  
  55. Inferior 1 [process 26674] will be killed.
  56.  
  57. Quit anyway? (y or n) y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement