develooper Front page | perl.perl5.porters | Postings from December 2013

Re: [perl #117543] protect some magic %main:: symbols from being deleted

Thread Previous
From:
Father Chrysostomos
Date:
December 22, 2013 01:34
Subject:
Re: [perl #117543] protect some magic %main:: symbols from being deleted
Message ID:
20131222013413.9222.qmail@lists-nntp.develooper.com
bulk88 wrote:
> I've attached what I think is a a pure perl example of this bug, run with
> 5.10.0. Correct me if it isn't an example.

I think delete $::{'@'} falls squarely under the 'don't do that' cat-
egory.  But at least it should not result in memory leaks or crashes.
I also think this ticket was about the latter (crashes), rather than
about the behaviour of delete $::{'@'} per se.

I believe I have fixed all crashes of this sort.


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