commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #6076] java.awt.geom.GeneralPath constructor sometimes hangs


From: nobody
Subject: [bug #6076] java.awt.geom.GeneralPath constructor sometimes hangs
Date: Tue, 21 Oct 2003 06:11:24 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716

=================== BUG #6076: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=6076&group_id=85

Changes by: Sascha Brawer <address@hidden>
Date: Tue 10/21/2003 at 10:11 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Accepted                  | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed.



2003-10-21  Sascha Brawer  <address@hidden>



        Fix for Classpath bug #6076.

        * java/awt/geom/GeneralPath.java (append): Re-written.





=================== BUG #6076: FULL BUG SNAPSHOT ===================


Submitted by: brawer                  Project: classpath                    
Submitted on: Mon 10/20/2003 at 14:08
Severity:  8                          Resolution:  Fixed                    
Assigned to:  brawer                  Status:  Closed                       
Platform Version:  None               

Summary:  java.awt.geom.GeneralPath constructor sometimes hangs

Original Submission:  When constructing a GeneralPath with a Shape argument, 
the code can enter an endless loop. Please refer to the attached Mauve test 
case.



On Sun J2SE 1.4.1_01, the test runs successfully. On Classpath cvs 2003-10-20, 
the code hangs in check #2 of the check point "GeneralPath(Shape)", which does 
the following:



  new GeneralPath(Rectangle2D.Double)



Follow-up Comments
*******************

-------------------------------------------------------
Date: Tue 10/21/2003 at 10:11       By: brawer
Fixed.



2003-10-21  Sascha Brawer  <address@hidden>



        Fix for Classpath bug #6076.

        * java/awt/geom/GeneralPath.java (append): Re-written.



-------------------------------------------------------
Date: Tue 10/21/2003 at 06:56       By: brawer
The attached Mauve test case for GeneralPath.append(PathIterator) also 
reproduces the bug. When running the Classpath on top of the Apple JDK 1.3.1 on 
MacOS X 10.1.5, an OutOfMemoryError is thrown.


CC list is empty


File Attachments
****************

-------------------------------------------------------
Date: Tue 10/21/2003 at 06:56  Name: append_PathIterator.java  Size: 7KB   By: 
brawer
Mauve test case
http://savannah.gnu.org/bugs/download.php?group_id=85&amp;bug_id=6076&amp;bug_file_id=737

-------------------------------------------------------
Date: Mon 10/20/2003 at 14:08  Name: GeneralPath.java  Size: 5KB   By: brawer
Mauve test case
http://savannah.gnu.org/bugs/download.php?group_id=85&amp;bug_id=6076&amp;bug_file_id=733


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=6076&group_id=85

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]