chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.38k stars 467 forks source link

windows: Abnormal termination occurs when click 'Print to PDF' in cefclient #3762

Closed juhunn closed 2 months ago

juhunn commented 3 months ago

Describe the bug On Windows, abnormal termination occurs when click 'Print to PDF' in cefclient

To Reproduce Steps to reproduce the behavior:

  1. Run CefClient
  2. Click Print to PDF button in Tests menu
  3. Click save button in file save dialog

Expected behavior PDF file saved and cefclient run

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?

Does the problem reproduce with Google Chrome at the same version?

Add any other context about the problem here.

magreenblatt commented 3 months ago

I'm not able to reproduce this with M127 or M128 on Windows 11. Also does not reproduce for me using 127.1.11+g84246a3+chromium-127.0.6533.89_windows64_client.

Can you provide a symbolized call stack for the crash?

cmf41013 commented 3 months ago

I'm not able to reproduce this with M127 or M128 on Windows 11. Also does not reproduce for me using 127.1.11+g84246a3+chromium-127.0.6533.89_windows64_client.

Can you provide a symbolized call stack for the crash?

Did you build cefclient.exe with CEF_USE_SANDBOX define? The bug is the same as https://github.com/chromiumembedded/cef/issues/3772

magreenblatt commented 2 months ago

Duplicate of #3772