[Bugzilla] [Bug 13834] New: A high number of strings drawn in a graphic causes java exceptions

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Wed Apr 22 12:01:06 CEST 2015


https://bugzilla.scilab.org/show_bug.cgi?id=13834
--------- Bug Summary -----------
A high number of strings drawn in a graphic causes java exceptions

---------- Changed by ------------
charlotte.hecquet 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: 13834
           Summary: A high number of strings drawn in a graphic causes
                    java exceptions
           Product: Scilab software
           Version: 5.5 GIT version [5.5 branch]
          Hardware: PC
                OS: All OS
            Status: NEW
          Severity: Minor
          Priority: P5
         Component: Graphics
          Assignee: bugzilla.admin at scilab.org
          Reporter: charlotte.hecquet at scilab-enterprises.com

BUG DESCRIPTION:
----------------
There are some java exceptions in terminal because of a high number of strings in a graphic.


ERROR LOG:
----------
java.lang.NullPointerException


HOW TO REPRODUCE THE BUG:
-------------------------
f=scf();
f.children(1).data_bounds = [0 0; 500 500];
x=linspace(1,400,400);
y=linspace(1,400,400);
xstring(x, y, string(x));


OTHER INFORMATION:
------------------
In this test cases, exceptions occur when number of strings is higher than 44 (maybe because with more than 44 strings, they overlap...)

-- 
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/20150422/8f1bade7/attachment.htm>


More information about the Bugzilla mailing list