I'm using Perl 5.8.3.809 on a machine running Windows XP Professional. I'm processing text files of various sizes. The one that is giving me problems is 22.5 MB.

I can process this file by itself without incident, but if I process it as part of a group using a loop, I get the following error:

'Perl Command Line Interpreter has encountered a problem and needs to close.'

When I click for more information, I get the following:

*****

Error Signature:

AppName: perl.exe        AppVer: 5.8.3.809       ModName: perl58.dll
ModVer: 5.8.3.809        Offset: 0008698b

*****

One of my co-workers suggested a memory leak. I think I've plugged all the possible memory holes, but this file still sinks the script. I am using a few arrays, but I re-initialize and undef them after I'm finished with them.

Any suggestions would be appreciated.

-- Craig
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to