Operating System - HP-UX
1825891 Members
3015 Online
109689 Solutions
New Discussion

Re: stripped shared libraries causes core dump at execution

 
Rick Burge_3
Occasional Advisor

stripped shared libraries causes core dump at execution

I have PA_RISC 11.11 machine and have a problem that I do not have on a 10.20 or Itanium 11.23 box, same code.

If I strip a shared library any executable that uses that library will core dump.

I have tried linking the executables before and after the strip of the
library and with and without the fastbind. The results is that the
library cannot be stripped. Even if I just remove the debug info using
the '-g' option for the strip command.

I have searched for a possbile patch but to no avail.

aCC A. 03.55
ld B3910B

Thanks,
Rick
2 REPLIES 2
Steve Steel
Honored Contributor

Re: stripped shared libraries causes core dump at execution

Hi


Whats your patch level

especially

s700_800 11.11 ld(1) and linker tools cumulative patch


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Rick Burge_3
Occasional Advisor

Re: stripped shared libraries causes core dump at execution

Actually I have a compiler patch:

PHSS_32508 which makes it A. 3.63

and the only recent linker patch was:

PHSS_30970 ld & linker tools patch

but now that I'm looking I don't see it in SAM, unless it got superceded.

Is there something specific I should be looking for?

Thanks,
Rick