-
Notifications
You must be signed in to change notification settings - Fork 5
It is not possible to read /proc/loadavg on Archlinux using gcc 10.1.0 and Qt 5.15.0 #7
Comments
What does the context of /proc/loadavg look like on Arch ? Does it have three lines instead of one ? |
are six values: ~ >>> cat /proc/loadavg |
one line |
I did a simple test on another file named proc.cpp to test the output with decimal places and the values were displayed correctly, but in the dde-istate-menus they are simply not displayed.
output: g++ proc.cpp -o procbin ~ >>> ./procbin comparison with the output of the cat: ~ >>> cat /proc/loadavg |
What's your OS ? I think I need to debug by installing the os in virtual machine. |
I'm using Manjaro an Archlinux distribution, but both systems are the same, the packages are in the same version |
patch:
The text was updated successfully, but these errors were encountered: