Operating System - HP-UX
1748280 Members
4058 Online
108761 Solutions
New Discussion юеВ

cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

 
UNIXnut
New Member

cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

The following error is encounter when a new kernel is getting built:

(Bundled) cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11.
*** Error exit code 9
Stop.
config: make did an exit(1)
config failure.
mk_kernel has failed!!!

The hardware configuration for the machine:

4 Processors
8 GB RAM
2 Dual Channel SCSI Controler
1 Single Port Lancard
1 MSA 30 (with 14 x 146 GB HD split on two different controllers)

Please suggest if anything can be done.
9 REPLIES 9
Steven E. Protter
Exalted Contributor

Re: cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

Shalom,

The version of the OS would be helpful.

Check the /stand file system for missing files.

What recent patching have you done?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
UNIXnut
New Member

Re: cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

HP-UX version is

No recent patching.

Thanks
Dennis Handly
Acclaimed Contributor

Re: cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

>Please suggest if anything can be done.

Something is terribly terribly wrong. When creating a new kernel on 11.11, the bundled compiler doesn't really do much so it can't fail like this. Is there a core file left around?

Are you short on memory/swap? Do "swapinfo -tam". What are the values of maxdsiz, maxdsiz_64bit and maxssiz?
UNIXnut
New Member

Re: cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 0 1024 0% 0 - 1 /dev/vg00/lvol2
dev 8000 0 8000 0% 0 - 1 /dev/vg00/sswap
dev 8000 0 8000 0% 0 - 1 /dev/vg00/eswap
dev 8000 0 8000 0% 0 - 1 /dev/vg00/xswap
reserve - 340 -340
memory 6328 73 6255 1%
total 31352 413 30939 1% - 0 -
Dennis Handly
Acclaimed Contributor

Re: cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

>total 31352 413 30939 1%

You aren't short on swap, unless the system was much busier when it failed.
You haven't exported CCOPTS have you?

Have you contacted the Response Center yet?
UNIXnut
New Member

Re: cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

I have not exported CCOPTS.

I have not contacted the response center yet.
Dennis Handly
Acclaimed Contributor

Re: cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

>I have not exported CCOPTS.

Hmm. I suppose you could do the following so you get some verbose output from the compile step:
export CCOPTS="-v"

What is the value of TMPDIR?
ranganath ramachandra
Esteemed Contributor

Re: cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

get the latest patch.

an old version of ccom would die with SIGSEGV if the target file/directory was not writeable.
 
--
ranga
[i work for hpe]

Accept or Kudo

Dennis Handly
Acclaimed Contributor

Re: cc: error 1405: "/usr/ccs/lbin/ccom" terminated abnormally with signal 11

>ranganath: get the latest patch.

No patches are available for the bundled C compiler.