Operating System - HP-UX
1834566 Members
3959 Online
110069 Solutions
New Discussion

Re: Rational purify error

 
rajeshk
Advisor

Rational purify error

Hi,

After installation of Rational Purify 5.1 in HP i am getting error while running. Can any help please.
./Purify.test_install

Testing purify in /opt/purify/purify-5.1-hpux

Looking for compiler..using /bin/cc..
Testing purify with dynamic linking..
Purify 5.1 HP-UX, Copyright (C) 1992-2000 Rational Software Corp. All rights res
erved.
Instrumenting: hello_world.o Linking
...../Purify.test_install[27]: 5258 Memory fault(coredump)
..
Error: Purify produced incorrect results running the test program.
Please check the file
/opt/purify/purify-5.1-hpux/test/output.pureerror.dynamic
for more information.
------------------------------
**** Purify instrumented /opt/purify/purify-5.1-hpux/test/test.pure.dynamic (pi
d 5258) ****
COR: Fatal core dump:
* This is occurring while in:
*unknown func* [pc=0xc5214c28]
*unknown func* [pc=0xc520779c]
*unknown func* [pc=0xc52050c0]
*unknown func* [pc=0xc5201a98]
*unknown func* [pc=0xc5202c48]
*unknown func* [pc=0xc51fe730]
* Received signal 11 (SIGSEGV - Segmentation fault)
* Handler function: SIG_DFL
* Faulting address = 0xc68df700
* Signal mask: (SIGSEGV)
* Pending signals:

Thanks & Regards,
K.Rajesh
3 REPLIES 3
T G Manikandan
Honored Contributor

Re: Rational purify error

I am not sure whether the Rational site has a proper documentation for the purify installation on hpux for any changes on the kernel parameters on hp.

What server you are using?How much memory you have?
What are the kernel parameter values?

You should start debugging from the maximum data size,stack size and text size for a process on the kernel.

Revert
Steve Steel
Honored Contributor

Re: Rational purify error

Hi

I have seen this on the net as a purify problem so ask rational

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
T G Manikandan
Honored Contributor

Re: Rational purify error

Just went through the rational site,
it recommends latest linker and libc patches on the system.
make sure you update the appropriate patches for the hp version

Thanks