Skip to content

GPU process crashes 3 times when running unit tests #686

Description

@cztomczak

Logs:

CEF Python 123.0
Python 3.13.6
1. cef.Initialize() ok
2. cef.DpiAware ok
3. cef.SetGlobalClientCallback() ok
4. cef.CreateBrowserSync() ok
5. browser.SetClientHandler() ok
6. browser.SetJavascriptBindings() ok
7. browser.SetAutoResizeEnabled() ok
8. cef.Request.SetPostData(list) ok
9. cef.Request.SetPostData(dict) ok
10. cef.CookieManager ok
11. cef.WindowUtils ok
[0808/171659.441:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=-2147483645
[0808/171659.441:WARNING:gpu_process_host.cc(1436)] The GPU process has crashed 1 time(s)
[0808/171659.584:WARNING:gpu_process_host.cc(1024)] Reinitialized the GPU process after a crash. The reported initialization time was 125 ms
12. window.onload() ok [JS]
13. Executing callbacks registered with on_load_end()
[0808/171659.597:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=-2147483645
[0808/171659.597:WARNING:gpu_process_host.cc(1436)] The GPU process has crashed 2 time(s)
[0808/171659.730:WARNING:gpu_process_host.cc(1024)] Reinitialized the GPU process after a crash. The reported initialization time was 119 ms
14. CEF Python: <b>123.0</b> [JS]
15. Chrome: <b>123.0.6312.46</b> [JS]
16. CEF: <b>123.0.7+g6a21509+chromium-123.0.6312.46</b> [JS]
17. test_function() ok [JS]
18. test_property_1 ok [JS]
19. test_property2 ok [JS]
20. test_property3_function() ok [JS]
21. [TIMER] Call Python function and then js callback that was passed (Issue #277 test) [JS]
[0808/171659.740:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=-2147483645
[0808/171659.740:WARNING:gpu_process_host.cc(1436)] The GPU process has crashed 3 time(s)
22. js_code_completed() ok
[0808/171659.846:WARNING:gpu_process_host.cc(1024)] Reinitialized the GPU process after a crash. The reported initialization time was 72 ms
23. LoadHandler.OnLoadEnd() ok [JS]
24. test_callbacks() ok [JS]
25. [TIMER]: Elapsed = 107 ms [JS]
26. py_callback() ok [JS]
[0808/171700.271:ERROR:CONSOLE(1)] "Request Autofill.enable failed. {"code":-32601,"message":"'Autofill.enable' wasn't found"}", source: devtools://devtools/core/protocol_client/protocol_client.js (1)
27. DevTools popup ok

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions