Bugzilla – Bug 778351
Firefox 15.0 crash report on close
Last modified: 2012-09-06 20:05:59 UTC
Since the latest update of Firefox via openSUSE 12.1 update repository, closing Firefox leads 100% reproducibly to a crash report dialog. Steps to reproduce: * launch Firefox via icon or command line * close Firefox via close button or File > Quit
It doesn't for me. So where is the crash report? Could you please add the reference from about:crashes here?
about:crashes lists three entries, none from today or yesterday. Maybe the issue is not that Firefox actually crashed (there's no such thing visible in the terminal) but that its reporting facility runs into some false positive?
If the crash dialog appears and you send the crash report to mozilla you should get an entry in about:crashes. If you do not please provide gdb backtrace firefox -d gdb can be used to start Firefox within gdb. Having debug symbols would be a plus but for a first guess I'd like to see the library in which it is crashing.
After submitting it here's the report: https://crash-stats.mozilla.com/report/index/160f4092-f3fd-4f1d-904e-68e382120831 The topmost frame indicates libmozjs185.so.1.0.0 and apparently some NULL pointer dereference.
we had this issue before, perjaps try rpm -e libmozjs185-1_0
# rpm -e libmozjs185-1_0 error: Failed dependencies: libmozjs185.so.1.0()(64bit) is needed by (installed) libgjs0-1.30.0-2.1.3.x86_64 libmozjs185.so.1.0()(64bit) is needed by (installed) libpeas-loader-gjs-1.2.0-3.1.2.x86_64 libmozjs185.so.1.0()(64bit) is needed by (installed) gnome-shell-3.2.2.1-2.11.1.x86_64 libmozjs185.so.1.0()(64bit) is needed by (installed) libproxy1-pacrunner-mozjs-0.4.7-7.4.1.x86_64 Deinstalling gnome-shell sounds rather dangerous to me... My alternative would be an upgrade to 12.2 if we can't fix this issue for the other 12.1 users first.
I have the same problem. Firefox 15 on my openSUSE 12.1 system 100% crashes on exit. Reverting to Firefox 14 fixes the issue. At the same time, Firefox 15 does not crash on my openSUSE 11.4 system.
I also have this issue rpm -e libmozjs185-1_0 resolved the issue for me
The package to remove is libproxy1-pacrunner-mozjs *** This bug has been marked as a duplicate of bug 759123 ***