bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/22706] java.awt.geom.GeneralPath constructor sometimes ha


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22706] java.awt.geom.GeneralPath constructor sometimes hangs
Date: 16 Oct 2005 01:26:40 -0000

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)


------- Comment #1 from from-classpath at savannah dot gnu dot org  2003-10-21 
06:56 -------
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.


------- Comment #2 from from-classpath at savannah dot gnu dot org  2003-10-21 
10:11 -------
Fixed.

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

        Fix for Classpath bug #6076.
        * java/awt/geom/GeneralPath.java (append): Re-written.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22706





reply via email to

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