From: David E. <de...@us...> - 2007-10-03 01:39:40
|
Reg wrote: > Made changes, got:- > #htcobol -z -m -C -I . GCMMSTMN.COB > ... > searching directory path '.' > found copybook name './ICILOG.FD' > *** glibc detected *** htcobol: > malloc(): memory corruption: 0x091c9278 *** > ... > Aborted > Seems to have moved problem somewhere else..... Yes, looks like it, but that is to be expected. Trying to isolate stray C pointers can be a real pain. One more thing you may wish to try. Have a look at the copybook 'ICILOG.FD'. The TC pre-processor some times will malfunction, especially with single/double quotes. Cheers. |