[Webkit-unassigned] [Bug 163170] REGRESSION(r206731): [SOUP] Network process crash in gotHeadersCallback
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 9 09:47:17 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163170
Michael Catanzaro <mcatanzaro at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at igalia.com
Summary|[GTK] Network process crash |REGRESSION(r206731): [SOUP]
|in gotHeadersCallback when |Network process crash in
|creating Epiphany web |gotHeadersCallback
|application |
--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
I believe it introduced crashes in the following tests (including all the HLS tests):
http/tests/download/area-download.html
http/tests/media/hls/hls-audio-tracks-has-audio.html
http/tests/media/hls/hls-audio-tracks-locale-selection.html
http/tests/media/hls/hls-audio-tracks.html
http/tests/media/hls/hls-progress.html
http/tests/media/hls/hls-video-resize.html
http/tests/media/hls/video-controller-getStartDate.html
http/tests/media/hls/video-controls-live-stream.html
http/tests/media/hls/video-cookie.html
http/tests/media/hls/video-duration-accessibility.html
http/tests/security/anchor-download-allow-sameorigin.html
Updating expectations accordingly.
The HLS crashes seem to occur only on the release bot, which is strange. The other two occur on the debug bot too. Seems our bot crash catcher is still broken, there's no backtrace even on the debug bot, but I see this error message:
STDERR: /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/WebKitBuild/Debug/bin/NetworkProcess: No such file or directory.
STDERR: ERROR: WebLoaderStrategy::networkProcessCrashed: failing all pending resource loaders
STDERR: ../../Source/WebKit2/WebProcess/Network/WebLoaderStrategy.cpp(308) : void WebKit::WebLoaderStrategy::networkProcessCrashed()
which (asides from the first line) is the same as what I see when I try creating an Epiphany web app, so I presume it's the same issue. The layout test crashes were introduced in r206731 "[SOUP] Cleanup persistent credential storage code"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161009/b99b5cb5/attachment.html>
More information about the webkit-unassigned
mailing list