Operating System - HP-UX
1752794 Members
6348 Online
108789 Solutions
New Discussion юеВ

Re: Error: Bus error(coredump) during stop, start Oracle's listener

 
Hoang Chi Cong_1
Honored Contributor

Error: Bus error(coredump) during stop, start Oracle's listener

Dir all

I have just install Oracle 8.1.7 Enterprise and when stop, start or show status, the error happen:
<>lsnrctl status

LSNRCTL for HPUX: Version 8.1.7.0.0 - Production on 17-JUN-2007 18:29:49

(c) Copyright 1998 Oracle Corporation. All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=110.0.91.29)(PORT=1521)))
Bus error(coredump)

I have check the core file:
<>strings core
@(#) $ PATCH_11.11/PHCO_28605 Jul 31 2003 03:09:41 $
nss_files_getprpwnam
nss_files_getprpwuid
getprpwnam.c-files(putprpwbynam)
files_putprpwnam
files_endprpwent
files_setprpwent
files_getprpwent
files>getprpwnam.c>get_function:
/usr/lib/pa20_64/libsec.2
nss_files_getprpwnam
/usr/lib/pa20_64/libsec.2
nss_files_getprpwuid
/usr/lib/pa20_64/libsec.2
files_putprpwnam
/usr/lib/pa20_64/libsec.2
files_getprpwent
/usr/lib/pa20_64/libsec.2
files_setprpwent
/usr/lib/pa20_64/libsec.2
files_endprpwent
/usr/lib/pa20_64/libsec.2
getprpwnam.c-files(in_passwd_file)

Has anybody faced with this trouble?

OS version: HP-UX 11i v1 Mission Critical Operating Environment / Packaged in December 2006
Please help me :(
Looking for a special chance.......
9 REPLIES 9
Hoang Chi Cong_1
Honored Contributor

Re: Error: Bus error(coredump) during stop, start Oracle's listener

sorry for the duplicate post...

Here is .profile content of Oracle'profile file . Please see on the attachment.

Thanks
Looking for a special chance.......
Ludovic Derlyn
Esteemed Contributor

Re: Error: Bus error(coredump) during stop, start Oracle's listener

hi,

what is the result of :

file core ?

By experience, It's seemns that 8.1.7 is bugged need to upgrade to 8.1.7.4

Regards

L-DERLYN
Yogeeraj_1
Honored Contributor

Re: Error: Bus error(coredump) during stop, start Oracle's listener

hi,

do you have multiple installations on this same machine?

if yes, please check your ORACLE_HOME environment variable.

In your attachment, i can see:

export ORACLE_HOME=$ORACLE_BASE/product/8.0.5


kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Dennis Handly
Acclaimed Contributor

Re: Error: Bus error(coredump) during stop, start Oracle's listener

$ strings core

This is particularly useless, don't do this.
As L-DERLYN says, what does "file core" say and what does gdb give for a stack trace, "bt"?
Srimalik
Valued Contributor

Re: Error: Bus error(coredump) during stop, start Oracle's listener

do
(I assume that core file is in current dir and the path of lsnrctl is $ORACLE_HOME/bin/lsnrctl)

gdb -c core $ORACLE_HOME/bin/lsnrctl

then on the gdb prompt give "bt" command

post the output here. Lets see if somebody can help.
abandon all hope, ye who enter here..
Hoang Chi Cong_1
Honored Contributor

Re: Error: Bus error(coredump) during stop, start Oracle's listener

Thanks for your replies.

The core file was created when I do stop, start or status with LISTENER.
The core file located at /home/oracle/

Ludovic Derlyn: Current Oracle version is 8.1.7.4

Yogeeraj: What do mean: multiple installation?
We only install Oracle 7.1.7.4 on this machine!

The core file named: core

Here is output of what you recomend:
<>gdb -c core /home/oracle/
HP gdb 5.4.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00
and target hppa1.1-hp-hpux11.00.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.4.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.
.."/home/oracle/": not in executable format: File format not recognized


Detected 64-bit core file.
Invoking /opt/langtools/bin/gdb64.

warning: Unknown symbols for '/home/oracle/core'; use the 'symbol-file' command.
Core was generated by `lsnrctl'.
Program terminated with signal 10, Bus error.
BUS_UNKNOWN - Unknown Error
#0 0x40000000001e1df0 in ()
Cannot access memory at address 0x40000000001e1df0
(gdb) bt
#0 0x40000000001e1df0 in ()
warning: Attempting to unwind past bad PC 0x40000000001e1df0
#1 0x40000000001e1dc4 in ()
#2 0x40000000001e1dc4 in ()
#3 0x40000000001e1dc4 in ()
Cannot access memory at address 0x100000000
(gdb)

Please advise.
Looking for a special chance.......
Sameer_Nirmal
Honored Contributor

Re: Error: Bus error(coredump) during stop, start Oracle's listener

I guess something is wrong with listener.ora file.

Check the file for correct entries, SID parenthesis etc.

DNS working okay yes?
Dennis Handly
Acclaimed Contributor

Re: Error: Bus error(coredump) during stop, start Oracle's listener

To run gdb you need:
$ gdb executable core
You put the directory for the executable and didn't put the path to lsnrctl as Srikrishan said.
Hoang Chi Cong_1
Honored Contributor

Re: Error: Bus error(coredump) during stop, start Oracle's listener

Thanks to all

Finaly, I have to use Ignite to restore ignite image by using a golden image...

Thanks again.
Looking for a special chance.......