On Tue, 16 Apr 2019 13:03:28 -0400 Antoine Beaupré wrote: > Okay, so here's an interesting data point. On Debian stretch, I can't > reproduce the bug, even when running from git, using on current master > (1.20180726-30-g6cf8003). > > So maybe something else is going on here, outside of myrepos itself... > > I'll try to reproduce with the cherry-picking when I get back home on > that buster machine later.
Did you manage to work out how to bisect this?
Did you manage to figure out the stretch/buster difference?
I see that libio-pty-perl libio-pty-easy-perl are the same version.
I've found a workaround:
my $pty = IO::Pty::Easy->new(handle_pty_size => 0);
After editing the IO::Pty::Easy code I found that when IO::Pty::Easy
sets $SIG{WINCH} then the error happens, even if the function it sets
as SIGWINCH handler does nothing at all.
--
bye,
pabs
https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

