22

When I open Chrome with a Python module named subprocess, it crashes and gives me these errors:

[1103/163807.480539:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[1103/163807.480673:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)

Here are my arguments

google-chrome --disable-gpu \
              --start-maximized \
              --new-window \
              -incognito http://localhost:9932/

OS: Ubuntu 21.10 x86_64
User : root
Chrome Version : Chrome crashes when I open it

4

1 Answer 1

0

I had this problem while running virtual Debian GNU/Linux on Windows 11 using Virtualbox. The Paravirtualization Interface was initially set to default, once I changed it to Hyper-V, problem with crashing Chrome/Chromium disappeared.

More here:

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.