[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 09:07:12 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=42756
Zoltan Herczeg <zherczeg at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |barraclough at apple.com
--- Comment #7 from Zoltan Herczeg <zherczeg at webkit.org> 2010-08-20 09:07:11 PST ---
(In reply to comment #6)
> Created an attachment (id=64955)
--> (https://bugs.webkit.org/attachment.cgi?id=64955) [details]
> Segfault when running jsc without any argument (debug build)
Hehe, as I suspected. Something with the allocator. Could you check this call successful on your machine (some printf is enough, mem.base() and mem.size() is important):
311 inline PassRefPtr<ExecutablePool> ExecutablePool::create(size_t n)
312 {
313 Allocation mem = systemAlloc(roundUpAllocationSize(n, JIT_ALLOCATOR_PAGE_SIZE));
314 if (!mem)
315 return 0;
316 return adoptRef(new ExecutablePool(mem));
317 }
CC'ing Gavin, he is the allocator expert.
--
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