Closed
Bug 984445
Opened 11 years ago
Closed 9 years ago
startup crashes in libc-2.19.so (primarily on Ubuntu 14.04)
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: u279076, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-b04d2efb-35de-4908-abee-fa2c92140316.
=============================================================
0 libc-2.19.so libc-2.19.so@0x140e4a
1 libgtk-x11-2.0.so.0.2400.22 gtk_range_get_round_digits
2 libgtk-x11-2.0.so.0.2400.22 gtk_rc_parse_string
3 libgtk-x11-2.0.so.0.2400.22 gtk_rc_parse_string
4 libgtk-x11-2.0.so.0.2400.22 gtk_rc_reparse_all_for_settings
5 libgtk-x11-2.0.so.0.2400.22 gtk_settings_get_for_screen
6 libgtk-x11-2.0.so.0.2400.22 gtk_style_get_type
7 libgobject-2.0.so.0.3991.0 g_type_create_instance
8 libgobject-2.0.so.0.3991.0 g_object_unref
9 libgobject-2.0.so.0.3991.0 g_object_newv
10 libgobject-2.0.so.0.3991.0 g_object_new
11 libgtk-x11-2.0.so.0.2400.22 gtk_widget_get_default_style
12 libgtk-x11-2.0.so.0.2400.22 gtk_widget_get_default_style
13 libgobject-2.0.so.0.3991.0 g_type_create_instance
14 libgobject-2.0.so.0.3991.0 g_object_unref
15 libgtk-x11-2.0.so.0.2400.22 gtk_input_dialog_new
16 libgobject-2.0.so.0.3991.0 g_object_unref
17 libgobject-2.0.so.0.3991.0 g_object_newv
18 libgobject-2.0.so.0.3991.0 g_object_new
19 libxul.so nsLookAndFeel::Init /build/buildd/firefox-28.0+build1/widget/gtk/nsLookAndFeel.cpp
20 libxul.so nsXPLookAndFeel::GetInstance /build/buildd/firefox-28.0+build1/widget/xpwidgets/nsXPLookAndFeel.cpp
21 libxul.so mozilla::LookAndFeel::GetInt /build/buildd/firefox-28.0+build1/widget/xpwidgets/nsXPLookAndFeel.cpp
22 libxul.so nsChromeRegistryChrome::CheckForOSAccessibility /build/buildd/firefox-28.0+build1/obj-x86_64-linux-gnu/chrome/src/../../dist/include/mozilla/LookAndFeel.h
23 libxul.so ScopedXPCOMStartup::SetWindowCreator /build/buildd/firefox-28.0+build1/toolkit/xre/nsAppRunner.cpp
24 libxul.so XREMain::XRE_mainRun /build/buildd/firefox-28.0+build1/toolkit/xre/nsAppRunner.cpp
25 libxul.so XREMain::XRE_main /build/buildd/firefox-28.0+build1/toolkit/xre/nsAppRunner.cpp
26 libxul.so XRE_main /build/buildd/firefox-28.0+build1/toolkit/xre/nsAppRunner.cpp
27 firefox do_main /build/buildd/firefox-28.0+build1/browser/app/nsBrowserApp.cpp
28 firefox main /build/buildd/firefox-28.0+build1/browser/app/nsBrowserApp.cpp
29 libc-2.19.so libc-2.19.so@0x21ec5
30 libstdc++.so.6.0.19 libstdc++.so.6.0.19@0x2ee4c0
31 firefox firefox@0x3ac0
32 firefox _GLOBAL__sub_I_SSE.cpp /build/buildd/firefox-28.0+build1/mozglue/build/SSE.cpp
33 @0x7fff0527dde0
34 ld-2.19.so ld-2.19.so@0x10223
=============================================================
There are three separate signatures showing up here but the stacks all look similar. It appears as though this is related to a new glib version on the Beta version of Ubuntu 14.04 (due out next month). I'm not sure there's something we can do here but I'm reporting the bug just in case.
libc-2.19.so@0x87d4a:
https://crash-stats.mozilla.com/report/list?product=Firefox&signature=libc-2.19.so%400x87d4a
libc-2.19.so@0x140e4a:
https://crash-stats.mozilla.com/report/list?product=Firefox&signature=libc-2.19.so%400x140e4a
libc-2.19.so@0x989be:
https://crash-stats.mozilla.com/report/list?product=Firefox&signature=libc-2.19.so%400x989be
Comment 2•11 years ago
|
||
Interesting that the libc offsets can be so different.
gtk_rc_parse_string should not be calling gtk_range_get_round_digits unless there is some magic in the rc file that i don't understand or if a virtual function table or pointer is corrupt.
If someone can reproduce, does switching to a different gtk2 theme make any difference? What theme is in use?
Sorry, I'm not permitted to spend time on desktop Linux issues, but I'll install gtk+-2.24.22 on my system to see if I can reproduce.
Assignee: karlt → nobody
Paul, can you see if you can reproduce this in an Ubuntu 14.04 install?
Flags: needinfo?(paul.silaghi)
Comment 4•11 years ago
|
||
Ok, I've set up Ubuntu 14.04 on a AMD64 machine.
Are there any STR? By simply running FF 28/30.0a1 I don't get any crashes. Also, switching themes doesn't change anything.
Flags: needinfo?(paul.silaghi)
(In reply to Paul Silaghi, QA [:pauly] from comment #4)
> Are there any STR?
Unfortunately not. All we know by crash-stats is that this is a startup crash occurring with users of Ubuntu 14.04, Linux Kernel 3.13.0-*, and libc 2.19. The majority of the crashes are actually using Firefox 28.0 but the build IDs don't seem to line up to any of our official releases. It might be that these crashes are coming from builds in some pre-release PPA.
Comment 6•11 years ago
|
||
I wonder whether these are Ubuntu builds.
Comment 7•9 years ago
|
||
I suspect these signatures are obsolete now. I couldn't find anything equivalent on crash-stats.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•