Crash in [@ getenv]
Categories
(Core :: mozglue, defect)
Tracking
()
People
(Reporter: o2q2tcedsh0, Unassigned)
References
Details
Crash report: https://crash-stats.mozilla.org/report/index/8e65cfec-aeb8-4b93-ab91-e24070250715
Reason:
SIGSEGV / SI_KERNEL
Top 10 frames:
0 libc.so.6 getenv stdlib/stdlib/getenv.c:84
1 libc.so.6 guess_category_value intl/intl/dcigettext.c:1573
1 libc.so.6 __dcigettext intl/intl/dcigettext.c:647
2 libgio-2.0.so.0 g_buffered_input_stream_class_init gio/gbufferedinputstream.c:164
2 libgio-2.0.so.0 g_buffered_input_stream_class_intern_init gio/gbufferedinputstream.c:134
3 libgobject-2.0.so.0 type_class_init_Wm gobject/gtype.c:2299
3 libgobject-2.0.so.0 g_type_class_ref gobject/gtype.c:3014
4 libgobject-2.0.so.0 g_type_class_ref gobject/gtype.c:3006
5 libgobject-2.0.so.0 g_object_new_valist gobject/gobject.c:2499
6 libgobject-2.0.so.0 g_object_new gobject/gobject.c:2040
Comment 1•6 months ago
|
||
Maddi, any specific action when the crash occurred? Thank you.
Right-click on the Firefox icon in Debian Stable Gnome. Password manager "Secrects" was open. This is the second time the crash has happened in this combination.
Updated•6 months ago
|
Comment 4•5 months ago
|
||
The severity field is not set for this bug.
:glandium, could you have a look please?
For more information, please visit BugBot documentation.
Comment 5•4 months ago
|
||
I can reproduce this relatively reliably (it happens on launch around 5-10% of the time) on Raspberry Pi OS (based on Debian) Bookworm on Raspberry Pi 4. See https://crash-stats.mozilla.org/report/index/e2a7693c-0264-4c69-b5b0-bd7ab0250917
This is bad enough that it's blocking the release of Firefox 143.0 on Raspberry Pi OS.
This looks like a classic setenv/getenv race, see also 1752703 and 1748366
Updated•3 months ago
|
Comment 7•2 months ago
|
||
(In reply to David Turner from comment #5)
I can reproduce this relatively reliably (it happens on launch around 5-10% of the time) on Raspberry Pi OS (based on Debian) Bookworm on Raspberry Pi 4. See https://crash-stats.mozilla.org/report/index/e2a7693c-0264-4c69-b5b0-bd7ab0250917
Are you able to reproduce under rr? (assuming this is aarch64)
Updated•2 months ago
|
Comment 8•2 months ago
|
||
I've tested quite hard for half an hour and I can't seem to reproduce this any more (testing with Firefox 144 and now on Raspberry Pi OS trixie on the same Raspberry Pi 4).
Description
•