Bug 92459
| Summary: | ASSERTION FAILED: storageSize : void JSC::JSObject::visitOutOfLineStorage(JSC::SlotVisitor &, PropertyStorage, size_t) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dimitris Apostolou <dimitris.apostolou> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Normal | CC: | mhahnenberg |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | Other | ||
| URL: | http://runkeeper.com/user/apostolou/activity/104455280?&mobile=false | ||
Dimitris Apostolou
r123837
Reproducibility: always
Steps:
http://runkeeper.com/user/apostolou/activity/104455280?&mobile=false
What happened:
ASSERTION FAILED: storageSize
/Users/rex/WebKit/Source/JavaScriptCore/runtime/JSObject.cpp(92) : void JSC::JSObject::visitOutOfLineStorage(JSC::SlotVisitor &, PropertyStorage, size_t)
1 0x10e05d5ce JSC::JSObject::visitOutOfLineStorage(JSC::SlotVisitor&, JSC::WriteBarrierBase<JSC::Unknown>*, unsigned long)
2 0x10e05b85d JSC::JSFinalObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&)
3 0x10e0aa4e4 JSC::visitChildren(JSC::SlotVisitor&, JSC::JSCell const*)
4 0x10e0aa391 JSC::SlotVisitor::drain()
5 0x10e0a9ac0 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode)
6 0x10e0a9580 JSC::MarkStackThreadSharedData::markingThreadMain(JSC::SlotVisitor*)
7 0x10e0a9af9 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*)
8 0x10e245770 WTF::threadEntryPoint(void*)
9 0x10e246258 WTF::wtfThreadEntryPoint(void*)
10 0x7fff930d7782 _pthread_start
11 0x7fff930c41c1 thread_start
Expected result:
No assert failure.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |