1829014 Members
2200 Online
109986 Solutions
New Discussion

aCC compiler crashes

 
Prabu_3
Frequent Advisor

aCC compiler crashes

I am building an enterprise product on HP-UX 11.11 (PA-RISC) using /opt/aCC/bin/aCC and when I am compiling one cpp file, the compiler spits the following error message and compilation fails :

Signal 11
( 0) 0x00274970 sighandler__FiT1 + 0x148
[/opt/aCC/lbin/ctcom.pa20]
( 1) 0xc020b6d0 _sigreturn [/usr/lib/libc.2]
( 2) 0x000a74c0 $$dyncall_external_20
[/opt/aCC/lbin/ctcom.pa20]
( 3) 0x0010edf0
reverseFunctionDeclarationList__FP8Function + 0x38
[/opt/aCC/lbin/ctcom.pa20]
( 4) 0x0012a4f0 expand__8FunctionFv + 0x518
[/opt/aCC/lbin/ctcom.pa20]
( 5) 0x0013a9ec
ProcessExternalDeclaration__8CompilerFP11Declarationb
+ 0x1b8 [/opt/aCC/lbin/ctcom.pa20]
( 6) 0x001b88fc
ProcessExternalDeclarationList__8CompilerFP11Declaration
+ 0x104 [/opt/aCC/lbin/ctcom.pa20]
( 7) 0x0019abd4
doReduction1__FiR12ScannerValueP12ScannerValue +
0x56c [/opt/aCC/lbin/ctcom.pa20]
( 8) 0x00199ee8 yyparse__Fv + 0xbc8
[/opt/aCC/lbin/ctcom.pa20]
( 9) 0x0023de98 DoCompile__8CompilerFv + 0x22c
[/opt/aCC/lbin/ctcom.pa20]
(10) 0x000b1894 DoCompile__8CompilerFP6Buffer +
0x34 [/opt/aCC/lbin/ctcom.pa20]
(11) 0x000b95e0 DoCompileFile__8CompilerFPc +
0x25c [/opt/aCC/lbin/ctcom.pa20]
(12) 0x000c0050 main + 0x6c0
[/opt/aCC/lbin/ctcom.pa20]
(13) 0xc0143478 _start + 0xc0 [/usr/lib/libc.2]
(14) 0x001b0e00 $START$ + 0x178
[/opt/aCC/lbin/ctcom.pa20]
Error (system problem) 689: # Compiler received
signal 11
gmake[4]: *** [HP-UXB.11.11_DBG.OBJ/HashUtil.o] Error 3


Any one faced similar problem. If so, what is the solution for this?.

 

 

-----------------------------------

 

P.S. This thread has been moved from General to Languages & Scripting - Forum Moderator

4 REPLIES 4
Manish Srivastava
Trusted Contributor

Re: aCC compiler crashes

Hi ,

I had seen this problem and when installed the latest patch it got removed. You could try that.

-manish
Prabu_3
Frequent Advisor

Re: aCC compiler crashes

I have following version of Compiler and patches :

bash-3.00# aCC -V
aCC: HP ANSI C++ B3910B A.03.55

GOLDAPPS11i-B.11.11.0406.5 Gold Applications Patches for HP-UX 11i v1, June 2004
GOLDBASE11i-B.11.11.0406.5 Gold Base Patches for HP-UX 11i v1, June 2004
B3899BA - B.11.11.08-HP C/ANSI C Developer's Bundle for HP-UX 11.i (S700)
B3901BA - B.11.11.08 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800)
BUNDLE B.11.11 Patch Bundle
BUNDLE11i B.11.11.0306.1 Required Patch Bundle for HP-UX 11i, June 2003
OnlineDiag - B.11.11.13.14 HPUX 11.11 Support Tools Bundle, Dec 2003

bash-3.00# uname -a
HP-UX jesser01 B.11.11 U 9000/800 2640277115 unlimited-user license

Do I need to install any other patch other than this?.
Stephen Keane
Honored Contributor

Re: aCC compiler crashes

Have you tried PHSS_31222 ?
Prabu_3
Frequent Advisor

Re: aCC compiler crashes

I do have this patch in my server.