I have a Corba Service that I have compiled and tested successfully on HP UX 11.0 and with Oracle 8.0.6 in my development environment. But our production boxes have Oracle 7.3.4 (also HP UX 11.0) installed on them. So I complied my server/client using Oracle 7.3.4 -specific libraries
(-L$(ORACLE_HOME)/lib
-lsql -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr
-lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6
-lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lcma -lcl -lm -lcl -lm -lcma)
But now my program dies at the main line and core dumps with a Bus Error.
The backtrace in gdb shows
#0 0xc01339d0 in () from /usr/lib/libc.2
#1 0xc0206cb8 in __thread_atfork () from /usr/lib/libc.2
#2 0xc0204854 in __libc_init () from /usr/lib/libc.2
#3 0xc039fbbc in hp__pre_init_libc () from /usr/lib/libcma.2
Any help appreciated.
dbd
(-L$(ORACLE_HOME)/lib
-lsql -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr
-lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6
-lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lcma -lcl -lm -lcl -lm -lcma)
But now my program dies at the main line and core dumps with a Bus Error.
The backtrace in gdb shows
#0 0xc01339d0 in () from /usr/lib/libc.2
#1 0xc0206cb8 in __thread_atfork () from /usr/lib/libc.2
#2 0xc0204854 in __libc_init () from /usr/lib/libc.2
#3 0xc039fbbc in hp__pre_init_libc () from /usr/lib/libcma.2
Any help appreciated.
dbd