We are getting the following error when attempting a mass compile on an HP-UX 11.31 64-bit iTanium or Risc machine running MF Server Express V5.1.00. The compile blows up in the middle of the process on one of the programs in the stream:
cob -xv -PC " IBMCOMP noecho notrunc nobound confirm errlist assign=external"
-c -o pgmname.o pgmname.cob
cob64 -C nolist -xv -PC IBMCOMP noecho notrunc nobound confirm errlist assign=
external -c -o pgmname.o pgmname.cob
* Micro Focus Server Express V5.1 revision 000 Compiler
* Copyright (C) 1984-2009 Micro Focus (IP) Limited. URN RXCAQ/AA0/00000C
* Accepted - verbose
* Accepted - nolist
* Accepted - IBMCOMP
* Accepted - noecho
* Accepted - notrunc
* Accepted - nobound
* Accepted - confirm
* Accepted - errlist
* Accepted - assign(external)
* Accepted - list("pgmname.lst")
* Compiling pgmname.cob
* Total Messages: 0
* Data: 2760 Code: 26913
Execution error : file ''
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
* Micro Focus Server Express V5.1.00 Code Generator
* Copyright (C) 1984-2009 Micro Focus (IP) Ltd. All rights reserved
* Accepted - verbose
* Generating pgmname
cob64: error(s) in code generation: pgmname.int
*** Error exit code 1
Stop.
System default option values taken from: /oracle/product/10.2.0/precomp/admin/pc
bcfg.
The same code has been installed and successfully compiled using the same version of MF Server Express on Solaris and Linux machines.
Any insight on this issue would be much appreciated. Thanks in advance.