[Bug 1189459] perl-Debug-Client-0.29-3.fc22 FTBFS: Dead-lock in mock environment

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 12 12:54:00 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1189459



--- Comment #2 from Petr Pisar <ppisar at redhat.com> ---
It halts in the $debug->run on reading response from perl debugger.

The Debug::Client::run() sends "c" command to the debugger and waits for a
response. But no response comes because the "c" command is not flushed from
buffers to the TCP socket.

This is caused by Term-ReadLine-Gnu commit:

r481 | hayashi | 2015-01-31 13:07:49 +0100 (So, 31 led 2015) | 2 lines
make handling of iostreams simple (make _rl_store_iostream() return void and
remove _rl_fetch_iostream()) [rt.cpan.org #101078]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=W5kFUgK8fT&a=cc_unsubscribe



More information about the perl-devel mailing list