im trying to install ibm platform mpi on ubuntu 16.04
I tried to run ./platform_mpi-09.01.04.03r-ce.bin -i swing
and -i console
Both commands throw the same error: Unhandled Exception
Here is my installation log:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Graphical installers are not supported by the VM. The console mode will be used instead...
Unhandled exception
Type=Segmentation error vmState=0x00040000
J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Sig nal_Code=00000080
Handler1=F6B5AC6A Handler2=F6B18ECA InaccessibleAddress=00000000
EDI=F7527ECB ESI=00000000 EAX=F7527F40 EBX=00000000
ECX=F7527D1C EDX=00000000
EIP=F769C381 ES=002B DS=002B ESP=F7527CEC
EFlags=00010246 CS=0023 SS=002B EBP=00000000
Module=/lib32/libc.so.6
Module_base_address=F759B000 Symbol=inet_pton
Symbol_address=F769C220
Target=2_60_20141013_217026 (Linux 4.10.0-35-generic)
CPU=x86 (16 logical CPUs) (0xfb593d000 RAM)
----------- Stack Backtrace -----------
(0xF6B08FF0 [libj9prt26.so+0xfff0])
(0xF6B199D5 [libj9prt26.so+0x209d5])
(0xF6B08CE1 [libj9prt26.so+0xfce1])
(0xF6B08DD5 [libj9prt26.so+0xfdd5])
(0xF6B088E4 [libj9prt26.so+0xf8e4])
(0xF6B199D5 [libj9prt26.so+0x209d5])
(0xF6B08853 [libj9prt26.so+0xf853])
(0xF6B5A095 [libj9vm26.so+0x16095])
(0xF6B199D5 [libj9prt26.so+0x209d5])
(0xF6B5A39E [libj9vm26.so+0x1639e])
(0xF6B5ACB8 [libj9vm26.so+0x16cb8])
(0xF6B1909E [libj9prt26.so+0x2009e])
__kernel_rt_sigreturn+0x0 (0xF77AACB0)
---------------------------------------
JVMDUMP039I Processing dump event "gpf", detail "" at 2017/10/12 10:59:39 - plea se wait.
JVMDUMP032I JVM requested System dump using '/tmp/install.dir.21067/core.2017101 2.105939.21067.0001.dmp' in response to an event
JVMPORT030W /proc/sys/kernel/core_pattern setting "|/usr/share/apport/apport %p %s %c %P" specifies that the core dump is to be piped to an external program. A ttempting to rename either core or core.21275.
JVMDUMP010I System dump written to /tmp/install.dir.21067/core.20171012.105939.2 1067.0001.dmp
JVMDUMP032I JVM requested Java dump using '/tmp/install.dir.21067/javacore.20171 012.105939.21067.0002.txt' in response to an event
JVMDUMP010I Java dump written to /tmp/install.dir.21067/javacore.20171012.105939 .21067.0002.txt
JVMDUMP032I JVM requested Snap dump using '/tmp/install.dir.21067/Snap.20171012. 105939.21067.0003.trc' in response to an event
JVMDUMP010I Snap dump written to /tmp/install.dir.21067/Snap.20171012.105939.210 67.0003.trc
JVMDUMP013I Processed dump event "gpf", detail "".
I have never had this before when trying to install mpi. Somebody knows whats wrong here?
I ensured that DISPLAY
is set correctly as wanted by the -i swing
option
Thank you very much already
User contributions licensed under CC BY-SA 3.0