[Webkit-unassigned] [Bug 55222] Test apps crash silently (without invoking post-mortem debugger) when launched from Cygwin 1.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 25 08:57:53 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55222





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2011-02-25 08:57:53 PST ---
It looks like Cygwin calls ::SetErrorMode(SEM_FAILCRITICALERRORS), which causes this behavior. We can work around it by calling ::SetErrorMode(0) when DRT launches.

-- 
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