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=21434>. 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=21434 Crash on XMLPlatformUtils::Initialize() HPUX Itanium Summary: Crash on XMLPlatformUtils::Initialize() HPUX Itanium Product: Xerces-C++ Version: 2.2.0 Platform: HP OS/Version: HP-UX Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] I am trying to test Xerces on the new HPUX Itanium system. I compiled it with the aCC compiler without problems on 32 and 64 bits. When I run the test program included with Xerces 'DOMPrint' it crash on this stack: - XMLTransService::initTransService() - gMappings->put((void*)XMLUni::fgXMLChEncodingString, new ENameMapFor<XMLChTranscoder>(XMLUni::fgXMLChEncodingString)); - RefHashTableBucketElem<TVal>* newBucket = findBucketElem(key, hashVal); - hashVal = fHash->getHashVal(key, fHashModulus); - if (hashVal > fHashModulus) ThrowXML(RuntimeException, XMLExcepts::HshTbl_BadHashFromKey); Anybody can help me with this problem? Why can occur the XMLExcepts::HshTbl_BadHashFromKey exception? Thanks... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
