[Scilab-users] Scilab 5.4.1 - Segmentation fault

Sylvestre Ledru sylvestre.ledru at scilab-enterprises.com
Tue Jun 4 11:00:53 CEST 2013


Le 04/06/2013 10:57, Antoine Monmayrant a écrit :
> On 03/06/2013 10:01, Sylvestre Ledru wrote:
>> Le 03/06/2013 09:56, Nikola a écrit :
>>> Thx for reply Antoine.
>>>
>>> Still crashes. Could this be problems with java or maybe problems with
>>> graphics card driver?
>>>
>> Indeed, this is likely coming from your driver:
>>
>>     5: 0x2747f  < >                              (/usr/lib/libX11.so.6)
>>     6: 0x3e144  <XrmQGetResource>                (/usr/lib/libX11.so.6)
>>     7: 0x1d7fb  <XGetDefault>                    (/usr/lib/libX11.so.6)
>>
>> Try to update your drivers... or run software acceleration (mesa).
> It seems to me that graphic drivers are still the #1 cause of segfault
> for Scilab.
Right. :(

> Do you think it's possible to add a hint about drivers issue in the
> segfault error message?
Instead of

" !--error 42 
Oups. A fatal error has been detected by Scilab.
Your instance will probably crash soon.
Please report a bug on http://bugzilla.scilab.org/ with:
* a sample code which reproduces the issue
"

You would like something like:
" !--error 42 
Oups. A fatal error has been detected by Scilab.
If you are using a graphic feature, this might be caused by your system graphic drivers. 
Please try to update them and try again.
Your instance will probably crash soon.
Please report a bug on http://bugzilla.scilab.org/ with:
* a sample code which reproduces the issue

"

?

Sylvestre




More information about the users mailing list