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