ungoogled-software / ungoogled-chromium

Google Chromium, sans integration with Google
BSD 3-Clause "New" or "Revised" License
20.34k stars 823 forks source link

this->_M_is_engaged() #2856

Closed southern-tools closed 4 months ago

southern-tools commented 4 months ago

OS/Platform

Gentoo

Installed

Compiled from source

Version

124.0.6367.155_p1

Have you tested that this is not an upstream issue or an issue with your configuration?

Description

ungoogled-chromium crashes on startup after the last update

How to Reproduce?

  1. Update ungoogled-chromium
  2. Start it

Actual behaviour

The browser crashes immediately

Expected behaviour

Runs without issues

Relevant log output

[163349:163349:0513/043312.999606:ERROR:chrome_browser_cloud_management_controller.cc(161)] Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/optional:479: _Tp &std::_Optional_base_impl<content::DocumentAssociatedData, std::_Optional_base<content::DocumentAssociatedData>>::_M_get() [_Tp = content::DocumentAssociatedData, _Dp = std::_Optional_base<content::DocumentAssociatedData>]: Assertion 'this->_M_is_engaged()' failed.
zsh: IOT instruction (core dumped)  chromium

Additional context

Tiried upgrading to ~124.0.6367.201_p1 and also downgrading to the previus stable version 122.0.6261.111_p1. Neither worked.

PF4Public commented 4 months ago

Duplicate