Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2011
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.77 KB | None | 0 0
  1. dude@dude-desktop:~$ gdb /usr/local/bin/amule
  2. GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
  3. Copyright (C) 2010 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/local/bin/amule...done.
  12. (gdb) run
  13. Starting program: /usr/local/bin/amule
  14. [Thread debugging using libthread_db enabled]
  15.  2011-06-03 11:56:29: amuleAppCommon.cpp(333): Initialising aMule SVN compiled with wxGTK2 v2.8.12 (Debugging) (Snapshot: rev. 10573)
  16.  2011-06-03 11:56:29: amuleAppCommon.cpp(379): Checking if there is an instance already running...
  17.  2011-06-03 11:56:29: amuleAppCommon.cpp(410): No other instances are running.
  18.  2011-06-03 11:56:29: ListenSocket.cpp(65): ListenSocket: Ok.
  19. [New Thread 0x7fffea8d9700 (LWP 23470)]
  20. [New Thread 0x7fffea0d8700 (LWP 23471)]
  21.  
  22. (amule:23456): Gtk-CRITICAL **: IA__gtk_container_remove: assertion `GTK_IS_CONTAINER (container)' failed
  23.  
  24. (amule:23456): Gtk-CRITICAL **: IA__gtk_container_remove: assertion `GTK_IS_CONTAINER (container)' failed
  25. [New Thread 0x7fffe98d7700 (LWP 23472)]
  26. [New Thread 0x7fffe90d6700 (LWP 23473)]
  27.  2011-06-03 11:56:30: DownloadQueue.cpp(113): Loading temp files from /mnt/storage/mule/Temp.
  28.  2011-06-03 11:56:30: DownloadQueue.cpp(163): All PartFiles Loaded.
  29. [Thread 0x7fffe90d6700 (LWP 23473) exited]
  30. [New Thread 0x7fffe90d6700 (LWP 23474)]
  31. [Thread 0x7fffe90d6700 (LWP 23474) exited]
  32. [New Thread 0x7fffe39f4700 (LWP 23475)]
  33. [New Thread 0x7fffe314f700 (LWP 23478)]
  34. [Thread 0x7fffea8d9700 (LWP 23470) exited]
  35. [Thread 0x7fffe314f700 (LWP 23478) exited]
  36. [New Thread 0x7fffe90d6700 (LWP 23496)]
  37. The program 'amule' received an X Window System error.
  38. This probably reflects a bug in the program.
  39. The error was 'BadIDChoice (invalid resource ID chosen for this connection)'.
  40.   (Details: serial 128523 error_code 14 request_code 153 minor_code 27)
  41.   (Note to programmers: normally, X errors are reported asynchronously;
  42.    that is, you will receive the error a while after causing it.
  43.    To debug your program, run it with the --sync command line
  44.    option to change this behavior. You can then get a meaningful
  45.    backtrace from your debugger if you break on the gdk_x_error() function.)
  46. [Thread 0x7fffe39f4700 (LWP 23475) exited]
  47. [Thread 0x7fffe98d7700 (LWP 23472) exited]
  48. [Thread 0x7fffea0d8700 (LWP 23471) exited]
  49. [Thread 0x7fffe90d6700 (LWP 23496) exited]
  50.  
  51. Program exited with code 01.
  52. (gdb) bt
  53. No stack.
  54. (gdb) bt full
  55. No stack.
  56. (gdb) thread apply all bt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement