Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> core dump when executing Precompiler samples

core dump when executing Precompiler samples

From: Remigiusz Rzeszowski <shane.rr_at_gmx.net>
Date: 2000/04/12
Message-ID: <8d2p9n$a97$1@unlisys.unlisys.net>#1/1

Hi!

When I execute 'sample1' I get a core dump. Here are the last few lines of the 'truss' output:

open("/ocl01/oracle8i/ocommon/nls/admin/data/lx20001.nlb", O_RDONLY) = 3

read(3, " Z Z\0\00210\0\0\002\0\0".., 5696)     = 5693
close(3)                                        = 0
open("/ocl01/oracle8i/ocommon/nls/admin/data/lx10001.nlb", O_RDONLY) = 3
read(3, " Z Z\0\00210\0\0\001\0\0".., 748)      = 748
close(3)                                        = 0
brk(0x0002F690)                                 = 0
brk(0x00031690)                                 = 0
getcontext(0xFFBEEE50)

    Incurred fault #6, FLTBOUNDS %pc = 0xFEDB092C       siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000     Received signal #11, SIGSEGV [caught]

      siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
sysconfig(_CONFIG_SIGRT_MIN)                    = 38
sigprocmask(SIG_SETMASK, 0xFEBBBEF0, 0x00000000) = 0
sigaction(SIGSEGV, 0xFFBEEB90, 0x00000000)      = 0
sysconfig(_CONFIG_SIGRT_MIN)                    = 38
setcontext(0xFFBEE9F0)

    Incurred fault #6, FLTBOUNDS %pc = 0xFEDB092C       siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000     Received signal #11, SIGSEGV [default]

      siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
        *** process killed ***

I'm using Oracle 8.1.5 and SUN Solaris.

Please, help me!
I don't know what to do any more. :-(

regards
Remigiusz Rzeszowski Received on Wed Apr 12 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US