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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 24 15:52:41 PDT 2011


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





--- Comment #5 from Dirk Pranke <dpranke at chromium.org>  2011-08-24 15:52:41 PST ---
The problem with your solution in comment #1 is that select doesn't work on windows. You end up needing to do something like what I outlined in bug bug 58708, or looping between the two fd's after setting them both to be nonblocking (assuming that even works, I haven't tested it on all platforms, but it probably does).

It would be nice if we could unify around ServerProcess, but as Eric says, the logic is at least somewhat different so it's a non-zero amount of work. 

We could consider also making Chromium DRT match the other ports' output; Tony & co got this mostly working but we never finished working out the bugs. In addition to letting us delete code, it would also probably provide a decent speed boost since we wouldn't have to write the PNGs to disk.

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