Operating System - HP-UX
1833263 Members
2854 Online
110051 Solutions
New Discussion

Re: Help needed to run purify

 
vasundhara
Frequent Advisor

Help needed to run purify

Hi,

I am running purify on one binary. Normal binary is executing with out any problems. But, purify binary is exitting with the error
"shl_load("/tmp/vasu/purify/usr/lib/libstraddr.1_pure_p3_c0_106272155_B1111_32_163
84", 0x908, 0) failed. Exec format error"

The error is coming when "svc_reg" system call is executed.

Also, the library libstraddr.1 is not shown in the output of "ldd binary".

I do not understand why this library is coming into picture when this is not shown in "ldd"

Thanks in advance for your help.

Regards
VJ.
2 REPLIES 2
MAUCCI_2
Frequent Advisor

Re: Help needed to run purify

it is under shl_load so it means that it is dynamically loaded, thus it is normal not to appear in ldd dependencies.

What is your level of linker patch?
What version of purify are you using?
You should install latest version of purify accessible from their download center

https://www6.software.ibm.com/reg/rational/rational-i


Regards
Cyrille
ranganath ramachandra
Esteemed Contributor

Re: Help needed to run purify

please check whether the library in the reported location is valid: if your application is PA32, the library should also be PA32 (not PA64).
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo