RESOLVED FIXED 116560
[Windows] Workers are crashing Webkit Test Runs
https://bugs.webkit.org/show_bug.cgi?id=116560
Summary [Windows] Workers are crashing Webkit Test Runs
Brent Fulgham
Reported 2013-05-21 10:59:14 PDT
The Windows build of WebKit is crashing on various worker tests. Disable these tests for now, and fix the problem: Crashers: fast/js/create-lots-of-workers.html fast/workers
Attachments
Radar WebKit Bug Importer
Comment 1 2013-05-21 10:59:59 PDT
Brent Fulgham
Comment 2 2013-05-21 12:03:31 PDT
Landed a change to skip crashing tests while this is investigated. <http://trac.webkit.org/changeset/150463>
Brent Fulgham
Comment 3 2014-02-18 14:57:01 PST
This was caused but the FastMalloc implementation, which did not mix well with the standard Windows allocators. This was an especially large problem for containers and other types where we would sometimes get a mixture of FastMalloc allocation (or deallocation) paired with the system deallocator (or allocator).
Note You need to log in before you can comment on or make changes to this bug.