hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.84k stars 581 forks source link

htop crashes when clicking on header in setup menu #955

Closed NANASHI0X74 closed 4 years ago

NANASHI0X74 commented 4 years ago

^ this

backtrace: htop(CRT_handleSIGSEGV+0x33)[0x55e464793953] /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20)[0x7f05f1cddf20] htop(+0xc7cb)[0x55e4647807cb] htop(ScreenManager_run+0x277)[0x55e464789427] htop(+0x1a34b)[0x55e46478e34b] htop(+0xe6e6)[0x55e4647826e6] htop(ScreenManager_run+0x277)[0x55e464789427] htop(main+0x41e)[0x55e46477fe7e] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f05f1cc0b97] htop(_start+0x2a)[0x55e46478009a]

objdump: htop.objdump.zip

feel free to get back to me if there are more questions

NANASHI0X74 commented 4 years ago

also I just noticed that htop doesn't show threads correctly if installed via snap, but I'm not sure if that counts as a bug in htop

maxiberta commented 4 years ago

^ this

backtrace: htop(CRT_handleSIGSEGV+0x33)[0x55e464793953]

Do you get that backtrace with the snap? Please, care to clearly explain the steps to reproduce.

also I just noticed that htop doesn't show threads correctly if installed via snap, but I'm not sure if that counts as a bug in htop

Please make sure Display options -> Show custom thread names is disabled.

Btw, issues related to the snap package are handled here.

NANASHI0X74 commented 4 years ago

I'll close this issue now since I don't know wether it's still relevant