Can't unwind stacks in crashes under signature [@ __pthread_mutex_lock_full]
Categories
(Toolkit :: Crash Reporting, defect, P3)
Tracking
()
People
(Reporter: gsvelto, Unassigned)
Details
(Keywords: crash, Whiteboard: [tbird crash])
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/f9fa7a91-e6a2-4404-92ed-383530240811
Reason: SIGSEGV / SEGV_ACCERR
Top 1 frame:
0 libc.so.6 __pthread_mutex_lock_full /usr/src/debug/glibc-2.40/nptl/pthread_mutex_lock.c:194
We only ever get one frame, it's odd. Either there's a bug in dump_syms / rust-minidump or the debug information is buggy, or maybe there's some new stuff we don't support.
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:gsvelto, could you have a look please?
For more information, please visit BugBot documentation.
| Reporter | ||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
The bug is linked to a topcrash signature, which matches the following criteria:
- Top 20 desktop browser crashes on beta (startup)
- Top 5 desktop browser crashes on Linux on beta (startup)
:gsvelto, could you consider increasing the severity of this top-crash bug?
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 3•1 year ago
|
||
This bug only affects users with Nvidia closed-source drivers from the 560.x version line. Not bumping the priority because we're unlikely to be able to do anything about it.
Comment 4•1 year ago
|
||
Based on the topcrash criteria, the crash signature linked to this bug is not a topcrash signature anymore.
For more information, please visit BugBot documentation.
Comment 5•1 year ago
|
||
(In reply to Gabriele Svelto [:gsvelto] from comment #3)
This bug only affects users with Nvidia closed-source drivers from the 560.x version line. Not bumping the priority because we're unlikely to be able to do anything about it.
Also 570.x versions:
But I think some or most of the Thunderbird crashes are not driver related. Many comments mention logging in or just exiting Thunderbird.
Comment 6•1 year ago
|
||
Crash rate increased significantly in early January, and decreased significantly mid-March in exact opposite to crash signatur e https://crash-stats.mozilla.org/signature/?product=Firefox&signature=NvEglwlaf47906in&date=%3E%3D2025-01-11T00%3A13%3A00.000Z&date=%3C2025-04-11T00%3A13%3A00.000Z#graphs, which is Bug 1807637 - Crash in [@ @0x0 | mozilla::gl::GLLibraryEGL::fSwapBuffersWithDamage]
Description
•