user debian-...@lists.debian.org
usertag 961097 - port-x32
reassign 961097 gpm 1.20.7-6 
retitle 961097 gpm: SIGTSTP handler segfaults programs
thanks

Dug a little deeper into this, and saw a gpm .so in the backtrace;
unsurprisingly, stopping gpm before starting htop fixes the issue.

To reproduce:
  systemctl start gpm
  htop
  ^Z
  fg
  # htop 2.2.0 aborting. Please report bug at http://hisham.hm/htop
  # on amd64, no output(!), just back to the shell

  systemctl stop gpm
  htop
  ^Z
  fg
  # htop continues as normal

Reassigning accordingly with the new information and untagging x32 since
this happens on amd64 as well (but worse).

I tried porting the patch from #326709 seeing as Ron reportedly had some
success with it, to no avail.

However, #if 0ing away all the SIGTSTP code in src/lib/liblow.c *did*
work around the issue.

It'll be a while before I'll be able to compare a backtrace from amd64
or test on i386, but here are my findings so far.

Defeatedly,
наб

Attachment: signature.asc
Description: PGP signature

Reply via email to