On Wed Jul 30 14:55:21 2014, chr.stahlhut@gmail.com wrote: > On Wed Jul 30 14:51:25 2014, chr.stahlhut@gmail.com wrote: > > Hi! > > > > Trying to debug the attached program via 'perl -d ./debug-me.pl' > > produces a segmentation fault for me. > > To be more precise, this happens: > > christian@azmodan ~ $ perl -d ./debug-me.pl > > Loading DB routines from perl5db.pl version 1.39_10 > Editor support available. > > Enter h or 'h h' for help, or 'man perldebug' for more help. > > main::(./debug-me.pl:4): $DB::single=2; > DB<1> > c > Segmentation fault I can reproduce this with the perls available via perlbrew at least as far back as 5.10.1: ##### [p5p] 38 $ perlbrew use perl-5.10.1 [p5p] 39 $ perl -v This is perl, v5.10.1 (*) built for x86_64-linux Copyright 1987-2009, Larry Wall [snip] [p5p] 40 $ perl -d 122445-debug-me.pl Loading DB routines from perl5db.pl version 1.32 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(122445-debug-me.pl:4): $DB::single=2; DB<1> c Segmentation fault (core dumped) ##### --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=122445Thread Previous