Hello everyone,
I'm building Chromium using CEF version 133 on:-
OS: Ubuntu 22.04.5 LTS
The build completes successfully. However, when I try to launch the browser, it crashes during the `CefInitialize` call.
I’ve attached the `update.sh` and `create.sh` scripts I’m using for reference.
[img] [/img]
[img] [/img]
The crash occurs inside `ContentMainRunnerImpl::Shutdown()` at the line `delegate_->ProcessExiting()`.
It appears that `delegate_` might be invalid or already destroyed, resulting in a segmentation fault.
attached GDB call stack of the crash.
[img] [/img]
Has anyone encountered a similar issue or could provide guidance on how to resolve this?
Thanks in advance!