develooper Front page | perl.perl5.porters | Postings from July 2014

[perl #122445] Segmentation fault while debugging programs using bignum in 5.18.2

Thread Previous
From:
James E Keenan via RT
Date:
July 31, 2014 01:18
Subject:
[perl #122445] Segmentation fault while debugging programs using bignum in 5.18.2
Message ID:
rt-4.0.18-20633-1406769499-1916.122445-15-0@perl.org
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=122445

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About