Recently I've run into a problem where when attaching remotely to the JBoss server via the Eclipse debugger, the JBoss JVM crashes after a few minutes. An excerpt from a dump file looks like a null pointer dereference (see below).
The same does not occur when using the IntelliJ IDEA debugger. Anyone else seen this before? Eclipse 3.2.1 JBoss 4.0.4.GA JDK 1.5.0_09-b03 # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6db2e632, pid=5500, tid=4448 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_09-b03 mixed mode) # Problematic frame: # V [jvm.dll+0x25e632] # --------------- T H R E A D --------------- Current thread (0x00997338): VMThread [id=4448] siginfo: ExceptionCode=0xc0000005, reading address 0x000004ae View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999140#3999140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999140 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
