It's 6 months later and I ran into this problem too. Except that the breakpoint cause the debugger/tomcat seems to fail/stop in _any_ annotated method, even those using @Log.
Is there a better solution to this problem than delegating to non annotated methods? Tomcat 6.0.14, 6.0.18 Tapestry 5.0.18 (Stable) Eclipse Ganymede, Ganymede SR2 Java 1.6.0_13 i.e. if my breakpoint is inside of Border.setupUser (annotated with only @Log) I get this in my console: [DEBUG] Border [ENTER] setupUser() # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da2d93d, pid=2388, tid=4016 # # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86) # Problematic frame: # V [jvm.dll+0x17d93d] # # An error report file with more information is saved as: # C:\WINDOWS\Fonts\hs_err_pid2388.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # On Wed, Oct 22, 2008 at 3:37 PM, Steven Woolley <[email protected]> wrote: > Me too, eclipse 3.1/jdk 1.5 on Mac, thought maybe it was 1.6, i didn't check > which one eclipse/maven/jetty were using. It was unpleasant, shall we > say...Steve > > On Tue, Oct 21, 2008 at 2:29 AM, Stephane Decleire < > [email protected]> wrote: > >> Yes, i've got the same error yesterday on Eclipse 3.3.1.1/jdk1.6.0_03. >> >> Joel Halbert a écrit : >> >>> Hi, >>> >>> Has anyone experienced core dumps when trying to debug T5 Page Event >>> handler methods using a 1.6.0_10 jdk, on eclipse 3.3.2 ? >>> I keep getting the following dump when my breakpoint is hit : >>> >>> >>> # >>> # An unexpected error has been detected by Java Runtime Environment: >>> # >>> # Internal Error (javaCalls.cpp:38), pid=2564, tid=4068 >>> *# Error: guarantee(thread->is_Java_thread(),"crucial check - the VM >>> thread cannot and must not escape to Java code")* >>> # >>> # Java VM: Java HotSpot(TM) Client VM (11.0-b15 mixed mode windows-x86) >>> # If you would like to submit a bug report, please visit: >>> # http://java.sun.com/webapps/bugreport/crash.jsp >>> # >>> >>> --------------- T H R E A D --------------- >>> >>> Current thread (0x0cac6400): VMThread [stack: 0x0cb50000,0x0cba0000] >>> [id=4068] >>> >>> Stack: [0x0cb50000,0x0cba0000] >>> [error occurred during error reporting (printing stack bounds), id >>> 0x80000001] >>> >>> VM_Operation (0x0f27e0b4): GenCollectForAllocation, mode: safepoint, >>> requested by thread 0x0dca8000 >>> >>> >>> >>> The full dump is attached (for anyone who is really interested!). >>> >>> Thx, >>> Joel >>> >>> ------------------------------------------------------------------------ >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
