From: David E. <de...@us...> - 2007-10-02 00:23:09
|
Reg wrote: > Eventually loaded/installed dev htcobol, > compiled same program, got same segmentation > fault. > In desperation, juggled order of loading of > FD copybooks, got ABORT thru memory problem. > Any ideas? > ... > #htcobol -z -m -C -F -I . GCMMSTMN.COB > ... I think you may be using a more recent distribution. On my system, there is an intermittent bug which can be triggered by either, adding or removing, the print program listing command line option '-P'. I think it is somehow related to copybooks, found in the pre-processor. So in the above case, just add the '-P' option to the command line, and see if it removes the problem. htcobol -z -P -m -C -F -I . GCMMSTMN.COB Cheers. |