You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Call psutil.get_process_list() (or any other process-related method) on FreeBSD.
What is the expected output?
Process list.
What do you see instead?
Python allocates all the memory on system and gets killed.
What version of psutil are you using? What Python version?
Bug exists in both latest stable (0.6.1) and latest SVN version.
On what operating system? Is it 32bit or 64bit version?
Tested on FreeBSD 9.1-PRERELEASE r243026 (amd64).
Please provide any additional information below.
Bug exists in "char *getcmdargs()" function in
"psutil/arch/bsd/process_info.c", which causes all system memory to be
allocated, attached patch fixes the issue for me.
From [email protected] on November 17, 2012 21:22:31
Attachment: psutil_bsd_process_leak_fix.patch
Original issue: http://code.google.com/p/psutil/issues/detail?id=339
The text was updated successfully, but these errors were encountered: