Description of problem: The "scilab" script crashes at start. Currently, Scilab can be launched only by the "scilab-cli" script, but this mean no graphical interface. After some investigations in the script, the crash occures in the "scilab-bin" binary file. Version-Release number of selected component (if applicable): How reproducible: Every time I tried Steps to Reproduce: 1. scilab 2. see the messages 3. Reproducible: Steps to Reproduce:
starting scilab-bin manually gives me : scilab-bin: error while loading shared libraries: libscishell.so.5: cannot open shared object file: No such file or directory
CC: (none) => dmorganec
ok this is my fault ( for my failure ) scilab-bin should not be started alone
Assignee: bugsquad => grenoya
here is the complete backtrace (gdb) bt #0 0x00007fffec91174c in free () from /lib64/libc.so.6 #1 0x00007ffff011e4f1 in destroy (s=0x60a210) at /usr/src/debug/tcl8.6b1/compat/zlib/gzio.c:383 #2 0x00007ffff0f28049 in xmlGzfileClose (context=0x100000000) at xmlIO.c:1303 #3 0x00007ffff0f265cb in xmlFreeParserInputBuffer__internal_alias (in=0x60a360) at xmlIO.c:2427 #4 0x00007ffff0efbf7d in xmlFreeInputStream__internal_alias (input=0x60c3f0) at parserInternals.c:1367 #5 0x00007ffff0efbfd0 in xmlFreeParserCtxt__internal_alias (ctxt=0x608c70) at parserInternals.c:1780 #6 0x00007ffff0f16aa0 in xmlSAXParseFileWithData__internal_alias (sax=0x0, filename=0x0, recovery=0, data=0x0) at parser.c:13612 #7 0x00007ffff787329e in AppendModules () at src/c/getmodules.c:164 #8 ReadModulesFile () at src/c/getmodules.c:95 #9 getmodules () at src/c/getmodules.c:43 #10 0x00007ffff7880a86 in InitializeCore () at src/c/InitializeCore.c:31 #11 0x00007ffff7864a78 in initscilab_ () at src/c/InitScilab.c:42 #12 0x00007ffff78a7687 in inisci (ini1=-1, vsizr=8000000, ierr=0) at src/fortran/inisci.f:90 #13 0x00007ffff786e0cb in realmain (no_startup_flag_l=0, initial_script=0x0, initial_script_type=SCILAB_SCRIPT, memory=8000000) at src/c/realmain.c:122 #14 0x0000000000401431 in main (argc=2, argv=0x7fffffffdaf8) at modules/shell/src/c/others/mainscic.c:168
Status: NEW => ASSIGNED
*** Bug 878 has been marked as a duplicate of this bug. ***
CC: (none) => filip.saraiva
Hello, I installed Scilab of Mageia repository, but it's crash during initialization. See: -- $ scilab I/O error : No such file or directory /usr/share/scilab//etc/modules.xml:1: parser error : Document is empty ^ /usr/share/scilab//etc/modules.xml:1: parser error : Start tag expected, '<' not found ^ I/O error : No such file or directory /usr/share/scilab//etc/modules.xml:1: parser error : Document is empty ^ /usr/share/scilab//etc/modules.xml:1: parser error : Start tag expected, '<' not found ^ /usr/bin/scilab: line 547: 10610 Falha de segmentação "$SCILABBIN" "$@"
resolved : the probleme was caused by the zlib in bundle of tcl called instead of the standart zlib. Misc rebuilded tcl => tcl-8.6-0.b1.7.mga1 It works now.
Status: ASSIGNED => RESOLVEDResolution: (none) => FIXED