Skip to content

Error code: Crashpad_NotConnectedToHandler #4912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
sergey-prokhorov opened this issue Aug 22, 2024 · 5 comments
Closed
1 task done

Error code: Crashpad_NotConnectedToHandler #4912

sergey-prokhorov opened this issue Aug 22, 2024 · 5 comments
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.

Comments

@sergey-prokhorov
Copy link

sergey-prokhorov commented Aug 22, 2024

Is there an existing issue for this?

  • I have searched both open/closed issues, no issue already exists.

CefSharp Version

127.3.50.0

Operating System

Windows 11

Architecture

x64

.Net Version

4.8.2

Implementation

WinForms

Reproduction Steps

randomly time by time

Expected behavior

loaded content

Actual behavior

Screenshot 2024-08-22 224755

Regression?

happens after upgrade 124->127 and CefSharpSettings.RuntimeStyle = CefRuntimeStyle.Chrome;
never seen before on earlier versions.

Known Workarounds

No response

Does this problem also occur in the CEF Sample Application

not tested

Other information

No response

@n303ef
Copy link

n303ef commented Aug 23, 2024

Yes, it happens when CEF was not shutdown properly (application terminated) and when PersistSessionCookies set to True. It seems that Chromium tries to restore window but it doesn't work with CEF. And "--hide-crash-restore-bubble" which is now default doesn't help.

@sergey-prokhorov
Copy link
Author

my app doesn't stores sessions. this is 100% not a window restore issue.

@amaitland amaitland added the upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. label Aug 23, 2024
@amaitland
Copy link
Member

Try enabling crashpad see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#crash-reporting

If the problem persists then you'll need to raise an issue at https://github.com/chromiumembedded/cef/issues

Please post a link back here for reference if you do.

There have been major upstream changes see chromiumembedded/cef#3685 for background

@amaitland amaitland closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2024
@sergey-prokhorov
Copy link
Author

sergey-prokhorov commented Aug 23, 2024

@amaitland thanks! after I add crash_reporter.cfg the error changed to
image
upd: after reload with button click the page shows normal

@amaitland
Copy link
Member

Check the log file for a more detailed error.

If there isn't one then analyse the crash dump generated by crashpad, get a stack trace

Search the CEF issue tracker for existing issues.

https://github.com/chromiumembedded/cef/issues

If you cannot find an issue that matches then create a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.
Projects
None yet
Development

No branches or pull requests

3 participants