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

chrome: DCHECK failure in BlendForMinContrast in color_utils.cc with chrome runtime #3723

Closed juhunn closed 4 months ago

juhunn commented 4 months ago

Describe the bug

  1. Run cefclient.exe using a Debug build.

Expected behavior The application should not crash. Instead, it crashes with the below error and stack trace:

image

When I run cefclient.exe --disalbe-chrome-runtime, crash is not occured.

Versions (please complete the following information):

Additional context There is a same issue in chromium https://issues.chromium.org/issues/41486474

magreenblatt commented 4 months ago

Please don't duplicate issues that are already filed with Chromium.