Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Pro*Fortran compilation problem on Sun Solaris 2.5.1, RDBMS 7.3.3
Hi !
I have successfully compiled and run Oracle supplied Pro*Fortran samples. I have also successfully compiled and run very simple Pro*Fortran programs from our database accessing and printing some data from a table.
When I try to run one of our complex programs that has a cursor that joins several tables and retrieves about 50 columns, the program bombs with the following message on the screen.
Terminating program_name
Received signal 11 SIGSEGV
Abort ( Core dumped ).
iSince the CORE dunp is too long I can look at only part of the core dump via vi editor and this is what it tells me:
messages.mo lt_domainyp_firstyp_nextyp_matchSUNW_OST_OSLIB%s: successfu
l completionSUNW_OST_OSLIB%s: memory allocation failedSUNW_OST_OSLIB%s:
symbol mis
sing in shared objectSUNW_OST_OSLIB%s: couldn't open shared
objectSUNW_OST_OSLIB%s
: shared object does not existSUNW_OST_OSLIB%s: system error:
%sSUNW_OST_OSLIB%s:
unknown error #%dSUNW_OST_OSLIB%s: %s
SUNW_OST_OSLIBerror/dev/tty01234567890#
+-.0123456789hL$/dev/ttyr/bin/sh/bin/shsh/
bin/ksh/bin/kshksh-cTMPDIR/var/tmp//tmp/XXXXXX/var/tmp/^HXXXXXXw+/var/tmp/XX
XXXXgr
oupfiles nispasswdfiles nisshadowpasswdfiles nis/dev/tty/var/tmp/XXXXXXbad
tag
along with some (I guess HEX) junk at the beginning of the above messages.
I am guessing from the messages that I am missing some shared objects.
It seems to me that some libraries are missing when f77 is being used to compile the *.f file created by the Oracle precompiler.
Does anyone know how to fix this ?
ORACLE_HOME to /../../7.3.3 and LD_LIBRARY_PATH to /../../7.3.3/precomp/lib
I have modified and used Oracle supplied
$ORACLE_HOME/precomp/env_precomp.mk and $ORACLE_HOME/precomp/profor.mk
Oracle Pro*Fortran pre-compiler version is 1.8.3.
We are using Sun Solaris 2.5.1, hardware Sun4u Sparc SUNW, Ultra-Enterprise 3000 platform
We are using SC4.2, f77 Sun Fortran compiler.
I have spent 2 days on this without any luck. Any help will be greatly appreciated.
Thank you very much.
Suresh Bhat
suresh.bhat_at_mitchell-energy.com
Received on Wed Sep 09 1998 - 14:48:50 CDT
![]() |
![]() |