-
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
possible memory leak in Socket or gethostbyaddr()? #234
Comments
From [email protected](Redhat appears to have not included perlbug in their 6.0 distribution, I had been running a script I wrote to resolve the PTRs of several I checked vmstat: # vmstat 5 3 Then top: PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND Here is the script: *** #!/usr/bin/perl -w use Socket; while (<>) { my ($iaddr, $hname); chomp; print $hname, "\n"; } The ouput was then redirected to a file. The file of IPs being read is This is pretty extreme use of perl, so I don't expect a high priority Thanks, -- PS: named crashed after expiring ~22000 rr from it's cache while I was Perl Info
|
@gbarr - Status changed from 'open' to 'resolved' |
From @gbarrThis seems to be fixed in perl 5.6.0 |
Migrated from rt.perl.org#1042 (status was 'resolved')
Searchable as RT1042$
The text was updated successfully, but these errors were encountered: