[Webkit-unassigned] [Bug 77335] [Qt][NRWT] Run each DRT in it's own xvfb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 17:16:56 PDT 2012


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





--- Comment #22 from Dirk Pranke <dpranke at chromium.org>  2012-04-26 17:16:54 PST ---
Interesting, I didn't realize wait() would raise an OSError if the process was already dead.

You can either catch that, or use _xvfb_process.terminate() instead of executive.kill_process and/or use _xvfb_process.join() instead of wait(), since join() definitely won't throw an error.

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