> Thanks , it worked and found few crashes. but after some time it pops out
> error stating unable to communicate with fork server (00M?) location
> run_target , i attached the screen shot.
You likely run out of memory when the program tries to allocate too
much of it due to some sort of a coding error (a consequence of
lifting the memory limit with -m none).
You could try to fine-tune the -m value so that the program runs but
can't crash other programs. There may be some other workarounds, but
they would be application-specific.
/mz