----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
>I have the following error log :
>> OptimizeIt 3.0 audit system. (c) 1997-1999 Intuitive Systems Inc.
>> Port is 1470
>> SIGSEGV received at bffff6fc in >/usr/OptimizeItDemo/lib/libaudit11.so.
>Processing terminated
I can't tell you why you get that error, but I used to get the same
SIGSEGV type error and messages trying to access Oracle's oci library
(libjcbcoci8.so or something like that) when using their oci jdbc driver AND
the IBM 1.1.8 jdk.
I switched to the Blackdown 1.1.7 jdk and the error went away, though I was
kind of bummed because I wanted to run the IBM jdk.
At the time I attributed the problem to something in the Oracle library, but
now I'm wondering if it is something in the IBM jdk relating to native
calls.
I'm curious if anyone else on the list familiar with the IBM JDK has any
thoughts.
Cary
-----Original Message-----
From: Richard Hallier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 25, 1999 9:02 AM
To: [EMAIL PROTECTED]
Subject: OptimizeIt problem
Hi,
Using
Linux JDK1.1.8 IBM
RedHat6
JServ1.0
OptimizeIt3
With the following script,
> echo 'start JServ Profling'
> ...
> ...
> classes=$java_home/lib/classes.zip:$jsdk:$jserv:$jdbc:$optit
> DISPLAY=adfront.fivia.fr:0
> export DISPLAY
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/OptimizeItDemo/lib/native
> export LD_LIBRARY_PATH
> $java_home/bin/java -ms16M -mx32M -noclassgc -nojit -classpath $classes
intuitive.audit.Audit org.apache.jserv.JServ $props &>$log
I have the following error log :
> OptimizeIt 3.0 audit system. (c) 1997-1999 Intuitive Systems Inc.
> Port is 1470
> SIGSEGV received at bffff6fc in /usr/OptimizeItDemo/lib/libaudit11.so.
Processing terminated
I also tried /usr/OptimizeItDemo/lib/native/libaudit11.so
> Writing stack trace to javacore5844.txt ... OK
Any idea ?
Thank you.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]