bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #14936] resource leak using format


From: tk
Subject: [Bug-kawa] [bug #14936] resource leak using format
Date: Tue, 8 Nov 2005 23:36:35 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14936>

                 Summary: resource leak using format
                 Project: Kawa
            Submitted by: huh
            Submitted on: Tue 11/08/05 at 23:36
                Category: Scheme library
                Severity: 3 - Normal
              Item Group: Unexpected result
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:


format creates gnu.mapping.OutPorts that aren't closed, so 
gnu.text.WriterManager.unregister iis never called.  The result
that the ports array in WriterManager grows until the heap is
exhausted.

the attached file is a patch against the curernt CVS tree that 
inserts the appropriate close calls for the temporary OutPorts.







    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 11/08/05 at 23:36  Name: kawa.diff  Size: 1.81KB   By: huh
patch for port resource leakage
<http://savannah.gnu.org/bugs/download.php?item_id=14936&item_file_id=3092>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14936>

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





reply via email to

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