RESOLVED FIXED 52156
REGRESSION (r75289): Assertion failure in JSC::Heap::destroy() when running JS tests
https://bugs.webkit.org/show_bug.cgi?id=52156
Summary REGRESSION (r75289): Assertion failure in JSC::Heap::destroy() when running J...
Adam Roben (:aroben)
Reported 2011-01-10 11:01:22 PST
To reproduce: 1. run-javascriptcore-tests Three tests will hit an assertion. The tests are: js1_5/Regress/regress-152646.js js1_5/Regress/regress-192414.js js1_5/Regress/regress-96526-002.js The assertion is in Heap::destroy. It is: ASSERT(!m_globalData->dynamicGlobalObject); m_globalData->dynamicGlobalObject seems always to be 0x01500000. Here's the backtrace: > JavaScriptCore.dll!JSC::Heap::destroy() Line 90 + 0x28 bytes C++ jsc.exe!cleanupGlobalData(JSC::JSGlobalData * globalData=0x00f2be88) Line 364 C++ jsc.exe!main(int argc=6, char * * argv=0x00cfed00) Line 356 + 0x9 bytes C++ jsc.exe!__tmainCRTStartup() Line 597 + 0x17 bytes C kernel32.dll!_BaseProcessStart@4() + 0x23 bytes
Attachments
Adam Roben (:aroben)
Comment 1 2011-01-10 11:01:38 PST
Is there any way to skip JS tests?
Adam Roben (:aroben)
Comment 2 2011-01-10 11:02:11 PST
Adam Roben (:aroben)
Comment 3 2011-01-10 11:03:32 PST
Looks like run-javascriptcore-tests has support for skipping tests.
Adam Roben (:aroben)
Comment 4 2011-01-10 11:11:12 PST
I skipped these tests in r75392.
Adam Roben (:aroben)
Comment 5 2011-01-10 11:12:03 PST
Maybe this was caused by r75289?
Oliver Hunt
Comment 6 2011-01-10 11:19:09 PST
(In reply to comment #5) > Maybe this was caused by r75289? I would guess so, rather than disabling those tests, i think it would be better to rollout that patch.
Geoffrey Garen
Comment 7 2011-01-10 11:24:03 PST
Yes, please roll out the offending patch.
Geoffrey Garen
Comment 8 2011-01-10 11:24:23 PST
(...and re-enable the tests.)
Adam Roben (:aroben)
Comment 9 2011-01-10 12:03:26 PST
I don't know what the offending patch is yet. I'm testing r75289 now.
Adam Roben (:aroben)
Comment 10 2011-01-10 12:06:29 PST
Rolling out r75289 fixes the assertions.
Gavin Barraclough
Comment 11 2011-01-10 12:08:25 PST
:-(
Adam Roben (:aroben)
Comment 12 2011-01-10 12:17:09 PST
Rolled out r75289 and r75392. I commented in bug 26276.
Note You need to log in before you can comment on or make changes to this bug.