White screen / frozen screen when sending a lot of requests #4671
Replies: 2 comments 5 replies
-
You'll need to test with the
If the |
Beta Was this translation helpful? Give feedback.
-
To help determine where the problem needs to be fixed please download and test using the
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
CefSharp Version
120.1.10
Operating System
Windows 10
Architecture
x64
.Net Version
.NET6
Implementation
WinForms
Reproduction Steps
I have a react application running in a CEF browser, which periodically sends various requests (healthchecks, updating settings, etc.), everything works fine, but after some time, the CEF browser dies, in devtools it looks like a "Render error process gone", and the browser either freezes or just shows a white screen.
I have prepared code that allows you to reproduce this problem. On my machine the ceph browser dies after ~800 seconds.
Its reproducing with CefSharp.MinimalExample.WinForms, i just open the page contains only this react component.
Expected behavior
Works fine no matter how much time has passed
Actual behavior
White / frozen screen after some time
Regression?
Same behavior on 113.1.40 version
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WinForms command line args
Other information
last lines in debug.log
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions