in reply to Re: Safely reading line by line
in thread Safely reading line by line
On my Debian GNU/Linux box I can call
in the shell before starting my program and it will no longer be able to use more than 10000 Kilobytes of virtual memory.ulimit -v 10000
However, that is not all I wanted. I would like to be able to stop processing the input file as soon as its contents are known to be malformed and take whatever evasive action is most appropriate. This would rule out plainly crashing in many cases.
|
---|