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=26919>. 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=26919 DOMParentNode::insertBefore uses null pointer ------- Additional Comments From [EMAIL PROTECTED] 2004-02-13 16:54 ------- The check "if (refChild == fFirstChild)" fails, I believe, because fFirstChild has yet to be changed. So it goes to the "// somewhere in the middle" block of code. Now prev is NULL, and the code accesses a null pointer and throws an exception. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
