Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReftest crash when using NVidia driver with webrender #13689
Comments
|
ping @glennw ? |
|
@shinglyu Usually when a shader compile fails, the output log includes the error message from the shader compiler. Is there anything in the output logs from the nvidia shader compiler (I have seen drivers that sometimes fail to report a specific error, so there may not be anything). If not, you might need to comment out various parts of the shader mentioned in the log file to narrow down what the compiler is failing on. |
|
@glennw I haven't seen logs from the nvidia shader compiler, probably it was consumed by the wpt test runner? I assume the wpt test use llvmpipe for headless rendering? Is there any way I can run servo with that configuration? Then I might be able to get the log. |
|
Just updated by intel graphics driver and it worked. Also updated the nvidia driver but it's still broken. Keeping this issue open because the nvidia issue is still not fixed. |
|
@shinglyu Can you still reproduce this? |
|
Maybe related to #18605 ? |
|
Is this still reproducable for anyone? If not, might be best to close. |
I'm using Dell XPS 15 with a standalone NVidia graphics card. I'm running Ubuntu 16.04 64bit with NVidia driver version 367.27.
When I run
./mach test-css, I got the following crash from all the tests:But when I run
./mach run, it works fine.If I switch to the built-in Intel graphics driver with
sudo prime-select intel,the
./mach test-cssruns correctly. But./mach rungives me: