Bug 300808
| Summary: | [WPE] Errors loading resources in WebLoaderStrategy::internallyFailedLoadTimerFired() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sergio Villar Senin <svillar> |
| Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | beidson, spena |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
Sergio Villar Senin
Prerequisites
WPE Debug build
Steps to reproduce:
1. Go to https://immersive-web.github.io/webxr-samples/layers-samples/
2. Click on "Projection Layer"
Expected output:
Content loads and no error is shown
Actual output:
The "Enter VR" button is not shown and these errors are seen in console
WebKit/Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp(632) : void WebKit::WebLoaderStrategy::internallyFailedLoadTimerFired()
ERROR: WebKit encountered an internal error. This is a WebKit bug.
WebKit/Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp(632) : void WebKit::WebLoaderStrategy::internallyFailedLoadTimerFired()
ERROR: WebKit encountered an internal error. This is a WebKit bug.
WebKit/Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp(632) : void WebKit::WebLoaderStrategy::internallyFailedLoadTimerFired()
ERROR: WebKit encountered an internal error. This is a WebKit bug.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Pena
@Sergio, could you re-test with 307708@main? I checked your steps with it applied it and it seems fixed.
*** This bug has been marked as a duplicate of bug 308051 ***
Sergio Villar Senin
Yes, it's still reproducible to me. The line number is different, now it refers to line 651. Note that I get a previous error in DBus failing to make a thread realtime, not sure if related, but the original error is still there.
Simon Pena
OK, let's reopen