Closed
Bug 590855
Opened 15 years ago
Closed 14 years ago
Exited with code -1073741819 in test_menubar.xul (JS_ASSERT in CheckValidGCThingPtr)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mbrubeck, Unassigned)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
56.99 KB,
text/plain
|
Details |
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1282807399.1282808698.21342.gz
Assertion failure: !(addr & GC_CELL_MASK), at e:/builds/moz2_slave/mozilla-central-win32-debug/build/js/src/jsgc.cpp:424
This is the same assertion as bug 583554, but in a different test.
Reporter | ||
Comment 1•15 years ago
|
||
and some more context from the log:
8396 INFO TEST-PASS | /tests/toolkit/content/tests/widgets/test_menubar.xul | cursor up wrap event type DOMMenuItemInactive fired - "DOMMenuItemInactive" should equal "DOMMenuItemInactive"
8397 INFO TEST-PASS | /tests/toolkit/content/tests/widgets/test_menubar.xul | cursor up wrap event target ID contents - "contents" should equal "contents"
8398 INFO TEST-PASS | /tests/toolkit/content/tests/widgets/test_menubar.xul | cursor up wrap event type DOMMenuItemActive fired - "DOMMenuItemActive" should equal "DOMMenuItemActive"
8399 INFO TEST-PASS | /tests/toolkit/content/tests/widgets/test_menubar.xul | cursor up wrap event target ID about - "about" should equal "about"
--DOMWINDOW == 26 (0B6D4EB8) [serial = 1027] [outer = 06C43F50] [url = http://mochi.test:8888/tests/toolkit/content/tests/widgets/test_datepicker.xul]
--DOMWINDOW == 25 (0904EE60) [serial = 1028] [outer = 06C43F50] [url = http://mochi.test:8888/tests/toolkit/content/tests/widgets/test_deck.xul]
--DOMWINDOW == 24 (0CD4FC30) [serial = 1029] [outer = 06C43F50] [url = http://mochi.test:8888/tests/toolkit/content/tests/widgets/test_focus_anons.xul]
--DOMWINDOW == 23 (0AE5ABA0) [serial = 1030] [outer = 06C43F50] [url = http://mochi.test:8888/tests/toolkit/content/tests/widgets/test_hiddenitems.xul]
Assertion failure: !(addr & GC_CELL_MASK), at e:/builds/moz2_slave/mozilla-central-win32-debug/build/js/src/jsgc.cpp:424
nsStringStats
=> mAllocCount: 693193
=> mReallocCount: 72586
=> mFreeCount: 647695 -- LEAKED 45498 !!!
=> mShareCount: 913875
=> mAdoptCount: 76600
=> mAdoptFreeCount: 76598 -- LEAKED 2 !!!
NEXT ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/content/tests/widgets/test_menubar.xul | Exited with code -1073741819 during test run
INFO | automation.py | Application ran for: 0:12:56.938000
INFO | automation.py | Reading PID log: c:\docume~1\cltbld\locals~1\temp\tmp39fkb6pidlog
PROCESS-CRASH | /tests/toolkit/content/tests/widgets/test_menubar.xul | application crashed (minidump found)
Operating system: Windows NT
5.2.3790 Service Pack 2
CPU: x86
GenuineIntel family 6 model 15 stepping 8
1 CPU
Crash reason: EXCEPTION_ACCESS_VIOLATION
Crash address: 0x0
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 5•14 years ago
|
||
This hasn't happened in over a year; closing this bug.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Keywords: intermittent-failure
Updated•13 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•