You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance you can get some CefSharp users testing with beta CEF versions so we can catch issues sooner?
Happy to push out semi frequent beta builds, practically speaking might need to be when there's a major change like process singleton. I started a new job a little while back so I'm not working on the project nearly as actively as I was.
magreenblatt
changed the title
alloy: CefInitialize access violation for process singleton with multi-threaded-message-loop
CefInitialize access violation for process singleton with multi-threaded-message-loop
Jan 30, 2024
…3635)
- Fix UI thread shutdown issues on early app exit.
- views: cefclient: Fix threading requirements in RootWindowViews::Init when
called on the UI thread via OnAlreadyRunningAppRelaunch.
Describe the bug
When using
multi-threaded-message-loop
a second call toCefInitialize
with the same cache path causes an access violation in the second process.To Reproduce
Steps to reproduce the behavior:
cefclient.exe --multi-threaded-message-loop
cefclient.exe --multi-threaded-message-loop
Expected behavior
Process should exit gracefully
Versions (please complete the following information):
Additional context
Yes, reproduces with
cefclient
.Add any other context about the problem here.
It only crashes with
multi-threaded-message-loop
Last known working version 120.1.8+ge6b45b0+chromium-120.0.6099.109
Error starts occurring in 120.1.10+g3ce3184+chromium-120.0.6099.129
I've had multiple user reports in the context of
CefSharp
(cefsharp/CefSharp#4668)The text was updated successfully, but these errors were encountered: