[Scilab-users] Problem with ATOMS

Giovanni Tirelli tirelli85 at gmail.com
Mon Jan 28 18:30:01 CET 2013


Hi, i've got the same error type in function "plot" of "scilab 5.4" running over "mountain lion"

e.g. (scilab help ode exampe)
function ydot=f(t, y)
    ydot=y^2-y*sin(t)+cos(t)
endfunction
y0=0;
t0=0;
t=0:0.1:%pi;
y=ode(y0,t0,t,f);

plot(y,t)
executing with echo:

-->function ydot=f(t, y)
-->    ydot=y^2-y*sin(t)+cos(t)
-->endfunction
-->y0=0;
-->t0=0;
-->t=0:0.1:%pi;
-->y=ode(y0,t0,t,f);
-->plot(y,t)
 !--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
* the result of [a, b] = getdebuginfo()
* the following information:
[MacBook-2:50896] Signal: Abort trap: 6 (6)
[MacBooki-2:50896] Signal code:  (0)
 
Call stack:
   1: ?        ?                                (?)
   2: 0x59dce  <abort>                          (/usr/lib/system/libsystem_c.dylib)
   3: 0x3a17   <abort_message>                  (/usr/lib/libc++abi.dylib)
   4: 0x13c6   <_ZL17default_terminatev>        (/usr/lib/libc++abi.dylib)
   5: 0x11887  <_ZL15_objc_terminatev>          (/usr/lib/libobjc.A.dylib)
   6: 0x13f5   <_ZL19safe_handler_callerPFvvE>  (/usr/lib/libc++abi.dylib)
   7: 0x1450   <__cxa_bad_typeid>               (/usr/lib/libc++abi.dylib)
   8: 0x25b7   <_ZL23__gxx_exception_cleanup19_Unwind_Reason_CodeP17_Unwind_Exception> (/usr/lib/libc++abi.dylib)
   9: 0x3c9d   <_ZN34org_scilab_modules_graphic_objects21CallGraphicController18cloneGraphicObjectEP7JavaVM_PKc> (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphic_objects.5.dylib)
  10: 0x2b3c7  <createNewFigureWithAxes>        (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphics.5.dylib)
  11: 0x14a07  <get_current_figure_property>    (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphics.5.dylib)
  12: 0xb564   <sci_get>                        (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphics.5.dylib)
  13: 0xd1e7   <gw_graphics>                    (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphics.5.dylib)
  14: 0x1120a4 <callinterf_>                    (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscilab-cli.0.dylib)
  15: 0x124be6 <scirun_>                        (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscilab-cli.0.dylib)
  16: 0x1200c2 <realmain>                       (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscilab-cli.0.dylib)
  17: 0x1f4d   <launchMacOSXEnv>                (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libsciconsole.5.dylib)
  18: 0x14742  <_pthread_start>                 (/usr/lib/system/libsystem_c.dylib)
  19: 0x1181   <thread_start>                   (/usr/lib/system/libsystem_c.dylib)
Fine dello stack


at line       2 of function gcf called by :  
at line     156 of function plot called by :  
plot(y,t)
at line       9 of exec file called by :    
2079060681937290.sce', 1
while executing a callback
 
  !--error 999 
Annullamento del calcolo attuale


 Is it also a version problem or did I miss something in installation?





Il giorno 27/gen/2013, alle ore 22:54, René Grognard <dositheus41 at gmail.com> ha scritto:

> In my professional work I had access and used MATLAB for many years.
> Now retired I have to switch to some free/less expensive equivalent
> software and I just downloaded Scilab that seems to offer more
> toolboxes.
> 
> However ATOMS does not seem to work.
> 
> My PC is a HP ProBook 4730s running Windows 7. (Cygwin 1.7 is
> installed and coud be used to run WScilex.exe.)
> 
> When I started Scilab-5.4.0 all appeared to be well:
> 
> Startup execution:
>  loading initial environment
> -->atomsSetConfig('Verbose','True')
> ans  =
>    1.
> -->atomsGetConfig()
> ans  =
>   downloadTool: "curl"
>   Verbose: "True"
> 
> The  window Main categories - ATOMS was functional and allowed me to
> install say the Plotting library particularly promising to a MATLAB
> ex-user --- I get the message:
> 
> Installation done! Please restart Scilab to take changes into account.
> 
> OK restarting:
> 
> Startup execution:
>  loading initial environment
> 
> Start plotlib toolbox 0.43
> Load macros
> Load help
> 
>  !--error 999
> 'background' property does not exist for this handle.
> at line      46 of function uicontrol called by :
> at line     207 of function atomsGui called by :
> ms") then atomsGui(); else disp(gettext("
> while executing a callback
> 
> The error message itself seems garbled!
> 
> The next one seems clearer:
> 
> -->atomsGui()
> !--error 999
> 'background' property does not exist for this handle.
> at line      46 of function uicontrol called by :
> at line     207 of function atomsGui called by :
> atomsGui()
> 
> The window Main categories - ATOMS  which appears is now empty and
> indeed as "dead" as a dodo.
> 
> I checked that I have full control over the SCIHOME folder and its contents.
> 
> I regularly update the free JAVA which I believe is used by Scilab.
> 
> What did I do wrong/missed in installing Scilab-5.4.0?
> 
> Any help/info will be appreciated.
> 
> Regards,
> 
> René.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20130128/94be7a6f/attachment.htm>


More information about the users mailing list