Bug#513935: perl: segfaults under some circumstances when Data::Dumper is loaded

2010-01-27 Thread Niko Tyni
tag 513935 fixed-upstream thanks On Mon, Feb 02, 2009 at 05:08:51PM +0100, Axel Beckert wrote: Package: perl Version: 5.8.4-8sarge6, 5.8.8-7etch6, 5.10.0-19 Severity: normal by accident I produced a segfault with a perl script. I stripped it down to the following line: perl

Bug#513935: perl: segfaults under some circumstances when Data::Dumper is loaded

2009-02-02 Thread Axel Beckert
Package: perl Version: 5.8.4-8sarge6, 5.8.8-7etch6, 5.10.0-19 Severity: normal Hi, by accident I produced a segfault with a perl script. I stripped it down to the following line: perl -MData::Dumper -e 'my %c=(d=[1,2,3]); do { push(@{c{d}}, $d); } until 1' (Yeah, that's broken code, but that