Operating System - HP-UX
1753300 Members
7492 Online
108792 Solutions
New Discussion

C++ compilation crashes on HP-UX

 
prasanna_7
Occasional Contributor

C++ compilation crashes on HP-UX

C++ compiler on HP crashes with the following error message :

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
Error 255
gmake: *** Error 2

Compiler Version :
aCC: HP ANSI C++ B3910B A.03.55

Please give me the solution for this.
1 REPLY 1
Ravi_8
Honored Contributor

Re: C++ compilation crashes on HP-UX

Hi,
propably you need to install linker(ld) patch.
search in this site for latest linker patch
never give up