Bug 116562

Summary: [Win] Investigate several crashing tests
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Brent Fulgham
Reported 2013-05-21 11:03:14 PDT
Several tests are crashing. Investigate the cause and resolve the problem. fast/dom/Window/window-postmessage-clone-deep-array.html fast/js/callback-function-with-handle-event.html fast/js/large-expression.html fast/js/string-replace-exception-crash.html fast/text/custom-font-data-crash.html loader/go-back-cached-main-resource.html media/video-frame-accurate-seek.html media/video-seek-after-end.html media/track/track-cues-cuechange.html svg/filters/feMorphology-crash.html
Attachments
Patch (11.47 KB, patch)
2015-01-15 14:20 PST, Brent Fulgham
thorton: review+
Brent Fulgham
Comment 1 2013-05-21 12:19:19 PDT
I was initially mistaken. The actual crashes are as follows: fast/js/callback-function-with-handle-event.html fast/js/large-expression.html fast/js/string-replace-exception-crash.html fast/text/custom-font-data-crash.html loader/go-back-cached-main-resource.html
Radar WebKit Bug Importer
Comment 2 2013-05-21 12:19:46 PDT
Brent Fulgham
Comment 3 2013-05-21 12:32:10 PDT
Landed change to TestExpectations to avoid leaving the bots red. <http://trac.webkit.org/changeset/150468>
Brent Fulgham
Comment 4 2013-05-21 13:53:04 PDT
Note: fast/dom/Window/window-postmessage-clone-deep-array.html also fails on several bots. This may be a sporadic failure, but I'm excluding it for now.
Brent Fulgham
Comment 5 2013-05-24 18:25:56 PDT
fast/js/global-constructors-attributes-worker.html svg/filters/feMorphology-crash.html
Brent Fulgham
Comment 6 2013-05-28 17:18:21 PDT
webkit.org/b/116562 fast/css/font-face-data-uri-invalid.html
Brent Fulgham
Comment 7 2013-05-29 09:18:18 PDT
media/video-beforeload-remove-source.html
Brent Fulgham
Comment 8 2014-02-17 17:49:08 PST
These were corrected by turning off the FastMalloc implementation on Windows. It did not integrate properly with header definitions for some allocators resulting in allocator/deallocator mismatch.
Brent Fulgham
Comment 9 2015-01-15 14:20:52 PST
Reopening to attach new patch.
Brent Fulgham
Comment 10 2015-01-15 14:20:53 PST
WebKit Commit Bot
Comment 11 2015-01-15 14:22:41 PST
Attachment 244713 [details] did not pass style-queue: ERROR: Tools/DumpRenderTree/win/DumpRenderTree.cpp:49: Streams are highly discouraged. [readability/streams] [3] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 12 2015-01-15 14:34:12 PST
Comment on attachment 244713 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244713&action=review > Tools/DumpRenderTree/win/DumpRenderTree.cpp:523 > + static wchar_t* layoutTestsString2 = L"\\LayoutTests\\"; You should use a better/more descriptive name than appending 2.
Brent Fulgham
Comment 13 2015-01-15 14:49:21 PST
Note You need to log in before you can comment on or make changes to this bug.