Test Error: Browser crashed.) (Error: Navigation Error)
|
07-21-2020, 07:22 PM
Post: #1
|
|||
|
|||
Test Error: Browser crashed.) (Error: Navigation Error)
Hi, WPT hackers! I upgrade my WPT private instance( WPT locations + WPT server ) on docker to latest version 20.06
And frequently receive Test Error: Browser crashed.) (Error: Navigation Error) Is it possible to fix it ? ![]() |
|||
08-25-2020, 07:55 PM
Post: #2
|
|||
|
|||
RE: Test Error: Browser crashed.) (Error: Navigation Error)
Hi Ruslank,
I'm also trying to run a Private instance of WPT on my linux machine using Docker. I get the same Error when I run on Chrome. Firefox Tests work fine. Any help here is much appreciated. |
|||
02-10-2021, 09:38 PM
Post: #3
|
|||
|
|||
RE: Test Error: Browser crashed.) (Error: Navigation Error)
Hello,
Same here: WPT Docker Agent and Docker Server. Chrome is not working with: Test Error: Browser crashed. Error: Navigation Error Firefox works fine. Any help is much appreciated! |
|||
02-12-2021, 02:35 AM
(This post was last modified: 02-12-2021 02:36 AM by aramovski.)
Post: #4
|
|||
|
|||
RE: Test Error: Browser crashed.) (Error: Navigation Error)
Increasing the shared memory size of the docker container solved the issue.
Size can be specified with a flag "--shm-size=1gb" on docker run, like: Code: docker run -d -p 4001:80 --network="host" -e "SERVER_URL=http://localhost:4000/work/" -e "LOCATION=Test" --shm-size=1gb local-wptagent |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)