[Bugzilla] [Bug 13843] New: polarplot crash with wrong strf argument
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Mon Apr 27 17:30:59 CEST 2015
http://bugzilla.scilab.org/show_bug.cgi?id=13843
--------- Bug Summary -----------
polarplot crash with wrong strf argument
---------- Changed by ------------
vincent.couvert at scilab-enterprises.com
---------- What changed ----------
bug_id, short_desc, product, version, rep_platform, op_sys, bug_status, bug_severity, priority, component, assigned_to, reporter
Bug ID: 13843
Summary: polarplot crash with wrong strf argument
Product: Scilab software
Version: 5.5.2 final version
Hardware: PC
OS: All OS
Status: NEW
Severity: Minor
Priority: P5
Component: Graphics
Assignee: bugzilla.admin at scilab.org
Reporter: vincent.couvert at scilab-enterprises.com
BUG DESCRIPTION:
----------------
Calling polarplot with wrong strf value crashes Scilab.
ERROR LOG:
----------
Scilab crashes.
HOW TO REPRODUCE THE BUG:
-------------------------
t= 0:.01:2*%pi;
clf();polarplot(sin(7*t),cos(8*t), [2 3], 111)
OTHER INFORMATION:
------------------
The following works:
t= 0:.01:2*%pi;
clf();polarplot(sin(7*t),cos(8*t), [2 3], "111")
--
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/20150427/5efb06b8/attachment.htm>
More information about the Bugzilla
mailing list