[Webkit-unassigned] [Bug 42756] Crash in privateCompileCTIMachineTrampolines() on Intel Atom D510 processor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 13:16:11 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42756





--- Comment #8 from Adrien Nader <camaradetux at gmail.com>  2010-08-20 13:16:10 PST ---
In order to try Zoltan's suggestion, I updated to HEAD (from webkit-gtk 1.3.3, which is not a very old release) and the problem evolved: backtrace changed, both happens with and without JIT, but it still only happens on the laptop and not the quad-core.
Another interesting point: I added 5GB swap on the laptop (from the 2GB of RAM) and jsc is now working properly. :-) 

Program received signal SIGSEGV, Segmentation fault.
0x00000000004e7010 in FixedVMPoolAllocator (this=0x9409c0, commonSize=16384, totalHeapSize=2147483648)
    at JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp:303

(gdb) bt
#0  0x00000000004e7010 in FixedVMPoolAllocator (this=0x9409c0, commonSize=16384, totalHeapSize=2147483648)
    at JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp:303
#1  0x00000000004e5de6 in JSC::ExecutableAllocator::isValid (this=0x93fa18) at JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp:442
#2  0x0000000000472684 in JSC::ExecutableAllocator::ExecutableAllocator() ()
#3  0x00000000004714dd in JSGlobalData (this=0x93e240, globalDataType=JSC::JSGlobalData::Default, threadStackType=JSC::ThreadStackTypeLarge)
    at JavaScriptCore/runtime/JSGlobalData.cpp:150
#4  0x000000000047205c in JSC::JSGlobalData::create (type=JSC::ThreadStackTypeLarge) at JavaScriptCore/runtime/JSGlobalData.cpp:231
#5  0x000000000040d47d in main (argc=1, argv=0x7fffffffdde8) at JavaScriptCore/jsc.cpp:346

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list