Firefox hang on macOS (activity monitor sample attached)
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox101 | --- | affected |
People
(Reporter: yoasif, Unassigned)
Details
Attachments
(2 files)
### Basic information
Steps to Reproduce:
No idea how to reproduce, a family member complained of a lockup, so I grabbed a sample of the parent process using activity monitor.
Expected Results:
No hangs!
System configuration:
OS version: macOS Mojave
GPU model: Intel Iris Pro Graphics
Number of cores: 4
Amount of memory (RAM): 16gb
Thanks so much for your help.
If this isn't interesting, or actionable, feel free to close.
Reporter | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Looks like a deadlock during crash handling, via the allocator. CrashReporter::PairedDumpCallback is allocating a string. Not sure who's holding the allocator lock.
Comment 3•3 years ago
|
||
We're taking a snapshot of the main process and that pauses all threads except for the writer... we might be hitting any other thread holding that lock. This is yet another problem that would be solved by fully OOP minidump generation.
Comment 4•3 years ago
|
||
I remember I saw this already, duping
Description
•