From: David E. <de...@us...> - 2007-10-08 01:03:50
|
Roger While wrote: > ... > Easiest way to find out what is going on is to install > valgrind (http://valgrind.org) > ... > Note to David - I occasionally do this in OC for > the OC test suite and the ANSI85 test suite > (For compiles AND execution). Thanks for the tip, Roger. I've used Valgrind on 'htcobol' and found a memory over-write due to an allocation size error. But other than that error, it is reporting memory errors on what appears to be valid code. |