Operating System - HP-UX
1752716 Members
5841 Online
108789 Solutions
New Discussion юеВ

Re: Ignite core dump problem

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor

Re: Ignite core dump problem

>This is the output, if I'm running it wrong please let me know,

Some general commands to issue:
(gdb) bt
(gdb) info reg
(gdb) disas $pc-4*16 $pc+4*4
(gdb) q
Fabian Brise├▒o
Esteemed Contributor

Re: Ignite core dump problem

Hello Dennis.

As always thanks for your help.

Here is the output of the commands you told me to run.

I keep seing /usr/lib/libc.2 a lot..... I checked and there is a new patch available.

I checked another server that has the same patch as this one and ignite is working on that server, the only diference I see is that server that is working has BASE and QTY. patches from 2006.

The one that is failing has BASE and QTY. from 2004, could this be related in any way ?


(gdb) bt
#0 0xc0197998 in + 0x8 () from /usr/lib/libc.2
#1 0xc01989d4 in + 0x22c () from /usr/lib/libc.2
#2 0xc019b6ec in free+0x30c () from /usr/lib/libc.2
#3 0x1d60c in + 0x2584 ()
#4 0x28bc4 in + 0xa94 ()


(gdb) info reg
flags: 2f000041
r1: 210 rp/r2: c01989d7 r3: 7b0416e8 r4: 7b041378
r5: 0 r6: 4006419c r7: 838 r8: 0
r9: 400649d4 r10: dfa0 r11: 2 r12: 27f7f2a08
r13: 31836 r14: 31836000382e8 r15: 40004558 r16: 4000d1d0
r17: 4000d5d0 r18: 4000d5d1 r19: 7b03a794 r20: d0c4
r21: c88c r22: 400b0e3c arg3/r23: 7b043108 arg2/r24: 838
arg1/r25: e8000bc8 arg0/r26: 8210681 dp/gp/r27: 40005558 ret0/r28: 0
ret1/ap/r29: 1 sp/r30: 7f7f31a0 mrp/r31: 7b043108 sar/cr11: 3f
pcoqh: c0197998 pcsqh: 5b6ec00 pcoqt: c019799c pcsqt: 5b6ec00
eiem/cr15: ffffffffffffffff iir/cr19: 4b5f0018 isr/cr20: aa7c000 ior/cr21: 821068d
ipsw/cr22: ff0004fa1f goto: 64 sr4: aa7c000 sr0: 5b6ec00
sr1: aa7c000 sr2: 0 sr3: 0 sr5: e2f0c00
sr6: 5b6ec00 sr7: 5b6ec00 rctr/cr0: 1871 pidr1/cr8: fffffff0ffffffff
pidr2/cr9: 127996d60 ccr/cr10: 153acfb00 pidr3/cr12: d27488 pidr4/cr13: 1c2d6b0
cr24: 800000f cr25: 1c700e0 cr26: 12792d960 mpsfu_high: 7af89060
mpsfu_low: b58338 mpsfu_ovflo: 0 pad: 5fc59ab901c70000 fpsr: 8000000
fpe1: 0 fpe2: 0 fpe3: 0 fpe4: 0
fpe5: 0 fpe6: 0 fpe7: 0



(gdb) disas $pc-4*16 $pc+4*4
Dump of assembler code from 0xc0197958 to 0xc01979a8:
0xc0197958 : stw %r24,0(%r31)
0xc019795c : ret
0xc0197960 : ldo -0x80(%sp),%sp
0xc0197964 : ldo 8(%r25),%r26
0xc0197968 : ldw 8(%r25),%r25
0xc019796c : cmpb,<>,n %r0,%r25,0xc0197844
0xc0197970 : ldw 0xc(%r25),%ret1
0xc0197974 : stw %r24,0(%r26)
0xc0197978 : stw %r31,0(%r24)
0xc019797c : stw %r0,8(%r24)
0xc0197980 : stw %r0,4(%r24)
0xc0197984 : ret
0xc0197988 : ldo -0x80(%sp),%sp
0xc019798c : break 0,0
0xc0197990 : cmpb,=,n %r0,%r26,0xc01979dc
0xc0197994 : cmpb,=,n %r0,%r25,0xc01979e0
0xc0197998 : ldw 0xc(%r26),%r31
0xc019799c : ldw 0xc(%r25),%r23
0xc01979a0 : cmpb,>>,n %r31,%r23,0xc01979c8
0xc01979a4 : cmpb,<> %r31,%r23,0xc01979e8
Knowledge is power.
Dennis Handly
Acclaimed Contributor

Re: Ignite core dump problem

>Here is the output of the commands you told me to run.

This indicates you have heap corruption, it is dying after free is called.

0xc0197998 : ldw 0xc(%r26),%r31 < abort here
arg0/r26: 8210681

The value in R26 is misaligned and doesn't have the high nibble set.

>The one that is failing has BASE and QTY from 2004, could this be related in any way?

Yes.
Fabian Brise├▒o
Esteemed Contributor

Re: Ignite core dump problem

Hello guys.
Management allowed me to patch the system, but until december so I will update this thread until then.


thanks for your help.
Knowledge is power.
Stephan.
Honored Contributor
Solution

Re: Ignite core dump problem

I know this is an old thread, but i stumpled about it due to the fact i have the same problem on several machines since last week.

Answer on my call was "known issue" with that specific version.

Check
http://www.itrc.hp.com/service/cki/docDisplay.do?docId=QXCR1000978239
for details.

As well in the meantime 7.9.261 is available and in the release notes (http://www.docs.hp.com/en/5992-5168/5992-5168.pdf) you can find:

"An array out-of-bounds memory corruption defect in
make_net_recovery and make_tape_recovery introduced"

Hopefully this will save you the time to update the box.

I'm going to install 7.9.261 right now and test if the problem is gone.
Luitzen
Occasional Advisor

Re: Ignite core dump problem

Hi,

just installed C.7.9.261, PAX-ENH and PHCO_39677 and for me it works now!

Kind regards, Luitzen
Stephan.
Honored Contributor

Re: Ignite core dump problem

Confirmed, works even without any patches on a box from 2004 :-x

have fun,

Stephan
Fabian Brise├▒o
Esteemed Contributor

Re: Ignite core dump problem

Hello svo, Luitzen.

Thanks for the reply.

I'll try out your suggestions and install the new ignite version.

I hope this solves this problem.

The only thing I had left to do on that server was to hit it with a baseball bat, :S

I'll post the results. later on the day.



Knowledge is power.
Fabian Brise├▒o
Esteemed Contributor

Re: Ignite core dump problem

Hello, Luitzen, svo.

Installing the latest ignite software version corrected the problem.

Just finished running an ignite backup on the troubled server.

Thanks a lot to everybody, you all were a great help.

Now I have to update ignite software on all clients, but that no problem.

Drinks are on me guys, ;)
Knowledge is power.