ASSIGNED Bug 45396
fast/files/workers/worker-read-blob-async.html is flaky on Leopard
https://bugs.webkit.org/show_bug.cgi?id=45396
Summary fast/files/workers/worker-read-blob-async.html is flaky on Leopard
Mihai Parparita
Reported 2010-09-08 09:48:02 PDT
The diff appears to be a garbled string: -Received loadstart event +Receiv
Attachments
Mihai Parparita
Comment 1 2010-09-08 09:51:35 PDT
Not sure why the description got truncated. Here's the full write-up: The diff appears to be a garbled string: -Received loadstart event +Receiv
Mihai Parparita
Comment 2 2010-09-08 09:57:53 PDT
The reason why the comment string kept getting truncated is because it had \0s in it. Here's comment with the \0s escaped: The diff appears to be a garbled string: -Received loadstart event +Receiv\0\0\0\0oadstart event Or: -Received loadstart even +\0\0\0\0ived loadstart event This appears to have been happening for at least a couple of days (at least as of r66830).
Mihai Parparita
Comment 3 2010-09-08 10:01:31 PDT
+Jian since this test was added recently (r66461), so it was probably flaky from the start. The extra nulls in the strings are worrisome.
Jian Li
Comment 5 2010-09-09 10:46:28 PDT
It seems that the message posted from worker thread to main thread is garbaged occasionally. I am looking into this. Here is one build that had this error: http://build.webkit.org/results/Leopard%20Intel%20Debug%20(Tests)/r67057%20(19947)/results.html
Note You need to log in before you can comment on or make changes to this bug.