<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><br>
---------- Bug Summary ----------- <br>crash while constructing vector with uint16 bounds <br><br>
<br>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - crash while constructing vector with uint16 bounds"
href="http://bugzilla.scilab.org/show_bug.cgi?id=12670#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - crash while constructing vector with uint16 bounds"
href="http://bugzilla.scilab.org/show_bug.cgi?id=12670">bug 12670</a>
from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
<pre>Code used when preparing a test:
for i = [1 2 4 11 12 14]
a = iconvert(10,i);
assert_checktrue(execstr("b=0:a", "errcatch")==0);
assert_checktrue(execstr("b=a:-1:0", "errcatch")==0);
assert_checktrue(execstr("b=a:2:3*a", "errcatch")==0);
end
No issue on 5.4.1, nor later.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>