Replies: 4 comments 2 replies
-
|
https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#unmanaged-crashes-when-the-process-dies |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your help and sorry for the delay! First, I upgraded to version 146.0.100, which didn't help. I then placed the After the crash, I opened the I guess, the main points of interest are these lines How to investigate further? Is there anything I can do to provide more error details? Content of dmp file in WinDbg: |
Beta Was this translation helpful? Give feedback.
-
|
I tested it using
After clicking on the link, the application crashes. There have been files If there's anything I can do, please let me know 🙂 |
Beta Was this translation helpful? Give feedback.
-
|
I created a bug report: chromiumembedded/cef#4158 Thanks for your help! |
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.
-
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