Share Pastebin
Guest
Public paste!

ripps

By: a guest | Dec 29th, 2009 | Syntax: None | Size: 3.03 KB | Hits: 132 | Expires: Never
Copy text to clipboard
  1. GNU gdb (GDB) 7.0-ubuntu
  2. Copyright (C) 2009 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 "i486-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /usr/bin/mpd...Reading symbols from /usr/lib/debug/usr/bin/mpd...done.
  11. (no debugging symbols found)...done.
  12. (gdb) start
  13. Temporary breakpoint 1 at 0x80802ec: file /build/buildd/mpd-0.15.7+git20091227.333e11d/./src/main.c, line 277.
  14. Starting program: /usr/bin/mpd
  15. [Thread debugging using libthread_db enabled]
  16. [New Thread 0xb3fd5b70 (LWP 14328)]
  17. [Thread 0xb3fd5b70 (LWP 14328) exited]
  18. [New Thread 0xb3fd5b70 (LWP 14329)]
  19. [Thread 0xb3fd5b70 (LWP 14329) exited]
  20. [New Thread 0xb3fd5b70 (LWP 14330)]
  21. [Thread 0xb3fd5b70 (LWP 14330) exited]
  22. [New Thread 0xb3fd5b70 (LWP 14331)]
  23. [Thread 0xb3fd5b70 (LWP 14331) exited]
  24. [New Thread 0xb3fd5b70 (LWP 14332)]
  25. [Thread 0xb3fd5b70 (LWP 14332) exited]
  26. [New Thread 0xb3fd5b70 (LWP 14333)]
  27. [Thread 0xb3fd5b70 (LWP 14333) exited]
  28. [New Thread 0xb3fd5b70 (LWP 14334)]
  29. [Thread 0xb3fd5b70 (LWP 14334) exited]
  30. [New Thread 0xb3fd5b70 (LWP 14335)]
  31. [Thread 0xb3fd5b70 (LWP 14335) exited]
  32. [New Thread 0xb3fd5b70 (LWP 14336)]
  33. [Thread 0xb3fd5b70 (LWP 14336) exited]
  34. [New Thread 0xb3fd5b70 (LWP 14337)]
  35. [Thread 0xb3fd5b70 (LWP 14337) exited]
  36. [New Thread 0xb3fd5b70 (LWP 14338)]
  37. [Thread 0xb3fd5b70 (LWP 14338) exited]
  38. [New Thread 0xb3fd5b70 (LWP 14339)]
  39. [Thread 0xb3fd5b70 (LWP 14339) exited]
  40.  
  41. Temporary breakpoint 1, main (argc=1, argv=0xbffff894)
  42.     at /build/buildd/mpd-0.15.7+git20091227.333e11d/./src/main.c:277
  43. 277     /build/buildd/mpd-0.15.7+git20091227.333e11d/./src/main.c: No such file or directory.
  44.         in /build/buildd/mpd-0.15.7+git20091227.333e11d/./src/main.c
  45. (gdb) bt full
  46. #0  main (argc=1, argv=0xbffff894) at /build/buildd/mpd-0.15.7+git20091227.333e11d/./src/main.c:277
  47.         options = {kill = 134889460, daemon = -1073743896, log_stderr = 134822633, verbose = 91497252}
  48.         start = <value optimized out>
  49.         error = 0xbffff7e8
  50.         success = <value optimized out>
  51. (gdb) exinfo registers
  52. eax            0xbffff894       -1073743724
  53. ecx            0x8b34197f       -1959519873
  54. edx            0x1      1
  55. ebx            0x5741ff4        91496436
  56. esp            0xbffff770       0xbffff770
  57. ebp            0xbffff7e8       0xbffff7e8
  58. esi            0x0      0
  59. edi            0x0      0
  60. eip            0x80802ec        0x80802ec <main+12>
  61. eflags         0x200282 [ SF IF ID ]
  62. cs             0x73     115
  63. ss             0x7b     123
  64. ds             0x7b     123
  65. es             0x7b     123
  66. fs             0x0      0
  67. gs             0x33     51
  68. (gdb) equitthread apply all backtrace
  69.  
  70. Thread 1 (Thread 0xb7fd7940 (LWP 14325)):
  71. #0  main (argc=1, argv=0xbffff894) at /build/buildd/mpd-0.15.7+git20091227.333e11d/./src/main.c:277
  72. (gdb) quit
  73. A debugging session is active.
  74.  
  75.         Inferior 1 [process 14325] will be killed.
  76.  
  77. Quit anyway? (y or n)