On Dec 6, 2006, at 5:18 PM, David Boyes wrote:

File shows ./java to be a Bourne Shell script.
This is IBMJava2-s390-131, that came as part of the Oracle 9i
distribution.

That seems wrong. *Is* it a script? If so, what is it actually
executing
(vi it and have a peek at what binary it's actually running, and test
that with 'file')? If it's *not* a script, then I'd still bet you
have a
rogue Intel binary somewhere -- renaming it and trying with the java
executable you have in your path would be the next step.

"java" usually *IS* a shell script, because it does all sorts of
environment management before it starts the actual interpreter.  Do a
sh -x ./java and see where it's *really* segfaulting.

Adam

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to