Don't know about the segfault itself, but I did find and fix the classpath logic so the app is found. Might help you get a little further.
On Sep 29, 2014, at 10:58 PM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de> wrote: > Hi, > > yesterday I installed openmpi-1.9a1r32807 on my machines with Sun C > 5.12 and gcc-4.9.1. Unfortunately my small Java program still breaks > with a segmentation fault. > > tyr java 109 ompi_info | grep -e MPI: > Open MPI: 1.9a1r32807 > tyr java 110 mpijavac InitFinalizeMain.java > warning: [path] bad path element > "/usr/local/openmpi-1.9_64_cc/lib64/shmem.jar": > no such file or directory > 1 warning > tyr java 111 mpiexec -np 1 java InitFinalizeMain > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0xffffffff7ea3c7f0, pid=28335, tid=2 > # > # JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132) > # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b70 mixed mode > solaris-sparc > compressed oops) > # Problematic frame: > # C [libc.so.1+0x3c7f0] strlen+0x50 > # > # Failed to write core dump. Core dumps have been disabled. To enable core > dumping, try "ulimit -c unlimited" before starting Java again > # > # An error report file with more information is saved as: > # /home/fd1026/work/skripte/master/parallel/prog/mpi/java/hs_err_pid28335.log > # > # If you would like to submit a bug report, please visit: > # http://bugreport.sun.com/bugreport/crash.jsp > # The crash happened outside the Java Virtual Machine in native code. > # See problematic frame for where to report the bug. > # > -------------------------------------------------------------------------- > mpiexec noticed that process rank 0 with PID 0 on node tyr exited on signal 6 > (Abort). > -------------------------------------------------------------------------- > tyr java 112 > > > I have already reported this problem for some other versions before. > How can I help you to fix this problem? > > > Kind regards > > Siegmar > > _______________________________________________ > users mailing list > us...@open-mpi.org > Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users > Link to this post: > http://www.open-mpi.org/community/lists/users/2014/09/25415.php