First our environment:
Windows 11, 64bit
JDK8, 32 bit
JCEF cffac273e4f90348ee02a29ffd919388432fce9f, CEF 143.0.14+gdd46a37+chromium-143.0.7499.193
Our usecase:
After doing some actions on a page the following errors occur:
The browser itself goes white and the following error logging comes after some time:
- Code: Select all
[12348:6252:0429/115205.422:ERROR:cef\libcef\browser\browser_info_manager.cc:850] Timeout of new browser info response for frame C-F314F6C746BF4AE3562752D641374D82 (has_rfh=1)
I already checked the issue referenced in https://www.magpcss.org/ceforum/viewtop ... =6&t=20361.
The fix is already active but the bug reproduces anyway.
We also found the following logging:
- Code: Select all
[16192:3280:0429/115058.245:ERROR:third_party\blink\renderer\bindings\core\v8\v8_initializer.cc:852] V8 javascript OOM (Reached heap limit).
and if we open DevTools, the DevTools automatically closes and the following error is logged:
- Code: Select all
[12348:6252:0429/115050.361:ERROR:CONSOLE:1] "console.assert", source: devtools://devtools/bundled/entrypoints/formatter_worker/formatter_worker.js (1)
When we're opening the same page with firefox, chrome or edge it works.
The problem can be reproduced in our integration, our minimal integration and also when using the detailed MainFrame.
Anybody knows where to look at?
