Operating System - HP-UX
1830509 Members
2480 Online
110006 Solutions
New Discussion

page I/O error on cc compiler on HP-UX 10.20

 
Tammy Liang
Regular Advisor

page I/O error on cc compiler on HP-UX 10.20

I have a system running on D220 with HP-UX 10.20. After a power outage on this system.The ProC programs can not be started up normally.
Sometimes, I can compile program with cc compiler w/o problem. Sometimes I got error message and core file (in the core file I see "out of memory" message).
The error message from cc compiler below:
text modification or page I/O error
cc: error 1405: "/usr/ccs/bin/ld" terminated obnormaly with signal 10.

Please help and thanks for the reply.

Tammy
take easy, enjoy life
3 REPLIES 3
Dietmar Konermann
Honored Contributor

Re: page I/O error on cc compiler on HP-UX 10.20

Tammy,

looks like the system has intermittent problems to page-in parts of the /usr/ccs/bin/ld image from disk. Usually such symptoms are caused by bad hardware, typically a broken disk drive.

Try to read from the disk in question (e.g. using dd from the rdsk/rlvol device) and/or get the hardware logs analyzed.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Tammy Liang
Regular Advisor

Re: page I/O error on cc compiler on HP-UX 10.20

Thanks, after work with hp engineer, and installed patches. It resolves the issues.
take easy, enjoy life
Tammy Liang
Regular Advisor

Re: page I/O error on cc compiler on HP-UX 10.20

Dietmar,
I thought I resolve the issue with the patches installed. This morning I run into the same problem again with the same error message. I run dd on the two drives that used by /usr. I also run dd command on the lvm used by /usr w/o error.

Any suggestion...

Thanks..
Tammy
take easy, enjoy life