[Webkit-unassigned] [Bug 66806] [chromium] Stacktrace not in test output when a test crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 13:45:33 PDT 2011


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





--- Comment #1 from James Robinson <jamesr at chromium.org>  2011-08-23 13:45:33 PST ---
At a glance maybe I could change the Popen call to leave stderr in its own PIPE, modify ChromiumDriver._write_command_and_read_line() to return a tuple (line, error, did_crash) and do a select() on stdout/stderr inside that function instead of reading directly from stdout always. Sound reasonable?

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