DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27555>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27555 DOM call via JNI Invocation can crash calling program [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | ------- Additional Comments From [EMAIL PROTECTED] 2004-10-06 04:51 ------- I took another look at this with Java 5.0 on Windows XP SP2. We added an -XX:+ShowMessageBoxOnError flag to our JNI invocation. This causes the JVM to crash with the message: EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x04d30758, pid=2268, tid=3760 where the pc, pid, and tid change each invocation. Since this is not a null pointer exception, it doesn't seem to be a duplicate of 27454. This is again a crash during NodeList.getLength() after doing a node.getElementsByTagName() call. If you need more data from the crash, please let me know what to do, especially if the Java 5.0 serviceability improvements can help. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]