Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#26363 - [firefox] crash libc.so.6
Attached to Project:
Arch Linux
Opened by farid (osc) - Sunday, 09 October 2011, 20:46 GMT
Last edited by Allan McRae (Allan) - Friday, 16 November 2012, 12:13 GMT
Opened by farid (osc) - Sunday, 09 October 2011, 20:46 GMT
Last edited by Allan McRae (Allan) - Friday, 16 November 2012, 12:13 GMT
|
DetailsDescription:
while browsing around firefox crashes. here is the backtrace: [Thread 0x7fffb83ff700 (LWP 1916) exited] process 1822: arguments to dbus_message_new_method_call() were incorrect, assertion "destination == NULL || _dbus_check_is_valid_bus_name (destination)" failed in file dbus-message.c line 1203. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace Program received signal SIGABRT, Aborted. 0x00007ffff7387735 in raise () from /lib/libc.so.6 (gdb) backtrace #0 0x00007ffff7387735 in raise () from /lib/libc.so.6 #1 0x00007ffff7388bab in abort () from /lib/libc.so.6 #2 0x00007ffff1890205 in ?? () from /usr/lib/libdbus-1.so.3 #3 0x00007ffff1887181 in ?? () from /usr/lib/libdbus-1.so.3 #4 0x00007ffff1878d5a in dbus_message_new_method_call () from /usr/lib/libdbus-1.so.3 #5 0x00007fffeb68a8c0 in ?? () from /usr/lib/gtk-2.0/modules/libatk-bridge.so #6 0x00007ffff5c796e3 in ?? () from /usr/lib/firefox-7.0/libxul.so #7 0x00007ffff54b8783 in ?? () from /usr/lib/firefox-7.0/libxul.so #8 0x00007ffff5c7b929 in ?? () from /usr/lib/firefox-7.0/libxul.so #9 0x00007ffff5c846be in ?? () from /usr/lib/firefox-7.0/libxul.so #10 0x00007ffff5c7e0b0 in ?? () from /usr/lib/firefox-7.0/libxul.so #11 0x00007ffff5c82a72 in ?? () from /usr/lib/firefox-7.0/libxul.so #12 0x00007ffff5c745bf in ?? () from /usr/lib/firefox-7.0/libxul.so #13 0x00007ffff5c737fd in ?? () from /usr/lib/firefox-7.0/libxul.so #14 0x00007ffff5c7bf13 in ?? () from /usr/lib/firefox-7.0/libxul.so #15 0x00007ffff54bb3ae in ?? () from /usr/lib/firefox-7.0/libxul.so #16 0x00007ffff5611f21 in ?? () from /usr/lib/firefox-7.0/libxul.so #17 0x00007ffff56123e3 in ?? () from /usr/lib/firefox-7.0/libxul.so #18 0x00007ffff5d7e1b3 in ?? () from /usr/lib/firefox-7.0/libxul.so #19 0x00007ffff5d4c0e5 in ?? () from /usr/lib/firefox-7.0/libxul.so #20 0x00007ffff5ce562b in ?? () from /usr/lib/firefox-7.0/libxul.so #21 0x00007ffff5da1e22 in ?? () from /usr/lib/firefox-7.0/libxul.so ---Type <return> to continue, or q <return> to quit--- #22 0x00007ffff5c538db in ?? () from /usr/lib/firefox-7.0/libxul.so #23 0x00007ffff5b050ee in ?? () from /usr/lib/firefox-7.0/libxul.so #24 0x00007ffff52b7d75 in XRE_main () from /usr/lib/firefox-7.0/libxul.so #25 0x0000000000401a94 in ?? () #26 0x00007ffff737413d in __libc_start_main () from /lib/libc.so.6 #27 0x0000000000401c81 in ?? () #28 0x00007fffffffe198 in ?? () #29 0x00000000ffffffff in ?? () #30 0x0000000000000001 in ?? () #31 0x00007fffffffe49e in ?? () #32 0x0000000000000000 in ?? () Additional info: * package version(s) firefox 7.0.1-1 * config and/or log files etc. Steps to reproduce: |
This task depends upon
note, that you need to modify mozconfig and drop --disable-debug and add !strip in options PKGBUILD
Edit: I originally said the last two lines were interesting. I take that back. Instead, I think that it crashes after trying to bring up the flash plugin.
I'd say I started to notice it about 2 or 3 weeks ago, so I had to start running Firefox from a terminal to get any kind of error message, which led me here. Seems to trigger when I'm browsing around Youtube (loading a new page). Previously Firefox was rock solid stable.