Crash in java.lang.OutOfMemoryError: at java.lang.Thread.nativeCreate(Native Method)
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox64 wontfix, firefox65 wontfix, firefox66 wontfix, firefox67 wontfix, firefox68 fix-optional)
Tracking | Status | |
---|---|---|
firefox64 | --- | wontfix |
firefox65 | --- | wontfix |
firefox66 | --- | wontfix |
firefox67 | --- | wontfix |
firefox68 | --- | fix-optional |
People
(Reporter: marcia, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
This bug is for crash report bp-e4941002-b9ab-4de2-b9f0-03ddf0190115.
This crash is in the top 20 in Fennec, and has appeared in previous versions as well: https://bit.ly/2DbBAi0. 64.0.1 had about 1000 crashes in the last 7 days.
Maybe not much we can do because it is an OOM ((84.02% in signature vs 06.33% overall) moz_crash_reason = MOZ_CRASH(OOM)
(66.82% in signature vs 14.74% overall) Module "NotoNaskhUI-Regular.ttf" = true [77.96%), but filing since it is being flagged as a startup crash by Socorro.
Crash reasons are either SIGSEGV /SEGV_MAPERR or SIGSEGV /0x00000000
Java stack trace:
java.lang.OutOfMemoryError
at java.lang.Thread.nativeCreate(Native Method)
at java.lang.Thread.start(Thread.java:1063)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920)
at java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:988)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
Comment 1•7 years ago
|
||
My understanding is we're not going to have another 64 dot release given the impending 65 release.
Updated•7 years ago
|
Liz, did we make a decision on this during our last triage?
Comment 5•7 years ago
|
||
This looks like an OOM the unredacted java stack trace is
java.lang.OutOfMemoryError: pthread_create (1040KB stack) failed: Try again
at java.lang.Thread.nativeCreate(Native Method)
at java.lang.Thread.start(Thread.java:1063)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920)
at java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:988)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
The top of the minidump stack is NS_ABORT_OOM(unsigned int)
Comment 6•7 years ago
|
||
I'd like to see more results from beta (maybe from beta 6 on Friday or 7 next week) to see if this starts showing up in higher numbers in 66.
Reporter | ||
Comment 7•7 years ago
|
||
Only 4 crashes total in Beta 6.
Updated•7 years ago
|
Comment 8•7 years ago
|
||
Bulk change for all regression bugs with status-firefox67 as 'fix-optional' to be marked 'affected' for status-firefox68.
Updated•6 years ago
|
Comment 9•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Description
•