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

segfault during customization #935

Open Feresey opened 5 years ago

Feresey commented 5 years ago
htop 1.0.3 aborting. Please report bug at http://hisham.hm/htop

 Please include in your report the following backtrace: 
htop(+0x1ddb8)[0x55e87d36edb8]
/usr/lib/libc.so.6(+0x3a7e0)[0x7f148f95f7e0]
htop(Process_setAffinity+0x7)[0x55e87d35e9c7]
htop(+0x205d0)[0x55e87d3715d0]
htop(main+0x12ef)[0x55e87d35c30f]
/usr/lib/libc.so.6(__libc_start_main+0xf3)[0x7f148f94bee3]
htop(_start+0x2e)[0x55e87d35d79e]

Additionally, in order to make the above backtrace useful,
please also run the following command to generate a disassembly of your binary:

   objdump -d `which htop` > ~/htop.objdump

and then attach the file ~/htop.objdump to your bug report.

Thank you for helping to improve htop!

[1]    30743 abort (core dumped)  htop

How to repeat this issue: in running htop press 'a', then press 'Enter' on the zero core (if press Space it works perfectly)

htop.objdump.txt