From: Roger W. <si...@si...> - 2007-10-03 06:58:34
|
<snip> *** glibc detected *** htcobol: malloc(): memory corruption: 0x091c9278 *** ======= Backtrace: ========= /lib/libc.so.6[0xcb013c] </snip> Easiest way to find out what is going on is to install valgrind (http://valgrind.org) Grab the latest source, do the usual ./configure --prefix=/usr; make install Then simply prefix your compile command with "valgrind" - valgrind htcobol -z -m -C -I . GCMMSTMN.COB Note to David - I occasionally do this in OC for the OC test suite and the ANSI85 test suite (For compiles AND execution). Roger |