[Webkit-unassigned] [Bug 175030] API test URLSchemeHandler.Exceptions is Exiting out early on macOS Debug.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 1 11:25:49 PDT 2017


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

--- Comment #7 from Brady Eidson <beidson at apple.com> ---
With a whole bunch of logging built in, I can start to reproduce it. Timing related somehow.

The command sequence in question is:
checkCallSequence({Command::Response, Command::Finish, Command::Data}, ShouldRaiseException::Yes);

When Finish is called, the task is dealloc'ed.

So the call to didReceiveData: is on a dealloc'ed task.

Easy fix coming.

-- 
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/20170801/2f536e22/attachment.html>


More information about the webkit-unassigned mailing list