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=8496>. 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=8496 IDOMEntity circular reference bug Summary: IDOMEntity circular reference bug Product: Xerces-C++ Version: 1.7.0 Platform: Macintosh URL: http://http:// OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There is a bug somewhere in the IDOMEntity code that creates a circluar reference and causes a segfault because cloneEntityRefTree() calls setReadOnly() which calls getFirstChild() and the first child is the same as the original node and so when cloneEntityRefTree() is called again we starting looping. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
