1753797 Members
7522 Online
108799 Solutions
New Discussion

SIGBUS error Correction

 
Mark Cohen_5
New Member

SIGBUS error Correction

Just upgraded HP-UX system to ORACLE 9.2.0.1.
c APPLLICATIONS GET RUN TIME ERROR ON sql connect CALLED SIGBUS. Reqeuest articles explaining cause of error and possible corrections.

1 REPLY 1
Muthukumar_5
Honored Contributor

Re: SIGBUS error Correction

SIGBUS is a bus error happened at,

SIGBUS BUS_ADRALN invalid address alignment
BUS_ADRERR non-existent physical address
BUS_OBJERR object specific hardware error

It is notified for,
Abnormal termination of the process. Additionally,
implementation-dependent abnormal termination actions,
such as creation of a core file, may occur.


You can know the error signal information on signal.5 man page / signal.h header file.

It is good to analyse the core which may be created there with gdb or

what core / file core
Easy to suggest when don't know about the problem!