[Webkit-unassigned] [Bug 209846] [WPE] Debug bot timeouts with many unresponsive webprocess errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 8 20:15:01 PDT 2020


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

--- Comment #2 from Lauro Moura <lmoura at igalia.com> ---
Hard to reproduce consistently on my setup. Sometimes happening when a lot of parallel tests are run (like 25 instances in my 8 core laptop, but rarely).

Directly on the bot it is failing more consistently with the following command line:

$ python ./Tools/Scripts/run-webkit-tests --no-build --no-show-results --no-new-test-results --clobber-old-results --exit-after-n-crashes-or-timeouts 2 --exit-after-n-failures 5 --debug --wpe --results-directory layout-test-results --debug-rwt-logging --child-processes=10 --iterations=20 --fully-parallel --no-http fast/dom/image-object.html

With WEBKIT_DEBUG=all, the crashing test gives this output, which up to the error message seems to be similar to what a normal run outputs:

```
UNIMPLEMENTED: 
../../Source/WebKit/UIProcess/WebPreferences.cpp(201) : void WebKit::WebPreferences::platformInitializeStore()
UNIMPLEMENTED: 
../../Source/WebKit/UIProcess/WebPreferences.cpp(244) : bool WebKit::WebPreferences::platformGetBoolUserValueForKey(const WTF::String&, bool&)
UNIMPLEMENTED: 
../../Source/WebKit/UIProcess/WebPreferences.cpp(250) : bool WebKit::WebPreferences::platformGetUInt32UserValueForKey(const WTF::String&, uint32_t&)
UNIMPLEMENTED: 
../../Source/WebKit/UIProcess/WebPreferences.cpp(213) : void WebKit::WebPreferences::platformUpdateBoolValueForKey(const WTF::String&, bool)
UNIMPLEMENTED: 
../../Source/WebKit/UIProcess/WebPreferences.cpp(208) : void WebKit::WebPreferences::platformUpdateStringValueForKey(const WTF::String&, const WTF::String&)
(Back/Forward) Created WebBackForwardList 0x7fe9502ed3b8
UNIMPLEMENTED: 
../../Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp(44) : void WebKit::WebPageProxy::platformInitialize()
(NetworkProcess) synchronizing cache
(NetworkProcess) opened cache storage, success 1
(NetworkProcess) blob synchronization completed approximateSize=0
(NetworkProcess) cache synchronization completed size=0 recordCount=0
(NetworkProcess) synchronizing cache
(NetworkProcess) opened cache storage, success 1
(NetworkProcess) blob synchronization completed approximateSize=0
(NetworkProcess) cache synchronization completed size=0 recordCount=0
(ProcessSwapping) Removing process with pid 0 from the origin cache set
WebPageProxy 7 activityStateDidChange - mayHaveChanged loading
WebPageProxy 7 dispatchActivityStateChange - potentiallyChangedActivityStateFlags loading
WebPageProxy 7 dispatchActivityStateChange: state changed from active window, focused, visible, visible or occluded, in-window to active window, focused, visible, visible or occluded, in-window, loading
<unknown> - TestController::run - Failed to reset state to consistent values
#PROCESS UNRESPONSIVE - WPEWebProcess
```

-- 
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/20200409/c301e894/attachment.htm>


More information about the webkit-unassigned mailing list