WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
95492
[BlackBerry] ASSERT failure in JSC::MarkedAllocator::allocateSlowCase
https://bugs.webkit.org/show_bug.cgi?id=95492
Summary
[BlackBerry] ASSERT failure in JSC::MarkedAllocator::allocateSlowCase
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+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Jacky Jiang
Comment 1
2012-08-30 13:25:04 PDT
Created
attachment 161540
[details]
Patch
Jacky Jiang
Comment 2
2012-08-30 13:34:51 PDT
Comment on
attachment 161540
[details]
Patch Committed,
http://trac.webkit.org/changeset/127183
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug