Bug description
The sample cefclient crashes when clicking on a link to a web page from an opened PDF document.
(I use cef in a WPF app. The problem was observed first in the WPF app).
See more details here: cefsharp/CefSharp#5223
To Reproduce
Steps to reproduce the behavior:
- Download cefclient
- Run
cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu
- Open https://gruenderschiff.de/wp-content/uploads/SEO_in_7_Schritten_Checkliste.pdf
- Click on the link "Google Pagespeed Insights" on the first page
Expected behavior
After clicking on the link, the application crashes. There have been files console.log and debug.log created but they don't contain any related info.
Versions (please complete the following information):
- OS: Windows 11
- CEF Version: 146.0.7680.165
Additional context
The problem does not reproduce when using chrome.
Bug description
The sample cefclient crashes when clicking on a link to a web page from an opened PDF document.
(I use cef in a WPF app. The problem was observed first in the WPF app).
See more details here: cefsharp/CefSharp#5223
To Reproduce
Steps to reproduce the behavior:
cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpuExpected behavior
After clicking on the link, the application crashes. There have been files
console.loganddebug.logcreated but they don't contain any related info.Versions (please complete the following information):
Additional context
The problem does not reproduce when using chrome.