Re: asserts in Xerces

2001-03-29 Thread Andy Heninger
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 28, 2001 10:24 PM Subject: RE: asserts in Xerces > But then apparently, the Xerces 1.4 lib is not a production build ? > > Ivan > > -Original Message- > From: Andy Heninger [mailto:[EMAIL PROTECTED]]

RE: asserts in Xerces

2001-03-28 Thread Uthus Ivan
But then apparently, the Xerces 1.4 lib is not a production build ? Ivan -Original Message- From: Andy Heninger [mailto:[EMAIL PROTECTED]] Sent: 29. mars 2001 05:23 To: [EMAIL PROTECTED] Subject: Re: asserts in Xerces I put many of those asserts in there. Some of them are checking

Re: asserts in Xerces

2001-03-28 Thread Andy Heninger
uot;Dean Roddey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 10:48 PM Subject: Re: asserts in Xerces > I think that it was always agreed that those asserts should be dealt with, > since that's not the way the rest of the system works. I

Re: asserts in Xerces

2001-03-27 Thread Dean Roddey
tware [EMAIL PROTECTED] http://www.charmedquark.com "I'm not sure how I feel about ambivalence" - Original Message - From: "Uthus Ivan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 10:41 PM Subject: RE: asserts in Xerces >

RE: asserts in Xerces

2001-03-27 Thread Uthus Ivan
Aren't there anyone who would like to comment on this issue ? What are the thoughts on asserts vs exceptions in Xerces for example ? Ivan -Original Message- From: Uthus Ivan [mailto:[EMAIL PROTECTED]] Sent: 26. mars 2001 10:54 To: '[EMAIL PROTECTED]' Subject: asserts

asserts in Xerces

2001-03-26 Thread Uthus Ivan
Hi! We have had some problems in our production environment with the (prebuilt) Xerces lib version 1.4 for AIX 4.2. On some large (5.4 MB) files, the lib asserts at this location in NodeVector.cpp: void NodeVector::init(unsigned int size) { assert(size > 0); data = new NodeImpl *