Closed
Bug 821662
Opened 12 years ago
Closed 12 years ago
Intermittent dom/workers/test/test_suspend.html, column-balancing-001.html | application crashed [@ arena_dalloc | FinalizeArenas | js::GCHelperThread::doSweep()]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: emorley, Unassigned)
Details
(Keywords: crash, intermittent-failure)
Crash Data
Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-7 on 2012-12-13 21:34:39 PST for push 042b44652822
slave: tegra-256
https://tbpl.mozilla.org/php/getParsedLog.php?id=17932843&tree=Mozilla-Inbound
{
PROCESS-CRASH | /tests/dom/workers/test/test_suspend.html | application crashed [@ arena_dalloc]
Crash dump filename: /tmp/tmpSEGxzt/429e74fb-4e7c-95f5-4fb58960-27c3b3a2.dmp
Operating system: Android
0.0.0 Linux 2.6.32.9-00002-gd8084dc-dirty #1 SMP PREEMPT Wed Feb 2 11:32:06 PST 2011 armv7l nvidia/harmony/harmony/harmony:2.2/FRF91/20110202.102810:eng/test-keys
CPU: arm
0 CPUs
Crash reason: SIGSEGV
Crash address: 0x0
Thread 8 (crashed)
0 libmozglue.so!arena_dalloc [jemalloc.c : 4660 + 0x0]
r4 = 0x504ffe7c r5 = 0x00027e80 r6 = 0x5af4afff r7 = 0x00000000
r8 = 0x54c00000 r9 = 0x54c27e80 r10 = 0x54c27e80 fp = 0x7fffffff
sp = 0x504ffd78 lr = 0x544aee6c pc = 0x80c0a6c8
Found by: given as instruction pointer in context
1 libxul.so!FinalizeArenas [Utility.h : 165 + 0x32]
r4 = 0x504ffe7c r5 = 0x5af4ae70 r6 = 0x5af4afff r7 = 0x5af4a010
r8 = 0x5af4b000 r9 = 0x54c27e80 r10 = 0x00000050 fp = 0x7fffffff
sp = 0x504ffda0 pc = 0x544aee6c
Found by: call frame info
2 libxul.so!js::GCHelperThread::doSweep() [jsgc.cpp : 1273 + 0x6]
r4 = 0x00000007 r5 = 0x00000003 r6 = 0x4ff25800 r7 = 0x54a12e60
r8 = 0x504ffe74 r9 = 0x4ff25800 r10 = 0xffffffff fp = 0x7fffffff
sp = 0x504ffe08 pc = 0x544b2e0c
Found by: call frame info
3 libxul.so!js::GCHelperThread::threadMain(void*) [jsgc.cpp : 2186 + 0x6]
r4 = 0x4e14f390 r5 = 0x00000015 r6 = 0x00000000 r7 = 0x50329a28
r8 = 0x00100000 r9 = 0x44b5f890 r10 = 0x000ffffc fp = 0x000fffd8
sp = 0x504ffeb0 pc = 0x544b3234
Found by: call frame info
4 libnspr4.so!_pt_root [ptthread.c : 156 + 0xa]
r4 = 0x4e14f390 r5 = 0x44b6d4d8 r6 = 0x00000000 r7 = 0x00000078
r8 = 0x00100000 r9 = 0x44b5f890 r10 = 0x50400000 fp = 0x4e14f390
sp = 0x504ffee0 pc = 0x44b5f92c
Found by: call frame info
5 libc.so + 0x110a6
r4 = 0x504fff00 r5 = 0x44b5f890 r6 = 0x4e14f390 r7 = 0x00000078
r8 = 0x00100000 r9 = 0x44b5f890 r10 = 0x50400000 fp = 0x4e14f390
sp = 0x504ffef0 pc = 0xafd110a8
Found by: call frame info
6 libc.so + 0x42326
sp = 0x504ffef4 pc = 0xafd42328
Found by: stack scanning
7 libc.so + 0x10c3a
sp = 0x504fff00 pc = 0xafd10c3c
Found by: stack scanning
}
Comment 1•12 years ago
|
||
This is hitting this assertion:
4660 RELEASE_ASSERT(arena->magic == ARENA_MAGIC);
Updated•12 years ago
|
Summary: Intermittent dom/workers/test/test_suspend.html | application crashed [@ arena_dalloc | FinalizeArenas | js::GCHelperThread::doSweep()] → Intermittent dom/workers/test/test_suspend.html, column-balancing-001.html | application crashed [@ arena_dalloc | FinalizeArenas | js::GCHelperThread::doSweep()]
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Reporter | ||
Comment 3•12 years ago
|
||
Resolving WFM keyword:intermittent-failure bugs last modified >3 months ago, whose whiteboard contains none of:
{random,disabled,marked,fuzzy,todo,fails,failing,annotated,time-bomb,leave open}
There will inevitably be some false positives; for that (and the bugspam) I apologise. Filter on orangewfm.
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
•