[SOLVED] Scilab doesn't start ...

This forum is dedicated to advanced help and support :

Ask here your questions about advanced usage of Mageia. For example you may post here all your questions about network and automated installs, complex server configurations, kernel tuning, creating your own Mageia mirrors, and all tasks likely to be touchy even for skilled users.

[SOLVED] Scilab doesn't start ...

Postby mystere88 » Jun 21st, '13, 08:01

I just installed Mageia 3 (dvd iso 32bit) on my nootbook , and added SCILAB (scilab-5.4.0-2.mga3.i586).
No particualr problem during the installation.
Then I do
Code: Select all
[jianfeng@localhost ~]$ scilab


the window stucks and nothing happens.

Next I run SCILBA in debug mode: it finishes with a segmentation fault.
Code: Select all
[jianfeng@localhost ~]$
[jianfeng@localhost ~]$ scilab -debug
Running debug of Scilab [gdb]  :  gdb --args /usr/bin/scilab-bin -debug
GNU gdb (GDB) 7.5.1-7.mga3 (Mageia release 3)
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-mageia-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/scilab-bin...Reading symbols from /usr/bin/scilab-bin...(no debugging symbols found)...done.
(no debugging symbols found)...done.
Missing separate debuginfos, use: debuginfo-install scilab-5.4.0-2.mga3.i586
(gdb) run
Starting program: /usr/bin/scilab-bin -debug
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i686/libthread_db.so.1".
[New Thread 0x99548b40 (LWP 7574)]
[New Thread 0x994c7b40 (LWP 7575)]
[New Thread 0x992ffb40 (LWP 7576)]
[New Thread 0x98fffb40 (LWP 7577)]
[New Thread 0x97c92b40 (LWP 7578)]
[New Thread 0x98f7eb40 (LWP 7579)]
[New Thread 0x97affb40 (LWP 7580)]
[New Thread 0x97aaeb40 (LWP 7581)]
[New Thread 0x977ffb40 (LWP 7582)]
[New Thread 0x9777eb40 (LWP 7583)]
[New Thread 0x97a5db40 (LWP 7584)]
[New Thread 0x976fdb40 (LWP 7585)]
warning: cannot close "/lib/libXinerama.so.1": Invalid operation
[New Thread 0x97566b40 (LWP 7586)]
[New Thread 0x97515b40 (LWP 7587)]
Detaching after fork from child process 7588.
[New Thread 0x97c11b40 (LWP 7589)]
Detaching after fork from child process 7590.
[New Thread 0x974c4b40 (LWP 7591)]
[New Thread 0x97473b40 (LWP 7592)]
warning: cannot close "/lib/libgtk-x11-2.0.so.0": Success
warning: cannot close "/lib/libgdk-x11-2.0.so.0": Success
warning: cannot close "/lib/libpangocairo-1.0.so.0": Success
warning: cannot close "/lib/libatk-1.0.so.0": Success
warning: cannot close "/lib/libcairo.so.2": Success
warning: cannot close "/lib/libgdk_pixbuf-2.0.so.0": Success
warning: cannot close "/lib/libgio-2.0.so.0": Success
warning: cannot close "/lib/libgmodule-2.0.so.0": Success
warning: cannot close "/lib/libpangoft2-1.0.so.0": Success
warning: cannot close "/lib/libpango-1.0.so.0": Success
warning: cannot close "/lib/libgobject-2.0.so.0": Success
warning: cannot close "/lib/libglib-2.0.so.0": Success
warning: cannot close "/lib/libXinerama.so.1": Success
warning: cannot close "/lib/libXrandr.so.2": Success
warning: cannot close "/lib/libXcomposite.so.1": Success
warning: cannot close "/lib/libXdamage.so.1": Success
warning: cannot close "/lib/libpixman-1.so.0": Success
warning: cannot close "/lib/libEGL.so.1": Success
warning: cannot close "/lib/libpng15.so.15": Success
warning: cannot close "/lib/libxcb-shm.so.0": Success
warning: cannot close "/lib/libxcb-render.so.0": Success
warning: cannot close "/lib/libGL.so.1": Success
warning: cannot close "/lib/libresolv.so.2": Success
warning: cannot close "/lib/libharfbuzz.so.0": Success
warning: cannot close "/lib/libffi.so.6": Success
warning: cannot close "/lib/libX11-xcb.so.1": Success
warning: cannot close "/lib/libxcb-dri2.so.0": Success
warning: cannot close "/lib/libxcb-xfixes.so.0": Success
warning: cannot close "/lib/libwayland-client.so.0": Success
warning: cannot close "/lib/libwayland-server.so.0": Success
warning: cannot close "/lib/libgbm.so.1": Success
warning: cannot close "/lib/libudev.so.1": Success
warning: cannot close "/lib/libdrm.so.2": Success
warning: cannot close "/lib/libglapi.so.0": Success
warning: cannot close "/lib/libxcb-glx.so.0": Success
warning: cannot close "/lib/libXxf86vm.so.1": Success
warning: cannot close "/lib/libgraphite2.so.3": Success
warning: cannot close "/lib/libicule.so.50": Success
warning: cannot close "/lib/libicuuc.so.50": Success
Detaching after fork from child process 7594.
Detaching after fork from child process 7595.
[New Thread 0x963b9b40 (LWP 7596)]

Program received signal SIGSEGV, Segmentation fault.
0xb17cdebf in ?? ()
(gdb)


I am asking for help... Have searched the forum and found no post on SCILAB.

Thanks.
Last edited by mystere88 on Jun 23rd, '13, 17:55, edited 1 time in total.
mystere88
 
Posts: 30
Joined: Aug 25th, '11, 05:50

Re: Scilab doesn't start ...

Postby mystere88 » Jun 23rd, '13, 10:27

Very curious stuff this one. Today it is working without my special intervention!
Well, I was troubled by another problem with ibus and then have installed two more packages since then.
ibus-ui-gtk3 and lib-qt3.
My guess is lib-qt3 could have helped. Perhaps SCILAB is "qt application", isn't it? lib-qt3 was missing in my case.

Anyway, it works now and I cannot tell more why. Just tell this for record.

[Forum Moderator: please mark this as solved.]
mystere88
 
Posts: 30
Joined: Aug 25th, '11, 05:50

Re: Scilab doesn't start ...

Postby doktor5000 » Jun 23rd, '13, 10:46

mystere88 wrote:[Forum Moderator: please mark this as solved.]

Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18018
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Advanced support

Who is online

Users browsing this forum: No registered users and 1 guest