[Webkit-unassigned] [Bug 139491] [GTK] Add initial database process support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 11 04:48:57 PST 2014


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

--- Comment #10 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #1)
> Created attachment 243039 [details]
> Patch
> 
> It's still disabled by default because I'm getting a lot of test failures,
> mainly due to what I think it's a bug in the compiler, but I'm not sure.
> When completing an async task, UniqueIDBDatabase is calling
> AsyncRequest::completeRequest() with an errorCode and an errorMessage. For
> some reason, when the errorCode is 0, something very different is received
> in the completion handler callback, I guess someting goes wrong when
> unpacking the Arguments, however all other parameters are correctly
> unpacked. This makes the WebProcess think that many of the methods failed
> when they didn't. I manged to workaround it by using WTF::move(errorCode),
> but I don't have an explanation. With that, and skipping the same layout
> tests than mac, I managed to get only 25 failures (with similar error, so I
> suspect is actually the same bug in most of them).

It's definitely a gcc issue and also the other 25 tests failing, I built with clang and I'm getting only one test failure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141211/2d3fb6d5/attachment-0002.html>


More information about the webkit-unassigned mailing list