RESOLVED FIXED 38950
19 media tests are crashing on Windows Release
https://bugs.webkit.org/show_bug.cgi?id=38950
Summary 19 media tests are crashing on Windows Release
Jer Noble
Reported 2010-05-11 16:54:44 PDT
Since r59001, 19 media tests have been crashing on Windows Release.
Attachments
QTMovieWin.vcproj: link against JavaScriptCore instead of WTF. (3.09 KB, patch)
2010-05-11 17:14 PDT, Jer Noble
no flags
QTMovieWin.vcproj: link against JavaScriptCore instead of WTF. (3.80 KB, patch)
2010-05-11 17:20 PDT, Jer Noble
darin: review+
Jer Noble
Comment 1 2010-05-11 17:14:16 PDT
Created attachment 55780 [details] QTMovieWin.vcproj: link against JavaScriptCore instead of WTF. Linking directly against WTF.lib instead of indirectly through JavaScriptCore.lib causes free and malloc to duplicated inside QTMovieWin.dll. This causes a malloc/free mismatch which shows up only in Release builds.
Jer Noble
Comment 2 2010-05-11 17:15:10 PDT
This originally showed up in r59001 when QTMovie, QTMovieGWorld, and QTMovieVisualContext were changed to inherit from WTF::RefCounted, so that each could be contained in a RefPtr.
Jer Noble
Comment 3 2010-05-11 17:17:08 PDT
Testing 93 test cases. media ............................................................................................. 48.38s total testing time all 93 test cases succeeded
Jer Noble
Comment 4 2010-05-11 17:20:58 PDT
Created attachment 55782 [details] QTMovieWin.vcproj: link against JavaScriptCore instead of WTF. This time, with a ChangeLog.
Jer Noble
Comment 5 2010-05-11 17:43:04 PDT
Ryosuke Niwa
Comment 6 2011-11-14 23:02:57 PST
Fixed the change log entry in http://trac.webkit.org/changeset/100243.
Note You need to log in before you can comment on or make changes to this bug.