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

PowerShell Monitor Change Crash #956

Open petermetz opened 4 years ago

petermetz commented 4 years ago
  1. SSH'd into an Ubuntu VM from PowerShell,
  2. Ran htop
  3. Moved PowerShell window to the laptop screen from the external monitor with the WIN+Left/Right Arrow shortcuts
  4. Observed the crash log and object dump attached below.
htop 2.1.0 aborting. Please report bug at http://hisham.hm/htop

 Please include in your report the following backtrace:
htop(CRT_handleSIGSEGV+0x33)[0x55abb7daa383]
/lib/x86_64-linux-gnu/libc.so.6(+0x3ef20)[0x7f498f291f20]
/lib/x86_64-linux-gnu/libncursesw.so.5(wnoutrefresh+0x191)[0x7f498fc216e1]
/lib/x86_64-linux-gnu/libncursesw.so.5(wrefresh+0x2a)[0x7f498fc219fa]
/lib/x86_64-linux-gnu/libncursesw.so.5(+0xe928)[0x7f498fc1a928]
/lib/x86_64-linux-gnu/libncursesw.so.5(wgetch+0x37)[0x7f498fc1b777]
htop(ScreenManager_run+0x222)[0x55abb7da00a2]
htop(main+0x3f1)[0x55abb7d96a21]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f498f274b97]
htop(_start+0x2a)[0x55abb7d96c4a]

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!

Aborted (core dumped)

Object Dump: htop.objdump.zip