|
From: eurlix <eu...@li...> - 2003-06-19 19:03:40
|
Hi Jim, Le Thu, 19 Jun 2003 12:28:48 +0800 "Jim Morcombe" <ji...@by...> a =E9crit: > I seem to have run into a problem. > I am using a script called "comp" to run the compiler and line 34 of > the script is the actual "htcobol" command. >=20 > I keep getting the following error message: >=20 > comp:line34: 14503 Segmentation fault > htcobol -c -g -C -F -P -I $COBCPY $PROG.cbl >=20 > return code 139 >=20 > I think I may have hit some kind of limit on the compiler. If I > "comment out" any line defining a variable in the WORKING-STORAGE > SETCTION, then it compiles correctly. As soon as I remove the > comment, the compiler crashes. >=20 > Even if I just comment out a line like this, it works: >=20 > 01 FILLER PIC X(4) VALUE "L20". >=20 > The number "14503" reported in the error message changes slightly as > I comment out different variables, but always seems to stay between > 14500 and 14600. >=20 > Jim >=20 >=20 As I have EXACTLY the same problem on about 30% of 450/500 programs, I am curious to read what appen if you _only_ add a line like 77 filler pic x value space. in your program . I suppose that you works with win*something, but this work for me with Linux from sometime ;-) Regards, --=20 Alain Lucari (Eurlix) |