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=16750>. 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=16750 Seg fault on Red Hat 8.0 in XMLLock::lock() Summary: Seg fault on Red Hat 8.0 in XMLLock::lock() Product: Xerces-C++ Version: 1.6.0 Platform: PC OS/Version: Linux Status: NEW Severity: Blocker Priority: Other Component: Utilities AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Xerces C++ Version 1.6 Platform - Red Hat 8.0 Compiler information - % g++ --version g++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) % gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) I am using the DOMParser to validate and parse XML documents by compiling the source into a stanalone DSO. The same library compiles and runs fine on IRIX. When I compile the source on Linux and run the application, the application segfaults in XMLLock::lock(). I have tried using different options with runConfigure, including the one without pthreads (-rnone), but I get the same results. Anyone ever got this to work properly? Cheers, Praveen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
