[Webkit-unassigned] [Bug 179828] run-webkit-tests not gathering crash logs on cygwin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 16 01:27:34 PDT 2019


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

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
There is one more problem.
CrashLog format has been slightly changed. I don't know since when.

CrashLogs.GLOBAL_PID_REGEX should be accommodate the new format

Current regexp:

> GLOBAL_PID_REGEX = re.compile(r'\s+Global\s+PID:\s+\[(?P<pid>\d+)\]')

Actual text:

> Global    D1    PID: [9976]

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190516/52db47b3/attachment.html>


More information about the webkit-unassigned mailing list