[Webkit-unassigned] [Bug 27077] New: Workers + garbage collector: weird crashes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 8 05:23:36 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27077
Summary: Workers + garbage collector: weird crashes
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zherczeg at inf.u-szeged.hu
I want to run SunSpider in multiple threads to explore the benefits of multi
core systems. To accomplish this task I decided to put the whole SunSpider into
a Worker thread. Unfortunately, I got weird crashes here:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1278313552 (LWP 1285)]
0xb733c000 in JSC::Heap::markConservatively () from
/home/hzoli/Webkit-ARM/WebKit-arm/WebKitBuild/Release/lib/libQtWebKit.so.4
I think it is related to the Garbage Collector. The crashes are random events,
sometimes the script run successfully, but it is always in function
markConservatively.
--
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