OOM crash on Windows: Failed to spawn Glean's uploader thread
Categories
(Data Platform and Tools :: Glean: SDK, defect, P2)
Tracking
(Not tracked)
People
(Reporter: yannis, Assigned: janerik)
References
Details
Crash Data
Attachments
(1 file)
This signature has quite a high volume in 115.0.2 release.
Example crash report: here
For 115.0.2, ~85% of the crashes in the attached signature have moz crash reason Failed to spawn Glean's uploader thread: Os { code: 8, kind: OutOfMemory, message: "Not enough memory resources are available to process this command." }, localized to the user's language. Coming from users with limited resources, running the 32-bit version of Firefox.
Would it be possible to give up on the uploader thread but let Firefox survive when this occurs?
| Assignee | ||
Comment 1•2 years ago
|
||
We sure could handle this more gracefully.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
badboy merged PR #2545: "Bug 1844569 - RLB: Gracefully handle uploader thread start failure" in 0d7d7ab.
This will make it into the next release, which I hope we can then get quickly into m-c as well. Keeping this bug open until then.
| Assignee | ||
Comment 4•2 years ago
|
||
This landed in Glean v53.2.0, which we pulled into m-c a while ago.
Description
•