Operating System - HP-UX
1752596 Members
5367 Online
108788 Solutions
New Discussion юеВ

Executable crashing. Please its urgent.

 
Kirankumar_1
Occasional Contributor

Executable crashing. Please its urgent.

My C/Pro*C executable is crashing on HP-11, it was working fine on HP-10.2. The error its giving is as follows.
Please help.
The compiler and linkloaders have been upgraded to the latest.

********** Internal heap ERROR 17114 addr=0x8000000100072b28 *********

***** Dump of memory around addr 0x72b28:
00072920 00000000 00000000 [........]
00072930 80000001 00078210 00000001 00000003 [................]
00072940 80000001 000729C8 00000007 00000008 [......).........]
00072950 00000000 00000000 80000001 00078370 [...............p]
00072960 80000001 00072A58 00000000 00000000 [......*X........]
00072970 00000000 00000000 00000000 00000000 [................]
00072980 00000000 00000000 0000BEEF 00000000 [................]
00072990 80000001 00017AB8 00000000 00000091 [......z.........]
000729A0 00000000 0F0FFF00 0000BEEF 00000000 [................]
000729B0 80000001 000728A0 80000001 00072A38 [......(.......*8]
000729C0 00000000 00000050 800003FF F0002668 [.......P......&h]
000729D0 00000000 00000000 00000004 00000003 [................]
000729E0 800003FF F00075C8 00000000 00000000 [......u.........]
000729F0 00000000 00000000 00000000 00000000 [................]
Repeat 1 times
00072A10 00000000 00000000 800003FF F000266C [..............&l]
00072A20 00000000 00000000 00000004 00000003 [................]
00072A30 800003FF F00075CA 00000000 00000000 [......u.........]
00072A40 00000000 00000000 00000000 00000000 [................]
Repeat 39 times
00072CC0 00000009 00000000 80000001 00072D50 [..............-P]
00072CD0 00000001 44000000 00000000 00000000 [....D...........]
00072CE0 00000000 00000000 00000000 00000000 [................]
Repeat 3 times
00072D20 00000000 00000000 [........]
******************************************************
HEAP DUMP heap name="Alloc statemen" desc=0x8000000100073a58
extent sz=0x1040 alt=32767 het=32767 rec=0 flg=2 opc=6
parent=8000000100027a08 owner=0 nex=0 xsz=0x1040
EXTENT 0
Chunk 8000000100099c40 sz= 4144 free " "
EXTENT 1
Chunk 8000000100098210 sz= 4144 free " "
EXTENT 2
Chunk 8000000100097190 sz= 4144 free " "
EXTENT 3
ERROR extent contains wrong ds 0
Chunk 8000000100072b68 sz= 0 ERROR, BAD MAGIC NUMBER (0)
Total heap size = 12432
FREE LISTS:
Bucket 0 size=288
Bucket 1 size=544
Bucket 2 size=1056
Chunk 8000000100097190 sz= 4144 free " "
Chunk 8000000100098210 sz= 4144 free " "
Chunk 8000000100099c40 sz= 4144 free " "
Total free space = 12432
UNPINNED RECREATABLE CHUNKS (lru first):
PERMANENT CHUNKS:
Permanent space = 0
******************************************************
Hla: 0

**** Recursive heap error: 17113 addr=0x0, ds=0
kirankumar
4 REPLIES 4
Michael Tully
Honored Contributor

Re: Executable crashing. Please its urgent.

I'm not entirely sure what this software is, but you may need to recompile it to work on 11. Although most applications should work on 11 that were okay on 10.20, it is not a guarantee.
Anyone for a Mutiny ?
Kirankumar_1
Occasional Contributor

Re: Executable crashing. Please its urgent.

definitely the executable is recompiled on HP-11 in both modes 32-bit as well as 64-bit.
And in both case it is crashing.
kirankumar
Yogeeraj_1
Honored Contributor

Re: Executable crashing. Please its urgent.

hi,

Does the demo programs compile successfully?

Can you check your proc.mk file if all the path have been properly set?

Also try setting and exporting all the environment variables
PATH
LD_LIBRARY_PATH
SH_LIB_PATH
TNS_ADMIN
ORACLE_HOME
ORACLE_SID
before you call the proc program.

Hope this helps!
Best Regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Ravi_8
Honored Contributor

Re: Executable crashing. Please its urgent.

Hi,

C and pro C packages are different for 10.2 and 11x. I think you have used the 10.2 version package on 11x also. which is causing the problem.
never give up