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=25073>. 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=25073 XML Parser doesnt start on Unixware 7.1 Summary: XML Parser doesnt start on Unixware 7.1 Product: Xerces-C++ Version: 2.3.0 Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi , I have buid the Xerces-C++ parser on Unixware 7.1 using following option. runConfigure -punixware -cgcc -xgcc -minmem -nsocket -tnative -rpthread -z-g I am abe to build the library successfully as rw-rw-rw- 1 mbhanush devel 6080572 Nov 25 10:06 libxerces-c.so.23.0 But non of the samples work with the library. I have tried to run the sample program DOMPrint and it coredumps on the initial call XMLPlatformUtils::Initialize() Following is the stack trace which I got from the coredump #0 0x3cdcbfb7 in ?? () #1 0xbfc19723 in xercesc_2_3::IconvTransService::makeNewLCPTranscoder () from /remit/devel-7xx-loclib/dev_v410/../xml/lib/libxerces-c.so #2 0xbfc2e8ef in xercesc_2_3::XMLPlatformUtils::Initialize () from /remit/devel-7xx-loclib/dev_v410/../xml/lib/libxerces-c.so #3 0x0804ae33 in main (argC=1, argV=0x8047b5c) at /remit/devel-7xx-loclib/dev_v410/../xml/samples/DOMPrint/DOMPrint.cpp:233 I know the platform on which I had build is not documented as supported one, but I have made the application on SunOs5.7 with using this parser and now I need to port the product on Unixware. The functionality which I have developed using the parser on SunOs is very critical. Is this very trivial bug or some serious bug which will be need long time to fix. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
