Running Firefox in valgrind produces the following output (although I'm quite at a loss how to get a better backtrace):
==23594== Conditional jump or move depends on uninitialised value(s) ==23594== at 0x400882D: (within /lib/ld-2.3.6.so) ==23594== by 0x4167482: dl_open_worker (dl-open.c:343) ==23594== by 0x400B105: (within /lib/ld-2.3.6.so) ==23594== by 0x4167C28: _dl_open (dl-open.c:577) ==23594== by 0x41690BF: do_dlopen (dl-libc.c:80) ==23594== by 0x400B105: (within /lib/ld-2.3.6.so) ==23594== by 0x4169074: dlerror_run (dl-libc.c:42) ==23594== by 0x4169181: __libc_dlopen_mode (dl-libc.c:153) ==23594== by 0x409BB29: __gconv_find_shlib (gconv_dl.c:117) ==23594== by 0x4093D2C: find_derivation (gconv_db.c:256) ==23594== by 0x40943D8: __gconv_find_transform (gconv_db.c:723) ==23594== by 0x40F49A5: __wcsmbs_getfct (wcsmbsload.c:92) ==23594== ==23594== Conditional jump or move depends on uninitialised value(s) ==23594== at 0x4008852: (within /lib/ld-2.3.6.so) ==23594== by 0x4167482: dl_open_worker (dl-open.c:343) ==23594== by 0x400B105: (within /lib/ld-2.3.6.so) ==23594== by 0x4167C28: _dl_open (dl-open.c:577) ==23594== by 0x41690BF: do_dlopen (dl-libc.c:80) ==23594== by 0x400B105: (within /lib/ld-2.3.6.so) ==23594== by 0x4169074: dlerror_run (dl-libc.c:42) ==23594== by 0x4169181: __libc_dlopen_mode (dl-libc.c:153) ==23594== by 0x409BB29: __gconv_find_shlib (gconv_dl.c:117) ==23594== by 0x4093D2C: find_derivation (gconv_db.c:256) ==23594== by 0x40943D8: __gconv_find_transform (gconv_db.c:723) ==23594== by 0x40F49A5: __wcsmbs_getfct (wcsmbsload.c:92) X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 169 Major opcode: 147 Minor opcode: 3 Resource id: 0x0 Failed to open device (Gecko:23594): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed (Gecko:23594): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (Gecko:23594): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed (Gecko:23594): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed (Gecko:23594): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed Bus error -- Firefox dies with Bus error when pressing CTRL+O https://launchpad.net/bugs/53355 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
