Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Tracking down memory leaks in Perl Devel::Leak

by brycen (Monk)
on Mar 26, 2009 at 16:51 UTC ( [id://753456]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/debugperl -w
    use strict;
    ...
    }
    my $count = Devel::Leak::CheckSV($foo);
    print "End $count\n";
    
  2. or download this
    2600
    2601
    ...
    2609
    new 0x5a18b0 : 
    End 2610
    
  3. or download this
    debugperl -V
    Summary of my perl5 (revision 5 version 8 subversion 8) Characteristic
    +s of this binary (from libperl): 
    ...
                            PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_64_BIT_
    +ALL
                            USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                            USE_PERLIO USE_REENTRANT_API
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-24 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found