From: David E. <de...@us...> - 2007-09-06 06:01:03
|
Reg wrote: > Is there a size limit for TC programs? > Using latest Fedora/gcc/etc. get compiler fail > on "Segmentation Fault" with larger programs > which compile and run perfectly with OpenCobol, Acu, MF. > Anyone any ideas? There is no specific source SIZE limit on TC. But, no stress tests have been performed using source code SIZE as a parameter. I have compiled and run fairly large programs, but but then again it depends on what is considered a 'large program'. In any case I suspect this to be some sort of bug, and without a sample to test there is no way to trace it. If you are feeling adventurous, you can compile the TC source with the '-g' option, then use GDB to isolate the seg-fault location. Hope this helps. PS. Please do not post any large and/or proprietary source code) |