[Webkit-unassigned] [Bug 126258] Crash when starting a download before the network process has been launched

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 27 01:32:59 PST 2013


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





--- Comment #2 from Sergio Villar Senin <svillar at igalia.com>  2013-12-27 01:30:55 PST ---
(From update of attachment 220054)
View in context: https://bugs.webkit.org/attachment.cgi?id=220054&action=review

Good job!

> Source/WebKit2/UIProcess/WebContext.cpp:766
> +        networkProcess()->send(Messages::NetworkProcess::DownloadRequest(downloadProxy->downloadID(), request), 0);

I guess this is totally unrelated and just to keep consistency with the rest of the file

> Source/WebKit2/UIProcess/WebContext.cpp:946
>  #endif

Looks correct. I understand that this might be difficult to reproduce in real life situations (as a webprocess should have been spawned and a networkprocess with it) but easily in the unit tests.

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