ubuntu@DESKTOP-VGNF0O2:~/chromium/src$ out/Default/chrome
[23850:23850:0707/220607.746681:ERROR:power_monitor_device_source_stub.cc(11)] Not implemented reached in virtual bool base::PowerMonitorDeviceSource::IsOnBatteryPower()
[23850:23850:0707/220607.750193:INFO:content_main_runner_impl.cc(1080)] Chrome is running in full browser mode.
[23850:23850:0707/220607.789038:ERROR:browser_main_loop.cc(1409)] Unable to open X display.
[23850:23850:0707/220607.789642:FATAL:startup_tracing_controller.cc(515)] Check failed: ::content::BrowserThread::CurrentlyOn(BrowserThread::UI). Must be called on Chrome_UIThread; actually called on Unknown Thread.
#0 0x7f9d23c25e1f base::debug::CollectStackTrace()
#1 0x7f9d23999bea base::debug::StackTrace::StackTrace()
#2 0x7f9d23999ba5 base::debug::StackTrace::StackTrace()
#3 0x7f9d239e8cf9 logging::LogMessage::~LogMessage()
#4 0x7f9d239e9419 logging::LogMessage::~LogMessage()
#5 0x7f9d2395935b logging::CheckError::~CheckError()
#6 0x7f9d1bc55c9a content::StartupTracingController::ShutdownAndWaitForStopIfNeeded()
#7 0x7f9d1a9e520f content::BrowserMainRunnerImpl::Shutdown()
#8 0x7f9d1a9e47b4 content::BrowserMainRunnerImpl::~BrowserMainRunnerImpl()
#9 0x7f9d1a9e4809 content::BrowserMainRunnerImpl::~BrowserMainRunnerImpl()
#10 0x7f9d1a9d309c std::__Cr::default_delete<>::operator()()
#11 0x7f9d1a9d302a std::__Cr::unique_ptr<>::reset()
#12 0x7f9d1a9d2f89 std::__Cr::unique_ptr<>::~unique_ptr()
#13 0x7f9d1a9d2cf0 content::BrowserMain()
#14 0x7f9d1cbf75d1 content::RunBrowserProcessMain()
#15 0x7f9d1cbf8b5a content::ContentMainRunnerImpl::RunBrowser()
#16 0x7f9d1cbf8417 content::ContentMainRunnerImpl::Run()
#17 0x7f9d1cbf570b content::RunContentProcess()
#18 0x7f9d1cbf609d content::ContentMain()
#19 0x55a3a7e77774 ChromeMain
#20 0x55a3a7e775f2 main
#21 0x7f9ce81940b3 __libc_start_main
#22 0x55a3a7e7750a _start
[0707/220608.272298:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0707/220608.272492:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
Received signal 6
#0 0x7f9d23c25e1f base::debug::CollectStackTrace()
#1 0x7f9d23999bea base::debug::StackTrace::StackTrace()
#2 0x7f9d23999ba5 base::debug::StackTrace::StackTrace()
#3 0x7f9d23c258ec base::debug::(anonymous namespace)::StackDumpSignalHandler()
#5 0x7f9ce81b318b gsignal
#6 0x7f9ce8192859 abort
#7 0x7f9d23c24fc6 base::debug::(anonymous namespace)::DebugBreak()
#8 0x7f9d23c24fa5 base::debug::BreakDebugger()
#9 0x7f9d239e930e logging::LogMessage::~LogMessage()
#10 0x7f9d239e9419 logging::LogMessage::~LogMessage()
#11 0x7f9d2395935b logging::CheckError::~CheckError()
#12 0x7f9d1bc55c9a content::StartupTracingController::ShutdownAndWaitForStopIfNeeded()
#13 0x7f9d1a9e520f content::BrowserMainRunnerImpl::Shutdown()
#14 0x7f9d1a9e47b4 content::BrowserMainRunnerImpl::~BrowserMainRunnerImpl()
#15 0x7f9d1a9e4809 content::BrowserMainRunnerImpl::~BrowserMainRunnerImpl()
#16 0x7f9d1a9d309c std::__Cr::default_delete<>::operator()()
#17 0x7f9d1a9d302a std::__Cr::unique_ptr<>::reset()
#18 0x7f9d1a9d2f89 std::__Cr::unique_ptr<>::~unique_ptr()
#19 0x7f9d1a9d2cf0 content::BrowserMain()
#20 0x7f9d1cbf75d1 content::RunBrowserProcessMain()
#21 0x7f9d1cbf8b5a content::ContentMainRunnerImpl::RunBrowser()
#22 0x7f9d1cbf8417 content::ContentMainRunnerImpl::Run()
#23 0x7f9d1cbf570b content::RunContentProcess()
#24 0x7f9d1cbf609d content::ContentMain()
#25 0x55a3a7e77774 ChromeMain
#26 0x55a3a7e775f2 main
#27 0x7f9ce81940b3 __libc_start_main
#28 0x55a3a7e7750a _start
r8: 0000000000000000 r9: 00007ffda3213e30 r10: 0000000000000008 r11: 0000000000000246
r12: 000055a3a7e774e0 r13: 00007ffda32161f0 r14: 0000000000000000 r15: 0000000000000000
di: 0000000000000002 si: 00007ffda3213e30 bp: 00007ffda3214080 bx: 00007f9cd702f3c0
dx: 0000000000000000 ax: 0000000000000000 cx: 00007f9ce81b318b sp: 00007ffda3213e30
ip: 00007f9ce81b318b efl: 0000000000000246 cgf: 002b000000000033 erf: 0000000000000000
trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Aborted
I figure out cpufreq directory does not exist in cpu0 directory. To solve I install cpufrequtil but not worked to me