Bug 95492

Summary: [BlackBerry] ASSERT failure in JSC::MarkedAllocator::allocateSlowCase
Product: WebKit Reporter: Jacky Jiang <jkjiang>
Component: WebKit BlackBerryAssignee: Jacky Jiang <jkjiang>
Status: RESOLVED FIXED    
Severity: Normal CC: manyoso, mifenton, rwlbuis, staikos, tonikitoo, webkit.review.bot, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch yong.li.webkit: review+

Jacky Jiang
Reported 2012-08-30 13:10:58 PDT
PR:200724 Program terminated with signal 11, Segmentation fault. #0 0x77bdd87a in JSC::MarkedAllocator::allocateSlowCase (this=0x7960b51c) at /home/jacky/dev/webkit/Source/JavaScriptCore/heap/MarkedAllocator.cpp:73 73 ASSERT(m_heap->globalData()->apiLock().currentThreadIsHoldingLock()); (gdb) bt #0 0x77bdd87a in JSC::MarkedAllocator::allocateSlowCase (this=0x7960b51c) at /home/jacky/dev/webkit/Source/JavaScriptCore/heap/MarkedAllocator.cpp:73 #1 0x7a019046 in JSC::MarkedAllocator::allocate (this=0x7960b51c) at /home/jacky/dev/webkit/Source/JavaScriptCore/heap/MarkedAllocator.h:83 #2 0x7a019116 in JSC::MarkedSpace::allocateWithDestructor (this=0x7960b51c, bytes=16) at /home/jacky/dev/webkit/Source/JavaScriptCore/heap/MarkedSpace.h:197 #3 0x7a0193cc in JSC::Heap::allocateWithDestructor (this=0x7960b4d0, bytes=16) at /home/jacky/dev/webkit/Source/JavaScriptCore/heap/Heap.h:365 #4 0x7a020840 in JSC::allocateCell<JSC::JSAPIValueWrapper> (heap=...) at /home/jacky/dev/webkit/Source/JavaScriptCore/runtime/JSCell.h:340 #5 0x7a01ded2 in JSC::JSAPIValueWrapper::create (exec=0x776efcc0, value=...) at /home/jacky/dev/webkit/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:49 #6 0x7a01e008 in JSC::jsAPIValueWrapper (exec=0x776efcc0, value=...) at /home/jacky/dev/webkit/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:73 #7 0x7a01e066 in toRef (exec=0x776efcc0, v=...) at /home/jacky/dev/webkit/Source/JavaScriptCore/../JavaScriptCore/API/APICast.h:114 #8 0x7a005d02 in BlackBerry::WebKit::WebPagePrivate::executeJavaScript (this=0x79567510, scriptUTF8=0x758aa4b0 "require(\"plugins/tabbar/index\").setVisible();", returnType=@0x773ffbcc: 2025659849, returnValue=...) at /home/jacky/dev/webkit/Source/WebKit/blackberry/Api/WebPage.cpp:777 #9 0x7a005e22 in BlackBerry::WebKit::WebPage::executeJavaScript (this=0x7956c608, script=0x758aa4b0 "require(\"plugins/tabbar/index\").setVisible();", returnType=@0x773ffbcc: 2025659849, returnValue=...) at /home/jacky/dev/webkit/Source/WebKit/blackberry/Api/WebPage.cpp:811
Attachments
Patch (1.54 KB, patch)
2012-08-30 13:25 PDT, Jacky Jiang
yong.li.webkit: review+
Jacky Jiang
Comment 1 2012-08-30 13:25:04 PDT
Jacky Jiang
Comment 2 2012-08-30 13:34:51 PDT
Note You need to log in before you can comment on or make changes to this bug.