run-webkit-tests wedges forever when stderr has a very long line of output
https://bugs.webkit.org/show_bug.cgi?id=152928
Summary run-webkit-tests wedges forever when stderr has a very long line of output
Brady Eidson
Reported 2016-01-08 14:12:18 PST
run-webkit-tests wedges forever when stderr has a very long line of output Steps to reproduce: 1 - Build ToT WebKit 2 - Turn on IndexedDB logging in WebCore: `defaults write -g WebCoreLogging IndexedDB` 3 - `run-webkit-tests -1 imported/w3c/indexeddb/keyorder.htm` run-webkit-tests will hang "forever", not even timing out the test. python is using 100% CPU doing lots of symbol-less busywork.
Attachments
Brady Eidson
Comment 1 2016-01-08 14:15:06 PST
The line of output is about 239k
Note You need to log in before you can comment on or make changes to this bug.