It launches ok then:

build@test:~/Downloads$ chromium --disable-features=MojoIpcz
[6055:6055:0414/172309.532655:ERROR:chrome_browser_cloud_management_con
troller.cc(162)] Cloud management controller initialization aborted as
CBCM is not enabled.
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
[6087:6087:0414/172309.814857:ERROR:gbm_wrapper.cc(255)] Failed to
export buffer to dma_buf: No such file or directory (2)
[6087:6087:0414/172309.815090:ERROR:gbm_wrapper.cc(255)] Failed to
export buffer to dma_buf: No such file or directory (2)
...
repeats...
...
...
[6087:6087:0414/172309.819456:ERROR:gbm_wrapper.cc(255)] Failed to
export buffer to dma_buf: No such file or directory (2)
[6087:6087:0414/172309.819572:ERROR:gbm_wrapper.cc(255)] Failed to
export buffer to dma_buf: No such file or directory (2)
Fontconfig error: Cannot load default config file
*** stack smashing detected ***: terminated
[0414/172410.222418:ERROR:file_io_posix.cc(144)] open
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or
directory (2)
[0414/172410.222496:ERROR:file_io_posix.cc(144)] open
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or
directory (2)
*** stack smashing detected ***: terminated
[0414/172410.311841:ERROR:file_io_posix.cc(144)] open
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or
directory (2)
[0414/172410.311869:ERROR:file_io_posix.cc(144)] open
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or
directory (2)
*** stack smashing detected ***: terminated

This is running in a virtual machine so I imagine some of the warnings
may be caused by that.


On Fri, 14 Apr 2023 16:57:29 -0400 Andres Salomon <dilin...@queued.net>
wrote:
> Thanks for that. What happens if you run chromium with the command
line 
> argument  '--disable-features=MojoIpcz' (without the quotes)?
> 
> 
> 
> On Fri, Apr 14 2023 at 03:52:23 PM -04:00:00, miketwebs...@gmail.com 
> wrote:
> > To add a bit (not the Debian official version but the same build
and
> > architecture):
> > 
> > Starting program: /usr/lib/chromium/chromium --single-process
> > [Thread debugging using libthread_db enabled]
> > Using host libthread_db library "/lib/i386-linux-
> > gnu/libthread_db.so.1".
> > [Detaching after fork from child process 5623]
> > [New Thread 0xb23fdb40 (LWP 5628)]
> > [Detaching after fork from child process 5629]
> > [Detaching after fork from child process 5630]
> > [Detaching after fork from child process 5631]
> > [New Thread 0xb1bfcb40 (LWP 5634)]
> > 
> > Thread 1 "chromium" received signal SIGTRAP, Trace/breakpoint trap.
> > 0x05fe44f7 in mojo::core::Init(mojo::core::Configuration const&) ()
> > (gdb) bt
> > #0  0x05fe44f7 in mojo::core::Init(mojo::core::Configuration
const&) 
> > ()
> > #1  0x050c6352 in content::InitializeMojoCore() ()
> > #2  0x0180088c in
> >
ChromeMainDelegate::PostEarlyInitialization(absl::variant<content::Cont

> > entMainDelegate::InvokedInBrowserProcess,
> > content::ContentMainDelegate::InvokedInChildProcess>) ()
> > #3  0x050c9241 in
> >
content::ContentMainRunnerImpl::RunBrowser(content::MainFunctionParams,

> > bool) ()
> > #4  0x050c8eea in content::ContentMainRunnerImpl::Run() ()
> > #5  0x050c5af7 in
> > content::RunContentProcess(content::ContentMainParams,
> > content::ContentMainRunner*) ()
> > #6  0x050c6208 in content::ContentMain(content::ContentMainParams)
()
> > #7  0x018001e8 in ChromeMain ()
> > #8  0x017fffdf in main ()
> > (gdb) thread apply all bt
> > 
> > Thread 3 (Thread 0xb1bfcb40 (LWP 5634) "chromium"):
> > #0  0xb7fd2559 in __kernel_vsyscall ()
> > #1  0xb66f97c3 in __GI___wait4 (usage=0x0, options=0,
> > stat_loc=0xb1bfbce8, pid=5631) at 
> > ../sysdeps/unix/sysv/linux/wait4.c:27
> > #2  __GI___wait4 (pid=5631, stat_loc=0xb1bfbce8, options=0,
usage=0x0)
> > at ../sysdeps/unix/sysv/linux/wait4.c:24
> > #3  0xb66f9736 in __GI___waitpid (pid=5631, stat_loc=0xb1bfbce8,
> > options=0) at waitpid.c:38
> > #4  0x05caa8e7 in
> > base::Process::WaitForExitWithTimeout(base::TimeDelta, int*) const
()
> > #5  0x05caac58 in base::Process::WaitForExit(int*) const ()
> > #6  0x05caa58c in base::(anonymous
> > namespace)::BackgroundReaper::ThreadMain() ()
> > #7  0x05c86ff3 in base::(anonymous namespace)::ThreadFunc(void*) ()
> > #8  0xb7f880b4 in start_thread (arg=<optimized out>) at
> > pthread_create.c:477

Reply via email to