Skip Menu |

This queue is for tickets about the indirect CPAN distribution.

Report information
The Basics
Id: 40055
Status: resolved
Priority: 0/
Queue: indirect

People
Owner: Nobody in particular
Requestors: gfuji [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: 0.07_01



Subject: Segmentation fault
Hello. indirect.pm is very useful because it inhibits dangerous constructions, but it seems to cause segmentation fault in some conditions. In my environment, Perl 5.10.0 on Cygwin, the following causes segv. $ perl -e 'no indirect; print' How about yours? Regards, -- Goro Fuji (GFUJI at CPAN.org)
Le Mer. Oct. 15 03:18:17 2008, GFUJI a écrit : Show quoted text
> Hello. > > indirect.pm is very useful because it inhibits dangerous constructions, > but it seems to cause segmentation fault in some conditions. > > In my environment, Perl 5.10.0 on Cygwin, the following causes segv. > > $ perl -e 'no indirect; print' > > How about yours? > > Regards,
Hello, Many thanks for reporting this. I could reproduce it on one of my boxes, and the rv2sv handling code was indeed flaky. I've uploaded a candidate fix as a dev release, please try it and see if it solves the issue. Vincent.
Marked as solved due to the lack of negative feedback.