-
Notifications
You must be signed in to change notification settings - Fork 478
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
cefclient.exe crashes on file download #3720
Labels
bug
Bug report
Comments
I have verified that using --disable-features=PartitionAllocDanglingPtr,PartitionAllocUnretainedDanglingPtr indeed prevents the crash. so this seems to be another dangling pointer like the other issues |
9 tasks
I'm able to reproduce this with 126.2.7+g300bb05+chromium-126.0.6478.115. Symbolized call stack:
|
Likely problem is the binding of |listener| here. Same type of problem as #3717 (comment). |
magreenblatt
added a commit
that referenced
this issue
Jun 25, 2024
magreenblatt
added a commit
that referenced
this issue
Jun 25, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
cefclient.exe crashes after selecting the location for file download. I have tried with my own application and neither selecting true nor false on show_dialog resolves the issue. the process crashes regardless if the show_dialog is selected. it seems any call to CefBeforeDownloadCallback continue will crash the process.
To Reproduce
Launch cefclient.exe
Navigate to any page with a file download
attempt to download the file
Expected behavior
No crash after file open dialog and the file downloaded successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context
Does the problem reproduce with the cefclient or cefsimple sample application at the same version? - Yes.
The text was updated successfully, but these errors were encountered: