[Webkit-unassigned] [Bug 157067] [WinCairo] Invalid address specified to RtlValidateHeap at std::ctype<char>::_Tidy() when finishing MiniBrowser
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 8 23:57:14 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157067
Fujii Hironori <Hironori.Fujii at sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #278247|0 |1
is obsolete| |
Attachment #278247|review?, commit-queue? |
Flags| |
--- Comment #8 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 278247
--> https://bugs.webkit.org/attachment.cgi?id=278247
Patch
I noticed one problem in my patch.
Some modules (libpng, libjpeg, ICU) in WinCairoRequirements.zip are static libraries, and compiled with /MD to use DLL CRT.
Then, WinCairo port must be compiled with /MD instread of /MT to link with the static libraries.
Do you want to change WinCairo port to compile with /MD (DLL CRT) before AppleWin port will change in this year's fall?
(In reply to comment #5)
> There is one more similar check somewhere else.
I cann't find. Could you tell me where?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160509/85e0f6d7/attachment.html>
More information about the webkit-unassigned
mailing list