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