1753305 Members
6105 Online
108792 Solutions
New Discussion юеВ

HP-UX 11 core dump

 
Osa Jousou
Occasional Advisor

HP-UX 11 core dump

In one of the core files, I have the following messages:
@(#)HP-UX libisamstub.sl 19991217 (135120) B3907DB/B3909DB B.11.01.11
OGp~
@(#)fs_amod.s $Revision: 1.9.1.1 $
Procedure entry sequence is too long for Unwind. Contact HP Service.
@(#)libcl.sl version B.11.01.02 - Oct 05, 1999
UNWIND LIB ERROR: free_key call to __thread_setspecific.
UNWIND LIB ERROR: make_key call to __thread_key_create.
UNWIND LIB ERROR: internal_esc_code_access call to __thread_once.
UNWIND LIB ERROR: internal_esc_code_access call to __thread_setspecific.

and I also have this disturbing message:
BUG: symtab and linear search out of sync
Symtab: sym =
lib =
version =
Linear: sym =
BUG: hash values stored in the a.out/.sl do not match computed values
type =
sym_hashval (stored) =
hashval (computed) =
load
/usr/lib/dld.sl

I would appreciate it if you could tell what those messages mean and the fix for them.

Thanks,
Osa
4 REPLIES 4
Vincenzo Restuccia
Honored Contributor

Re: HP-UX 11 core dump

Debug it with gdb.
Steffi Jones_1
Esteemed Contributor

Re: HP-UX 11 core dump

Hi Osa,

try to see what

#file core

tells you.
It should give you some information from wehre the core file comes,

Steffi Jones
Alex Glennie
Honored Contributor

Re: HP-UX 11 core dump

smells of java .... is this correct and if so what version are you using : basically more details required !
Osa Jousou
Occasional Advisor

Re: HP-UX 11 core dump

This problem is intermittent so gdb will not work in this case. As for what file caused it, it's f60run (Oracle Forms 6.0 char mode). The application runs fine for sometime but for no reason users' terminals lock up or the executable crashes and puts them back to the UNIX prompt. At first, I looked at memory resources and increased maxdsiz to 128MB and maxssiz to 16MB as well as 128 for ulimit data and 16MB for ulimit stack but still no progress. I'm not sure if these kernel parameters have any effect on Oracle Forms or not?!