Bug#825378: perl: freeze on parsing (broken) code

2016-06-04 Thread Dominic Hargreaves
On Sun, May 29, 2016 at 12:09:17AM +0300, Yuriy M. Kaminskiy wrote: > On 28.05.2016 17:50, Dominic Hargreaves wrote: > >On Thu, May 26, 2016 at 04:47:07PM +0100, Dominic Hargreaves wrote: > >>Just to note that I can confirm that it we get a syntax error on > >>wheezy (so this is a regression for

Bug#825378: perl: freeze on parsing (broken) code

2016-05-28 Thread Yuriy M. Kaminskiy
Control: tags -1 patch thanks On 28.05.2016 17:50, Dominic Hargreaves wrote: On Thu, May 26, 2016 at 04:47:07PM +0100, Dominic Hargreaves wrote: On Thu, May 26, 2016 at 04:22:45PM +0300, Yuriy M. Kaminskiy wrote: Dear Maintainer, I've made typo in code, and found that it freezes perl on

Bug#825378: perl: freeze on parsing (broken) code

2016-05-28 Thread Dominic Hargreaves
On Thu, May 26, 2016 at 04:47:07PM +0100, Dominic Hargreaves wrote: > On Thu, May 26, 2016 at 04:22:45PM +0300, Yuriy M. Kaminskiy wrote: > > Dear Maintainer, > > > > I've made typo in code, and found that it freezes perl on attempt to parse: > > perl -ce

Bug#825378: perl: freeze on parsing (broken) code

2016-05-26 Thread Dominic Hargreaves
Control: fixed -1 5.22.0~rc2-1 Control: tags -1 + confirmed upstream patch fixed-upstream On Thu, May 26, 2016 at 04:22:45PM +0300, Yuriy M. Kaminskiy wrote: > Dear Maintainer, > > I've made typo in code, and found that it freezes perl on attempt to parse: > perl -ce

Bug#825378: perl: freeze on parsing (broken) code

2016-05-26 Thread Yuriy M. Kaminskiy
Package: perl Version: 5.20.2-3+deb8u4 Severity: normal Tags: jessie Dear Maintainer, I've made typo in code, and found that it freezes perl on attempt to parse: perl -ce 's{foo}{$h->X({->aaa=>"b"},$d)}ge' ( it was meant to be 's{foo}{$h->X({-aaa=>"b"},$d)}ge' ) gdb backtrace