public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/16722] New: AWT application leaks memory
@ 2004-07-26 19:15 mckinlay at redhat dot com
  2004-07-27  0:13 ` [Bug AWT/16722] " fitzsim at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: mckinlay at redhat dot com @ 2004-07-26 19:15 UTC (permalink / raw)
  To: java-prs

The "hypertree" demo application leaks memory. You can get this from:

web: http://hypertree.sourceforge.net/
cvs: :pserver:anonymous@cvs.sourceforge.net:/cvsroot/hypertree

Move some tree nodes around, and watch the memory usage in top. The faster you
click & drag, the more memory gets used - up to several MB per second.

-- 
           Summary: AWT application leaks memory
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: fitzsim at redhat dot com
        ReportedBy: mckinlay at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16722] AWT application leaks memory
  2004-07-26 19:15 [Bug AWT/16722] New: AWT application leaks memory mckinlay at redhat dot com
@ 2004-07-27  0:13 ` fitzsim at redhat dot com
  2005-01-25  3:22 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  0:13 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-27 00:13:23
               date|                            |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16722] AWT application leaks memory
  2004-07-26 19:15 [Bug AWT/16722] New: AWT application leaks memory mckinlay at redhat dot com
  2004-07-27  0:13 ` [Bug AWT/16722] " fitzsim at redhat dot com
@ 2005-01-25  3:22 ` pinskia at gcc dot gnu dot org
  2005-01-25 15:56 ` mckinlay at redhat dot com
  2005-04-20  2:03 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-25  3:22 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-25 03:22 -------
Is this still true?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-10-26 13:45:52         |2005-01-25 03:22:58
               date|                            |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16722] AWT application leaks memory
  2004-07-26 19:15 [Bug AWT/16722] New: AWT application leaks memory mckinlay at redhat dot com
  2004-07-27  0:13 ` [Bug AWT/16722] " fitzsim at redhat dot com
  2005-01-25  3:22 ` pinskia at gcc dot gnu dot org
@ 2005-01-25 15:56 ` mckinlay at redhat dot com
  2005-04-20  2:03 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: mckinlay at redhat dot com @ 2005-01-25 15:56 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mckinlay at redhat dot com  2005-01-25 15:56 -------
Using the latest GCC HEAD awt code, I can no longer reproduce this problem.
Sweet! I'm closing the PR.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16722] AWT application leaks memory
  2004-07-26 19:15 [Bug AWT/16722] New: AWT application leaks memory mckinlay at redhat dot com
                   ` (2 preceding siblings ...)
  2005-01-25 15:56 ` mckinlay at redhat dot com
@ 2005-04-20  2:03 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-20  2:03 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug awt/16722] AWT application leaks memory
       [not found] <bug-16722-6651@http.gcc.gnu.org/bugzilla/>
@ 2005-10-16  1:54 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-16  1:54 UTC (permalink / raw)
  To: java-prs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |pre-0.18


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-10-16  1:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-26 19:15 [Bug AWT/16722] New: AWT application leaks memory mckinlay at redhat dot com
2004-07-27  0:13 ` [Bug AWT/16722] " fitzsim at redhat dot com
2005-01-25  3:22 ` pinskia at gcc dot gnu dot org
2005-01-25 15:56 ` mckinlay at redhat dot com
2005-04-20  2:03 ` pinskia at gcc dot gnu dot org
     [not found] <bug-16722-6651@http.gcc.gnu.org/bugzilla/>
2005-10-16  1:54 ` [Bug awt/16722] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).