-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anonymous subroutine deallocation bug #982
Comments
From kev@primenet.com----------------------------------------------------------------- I'm using Perl as an extension language for my favorite editor (and The program is below. It'll core dump (SIGSEGV) for me on linux/x86 Please let me know if I can provide any further information. Kevin --- anontest --- #use Devel::Peek 'Dump'; my @a; testit(); sub testit { sub seta { sub foo { sub g { Perl Info
|
From @gsarOn Tue, 21 Dec 1999 15:23:38 MST, Kevin Buettner wrote:
FYI, I can't reproduce it with 5.005_63 under Linux (Debian 2.1). Sarathy
|
Migrated from rt.perl.org#1930 (status was 'resolved')
Searchable as RT1930$
The text was updated successfully, but these errors were encountered: