Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^4: Out of Memory Error -- Possible Leak?

by emilper (Novice)
on Dec 15, 2005 at 14:55 UTC ( [id://516971]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Out of Memory Error -- Possible Leak?
in thread Out of Memory Error -- Possible Leak?

then how do you explain this ?

try:

perl -e ' use Tk; while (1) { my $top = new MainWindow; }'

it will fill your RAM at a rate of about 1MB per second ...

  • Comment on Re^4: Out of Memory Error -- Possible Leak?

Replies are listed 'Best First'.
Re^5: Out of Memory Error -- Possible Leak?
by robin (Chaplain) on Dec 16, 2005 at 01:31 UTC
    If you're right about that, then it's a memory leak in the Tk module, which you should report to its maintainers. That shouldn't happen, and it's not caused by anything that Perl itself is doing.

    Seriously, I do know how Perl's garbage collection works. I'm not just pretending. :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (8)
As of 2024-04-23 08:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found