Operating System - HP-UX
1753406 Members
7174 Online
108793 Solutions
New Discussion

Re: hpux B.11.31 core crash but not in B.11.23

 
Meir Yanovich
Occasional Advisor

Re: hpux B.11.31 core crash but not in B.11.23

just small update i recompile the application with -Z and still the same error.
Dennis Handly
Acclaimed Contributor

Re: hpux B.11.31 core crash but not in B.11.23

>which variable to print? there is attached stack trace can you please point me where?

The stack trace doesn't appear to have debug info. You should recompile with -g0.
Your stack trace shows you are in a thread: __pthread_bound_body
Are your strings in question, if global, protected by mutexes?

The function _M_assign is passing a NULL pointer to memcpy. It is trying to copy 1 byte.

What is the source line and variables used in frame 2, ActivationRecord::Clear?

>I'm attaching the the swlist diff

Nothing was obvious.

>I recompile the application with -Z and still the same error.

I said relink with -z. You can also use "chatr -z".