Steffen

Results 47 comments of Steffen

@PLAYERUNKNOWNHatsune01 this has nothing to do with this issue. however, try compiling btop yourself without gpu support and see if the issue persists. similar issue is https://github.com/aristocratos/btop/issues/793

Can you post the contents of `/proc/cpuinfo`, if the file is accessible?

Oopsie, I was sleeping... 😮‍💨 Yeah, it is unusual that the required fields are missing there. I guess this is due to containerization. We need to add a fallback if...

This is because `glibc` on Ubuntu 20.04 is too old. This is the same issue as [here](https://github.com/aristocratos/btop/pull/704). There are newer Ubuntu LTS's available with proper support for CMake, glibc and...

No, there is no such policy, but it's just unusual to run into a system with brand new compiler and outdated libc. You don't even need to patch the build...

this seems like a performance problem at first glance. could you please check the timings of the individual collect operations? start btop with the `--debug` flag and you should see...

the next step would be to disable gpu support at compile time and check if the problem persists.

I guess someone has to profile the code with older gpus. i guess this has to do with the api used to query the gpu stats for nvidia, and how...

i read that as gtx 570 but anyhow it's an older gpu so i guess it's an issue with the driver and/or rocm.