Replies: 1 comment
-
|
https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#unmanaged-crashes-when-the-process-dies |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a WPF app using CefSharp.
Since upgrading from CefSharp 132.3.11 to 145.0.260 the WPF app crashes when clicking on a link in a PDF file displayed in a browser instance.
The application crashes without a stracktrace, even the cef log does not show anything helpful (at least to me).
When opening the attached PDF file in https://github.com/cefsharp/CefSharp.MinimalExample, the application does not crash.
As the app is quite complex it's currently not possible to provide a minimal example. I am using a custom
LifespanHandler, aBrowserRequestHandlerand aBrowserResourceRequestHandler. I placed a breakpoint in every handler method, none is hit when clicking on the link.This is how I initialize Cef:
I'm afraid this is very little information to analyze the problem's cause.
But maybe someone can provide me any hints how to investigate further?
Beta Was this translation helpful? Give feedback.
All reactions