Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Perl segfault and global destruction problem

by Hofmator (Curate)
on Jan 09, 2004 at 10:49 UTC ( [id://320069]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    }
    
    warn "SHOULD BE THE LAST THING PRINTED.\n";
    
  2. or download this
    STARTING
    Neighbors
      Node=ARRAY(0x8148a8c)
    ...
    DESTROYING Link=ARRAY(0x818fc00) at segfault.pl line 6.
    DESTROYING Node=ARRAY(0x8148b94) at segfault.pl line 6.
    SHOULD BE THE LAST THING PRINTED.
    
  3. or download this
    STARTING
    Neighbors
      Node=ARRAY(0x8148a8c)
    ...
    DESTROYING IO::Handle=IO(0x818fc6c) at segfault.pl line 6 during globa
    +l destruction.
    DESTROYING IO::Handle=IO(0x815c018) at segfault.pl line 6 during globa
    +l destruction.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://320069]
Approved by broquaint
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-23 21:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found