-
Notifications
You must be signed in to change notification settings - Fork 472
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
"Print" and "Print to PDF" crash in debug build mode, failed in release build mode. #3772
Comments
Did you test these versions? |
I tested 126.2.18+g3647d39+chromium-126.0.6478.183 / Chromium 126.0.6478.183, |
Yes. |
@magreenblatt |
@cmf41013 Contributions are welcome. If you're in a hurry I suggest you debug the issue yourself. |
Print and Print to PDF work for me using cef_binary_128.4.12+g1d7a1f9+chromium-128.0.6613.138_windows64_client (both Chrome style and Alloy style). You need to add the |
Unfortunately disabling PrintCompositorLPAC does not fix offscreen printing to PDF which still hangs #3768 (comment). |
Thanks, It works |
Describe the bug
A clear and concise description of what the bug is.
Print Preview crash in debug build cefclient.exe,
and failed in release build cefclient.exe.
To Reproduce
Steps to reproduce the behavior:
build win32 version cefclient.exe with CEF_USE_SANDBOX macro define , startup the application, open any one web, click "Print" item in the top "Tests" menu.
crash if cefclient.exe is build in debug mode, or show "Print preview failed" if it's build in release mode.
build win32 version cefclient.exe with CEF_USE_SANDBOX macro define, startup the application, Click "Print to PDF" item in the top "Tests" menu.
crash if cefclient.exe is build in debug mode, or save none file when it complete if it's build in release mode.
Expected behavior
A clear and concise description of what you expected to happen and what happened instead.
Screenshots
If applicable, add screenshots to help explain your problem.
click "print" crash in debug mode by visual studio debuging.
click "Print to PDF" crash in debug mode by visual studio debuging.
Versions (please complete the following information):
maybe it appears in most of m127 and m128 versions, such as 127.3.5+g114ea2a+chromium-127.0.6533.120_windows32 and 128.4.5+gc1d356f+chromium-128.0.6613.18_windows32.
Additional context
if building cefclient.exe without CEF_USE_SANDBOX macro define, "Print" and "Print to PDF" can both execute well .
Does the problem reproduce with Google Chrome at the same version?
no.
Add any other context about the problem here.
would cef m126 version will fix the errors?
The text was updated successfully, but these errors were encountered: