Closed
Bug 879451
Opened 12 years ago
Closed 12 years ago
Intermittent failure in B2G/Gaia [jemalloc_crash]
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: zcampbell, Unassigned)
Details
(Keywords: crash, intermittent-failure, Whiteboard: [b2g-crash][fromAutomation])
Crash Data
We are suffering this intermittent failure during test automation
It causes the device to reboot and interrupts our test run.
Crash-states report is:
https://crash-stats.mozilla.com/report/index/0e3dead1-2d55-4a03-8962-f3c062130604
The crash occurred while operating in the B2G Browser app.
Updated•12 years ago
|
Crash Signature: [@ jemalloc_crash | arena_dalloc | free | PR_Free | PORT_ZFree_Util | PORT_FreeArena_Util | CERT_DestroyCertificate | CERT_DestroyCertList | mozilla::psm::::AuthCertificate ]
Hardware: Other → ARM
Updated•12 years ago
|
Severity: normal → critical
Comment 1•12 years ago
|
||
> arena_dalloc jemalloc.c:3329
This is
> RELEASE_ASSERT(diff == regind * size);
I think the most likely way we could hit this assertion is by corrupting the heap.
Which is to say, this particular stack may not be relevant to the bug; we could have corrupted the heap sometime before we crashed.
Comment 2•12 years ago
|
||
(OrangeWFM bugs not modified in > 2 months)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•