RE: memory leak in win32

2000-12-13 Thread Harshy Wanigasekara
list, almost missed your question. We ran into the exact same problem here. Try: http://forum.swarthmore.edu/epigone/modperl/groxbloiglim/03AB3CB11CBED3118A4 F009027B0C2B16B71A4@HAPPY Our fix stops the child process growing, but not the parent. -harshy -- Harshy Wanigasekara, Software guy

RE: memory leak under WinNT - fixed

2000-11-01 Thread Harshy Wanigasekara
Hi again, We managed to fix the problem described below. The issue was the win32 porting code in perl. In the file perl-5.6.0/win32/win32.h commenting out the line: #define ENV_IS_CASELESS fixes the memory leak problem. -harshy -Original Message- From: Harshy Wanigasekara