<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
         <tr>
                <th>Reporter</th>
            <td>vincent.couvert@scilab-enterprises.com</td>
         </tr>
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - polarplot crash with wrong strf argument"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=13843">13843</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>polarplot crash with wrong strf argument
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Scilab software
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.5.2 final version
          </td>
        </tr>


        <tr>
          <th>OS</th>
          <td>All OS
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Minor
          </td>
        </tr>


        <tr>
          <th>Component</th>
          <td>Graphics
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>bugzilla.admin@scilab.org
          </td>
        </tr>
</table>
      <p>
        <div>
        <pre>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")</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>