Closed
Bug 767932
Opened 12 years ago
Closed 12 years ago
Intermittent crash in test_html5_tree_construction_part2.html [@ js::Shape::finalize(js::FreeOp *)]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: emorley, Unassigned)
References
Details
(Keywords: crash, intermittent-failure, Whiteboard: [js:t][badslave?][talos-r3-w7-038])
Crash Data
Rev3 WINNT 6.1 mozilla-inbound opt test mochitests-5/5 on 2012-06-23 08:05:02 PDT for push ad006bd70b37
slave: talos-r3-w7-038
https://tbpl.mozilla.org/php/getParsedLog.php?id=12935067&tree=Mozilla-Inbound
{
1400 INFO TEST-PASS | /tests/parser/htmlparser/tests/mochitest/test_html5_tree_construction_part2.html | HTML5 expected success. - | <html>
| <head>
| <body>
| <foo>
| bar="qux/" should equal | <html>
| <head>
| <body>
| <foo>
| bar="qux/"
TEST-UNEXPECTED-FAIL | /tests/parser/htmlparser/tests/mochitest/test_html5_tree_construction_part2.html | Exited with code 253 during test run
INFO | automation.py | Application ran for: 0:00:49.568000
INFO | automation.py | Reading PID log: c:\users\cltbld\appdata\local\temp\tmpd3lugypidlog
Downloading symbols from: http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-inbound-win32/1340456987/firefox-16.0a1.en-US.win32.crashreporter-symbols.zip
PROCESS-CRASH | /tests/parser/htmlparser/tests/mochitest/test_html5_tree_construction_part2.html | application crashed (minidump found)
Crash dump filename: c:\users\cltbld\appdata\local\temp\tmpw2tiyq\minidumps\133b166c-cad2-4416-8a77-cda6faa8a456.dmp
Operating system: Windows NT
6.1.7600
CPU: x86
GenuineIntel family 6 model 23 stepping 10
2 CPUs
Crash reason: EXCEPTION_ACCESS_VIOLATION_READ
Crash address: 0xffffffff975fe4b8
Thread 0 (crashed)
0 mozjs.dll!js::Shape::finalize(js::FreeOp *) [jspropertytree.cpp:ad006bd70b37 : 193 + 0x2b]
eip = 0x724fe6b7 esp = 0x0029ccb4 ebp = 0x0029ccc0 ebx = 0x08000000
esi = 0x1758fdf0 edi = 0x97500000 eax = 0x9758fdd8 ecx = 0x0000001b
edx = 0x000008fd efl = 0x00010203
Found by: given as instruction pointer in context
1 mozjs.dll!js::gc::Arena::finalize<js::Shape>(js::FreeOp *,js::gc::AllocKind,unsigned int) [jsgc.cpp:ad006bd70b37 : 296 + 0xa]
eip = 0x724b6dd7 esp = 0x0029ccc8 ebp = 0x0029ccf0
Found by: call frame info
2 mozjs.dll!js::gc::FinalizeTypedArenas<js::Shape>(js::FreeOp *,js::gc::ArenaLists::ArenaList *,js::gc::AllocKind) [jsgc.cpp:ad006bd70b37 : 343 + 0xf]
eip = 0x724babc0 esp = 0x0029ccf8 ebp = 0x0029cd18
Found by: call frame info
3 mozjs.dll!SweepPhase [jsgc.cpp:ad006bd70b37 : 3381 + 0x13]
eip = 0x724bc178 esp = 0x0029cd20 ebp = 0x0029cd50
Found by: call frame info
4 mozjs.dll!GCCycle [jsgc.cpp:ad006bd70b37 : 3793 + 0xd]
eip = 0x724bc47b esp = 0x0029cd58 ebp = 0x0029cd78
Found by: call frame info
5 mozjs.dll!Collect [jsgc.cpp:ad006bd70b37 : 3895 + 0x1a]
eip = 0x724bc5f0 esp = 0x0029cd80 ebp = 0x0029cd9c
Found by: call frame info
6 mozjs.dll!js::GCSlice(JSRuntime *,js::JSGCInvocationKind,js::gcreason::Reason) [jsgc.cpp:ad006bd70b37 : 3925 + 0x20]
eip = 0x724bc6b4 esp = 0x0029cda4 ebp = 0x0029cdbc
Found by: call frame info
7 mozjs.dll!js::NotifyDidPaint(JSRuntime *) [jsfriendapi.cpp:ad006bd70b37 : 748 + 0x9]
eip = 0x724b2706 esp = 0x0029cdc4 ebp = 0x0029cdd4
Found by: call frame info
8 xul.dll!nsXPConnect::NotifyDidPaint() [nsXPConnect.cpp:ad006bd70b37 : 2661 + 0x11]
eip = 0x69499ee5 esp = 0x0029cddc ebp = 0x0029cde0
}
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Depends on: 768489
Whiteboard: [orange] → [orange][badslave?][talos-r3-w7-038]
Updated•12 years ago
|
Whiteboard: [orange][badslave?][talos-r3-w7-038] → [js:t][orange][badslave?][talos-r3-w7-038]
Comment 2•12 years ago
|
||
This bug was observed only on one or more of the six machines listed in
bug 787281 comment 11, which seem likely to have bad memory, disk, or
other hardware problem, based on the rate of failures on those machines
and the types of failures observed.
Therefore I'm marking this bug invalid, though it should be reopened if
it occurs on other (more reliable) hardware.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [js:t][orange][badslave?][talos-r3-w7-038] → [js:t][badslave?][talos-r3-w7-038]
You need to log in
before you can comment on or make changes to this bug.
Description
•