Hi Christopher, > -----Original Message----- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, September 26, 2013 9:39 PM
> I wanted to know if the same crash would be observed in APR/AJP because > it's slightly easier for me to enable that and test against it in my > environment (which is not win32 but Linux). There's little information > in the win32 native backtrace that I can decipher as well as something > from a Linux backtrace. The less work I have to do to reproduce the > better ;) I now tried Tomcat 7.0.45 with Native 1.1.28 and AJP-APR-Connector, with IIS 8.0 using ISAPI Redirector 1.2.37 on WinSvr 2012 64-bit, and I indeed get the same crashes again - however only, when I add connectionTimeout="20000" to the AJP connector in server.xml. Otherwise, it doesn't crash, but for some requests Tomcat never sends a response. It seems the crash happens when Tomcat wants to close the TCP connection after the connection timeout. This is the crash log of Tomcat 7.0.45 with Native 1.1.28 and AJP-APR-Connector: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180007e23, pid=2204, tid=2512 # # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode windows-amd64 compressed oops) # Problematic frame: # C [tcnative-1.dll+0x7e23] # # Core dump written. Default location: C:\apache-tomcat-7.0.45\bin\hs_err_pid2204.mdmp # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x0000000006c79800): JavaThread "ajp-apr-8009-Poller" daemon [_thread_in_native, id=2512, stack(0x0000000008b70000,0x0000000008c70000)] siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 Registers: RAX=0x0000000000000000, RBX=0x0000000008984420, RCX=0x0000000007ee2628, RDX=0x0000000000000060 RSP=0x0000000008c6f540, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x0000000007ef3638 R8 =0x0000000000000000, R9 =0x0000000007edb680, R10=0x0000000000000030, R11=0x0000000007edb6d8 R12=0x0000000000000008, R13=0x0000000007ef3680, R14=0x0004e74f7dfb9a78, R15=0x0000000000000001 RIP=0x0000000180007e23, EFLAGS=0x0000000000010246 Top of Stack: (sp=0x0000000008c6f540) 0x0000000008c6f540: 0000000000000000 0000000007ef3638 0x0000000008c6f550: 0000000008c6f5b8 0000000008c6f5c0 0x0000000008c6f560: 0000000008c6f5e8 0000000002356274 0x0000000008c6f570: 0000000006c79800 0000000008c6f610 0x0000000008c6f580: 0000000000000000 0000000000000000 0x0000000008c6f590: 0000000000000001 0000000008c6f620 0x0000000008c6f5a0: 0000000000000008 000000000246ec88 0x0000000008c6f5b0: 0000000006c799e8 0000000000000003 0x0000000008c6f5c0: 0000000007eeb638 00000000faea1ee8 0x0000000008c6f5d0: 0000000008c6f5f0 0000000000000001 0x0000000008c6f5e0: 00000000fbbb4e10 0000000008c6f628 0x0000000008c6f5f0: 00000000df5a7638 0000000000000000 0x0000000008c6f600: 00000000fbbb4e78 0000000000000000 0x0000000008c6f610: 00000000df5a49d8 00000000df5907b0 0x0000000008c6f620: 0000000000000000 00000000024a0f10 0x0000000008c6f630: 01cebaf9c11288b2 0000000008c6f628 Instructions: (pc=0x0000000180007e23) 0x0000000180007e03: 47 18 49 89 1c 04 45 84 ff 74 69 48 8b 94 24 80 0x0000000180007e13: 00 00 00 48 8b 4f 10 e8 61 53 01 00 48 8b 43 38 0x0000000180007e23: 48 8b 10 48 8b 43 38 48 8b 48 08 48 89 11 48 8b 0x0000000180007e33: 43 38 48 8b 50 08 48 8b 43 38 48 8b 08 48 89 51 Register to memory mapping: RAX=0x0000000000000000 is an unknown value RBX=0x0000000008984420 is an unknown value RCX=0x0000000007ee2628 is an unknown value RDX=0x0000000000000060 is an unknown value RSP=0x0000000008c6f540 is pointing into the stack for thread: 0x0000000006c79800 RBP=0x0000000000000000 is an unknown value RSI=0x0000000000000000 is an unknown value RDI=0x0000000007ef3638 is an unknown value R8 =0x0000000000000000 is an unknown value R9 =0x0000000007edb680 is an unknown value R10=0x0000000000000030 is an unknown value R11=0x0000000007edb6d8 is an unknown value R12=0x0000000000000008 is an unknown value R13=0x0000000007ef3680 is an unknown value R14=0x0004e74f7dfb9a78 is an unknown value R15=0x0000000000000001 is an unknown value Stack: [0x0000000008b70000,0x0000000008c70000], sp=0x0000000008c6f540, free space=1021k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [tcnative-1.dll+0x7e23] [error occurred during error reporting (printing native stack), id 0xc0000005] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J org.apache.tomcat.jni.Poll.poll(JJ[JZ)I J org.apache.tomcat.util.net.AprEndpoint$Poller.run()V j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000000006af2800 JavaThread "ajp-apr-8009-exec-10" daemon [_thread_blocked, id=2644, stack(0x0000000009770000,0x0000000009870000)] 0x0000000006d17800 JavaThread "ajp-apr-8009-exec-9" daemon [_thread_blocked, id=2180, stack(0x0000000009670000,0x0000000009770000)] 0x0000000006d14800 JavaThread "ajp-apr-8009-exec-8" daemon [_thread_blocked, id=2580, stack(0x0000000009570000,0x0000000009670000)] 0x0000000006d16000 JavaThread "ajp-apr-8009-exec-7" daemon [_thread_blocked, id=980, stack(0x0000000009470000,0x0000000009570000)] 0x0000000006d1b000 JavaThread "ajp-apr-8009-exec-6" daemon [_thread_blocked, id=1600, stack(0x0000000009370000,0x0000000009470000)] 0x0000000006d19000 JavaThread "ajp-apr-8009-exec-5" daemon [_thread_blocked, id=1828, stack(0x0000000009270000,0x0000000009370000)] 0x0000000006d19800 JavaThread "ajp-apr-8009-exec-4" daemon [_thread_blocked, id=3068, stack(0x0000000009170000,0x0000000009270000)] 0x0000000006d15000 JavaThread "ajp-apr-8009-exec-3" daemon [_thread_blocked, id=2032, stack(0x0000000009070000,0x0000000009170000)] 0x0000000006d16800 JavaThread "ajp-apr-8009-exec-2" daemon [_thread_blocked, id=2808, stack(0x0000000008f70000,0x0000000009070000)] 0x0000000006d18000 JavaThread "ajp-apr-8009-exec-1" daemon [_thread_blocked, id=1344, stack(0x0000000008e70000,0x0000000008f70000)] 0x0000000006d1a800 JavaThread "ajp-apr-8009-AsyncTimeout" daemon [_thread_blocked, id=1788, stack(0x0000000008d70000,0x0000000008e70000)] 0x0000000006a8d800 JavaThread "ajp-apr-8009-Acceptor-0" daemon [_thread_in_native, id=2744, stack(0x0000000008c70000,0x0000000008d70000)] =>0x0000000006c79800 JavaThread "ajp-apr-8009-Poller" daemon [_thread_in_native, id=2512, stack(0x0000000008b70000,0x0000000008c70000)] 0x000000000679c000 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=1644, stack(0x0000000008870000,0x0000000008970000)] 0x0000000006e65800 JavaThread "Thread-2" daemon [_thread_in_native, id=2360, stack(0x0000000008770000,0x0000000008870000)] 0x0000000006d35000 JavaThread "GC Daemon" daemon [_thread_blocked, id=784, stack(0x00000000080b0000,0x00000000081b0000)] 0x00000000055ec800 JavaThread "Service Thread" daemon [_thread_blocked, id=280, stack(0x0000000005e00000,0x0000000005f00000)] 0x00000000055e0800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=1172, stack(0x0000000005d00000,0x0000000005e00000)] 0x00000000055d9800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=716, stack(0x0000000005c00000,0x0000000005d00000)] 0x00000000055d7800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1716, stack(0x0000000005b00000,0x0000000005c00000)] 0x00000000055d4800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1960, stack(0x0000000005a00000,0x0000000005b00000)] 0x00000000055a4000 JavaThread "Finalizer" daemon [_thread_blocked, id=1764, stack(0x0000000005900000,0x0000000005a00000)] 0x000000000559a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2012, stack(0x0000000005800000,0x0000000005900000)] 0x0000000002252800 JavaThread "main" [_thread_in_native, id=1444, stack(0x0000000002050000,0x0000000002150000)] Other Threads: 0x0000000005596800 VMThread [stack: 0x0000000005700000,0x0000000005800000] [id=732] 0x00000000055f6000 WatcherThread [stack: 0x0000000005f00000,0x0000000006000000] [id=2272] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 8640K, used 7242K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 81% used [0x00000000dee00000, 0x00000000df432800, 0x00000000df590000) from space 896K, 100% used [0x00000000df590000, 0x00000000df670000, 0x00000000df670000) to space 896K, 0% used [0x00000000df670000, 0x00000000df670000, 0x00000000df750000) tenured generation total 19136K, used 17881K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 93% used [0x00000000e8350000, 0x00000000e94c6758, 0x00000000e94c6800, 0x00000000e9600000) compacting perm gen total 21248K, used 16292K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 76% used [0x00000000fae00000, 0x00000000fbde9320, 0x00000000fbde9400, 0x00000000fc2c0000) No shared spaces configured. Card table byte_map: [0x0000000005350000,0x0000000005460000] byte_map_base: 0x0000000004c59000 Polling page: 0x00000000007d0000 Code Cache [0x0000000002350000, 0x00000000025c0000, 0x0000000005350000) total_blobs=558 nmethods=242 adapters=268 free_code_cache=47840Kb largest_free_block=48928704 Compilation events (10 events): Event: 4.524 Thread 0x00000000055e0800 nmethod 246 0x000000000249b250 code [0x000000000249b380, 0x000000000249b3d8] Event: 4.524 Thread 0x00000000055e0800 247 org.apache.tomcat.util.net.SocketProperties::getSoTimeout (8 bytes) Event: 4.524 Thread 0x00000000055e0800 nmethod 247 0x000000000249b050 code [0x000000000249b180, 0x000000000249b1d8] Event: 4.524 Thread 0x00000000055e0800 248 org.apache.tomcat.util.net.AprEndpoint$SocketList::size (5 bytes) Event: 4.524 Thread 0x00000000055e0800 nmethod 248 0x0000000002499190 code [0x00000000024992c0, 0x0000000002499318] Event: 4.524 Thread 0x00000000055e0800 249 org.apache.tomcat.util.net.AbstractEndpoint::getSoTimeout (8 bytes) Event: 4.525 Thread 0x00000000055e0800 nmethod 249 0x0000000002498f10 code [0x0000000002499040, 0x00000000024990b8] Event: 4.537 Thread 0x00000000055d9800 nmethod 245% 0x00000000024a0810 code [0x00000000024a0da0, 0x00000000024a37d0] Event: 26.294 Thread 0x00000000055e0800 252 org.apache.tomcat.util.net.AprEndpoint$Poller::maintain (151 bytes) Event: 26.298 Thread 0x00000000055e0800 nmethod 252 0x000000000246db90 code [0x000000000246dd60, 0x000000000246e110] GC Heap History (10 events): Event: 2.170 GC heap before {Heap before GC invocations=7 (full 0): def new generation total 8640K, used 8640K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 100% used [0x00000000dee00000, 0x00000000df590000, 0x00000000df590000) from space 896K, 100% used [0x00000000df670000, 0x00000000df750000, 0x00000000df750000) to space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000) tenured generation total 19136K, used 10255K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 53% used [0x00000000e8350000, 0x00000000e8d53dd8, 0x00000000e8d53e00, 0x00000000e9600000) compacting perm gen total 21248K, used 13740K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 64% used [0x00000000fae00000, 0x00000000fbb6b140, 0x00000000fbb6b200, 0x00000000fc2c0000) No shared spaces configured. Event: 2.174 GC heap after Heap after GC invocations=8 (full 0): def new generation total 8640K, used 896K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 0% used [0x00000000dee00000, 0x00000000dee00000, 0x00000000df590000) from space 896K, 100% used [0x00000000df590000, 0x00000000df670000, 0x00000000df670000) to space 896K, 0% used [0x00000000df670000, 0x00000000df670000, 0x00000000df750000) tenured generation total 19136K, used 11338K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 59% used [0x00000000e8350000, 0x00000000e8e62b20, 0x00000000e8e62c00, 0x00000000e9600000) compacting perm gen total 21248K, used 13740K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 64% used [0x00000000fae00000, 0x00000000fbb6b140, 0x00000000fbb6b200, 0x00000000fc2c0000) No shared spaces configured. } Event: 2.298 GC heap before {Heap before GC invocations=8 (full 0): def new generation total 8640K, used 8640K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 100% used [0x00000000dee00000, 0x00000000df590000, 0x00000000df590000) from space 896K, 100% used [0x00000000df590000, 0x00000000df670000, 0x00000000df670000) to space 896K, 0% used [0x00000000df670000, 0x00000000df670000, 0x00000000df750000) tenured generation total 19136K, used 11338K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 59% used [0x00000000e8350000, 0x00000000e8e62b20, 0x00000000e8e62c00, 0x00000000e9600000) compacting perm gen total 21248K, used 13925K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 65% used [0x00000000fae00000, 0x00000000fbb99510, 0x00000000fbb99600, 0x00000000fc2c0000) No shared spaces configured. Event: 2.302 GC heap after Heap after GC invocations=9 (full 0): def new generation total 8640K, used 896K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 0% used [0x00000000dee00000, 0x00000000dee00000, 0x00000000df590000) from space 896K, 100% used [0x00000000df670000, 0x00000000df750000, 0x00000000df750000) to space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000) tenured generation total 19136K, used 12291K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 64% used [0x00000000e8350000, 0x00000000e8f50d48, 0x00000000e8f50e00, 0x00000000e9600000) compacting perm gen total 21248K, used 13925K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 65% used [0x00000000fae00000, 0x00000000fbb99510, 0x00000000fbb99600, 0x00000000fc2c0000) No shared spaces configured. } Event: 2.356 GC heap before {Heap before GC invocations=9 (full 0): def new generation total 8640K, used 8640K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 100% used [0x00000000dee00000, 0x00000000df590000, 0x00000000df590000) from space 896K, 100% used [0x00000000df670000, 0x00000000df750000, 0x00000000df750000) to space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000) tenured generation total 19136K, used 12291K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 64% used [0x00000000e8350000, 0x00000000e8f50d48, 0x00000000e8f50e00, 0x00000000e9600000) compacting perm gen total 21248K, used 13948K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 65% used [0x00000000fae00000, 0x00000000fbb9f0e0, 0x00000000fbb9f200, 0x00000000fc2c0000) No shared spaces configured. Event: 2.358 GC heap after Heap after GC invocations=10 (full 0): def new generation total 8640K, used 895K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 0% used [0x00000000dee00000, 0x00000000dee00000, 0x00000000df590000) from space 896K, 99% used [0x00000000df590000, 0x00000000df66fff8, 0x00000000df670000) to space 896K, 0% used [0x00000000df670000, 0x00000000df670000, 0x00000000df750000) tenured generation total 19136K, used 13051K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 68% used [0x00000000e8350000, 0x00000000e900ef90, 0x00000000e900f000, 0x00000000e9600000) compacting perm gen total 21248K, used 13948K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 65% used [0x00000000fae00000, 0x00000000fbb9f0e0, 0x00000000fbb9f200, 0x00000000fc2c0000) No shared spaces configured. } Event: 2.411 GC heap before {Heap before GC invocations=10 (full 0): def new generation total 8640K, used 8639K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 100% used [0x00000000dee00000, 0x00000000df590000, 0x00000000df590000) from space 896K, 99% used [0x00000000df590000, 0x00000000df66fff8, 0x00000000df670000) to space 896K, 0% used [0x00000000df670000, 0x00000000df670000, 0x00000000df750000) tenured generation total 19136K, used 13051K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 68% used [0x00000000e8350000, 0x00000000e900ef90, 0x00000000e900f000, 0x00000000e9600000) compacting perm gen total 21248K, used 14006K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 65% used [0x00000000fae00000, 0x00000000fbbad910, 0x00000000fbbada00, 0x00000000fc2c0000) No shared spaces configured. Event: 2.414 GC heap after Heap after GC invocations=11 (full 0): def new generation total 8640K, used 896K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 0% used [0x00000000dee00000, 0x00000000dee00000, 0x00000000df590000) from space 896K, 100% used [0x00000000df670000, 0x00000000df750000, 0x00000000df750000) to space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000) tenured generation total 19136K, used 13998K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 73% used [0x00000000e8350000, 0x00000000e90fb990, 0x00000000e90fba00, 0x00000000e9600000) compacting perm gen total 21248K, used 14006K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 65% used [0x00000000fae00000, 0x00000000fbbad910, 0x00000000fbbada00, 0x00000000fc2c0000) No shared spaces configured. } Event: 4.377 GC heap before {Heap before GC invocations=11 (full 0): def new generation total 8640K, used 8640K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 100% used [0x00000000dee00000, 0x00000000df590000, 0x00000000df590000) from space 896K, 100% used [0x00000000df670000, 0x00000000df750000, 0x00000000df750000) to space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000) tenured generation total 19136K, used 13998K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 73% used [0x00000000e8350000, 0x00000000e90fb990, 0x00000000e90fba00, 0x00000000e9600000) compacting perm gen total 21248K, used 15066K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 70% used [0x00000000fae00000, 0x00000000fbcb68b8, 0x00000000fbcb6a00, 0x00000000fc2c0000) No shared spaces configured. Event: 4.383 GC heap after Heap after GC invocations=12 (full 0): def new generation total 8640K, used 896K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000) eden space 7744K, 0% used [0x00000000dee00000, 0x00000000dee00000, 0x00000000df590000) from space 896K, 100% used [0x00000000df590000, 0x00000000df670000, 0x00000000df670000) to space 896K, 0% used [0x00000000df670000, 0x00000000df670000, 0x00000000df750000) tenured generation total 19136K, used 17881K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000) the space 19136K, 93% used [0x00000000e8350000, 0x00000000e94c6758, 0x00000000e94c6800, 0x00000000e9600000) compacting perm gen total 21248K, used 15066K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000) the space 21248K, 70% used [0x00000000fae00000, 0x00000000fbcb68b8, 0x00000000fbcb6a00, 0x00000000fc2c0000) No shared spaces configured. } Deoptimization events (10 events): Event: 1.926 Thread 0x00000000069a5800 Uncommon trap: reason=unloaded action=reinterpret pc=0x0000000002456da4 method=org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Ljava/io/DataInputStream;)Lorg/apache/tomcat/util/bcel/classfile/Constant; @ 164 Event: 1.926 Thread 0x00000000069a5800 Uncommon trap: reason=unloaded action=reinterpret pc=0x0000000002451e08 method=org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Ljava/io/DataInputStream;)Lorg/apache/tomcat/util/bcel/classfile/Constant; @ 164 Event: 1.989 Thread 0x00000000069a5800 Uncommon trap: reason=unloaded action=reinterpret pc=0x00000000023e01bc method=org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Ljava/io/DataInputStream;)Lorg/apache/tomcat/util/bcel/classfile/Constant; @ 146 Event: 2.027 Thread 0x00000000069a5800 Uncommon trap: reason=unloaded action=reinterpret pc=0x000000000244c834 method=org.apache.tomcat.util.bcel.classfile.Attribute.readAttribute(Ljava/io/DataInputStream;Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;)Lorg/apache/tomcat/util/bcel/classfilÛ™G°0?@ Event: 2.156 Thread 0x00000000069a5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002436754 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z @ 103 Event: 2.163 Thread 0x00000000069a5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002436754 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z @ 103 Event: 2.166 Thread 0x00000000069a5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002436754 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z @ 103 Event: 2.169 Thread 0x00000000069a5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002436754 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z @ 103 Event: 2.180 Thread 0x00000000069a5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000242d740 method=com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z @ 103 Event: 4.425 Thread 0x0000000006d16800 Uncommon trap: reason=unloaded action=reinterpret pc=0x000000000241d36c method=sun.misc.URLClassPath$FileLoader.getResource(Ljava/lang/String;Z)Lsun/misc/Resource; @ 142 Internal exceptions (10 events): Event: 4.491 Thread 0x0000000006d16800 Threw 0x00000000df368708 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 4.491 Thread 0x0000000006d16800 Threw 0x00000000df36c230 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 4.491 Thread 0x0000000006d16800 Threw 0x00000000df36cb40 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 4.491 Thread 0x0000000006d16800 Threw 0x00000000df36f6f0 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 4.492 Thread 0x0000000006d16800 Threw 0x00000000df3736f8 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 4.492 Thread 0x0000000006d16800 Threw 0x00000000df373e58 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 4.493 Thread 0x0000000006d16800 Threw 0x00000000df377860 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 4.493 Thread 0x0000000006d16800 Threw 0x00000000df378010 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 4.539 Thread 0x0000000006d15000 Threw 0x00000000df39fb08 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Event: 4.539 Thread 0x0000000006d15000 Threw 0x00000000df3a04d8 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244 Events (10 events): Event: 4.556 Executing VM operation: RevokeBias Event: 4.556 Executing VM operation: RevokeBias done Event: 12.455 Thread 0x0000000006b0e000 Thread exited: 0x0000000006b0e000 Event: 12.458 Thread 0x00000000069a5800 Thread exited: 0x00000000069a5800 Event: 12.463 loading class 0x00000000022d4360 Event: 12.463 loading class 0x00000000022d4360 done Event: 12.463 loading class 0x00000000022d4320 Event: 12.463 loading class 0x00000000022d41e0 Event: 12.463 loading class 0x00000000022d41e0 done Event: 12.463 loading class 0x00000000022d4320 done Dynamic libraries: 0x000007f655ea0000 - 0x000007f655ed3000 C:\Program Files\Java\jdk1.7.0_40\bin\java.exe 0x000007fb37520000 - 0x000007fb376e0000 C:\Windows\SYSTEM32\ntdll.dll 0x000007fb35070000 - 0x000007fb351a6000 C:\Windows\system32\KERNEL32.DLL 0x000007fb34830000 - 0x000007fb34923000 C:\Windows\system32\KERNELBASE.dll 0x000007fb37270000 - 0x000007fb3734e000 C:\Windows\system32\ADVAPI32.dll 0x000007fb36c90000 - 0x000007fb36ddc000 C:\Windows\system32\USER32.dll 0x000007fb31db0000 - 0x000007fb3201a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16579_none_418ab7ef718b27ef\COMCTL32.dll 0x000007fb371c0000 - 0x000007fb37265000 C:\Windows\system32\msvcrt.dll 0x000007fb374d0000 - 0x000007fb37518000 C:\Windows\SYSTEM32\sechost.dll 0x000007fb35450000 - 0x000007fb35590000 C:\Windows\system32\RPCRT4.dll 0x000007fb36a80000 - 0x000007fb36bc0000 C:\Windows\system32\GDI32.dll 0x000007fb34930000 - 0x000007fb34969000 C:\Windows\system32\IMM32.DLL 0x000007fb373b0000 - 0x000007fb374c5000 C:\Windows\system32\MSCTF.dll 0x000000006fc70000 - 0x000000006fd41000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\msvcr100.dll 0x000000006f4a0000 - 0x000000006fc69000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\server\jvm.dll 0x000007fb299d0000 - 0x000007fb299d9000 C:\Windows\SYSTEM32\WSOCK32.dll 0x000007fb2cab0000 - 0x000007fb2cad0000 C:\Windows\SYSTEM32\WINMM.dll 0x000007fb34dd0000 - 0x000007fb34dd7000 C:\Windows\system32\PSAPI.DLL 0x000007fb34a40000 - 0x000007fb34a98000 C:\Windows\system32\WS2_32.dll 0x000007fb2ca70000 - 0x000007fb2caa2000 C:\Windows\SYSTEM32\WINMMBASE.dll 0x000007fb35440000 - 0x000007fb35449000 C:\Windows\system32\NSI.dll 0x000000006f490000 - 0x000000006f49f000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\verify.dll 0x000000006f460000 - 0x000000006f488000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\java.dll 0x000000006f440000 - 0x000000006f455000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\zip.dll 0x000000006f420000 - 0x000000006f439000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\net.dll 0x000007fb33bf0000 - 0x000007fb33c4c000 C:\Windows\system32\mswsock.dll 0x000000006f400000 - 0x000000006f411000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\nio.dll 0x000000006f3f0000 - 0x000000006f3fb000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\management.dll 0x0000000180000000 - 0x000000018018c000 C:\apache-tomcat-7.0.45\bin\tcnative-1.dll 0x000007fb35020000 - 0x000007fb35070000 C:\Windows\system32\SHLWAPI.dll 0x000007fb33d90000 - 0x000007fb33daa000 C:\Windows\SYSTEM32\CRYPTSP.dll 0x000007fb33910000 - 0x000007fb3395b000 C:\Windows\system32\rsaenh.dll 0x000007fb34230000 - 0x000007fb3423a000 C:\Windows\SYSTEM32\CRYPTBASE.dll 0x000007fb341d0000 - 0x000007fb3422c000 C:\Windows\SYSTEM32\bcryptPrimitives.dll 0x000000006f3c0000 - 0x000000006f3e4000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\sunec.dll 0x000000006f3b0000 - 0x000000006f3bb000 C:\Program Files\Java\jdk1.7.0_40\jre\bin\sunmscapi.dll 0x000007fb34650000 - 0x000007fb34827000 C:\Windows\system32\CRYPT32.dll 0x000007fb344a0000 - 0x000007fb344b6000 C:\Windows\system32\MSASN1.dll 0x000007fb33a10000 - 0x000007fb33a2f000 C:\Windows\SYSTEM32\USERENV.dll 0x000007fb343f0000 - 0x000007fb34405000 C:\Windows\SYSTEM32\profapi.dll 0x000007fb2cf10000 - 0x000007fb2cf24000 C:\Windows\system32\napinsp.dll 0x000007fb327a0000 - 0x000007fb327b6000 C:\Windows\system32\NLAapi.dll 0x000007fb33a30000 - 0x000007fb33ac8000 C:\Windows\SYSTEM32\DNSAPI.dll 0x000007fb2dee0000 - 0x000007fb2def2000 C:\Windows\System32\winrnr.dll 0x000007fb2ec50000 - 0x000007fb2ec58000 C:\Windows\System32\rasadhlp.dll 0x000007fb32310000 - 0x000007fb3233a000 C:\Windows\SYSTEM32\IPHLPAPI.DLL 0x000007fb322b0000 - 0x000007fb322ba000 C:\Windows\SYSTEM32\WINNSI.DLL 0x000007fb31a90000 - 0x000007fb31aef000 C:\Windows\System32\fwpuclnt.dll 0x000007fb1d9f0000 - 0x000007fb1db53000 C:\Windows\system32\DBGHELP.DLL VM Arguments: jvm_args: -Djava.util.logging.config.file=C:\apache-tomcat-7.0.45\conf\logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=C:\apache-tomcat-7.0.45\endorsed -Dcatalina.base=C:\apache-tomcat-7.0.45 -Dcatalina.home=C:\apache-tomcat-7.0.45 -Djava.io.tmpdir=C:\apache-tomcat-7.0.45\temp java_command: org.apache.catalina.startup.Bootstrap start Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=C:\Program Files\Java\jdk1.7.0_40 JRE_HOME=C:\Program Files\Java\jdk1.7.0_40 CLASSPATH=C:\apache-tomcat-7.0.45\bin\bootstrap.jar;C:\apache-tomcat-7.0.45\bin\tomcat-juli.jar PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\ USERNAME=Administrator OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel --------------- S Y S T E M --------------- OS: Windows Server 2012 , 64 bit Build 9200 CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, erms, tsc, tscinvbit, tscinv Memory: 4k page, physical 1834484k(894392k free), swap 3669492k(2768612k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (24.0-b56) for windows-amd64 JRE (1.7.0_40-b43), built on Aug 26 2013 22:38:32 by "java_re" with unknown MS VC++:1600 time: Thu Sep 26 22:48:30 2013 elapsed time: 32 seconds Regards, Konstantin Preißer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org