[jira] Commented: (XERCESC-1245) Memory Leak on Schema Validation Failure

2004-07-26 Thread xerces-c-dev
The following comment has been added to this issue: Author: Simon Kitching Created: Mon, 26 Jul 2004 9:24 PM Body: Yes, I can confirm that the problem is fixed in the latest CVS. Thanks for the quick response! - V

[jira] Resolved: (XERCESC-1245) Memory Leak on Schema Validation Failure

2004-07-26 Thread xerces-c-dev
Message: The following issue has been resolved as FIXED. Resolver: Alberto Massari Date: Mon, 26 Jul 2004 7:14 PM Thanks for the test case: strictly speaking we don't have a leak here, as the memory if freed when you delete the validator object. The problem is that the stack used t

Re: More packageBinaries.pl questions...

2004-07-26 Thread david_n_bertoni
> The project is indeed in the directory indicated. Is there anything > special that has to be done to get this to work? Does the project file > need to be writable? (It's in a source control system). Yes, because the scripts have to modify the project files for the selected build options. > Al

Re: Using packageBinaries.pl to create debug build?

2004-07-26 Thread david_n_bertoni
> Is it possible to use packageBinaries.pl to create a debug build of > Xerces? Alternatively, if someone had directions for building with ICU > in MSVC, then I could build in debug from within MSVC, but currently > the only instructions for building ICU are using the perl scripts (the > instructi

More packageBinaries.pl questions...

2004-07-26 Thread Nick Bastin
Ok, I see now when I look back through the output of packageBinaries.pl that it maybe is supposed to build debug versions of the libraries as well, however, I get the following error: chdir Z:/src/ext/xerces-c/Projects/Win32/VC6/xerces-all msdev xerces-all.dsw /MAKE "XercesLib - Win32 Debug" /RE

Using packageBinaries.pl to create debug build?

2004-07-26 Thread Nick Bastin
Is it possible to use packageBinaries.pl to create a debug build of Xerces? Alternatively, if someone had directions for building with ICU in MSVC, then I could build in debug from within MSVC, but currently the only instructions for building ICU are using the perl scripts (the instructions on

[jira] Updated: (XERCESC-1245) Memory Leak on Schema Validation Failure

2004-07-26 Thread xerces-c-dev
The following issue has been updated: Updater: Simon Kitching (mailto:[EMAIL PROTECTED]) Date: Mon, 26 Jul 2004 2:13 AM Comment: Makefile for harness code Changes: Attachment changed to Makefile ---

[jira] Updated: (XERCESC-1245) Memory Leak on Schema Validation Failure

2004-07-26 Thread xerces-c-dev
The following issue has been updated: Updater: Simon Kitching (mailto:[EMAIL PROTECTED]) Date: Mon, 26 Jul 2004 2:10 AM Comment: xml that validates fine against schema simple.xsd Changes: Attachment changed to good.xml ---

[jira] Updated: (XERCESC-1245) Memory Leak on Schema Validation Failure

2004-07-26 Thread xerces-c-dev
The following issue has been updated: Updater: Simon Kitching (mailto:[EMAIL PROTECTED]) Date: Mon, 26 Jul 2004 2:11 AM Comment: Simple xml file that does not validate against schema simple.xsd Changes: Attachment changed to bad.xml -

[jira] Updated: (XERCESC-1245) Memory Leak on Schema Validation Failure

2004-07-26 Thread xerces-c-dev
The following issue has been updated: Updater: Simon Kitching (mailto:[EMAIL PROTECTED]) Date: Mon, 26 Jul 2004 2:10 AM Comment: very simple schema file for validation Changes: Attachment changed to simple.xsd

[jira] Updated: (XERCESC-1245) Memory Leak on Schema Validation Failure

2004-07-26 Thread xerces-c-dev
The following issue has been updated: Updater: Simon Kitching (mailto:[EMAIL PROTECTED]) Date: Mon, 26 Jul 2004 2:09 AM Comment: Test harness to demonstrate memory leak. Run as ./harness simple.xsd good.xml 1000 --> no leak ./harness simple.xsd bad.xml 1000--> stea

[jira] Created: (XERCESC-1245) Memory Leak on Schema Validation Failure

2004-07-26 Thread xerces-c-dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/XERCESC-1245 Here is an overview of the issue: -