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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Installing 8iEE on RedHat 6.0 - help!!!!

Re: Installing 8iEE on RedHat 6.0 - help!!!!

From: Guy Fullalove <nospam_at_nospam.com>
Date: Mon, 29 Nov 1999 20:25:57 -0000
Message-ID: <81uo7u$dnu$1@nclient3-gui.server.which.net>


Here's the end of the trace :-

lseek(4, 39424, SEEK_SET) = 39424 read(4, "\7\0\7-\0\0002\0\10-\0\0g\0\t-\0"..., 512) = 512 lseek(4, 39936, SEEK_SET) = 39936 read(4, "\6\0\16-\0\0,\0\17-\0\0u\0\20-\0"..., 512) = 512 open("/oracle/app/oracle/product/8.0.5/rdbms/mesg/lcdus.msb", O_RDONLY) = 5

fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
lseek(5, 0, SEEK_SET)                   = 0
read(5, "\25\23\"\1\23\3\t\t\0\0\0\0\0\0\0"..., 256) = 256 --- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

Does this give you any ideas? The rest of the file looked OK (AFAIK). The only errors were at the start :

open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/lib/i586/libclntsh.so.1.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/oracle/app/oracle/product/8.0.5/lib/i586", 0xbffff5f0) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/jdbc/lib/i586/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/oracle/app/oracle/product/8.0.5/jdbc/lib/i586", 0xbffff5e4) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/jdbc/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/jdbc/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/jdbc/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/oracle/app/oracle/product/8.0.5/jdbc/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)

However, the command seemed to continue OK.

Thanks

--
Guy Fullalove
(guy.fullalove_at_which.net)
Kevin O'Gorman <kevin_at_trixie.kosman.via.ayuda.com> wrote in message news:38416B85.3D67C4B9_at_trixie.kosman.via.ayuda.com...
> It's entirely possible it's a memory problem, since Oracle recommends a
> minimum
> of 128MB RAM, or 256MB for some Java components.
>
> However, to be sure, you probably want a more detailed error message.
> What I
> usually do is run the program (sqlplus, svrmgr, whatever) under strace:
> strace -o tracefile svrmgr
> this will put a trace of system calls in the tracefile. You want to
> look at the
> last few, for system calls that failed, or for signals if any got
> processed.
> This will usually help to narrow down the cause of the trouble. There
> will be
> a LOT of output, so just focus on the end of the trace.
>
> -- kevin
>
>
Received on Mon Nov 29 1999 - 14:25:57 CST

Original text of this message

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