[Bugzilla] [Bug 13838] New: a = sparse(rand(5,2)); a(8) = a(8) - %i => crashes Scilab. a(8) = a(8) - 1 runs OK
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Fri Apr 24 16:34:21 CEST 2015
http://bugzilla.scilab.org/show_bug.cgi?id=13838
--------- Bug Summary -----------
a = sparse(rand(5,2)); a(8) = a(8) - %i => crashes Scilab. a(8) = a(8) - 1 runs OK
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
bug_id, short_desc, product, version, rep_platform, op_sys, bug_status, bug_severity, priority, component, assigned_to, reporter, cc
Bug ID: 13838
Summary: a = sparse(rand(5,2)); a(8) = a(8) - %i => crashes
Scilab. a(8) = a(8) - 1 runs OK
Product: Scilab software
Version: 5.5.2 final version
Hardware: PC
OS: Windows_x64
Status: NEW
Severity: Blocker
Priority: P5
Component: Sparse
Assignee: bugzilla.admin at scilab.org
Reporter: sgougeon at free.fr
CC: michael.baudin at contrib.scilab.org
BUG DESCRIPTION:
----------------
a = sparse(rand(5,2)); a(8) = a(8) - %i // => crashes Scilab.
a = sparse(rand(5,2)); a(8) = a(8) - 1 // runs OK
ERROR LOG:
----------
(crash)
HOW TO REPRODUCE THE BUG:
-------------------------
a = sparse(rand(5,2));
a(8) = a(8) - %i
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20150424/12a3e9c2/attachment.htm>
More information about the Bugzilla
mailing list