Adam, It appears that the segmentation fault is occurring on a exec call. The last line of the sh -x ./java display shows:
+ exec /work/Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/lnx390/IBMJava2-s390-131/jre/bin/exe/java Segmentation fault And that's it. Back to the user prompt. Any ideas? I have the complete output from the sh -x ./java, if you want to see it. This is really getting frustrating. Dave Dave Stuart Prin. Info. Systems Support Analyst County of Ventura, CA 805-662-6731 [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 12/6/2006 5:34 PM >>> 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 ---------------------------------------------------------------------- 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
