Bug 193771

Summary: webkitpy: Missing PID in crashlog name should not be fatal
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ews-watchlist, glenn, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jonathan Bedard 2019-01-24 09:08:31 PST
If we can't determine the PID of a crashlog, just ignore the crashlog instead of raising an exception.
Comment 1 Jonathan Bedard 2019-01-24 09:10:57 PST
Created attachment 360015 [details]
Patch
Comment 2 WebKit Commit Bot 2019-01-24 10:26:10 PST
Comment on attachment 360015 [details]
Patch

Clearing flags on attachment: 360015

Committed r240440: <https://trac.webkit.org/changeset/240440>
Comment 3 WebKit Commit Bot 2019-01-24 10:26:11 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-01-24 10:27:28 PST
<rdar://problem/47520139>
Comment 5 Jonathan Bedard 2019-01-25 10:48:32 PST
Committed r240483: <https://trac.webkit.org/changeset/240483>