a...@utgard:~$ gdb rhythmbox GNU gdb (GDB) 7.2-ubuntu 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/bin/rhythmbox...Reading symbols from /usr/lib/debug/usr/bin/rhythmbox...done. done. (gdb) set logging on debug.txt Copying output to debug.txt. (gdb) break gdk_x_error Function "gdk_x_error" not defined. Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (gdk_x_error) pending. (gdb) run --sync Starting program: /usr/bin/rhythmbox --sync [Thread debugging using libthread_db enabled] [New Thread 0x7fffe6ad8710 (LWP 18468)] [New Thread 0x7fffe4eb2710 (LWP 18472)] (rhythmbox:18447): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed [Thread 0x7fffe4eb2710 (LWP 18472) exited] ** Message: pygobject_register_sinkfunc is deprecated (GstObject) [New Thread 0x7fffe4eb2710 (LWP 18480)] [New Thread 0x7fffdbfaf710 (LWP 18481)] [Thread 0x7fffe4eb2710 (LWP 18480) exited] [Thread 0x7fffdbfaf710 (LWP 18481) exited] [New Thread 0x7fffdbfaf710 (LWP 18482)] [New Thread 0x7fffe4eb2710 (LWP 18483)] [New Thread 0x7fffd6bda710 (LWP 18484)] (rhythmbox:18447): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed (rhythmbox:18447): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `GDK_IS_PIXBUF (src)' failed (rhythmbox:18447): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed (rhythmbox:18447): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed The program 'rhythmbox' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 19016 error_code 11 request_code 53 minor_code 0) (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 0x7fffe4eb2710 (LWP 18483) exited] [Thread 0x7fffd6bda710 (LWP 18484) exited] [Thread 0x7fffdbfaf710 (LWP 18482) exited] [Thread 0x7fffe6ad8710 (LWP 18468) exited] Program exited with code 01. ** Attachment added: "debug.txt" https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/651934/+attachment/1657733/+files/debug.txt -- The program 'rhythmbox' received an X Window System error https://bugs.launchpad.net/bugs/651934 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
