[jira] Commented: (XERCESC-1358) RefHashTableOf::rehash() is not exception-safe

2005-02-24 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1358?page=comments#action_59735 ] David Bertoni commented on XERCESC-1358: I've also noticed that many places in the code, people have been careful to provide a prime number as the bucket count for

RE: Problems with compilation of tests under gcc4?

2005-02-24 Thread Scott Cantor
> Has anybody else tried to build these w/gcc4? Yeah, I did an RPM build of my patched 2.6.1 tree and had to hack on a couple of tests for Fedora Core 3. Patch below. -- Scott --- xerces-c-src_2_6_0/tests/XSValueTest/XSValueTest.cpp.orig 2005-01-17 22:06:58.992517204 -0500 +++ xerces-c-src_2_

Re: Road to 3.0: and update autoconf status

2005-02-24 Thread James Berry
On Feb 24, 2005, at 4:17 PM, Jay Berkenbilt wrote: James Berry <[EMAIL PROTECTED]> wrote: Just to keep a little excitement going here, I've got a bit of status on one of the projects for "Xerces 3". Xerces is building and running tests in a generic autotools-style build using autoconf/automake/libt

Re: Road to 3.0: and update autoconf status

2005-02-24 Thread Jay Berkenbilt
James Berry <[EMAIL PROTECTED]> wrote: > Just to keep a little excitement going here, I've got a bit of status > on one of the projects for "Xerces 3". > > Xerces is building and running tests in a generic autotools-style > build using autoconf/automake/libtool! > > - Uses a single large auto

[jira] Commented: (XERCESC-1355) DOMBuilder parse wrong node type

2005-02-24 Thread Vu Nguyen (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1355?page=comments#action_59734 ] Vu Nguyen commented on XERCESC-1355: I definitely have problem with sending the attach files. Anywa, i sent you all needed files this morning and just did again just i

Problems with compilation of tests under gcc4?

2005-02-24 Thread James Berry
Is anybody else out there working with Xerces under gcc4? In working on the new autoconf stuff, I tried to run all of the testss, and ran into errors compiling several of them under gcc4: - ParserTest: I can't remember what was broken in compiling this, but it didn't compile. - UtilTest

Road to 3.0: and update autoconf status

2005-02-24 Thread James Berry
Just to keep a little excitement going here, I've got a bit of status on one of the projects for "Xerces 3". Xerces is building and running tests in a generic autotools-style build using autoconf/automake/libtool! - Uses a single large automake generated makefile to build the entire Xerces

[jira] Updated: (XERCESC-1358) RefHashTableOf::rehash() is not exception-safe

2005-02-24 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1358?page=history ] David Bertoni updated XERCESC-1358: --- Attachment: patch.txt Patch that fixes problems. > RefHashTableOf::rehash() is not exception-safe > --

[jira] Created: (XERCESC-1358) RefHashTableOf::rehash() is not exception-safe

2005-02-24 Thread David Bertoni (JIRA)
RefHashTableOf::rehash() is not exception-safe -- Key: XERCESC-1358 URL: http://issues.apache.org/jira/browse/XERCESC-1358 Project: Xerces-C++ Type: Bug Components: Utilities Versions: 2.6.0 Environment: All

Re: Thread safety of MacOSUnicodeConverter::compareIString()?

2005-02-24 Thread Chris Cates
Hi James, So sorry to take so long to get back to you, but I was out of town. I'll grab the changes and do some testing. Thanks for your time! I'll let you know how it goes... -Chris On Feb 11, 2005, at 4:47 PM, James Berry wrote: Chris, I just checked in a code revision that implements (2b).

[jira] Commented: (XERCESC-1355) DOMBuilder parse wrong node type

2005-02-24 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1355?page=comments#action_59713 ] Alberto Massari commented on XERCESC-1355: -- To attach a file to this bug entry, you should click on the "Attach file to this issue" link in the left pane. If you

[jira] Commented: (XERCESC-1355) DOMBuilder parse wrong node type

2005-02-24 Thread Vu Nguyen (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1355?page=comments#action_59712 ] Vu Nguyen commented on XERCESC-1355: The attachement is not sent at all. Can anyone assist me to ? > DOMBuilder parse wrong node type > --

[jira] Created: (XERCESC-1357) Compiling problem on HPUX 11

2005-02-24 Thread Guy Mougel (JIRA)
Compiling problem on HPUX 11 - Key: XERCESC-1357 URL: http://issues.apache.org/jira/browse/XERCESC-1357 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.5.0 Environment: HPUX 11, compiler aC++ (aCC) A.03.13 Rep

[jira] Commented: (XERCESC-1355) DOMBuilder parse wrong node type

2005-02-24 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1355?page=comments#action_59693 ] Alberto Massari commented on XERCESC-1355: -- Could you attach the XML and the code you use to initialize the parser? It's hard for us to guess what's wrong here...