[jira] Commented: (XERCESC-1279) Memory leak with writeToString in DOMWriter

2006-11-01 Thread pranav (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1279?page=comments#action_12446492 ] pranav commented on XERCESC-1279: - Calling a release on the pSerializer instead of doing a delete on it seems to have solved the leak! Is this correct?Then we d

[jira] Updated: (XERCESC-1279) Memory leak with writeToString in DOMWriter

2006-11-01 Thread pranav (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1279?page=all ] pranav updated XERCESC-1279: Attachment: xerces_leak.JPG The DOMWriter::writeToString still reports a leak > Memory leak with writeToString in DOMWriter > ---

[jira] Commented: (XERCESC-1279) Memory leak with writeToString in DOMWriter

2006-11-01 Thread pranav (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1279?page=comments#action_12446469 ] pranav commented on XERCESC-1279: - There is still a problem with this API: writeToString. Memory validator reports a leak Following is the code we've used: Save

Issues with DOmWriter::WriteToString

2006-11-01 Thread Pranav, Savkur
Hello, We're using the writeToString API of DOMWriter to get back the XML String when a root node is given. Following is a code snippet: SaveXMLString(const XERCES_CPP_NAMESPACE::DOMNode *const p_pDOMNode) { XERCES_CPP_NAMESPACE::DOMWriter *pSerializer = 0; XERCES

[jira] Closed: (XERCESC-1645) ThreadTest case is hangging on Solaris 2.8

2006-11-01 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1645?page=all ] David Bertoni closed XERCESC-1645. -- > ThreadTest case is hangging on Solaris 2.8 > -- > > Key: XERCESC-1645 > URL: http://

[jira] Commented: (XERCESC-1645) ThreadTest case is hangging on Solaris 2.8

2006-11-01 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1645?page=comments#action_12446302 ] David Bertoni commented on XERCESC-1645: You can get the latest source code from SVN, just like you got that version of BinFileInputStream.cpp Please d

[jira] Commented: (XERCESC-1645) ThreadTest case is hangging on Solaris 2.8

2006-11-01 Thread Riaj Mohammed (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1645?page=comments#action_12446208 ] Riaj Mohammed commented on XERCESC-1645: Thanks it is working fine do you have any latest source code/patch available if so please send the URL THANKS -