Report Builder 9 incurs segmentation fault
390417May 8 2003 — edited May 12 2003Hi folks,
I have installed Oracle Reports Builder 9.0.2.0.2 as part of a complete install of Oracle9iDS 9.0.2.0.0 on a SuSE 8.0 Linux machine. The installation performed flawlessly, however once I wanted to try out the Reports Builder I immediately incurred a segmentation fault. As a matter of fact the exception occurs so early that nothing else has happened, i.e. no windows have popped up or any other measurable effect has taken place.
This is what I see in the debugger:
(gdb) r
Starting program: /opt/oracle/OraHome2/bin/rwbuilder rwbuilder
[New Thread 1024 (LWP 2193)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 2193)]
0x40792cbd in kguinit () from /opt/oracle/OraHome2/lib/librw90.so
(gdb) t
[Current thread is 1 (Thread 1024 (LWP 2193))]
This is the stack backtrace :
(gdb) bt
#0 0x40792cbd in kguinit () from /opt/oracle/OraHome2/lib/librw90.so
#1 0x4065366e in psici_init_client_instance ()
from /opt/oracle/OraHome2/lib/librw90.so
#2 0x40c65f4f in depcxcreate () from /opt/oracle/OraHome2/lib/libde90.so.0
#3 0x40c5fae3 in depcccreate () from /opt/oracle/OraHome2/lib/libde90.so.0
#4 0x40179667 in ropintcp () from /opt/oracle/OraHome2/lib/librw90.so
#5 0x40178cbb in ropint () from /opt/oracle/OraHome2/lib/librw90.so
#6 0x40313507 in rxinita_reports () from /opt/oracle/OraHome2/lib/librw90.so
#7 0x403140c1 in rxinit () from /opt/oracle/OraHome2/lib/librw90.so
#8 0x08063132 in rxmsql ()
#9 0x0806305f in rxcsrb ()
#10 0x40b6f76e in snnlpmcal () from /opt/oracle/OraHome2/lib/libnn90.so.0
#11 0x40b7190e in snnlslmai () from /opt/oracle/OraHome2/lib/libnn90.so.0
#12 0x080630cc in rxcssl ()
#13 0x08057054 in main ()
#14 0x420409ed in __libc_start_main () from /lib/libc.so.6
(gdb)
Does anyone have a clue what is happening here ? And more, does anyone have an idea how this crash could be avoided ?
As required in the installation notes I have kept the Oracle development suite tools separate from the Oracle database in directories /opt/oracle/OraHome2 and /opt/oracle/OraHome1, respectively. Also, the environment variables have been set up properly for the Oracle tools, or at least I cannot see where I missed something in that respect.
Does anyone have a clue what I should check in addition ?
By the way, there are no problems with the database proper and its tools, like oemapp etc., are running fine.
Thanks
Michael