Operating System - Linux
1827613 Members
3332 Online
109966 Solutions
New Discussion

aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11

 
Dong Bo
New Member

aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11

Please help. We have been using aCC to build C/C++ source files on HP-UX 11.00 for a long time. But it does not work since this afternoon. aCC just failed with signal 11. Does anybody knows something about it? Thanks for all your help.

bash-2.03$ aCC eof.c
Signal 11
( 0) 0x00297a68 sighandler__FiT1 + 0x148 [/opt/aCC/lbin/ctcom.pa20]
( 1) 0xc01f10a0 _sigreturn [/usr/lib/libc.2]
( 2) 0xc01e9a1c _setbuf + 0x44 [/usr/lib/libc.2]
( 3) 0x0011bc74 initCompilerGlobals__Fv + 0x19a8 [/opt/aCC/lbin/ctcom.pa20]
( 4) 0x0011743c main + 0x14c [/opt/aCC/lbin/ctcom.pa20]
( 5) 0xc013cc34 _start + 0xa8 [/usr/lib/libc.2]
( 6) 0x00276640 $START$ + 0x1a0 [/opt/aCC/lbin/ctcom.pa20]
aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11
bash-2.03$
4 REPLIES 4
Alex Lavrov.
Honored Contributor

Re: aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11

Shooting in the dark ...

Did you install patch PHNE_28567?

Because I found in several places that aCC fails to work correct after installing this patch.

If so, maybe the newer patch will corect the problem PHNE_31096.

I don't give a damn for a man that can only spell a word one way. (M. Twain)
Peter Godron
Honored Contributor

Re: aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11

Hi,
as Alex suggests problem could be down to patch.
See thread 218093.
Problems see to be related to function calls with > 100 arguments?!

Hope this helps.
Regards
Dong Bo
New Member

Re: aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11

Hi, Peter and Alex.

Thank you for your help.

I have solved the problem, but it is not caused by the patch PHNE_28567.

The cause is the /dev/null file was changed by some mis-operation, and became a common file which only root group can write. Maybe the ctcom.pa20 wants write something to /dev/null, and maybe it do not check if there is any file exception. So if a common user uses aCC to compile, signal 11 happens.
Dennis Handly
Acclaimed Contributor

Re: aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11

>The cause is the /dev/null file was changed by some mis-operation, and became a common file which only root group can write. Maybe the ctcom.pa20 wants write something to /dev/null, and maybe it do not check if there is any file exception.

Exactly. This is CR JAGad44497.