[Webkit-unassigned] [Bug 44135] run-webkit-tests doesn't save crash logs on Windows Vista/7 (but claims to)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 25 06:04:11 PST 2011


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





--- Comment #3 from Adam Roben (aroben) <aroben at apple.com>  2011-02-25 06:04:11 PST ---
(In reply to comment #2)
> 1) We need administrator privileges to modify the registry

We can work around this by turning off UAC on the bots. Another option would be to set up the post-mortem debugger registry keys manually, and have them look for a command file in a predetermined location on disk. old-run-webkit-tests could then write the command file to that location, and not try to modify the registry at all.

> 2) We need to set keys in WOW6432Node

We can achieve this by passing --wow32 to regtool.

> 3) Under Cygwin 1.7, crashes in applications launched by Cygwin are caught and ignored

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