<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi, i've got the same error type in function "plot" of "scilab 5.4" running over "mountain lion"<div><br></div><div>e.g. (scilab help ode exampe)</div><pre style="font-family: Monospaced; font-size: 12px; "><span style="color:rgb(176,24,19);">function</span> <span style="color:rgb(131,67,16);font-weight:bold;">ydot</span><span style="color:rgb(92,92,92);">=</span><span style="text-decoration: underline; ">f</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(131,67,16);font-weight:bold;">t</span>, <span style="color:rgb(131,67,16);font-weight:bold;">y</span><span style="color:rgb(74,85,219);">)</span>
    <span style="color:rgb(131,67,16);font-weight:bold;">ydot</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(131,67,16);font-weight:bold;">y</span><span style="color:rgb(92,92,92);">^</span><span style="color:rgb(188,143,143);">2</span><span style="color:rgb(92,92,92);">-</span><span style="color:rgb(131,67,16);font-weight:bold;">y</span><span style="color:rgb(92,92,92);">*</span><span style="color:rgb(50,185,185);">sin</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(131,67,16);font-weight:bold;">t</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(92,92,92);">+</span><span style="color:rgb(50,185,185);">cos</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(131,67,16);font-weight:bold;">t</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(176,24,19);">endfunction</span>
y0<span style="color:rgb(92,92,92);">=</span><span style="color:rgb(188,143,143);">0</span>;
t0<span style="color:rgb(92,92,92);">=</span><span style="color:rgb(188,143,143);">0</span>;
t<span style="color:rgb(92,92,92);">=</span><span style="color:rgb(188,143,143);">0</span><span style="color:rgb(255,170,0);">:</span><span style="color:rgb(188,143,143);">0.1</span><span style="color:rgb(255,170,0);">:</span><span style="color:rgb(218,112,214);">%pi</span>;
y<span style="color:rgb(92,92,92);">=</span><span style="color:rgb(50,185,185);">ode</span><span style="color:rgb(74,85,219);">(</span>y0,t0,t,<span style="text-decoration: underline; ">f</span><span style="color:rgb(74,85,219);">)</span>;

<span style="color:rgb(174,92,176);text-decoration:underline;">plot</span><span style="color:rgb(74,85,219);">(</span>y,t<span style="color:rgb(74,85,219);">)</span></pre><div>executing with echo:</div><div><br></div><div><div>-->function ydot=f(t, y)</div><div>-->    ydot=y^2-y*sin(t)+cos(t)</div><div>-->endfunction</div><div>-->y0=0;</div><div>-->t0=0;</div><div>-->t=0:0.1:%pi;</div><div>-->y=ode(y0,t0,t,f);</div><div>-->plot(y,t)</div><div> !--error 42 </div><div>Oups. A fatal error has been detected by Scilab.</div><div>Your instance will probably crash soon.</div><div>Please report a bug on <a href="http://bugzilla.scilab.org/">http://bugzilla.scilab.org/</a> with:</div><div>* a sample code which reproduces the issue</div><div>* the result of [a, b] = getdebuginfo()</div><div>* the following information:</div><div>[MacBook-2:50896] Signal: Abort trap: 6 (6)</div><div>[MacBooki-2:50896] Signal code:  (0)</div><div> </div><div>Call stack:</div><div>   1: ?        ?                                (?)</div><div>   2: 0x59dce  <abort>                          (/usr/lib/system/libsystem_c.dylib)</div><div>   3: 0x3a17   <abort_message>                  (/usr/lib/libc++abi.dylib)</div><div>   4: 0x13c6   <_ZL17default_terminatev>        (/usr/lib/libc++abi.dylib)</div><div>   5: 0x11887  <_ZL15_objc_terminatev>          (/usr/lib/libobjc.A.dylib)</div><div>   6: 0x13f5   <_ZL19safe_handler_callerPFvvE>  (/usr/lib/libc++abi.dylib)</div><div>   7: 0x1450   <__cxa_bad_typeid>               (/usr/lib/libc++abi.dylib)</div><div>   8: 0x25b7   <_ZL23__gxx_exception_cleanup19_Unwind_Reason_CodeP17_Unwind_Exception> (/usr/lib/libc++abi.dylib)</div><div>   9: 0x3c9d   <_ZN34org_scilab_modules_graphic_objects21CallGraphicController18cloneGraphicObjectEP7JavaVM_PKc> (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphic_objects.5.dylib)</div><div>  10: 0x2b3c7  <createNewFigureWithAxes>        (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphics.5.dylib)</div><div>  11: 0x14a07  <get_current_figure_property>    (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphics.5.dylib)</div><div>  12: 0xb564   <sci_get>                        (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphics.5.dylib)</div><div>  13: 0xd1e7   <gw_graphics>                    (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscigraphics.5.dylib)</div><div>  14: 0x1120a4 <callinterf_>                    (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscilab-cli.0.dylib)</div><div>  15: 0x124be6 <scirun_>                        (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscilab-cli.0.dylib)</div><div>  16: 0x1200c2 <realmain>                       (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libscilab-cli.0.dylib)</div><div>  17: 0x1f4d   <launchMacOSXEnv>                (/Applications/scilab-5.4.0.app/Contents/MacOS/lib/scilab/libsciconsole.5.dylib)</div><div>  18: 0x14742  <_pthread_start>                 (/usr/lib/system/libsystem_c.dylib)</div><div>  19: 0x1181   <thread_start>                   (/usr/lib/system/libsystem_c.dylib)</div><div>Fine dello stack</div><div><br></div><div><br></div><div>at line       2 of function gcf called by :  </div><div>at line     156 of function plot called by :  </div><div>plot(y,t)</div><div>at line       9 of exec file called by :    </div><div>2079060681937290.sce', 1</div><div>while executing a callback</div><div> </div><div>  !--error 999 </div><div>Annullamento del calcolo attuale</div></div><div><br></div><div><br></div><div> Is it also a version problem or did I miss something in installation?</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><div><div><div>Il giorno 27/gen/2013, alle ore 22:54, René Grognard <<a href="mailto:dositheus41@gmail.com">dositheus41@gmail.com</a>> ha scritto:</div><br class="Apple-interchange-newline"><blockquote type="cite">In my professional work I had access and used MATLAB for many years.<br>Now retired I have to switch to some free/less expensive equivalent<br>software and I just downloaded Scilab that seems to offer more<br>toolboxes.<br><br>However ATOMS does not seem to work.<br><br>My PC is a HP ProBook 4730s running Windows 7. (Cygwin 1.7 is<br>installed and coud be used to run WScilex.exe.)<br><br>When I started Scilab-5.4.0 all appeared to be well:<br><br>Startup execution:<br>  loading initial environment<br> -->atomsSetConfig('Verbose','True')<br> ans  =<br>    1.<br>-->atomsGetConfig()<br> ans  =<br>   downloadTool: "curl"<br>   Verbose: "True"<br><br>The  window Main categories - ATOMS was functional and allowed me to<br>install say the Plotting library particularly promising to a MATLAB<br>ex-user --- I get the message:<br><br>Installation done! Please restart Scilab to take changes into account.<br><br>OK restarting:<br><br>Startup execution:<br>  loading initial environment<br><br>Start plotlib toolbox 0.43<br>Load macros<br>Load help<br><br>  !--error 999<br>'background' property does not exist for this handle.<br>at line      46 of function uicontrol called by :<br>at line     207 of function atomsGui called by :<br>ms") then atomsGui(); else disp(gettext("<br>while executing a callback<br><br>The error message itself seems garbled!<br><br>The next one seems clearer:<br><br>-->atomsGui()<br> !--error 999<br>'background' property does not exist for this handle.<br>at line      46 of function uicontrol called by :<br>at line     207 of function atomsGui called by :<br>atomsGui()<br><br>The window Main categories - ATOMS  which appears is now empty and<br>indeed as "dead" as a dodo.<br><br>I checked that I have full control over the SCIHOME folder and its contents.<br><br>I regularly update the free JAVA which I believe is used by Scilab.<br><br>What did I do wrong/missed in installing Scilab-5.4.0?<br><br>Any help/info will be appreciated.<br><br>Regards,<br><br>René.<br>_______________________________________________<br>users mailing list<br><a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>http://lists.scilab.org/mailman/listinfo/users<br></blockquote></div><br></div></div></body></html>