You are not logged in.
Pages: 1
Hallo
i installed scilab from AUR (scilab 5.0.3-4)
i keep getting this massege when i try to start scilab
Error occurred during initialization of VM
/usr/bin/scilab: line 453: 25375 Speicherzugriffsfehler "$SCILABBIN" "$@"
Speicherzugriffsfehler is german for segmentation fault
i think it has to do with java VM but i seem not to find out what and where
in debug modus i get first this
[New Thread 0xb53e96d0 (LWP 24081)]
Error occurred during initialization of VM
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb53e96d0 (LWP 24081)]
0x06377df7 in java_lang_Throwable::print ()
from /opt/java/jre/lib/i386/server/libjvm.so
(gdb) c
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x06507bf3 in JVM_handle_linux_signal ()
from /opt/java/jre/lib/i386/server/libjvm.so
(gdb) c
Continuing.
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
has anybody got an idea
thank you for your help in advance
Offline
I met the same problem on 64 platform.
Offline
Same problem here on x86.
Error occurred during initialization of VM
/usr/bin/scilab: line 453: 10269 Segmentation fault "$SCILABBIN" "$@"
I have reinstalled scilab and its dependencies after removing .Scilab folder from home, but problem persists.
Launching directly /usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory.
ldd /usr/bin/scilab-bin gives
libjava.so => not found
libverify.so => not found
libjvm.so => not found
libhpi.so => not found
These libraries are in the /opt/java/jre/lib/i386/ folder or subfolder on my pc. However "echo $PATH" gives:
/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/lib/i386:/opt/java/jre/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core
Hope it helps. Since I don't know if the problem is "upstream" or not, I've not yet opened a bug report...
Offline
Pages: 1