Comment 2 for bug 1799444

Revision history for this message
Paul Wise (Debian) (pabs) wrote : myrepos: 1799444: received signal 1

I've bisected this issue and it is caused by this commit:

http://source.myrepos.branchable.com/?p=source.git;a=commitdiff;h=15e7a50ac16554a8eafe659cc28621fcbb388e5a

I've found that is a simple solution is to turn off pty size handling:

   my $pty = IO::Pty::Easy->new(handle_pty_size => 0);

I'm not sure if this is the correct fix so I haven't committed it yet.

 assignee pabs
 summary SIGWINCH causes `mr -j2` to exit with message "received signal 1"
 status inprogress

--
bye,
pabs

https://wiki.debian.org/PaulWise