Chrome crashes with subprocess module and missing CPU frequency files on Ubuntu 21.10
23
votes
1
answer
18511
views
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
Asked by atkn
(331 rep)
Nov 3, 2021, 04:43 PM
Last activity: May 10, 2025, 03:03 PM
Last activity: May 10, 2025, 03:03 PM