You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/09/05 07:09:30 UTC

DO NOT REPLY [Bug 12325] New: - Apache with Xalan and OutputToHandler creates memory leak

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12325>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12325

Apache with Xalan and OutputToHandler creates memory leak

           Summary: Apache with Xalan and OutputToHandler creates memory
                    leak
           Product: XalanC
           Version: 1.3.x
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: josef.zellner@smartstream-md.com


hi!
i am using a modified version of apachemodulexslt from xalan 1.3.0 for 
transforming xml data with stylesheets... when i am transforming a dom document 
to a handler (in this case it is a internet browser...) memory leaks are 
created... the memory usage of apache increases endless...

using the same code, but writing the output to a file instead of sending it to 
a internet browser, does not create any memory leaks... it seams, that the 
output and flush methods does not work correct (i am using ap_rputs and 
ap_rflush...)