Operating System - HP-UX
1754020 Members
7034 Online
108811 Solutions
New Discussion

Re: Program terminated with signal 3, Quit

 
meghasyam
Occasional Visitor

Program terminated with signal 3, Quit.kill+0x2c () from /usr/lib/pa20_64/libc.2

Hi i am running PA_RISC abl application from Progress on HPIA . but I see the client crashes with the following stack

can anybody please help me in finding which portion of the code has issue??

 

hpux1164:111$ (root) gdb /view/rdl111_hpux1164/vobs_prgs/hpux1164/dlc/bin/rx core.I.rx.3108

Detected 64-bit executable.

Invoking /usr/ccs/bin/gdb64.

HP gdb 6.0 for PA-RISC 2.0 (wide), HP-UX 11i

and target hppa2.0w-hp-hpux11.00.

Copyright 1986 - 2009 Free Software Foundation, Inc.

Hewlett-Packard Wildebeest 6.0 (based on GDB) is covered by the

GNU General Public License. Type "show copying" to see the conditions to

change it and/or distribute copies. Type "show warranty" for warranty/support.

..

Core was generated by `rx'.

Program terminated with signal 3, Quit.

 

#0  0xc00000000fa14d8c in kill+0x2c () from /usr/lib/pa20_64/libc.2

(gdb) where

#0  0xc00000000fa14d8c in kill+0x2c () from /usr/lib/pa20_64/libc.2

#1  0x4000000000d80a58 in utcore_dbe () at /vobs_prgs/src/ut/utbuf.c:364

#2  0x4000000000d80c64 in utcore () at /vobs_prgs/src/ut/utbuf.c:420

#3  0x400000000026f8c4 in drexit (exitflags=2, exitcode=2) at /vobs_prgs/src/drsys/drsetup.c:923

#4  0x4000000000263f58 in msgout (msgbits=28674, msgbuf=0x87ffffffe0006818 "SYSTEM ERROR: lkrestore: invalid call (3735)",

    msgnumber=3735) at /vobs_prgs/src/drsys/drmsg.c:1343

#5  0x40000000002630c4 in msgnCB (pcontext=0x800000010047a8b8, msgnum=3735, args=0x87ffffffe0006548)

    at /vobs_prgs/src/drsys/drmsg.c:735

#6  0x4000000000262e88 in msgCB (param=0x800000010047a8b8, msgType=1, plogPrefix=0x87ffffffe0006538 "ABL    20: ",

    msgNumber=3735, args=0x87ffffffe0006548) at /vobs_prgs/src/drsys/drmsg.c:653

#7  0x4000000000b18620 in dsmFatalMsgnCallBack+0xa0 ()

#8  0x4000000000af16c8 in lkrestore+0x260 ()

#9  0x4000000000352c3c in dblkrst+0xbc ()

#10 0x4000000000351650 in dbqry+0x150 ()

#11 0x40000000007acdb4 in proqry (prnfndctl=0x800000010037d9f0, perr=0x87ffffffe00060b4)

    at /vobs_prgs/src/prsys/profnd.c:445

#12 0x40000000007ad244 in profnd (pprnfndctl=0x800000010037d8f0, prnfndparms=0x87ffffffe00056d0)

    at /vobs_prgs/src/prsys/profnd.c:151

#13 0x400000000027a0ec in fdfnd (fdhandle=1, pprnfndctl=0x800000010037d8f0, prnfndparms=0x87ffffffe00056d0)

    at /vobs_prgs/src/fdsys/fd.c:2237

#14 0x40000000009a110c in bfFindRow (pprnfndctl=0x800000010037d8f0, prnfndparms=0x87ffffffe00056d0,

    privcc=0x800000010037d988, cc_selector=-1) at /vobs_prgs/src/bfsys/bfrec.c:1301

#15 0x40000000008f3464 in rnbfnxtDoit (p_pvm=0x80000001001c1428) at /vobs_prgs/src/rnsyscomm/rnexbf.c:1173

#16 0x40000000008f58e8 in rnbfnxtBody (p_pvm=0x80000001001c1428) at /vobs_prgs/src/rnsyscomm/rnexbf.c:938

#17 0x40000000008f5ff8 in rnbfnxt (pbfkey=0x80000001004c4d18, p_pvm=0x80000001001c1428)

    at /vobs_prgs/src/rnsyscomm/rnexbf.c:740

#18 0x40000000008e8f48 in rnexec_entry (p_pvm=0x80000001001c1428) at /vobs_prgs/src/rnsyscomm/rnexec.c:461

#19 0x40000000008e3f4c in rninterpret (p_pvm=0x80000001001c1428) at /vobs_prgs/src/rnsyscomm/rnfsa.c:397

#20 0x4000000000317da4 in rnrq (perrhndl=0x0) at /vobs_prgs/src/rnsyscomm/rnrq.c:110

#21 0x40000000002611c4 in main (argc=5, argv=0x87ffffffe0001000) at /vobs_prgs/src/drsys/drclient.c:414

(gdb)

 

1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: Program terminated with signal 3, Quit

>help me in finding which portion of the code has issue?

 

The error may be detected here?  #7 dsmFatalMsgnCallBack

Which is mentioned here:

#4 msgout (msgbits=28674, msgbuf=0x87ffffffe0006818 "SYSTEM ERROR: lkrestore: invalid call (3735)",

#8 lkrestore+0x260