Bug#779357: perl: Debugger hangs when threads are involved

2015-04-14 Thread Niko Tyni
On Mon, Apr 13, 2015 at 09:38:50PM +0300, Niko Tyni wrote: The only problem I have with the patches is that they seem more like a workaround for some other problem: there's no reason why extending the @stack array by modifying $#stack should create read-only elements AFAICS. Tony Cook

Bug#779357: perl: Debugger hangs when threads are involved

2015-04-13 Thread Niko Tyni
On Sun, Apr 12, 2015 at 12:10:28AM -0400, James McCoy wrote: Control: tag -1 patch On Sat, Feb 28, 2015 at 08:01:58PM +0200, Niko Tyni wrote: forwarded 779357 https://rt.perl.org/Public/Bug/Display.html?id=120170 thanks On Fri, Feb 27, 2015 at 05:15:57PM -0500, James McCoy wrote:

Bug#779357: perl: Debugger hangs when threads are involved

2015-04-11 Thread James McCoy
Control: tag -1 patch On Sat, Feb 28, 2015 at 08:01:58PM +0200, Niko Tyni wrote: forwarded 779357 https://rt.perl.org/Public/Bug/Display.html?id=120170 thanks On Fri, Feb 27, 2015 at 05:15:57PM -0500, James McCoy wrote: As an FYI, upstream commit cde405a6b is what caused perl -dt to be

Bug#779357: perl: Debugger hangs when threads are involved

2015-02-28 Thread Niko Tyni
forwarded 779357 https://rt.perl.org/Public/Bug/Display.html?id=120170 thanks On Fri, Feb 27, 2015 at 05:15:57PM -0500, James McCoy wrote: As an FYI, upstream commit cde405a6b is what caused perl -dt to be required. Re-adding the lock prototype to the current perl5db.pl allows perl -d to at

Bug#779357: perl: Debugger hangs when threads are involved

2015-02-27 Thread James McCoy
Package: perl Version: 5.20.1-5 Severity: important It's no longer possible to use the debugger to debug threaded Perl programs. Perl gets stuck and the debugger has to be hard-killed. The attached script is a simple script starts a thread and joins it. I've also attached strace output and

Bug#779357: perl: Debugger hangs when threads are involved

2015-02-27 Thread James McCoy
On Feb 27, 2015 1:03 PM, Niko Tyni nt...@debian.org wrote: On Fri, Feb 27, 2015 at 11:40:33AM -0500, James McCoy wrote: Package: perl Version: 5.20.1-5 Severity: important It's no longer possible to use the debugger to debug threaded Perl programs. Perl gets stuck and the debugger

Bug#779357: perl: Debugger hangs when threads are involved

2015-02-27 Thread Niko Tyni
On Fri, Feb 27, 2015 at 11:40:33AM -0500, James McCoy wrote: Package: perl Version: 5.20.1-5 Severity: important It's no longer possible to use the debugger to debug threaded Perl programs. Perl gets stuck and the debugger has to be hard-killed. The attached script is a simple script

Bug#779357: perl: Debugger hangs when threads are involved

2015-02-27 Thread James McCoy
On Fri, Feb 27, 2015 at 01:25:19PM -0500, James McCoy wrote: On Feb 27, 2015 1:03 PM, Niko Tyni nt...@debian.org wrote: On Fri, Feb 27, 2015 at 11:40:33AM -0500, James McCoy wrote: Package: perl Version: 5.20.1-5 Severity: important It's no longer possible to use the debugger