Closed
Bug 1063375
Opened 10 years ago
Closed 7 years ago
[Flame] Hit MOZ_CRASH() at ../../../gecko/memory/mozjemalloc/jemalloc.c:1561 on V123 image with B2G_DEBUG enabled
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: allstars.chh, Unassigned)
References
Details
Attachments
(2 files)
Flash Flame V123 base image.
Then flash my own gecko/gaia
Gecko:
commit d48269bc7c02bcc139c4e2e4f7aa35fbbda0dd75
Merge: 7725890 f86faf7
Author: Wes Kocher <wkocher@mozilla.com>
Date: Thu Sep 4 18:30:01 2014 -0700
Merge inbound to m-c a=merge
Gaia:
commit 3a15400a2283a63b22f20206e014153e1c11dbbe
Merge: 5422ba9 f7f7172
Author: Luke Chang <lchang@mozilla.com>
Date: Fri Sep 5 10:56:38 2014 +0800
Merge pull request #23624 from luke-chang/960800_sms_rtsp_link_support
Bug 960800 - [B2G][SMS][RTSP] RTSP link doesn't appear as hyperlink when SMS is received
But the assert keeps happening
12-31 19:01:28.459: A/MOZ_CRASH(1094): Hit MOZ_CRASH() at ../../../gecko/memory/mozjemalloc/jemalloc.c:1561
Comment 1•10 years ago
|
||
I can't boot to home screen with latest gecko:
commit d48269bc7c02bcc139c4e2e4f7aa35fbbda0dd75
Merge: 7725890 f86faf7
Author: Wes Kocher <wkocher@mozilla.com>
Date: Thu Sep 4 18:30:01 2014 -0700
Merge inbound to m-c a=merge
but I can boot to home screen after I revert following commit:
commit 0284125420fd51551b8f51212bfe319edebf2764
Author: Vicamo Yang <vyang@mozilla.com>
Date: Thu Sep 4 10:31:41 2014 +0800
Bug 937485: [WebIcc] use Webidl enum for cardState. r=echen, r=smaug
Blocks: 937485
Updated•10 years ago
|
Reporter | ||
Comment 3•10 years ago
|
||
This assert only happens in DEBUG mode, and I think not related to Bug 1062990
Status: RESOLVED → REOPENED
No longer depends on: 937485
Resolution: DUPLICATE → ---
Summary: [Flame] Hit MOZ_CRASH() at ../../../gecko/memory/mozjemalloc/jemalloc.c:1561 on V123 image → [Flame] Hit MOZ_CRASH() at ../../../gecko/memory/mozjemalloc/jemalloc.c:1561 on V123 image with B2G_DEBUG enabled
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Looks like an arena magic number assertion is failing:
RELEASE_ASSERT(run->magic == ARENA_RUN_MAGIC);
If this is reproducible, it would be good to see if run->magic is zero (intentionally set at jemalloc.c:4447) or something else (heap corruption--yay!).
Comment 7•7 years ago
|
||
Firefox OS is not being worked on
Status: REOPENED → RESOLVED
Closed: 10 years ago → 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•