That fixes it. Thanks!
-Adam Batkin
On Tuesday, November 26, 2013 3:23:28 PM UTC-5, Daniel Beck wrote:
Will be fixed in 1.542, see
https://github.com/jenkinsci/jenkins/commit/0438e4f7a2142c1d18652aa7bcf8c3d72443f6af
<https://github.com/jenkinsci/jenkins/commit/0438e4f7a2142c1d18652aa7bcf8c3d72443f6af>
On 26.11.2013, at 21:18, Adam Batkin <[email protected] <javascript:>>
wrote:
> Jenkins consistently crashes on startup when running under Windows. I
have tested under both Windows 7 and Server 2008R2, both 64-bit, various
1.7
JDKs including 7u45.
>
> I have git-bisect'd it down to the following commit between 1.539 and
1.540:
>
> 7d2a3b3f9c96f3ab950d84781da5cf903ca4c4be is the first bad commit
> commit 7d2a3b3f9c96f3ab950d84781da5cf903ca4c4be
> Author: Kohsuke Kawaguchi <[email protected] <javascript:>>
> Date: Thu Nov 7 19:00:05 2013 -0800
>
> Added an ability to collect hs_err_pid*.log files
>
> Fair enough, it's making native calls.
>
> The last message I see on the console is:
> Nov 26, 2013 2:08:03 PM jenkins.InitReactorRunner$1 onAttained
> INFO: Loaded all jobs
>
> Then the JVM crashes. Below is an hs_err file from the latest code on
master (I can't attach files).
>
> Thanks,
>
> -Adam Batkin
>
>
>
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000778c5aa1,
pid=9100, tid=7892
> #
> # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build
1.7.0_45-b18)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode
windows-amd64 compressed oops)
> # Problematic frame:
> # C [ntdll.dll+0x55aa1]
> #
> # Failed to write core dump. Minidumps are not enabled by default on
client versions of Windows
> #
> # If you would like to submit a bug report, please visit:
> # http://bugreport.sun.com/bugreport/crash.jsp
<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 (0x0000000014085800): JavaThread "SSHD.init" daemon
[_thread_in_native, id=7892, stack(0x0000000017c50000,0x0000000017d50000)]
>
> siginfo: ExceptionCode=0xc0000005, reading address 0x00000000726f7272
>
> Registers:
> RAX=0x0000000000000005, RBX=0x000000001a3c0000, RCX=0x0000000000000000,
RDX=0x0000000000100000
> RSP=0x0000000017d4d240, RBP=0x0000000000000002, RSI=0x000000001a3c5f00,
RDI=0x000000001a3c5eb0
> R8 =0x0000000000000005, R9 =0x000000001a3c5f10, R10=0x000000001a3c5ec0,
R11=0x457473614c746547
> R12=0x00000000726f7272, R13=0x000000001a3c5f10, R14=0x000000002f585000,
R15=0x0000000000000000
> RIP=0x00000000778c5aa1, EFLAGS=0x0000000000010246
>
> Top of Stack: (sp=0x0000000017d4d240)
> 0x0000000017d4d240: 0000000000000000 0000000000000000
> 0x0000000017d4d250: 0000000000000000 0000000000000000
> 0x0000000017d4d260: 0000000000000000 0000000000000000
> 0x0000000017d4d270: 0000000000000000 0000000000000000
> 0x0000000017d4d280: 0000000000000000 0000000000000101
> 0x0000000017d4d290: 0000000000000000 0000000000000005
> 0x0000000017d4d2a0: 0000000000000000 0000000000000000
> 0x0000000017d4d2b0: 0000000000000000 0000000000000000
> 0x0000000017d4d2c0: 0000000000000000 0000000000000000
> 0x0000000017d4d2d0: 0000000000000000 0000000000000003
> 0x0000000017d4d2e0: 0000000000000000 0000000000000000
> 0x0000000017d4d2f0: 0000000000000000 0000000000000000
> 0x0000000017d4d300: 0000000000000000 0000000000000000
> 0x0000000017d4d310: 0000000000000000 0000000000000000
> 0x0000000017d4d320: 0000000000000000 0000000000000000
> 0x0000000017d4d330: 0000000000000000 000000d500000003
>
> Instructions: (pc=0x00000000778c5aa1)
> 0x00000000778c5a81: 47 08 0f b6 47 0a 32 47 09 32 47 08 38 47 0b 0f
> 0x00000000778c5a91: 85 9c b9 00 00 4c 8d 57 10 4d 8b 1a 4c 8b 67 18
> 0x00000000778c5aa1: 49 8b 04 24 4d 8b 4b 08 49 3b c1 0f 85 89 ba 00
> 0x00000000778c5ab1: 00 49 3b c2 0f 85 80 ba 00 00 0f b7 47 08 48 29
>
>
> Register to memory mapping:
>
> RAX=0x0000000000000005 is an unknown value
> RBX=0x000000001a3c0000 is an unknown value
> RCX=0x0000000000000000 is an unknown value
> RDX=0x0000000000100000 is an unknown value
> RSP=0x0000000017d4d240 is pointing into the stack for thread:
0x0000000014085800
> RBP=0x0000000000000002 is an unknown value
> RSI=0x000000001a3c5f00 is an unknown value
> RDI=0x000000001a3c5eb0 is an unknown value
> R8 =0x0000000000000005 is an unknown value
> R9 =0x000000001a3c5f10 is an unknown value
> R10=0x000000001a3c5ec0 is an unknown value
> R11=0x457473614c746547 is an unknown value
> R12=0x00000000726f7272 is an unknown value
> R13=0x000000001a3c5f10 is an unknown value
> R14=0x000000002f585000 is an unknown value
> R15=0x0000000000000000 is an unknown value
>
>
> Stack: [0x0000000017c50000,0x0000000017d50000], sp=0x0000000017d4d240,
free space=1012k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native
code)
> C [ntdll.dll+0x55aa1]
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j
org.apache.mina.core.service.AbstractIoService.<init>(Lorg/apache/mina/core/session/IoSessionConfig;Ljava/util/concurrent/Executor;)V+17
> j
org.apache.mina.core.service.AbstractIoAcceptor.<init>(Lorg/apache/mina/core/session/IoSessionConfig;Ljava/util/concurrent/Executor;)V+3
> j
org.apache.mina.core.polling.AbstractPollingIoAcceptor.<init>(Lorg/apache/mina/core/session/IoSessionConfig;Ljava/util/concurrent/Executor;Lorg/apache/mina/core/service/IoProcessor;Z)V+3
> j
org.apache.mina.core.polling.AbstractPollingIoAcceptor.<init>(Lorg/apache/mina/core/session/IoSessionConfig;Ljava/lang/Class;I)V+13
> j org.apache.mina.transport.socket.nio.NioSocketAcceptor.<init>(I)V+12
> j
org.apache.sshd.SshServer.createAcceptor()Lorg/apache/mina/core/service/IoAcceptor;+8
> j org.apache.sshd.SshServer.start()V+6
> j org.jenkinsci.main.modules.sshd.SSHD.start()V+163
> j org.jenkinsci.main.modules.sshd.SSHD.init()V+3
> v ~StubRoutines::call_stub
> j
sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
> j
sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
> j
sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
> j
java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
> j hudson.init.TaskMethodFinder.invoke(Ljava/lang/reflect/Method;)V+42
> j
hudson.init.TaskMethodFinder$TaskImpl.run(Lorg/jvnet/hudson/reactor/Reactor;)V+8
> j
org.jvnet.hudson.reactor.Reactor.runTask(Lorg/jvnet/hudson/reactor/Task;)V+2
> j jenkins.model.Jenkins$7.runTask(Lorg/jvnet/hudson/reactor/Task;)V+59
> j org.jvnet.hudson.reactor.Reactor$2.run()V+24
> j org.jvnet.hudson.reactor.Reactor$Node.run()V+4
> j
java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
> j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
> j java.lang.Thread.run()V+11
> v ~StubRoutines::call_stub
>
> --------------- P R O C E S S ---------------
>
> Java Threads: ( => current thread )
> 0x00000000142a8000 JavaThread "jenkins.util.Timer [#10]" daemon
[_thread_blocked, id=7372, stack(0x000000001a120000,0x000000001a220000)]
> 0x000000001429f800 JavaThread "jenkins.util.Timer [#9]" daemon
[_thread_blocked, id=7836, stack(0x0000000019f20000,0x000000001a020000)]
> 0x000000001429e000 JavaThread "jenkins.util.Timer [#8]" daemon
[_thread_blocked, id=3956, stack(0x0000000019cd0000,0x0000000019dd0000)]
> 0x000000001429d800 JavaThread "ViewJob reload thread" daemon
[_thread_blocked, id=7204, stack(0x0000000019ab0000,0x0000000019bb0000)]
> 0x00000000142a4800 JavaThread "jenkins.util.Timer [#7]" daemon
[_thread_blocked, id=4700, stack(0x00000000189d0000,0x0000000018ad0000)]
> 0x00000000142a3800 JavaThread "jenkins.util.Timer [#6]" daemon
[_thread_blocked, id=8140, stack(0x0000000018580000,0x0000000018680000)]
> 0x00000000142a2800 JavaThread "jenkins.util.Timer [#5]" daemon
[_thread_blocked, id=8036, stack(0x0000000018830000,0x0000000018930000)]
> 0x00000000142a2000 JavaThread "jenkins.util.Timer [#4]" daemon
[_thread_blocked, id=708, stack(0x00000000186a0000,0x00000000187a0000)]
> 0x00000000142a0800 JavaThread "jenkins.util.Timer [#3]" daemon
[_thread_blocked, id=4076, stack(0x0000000018430000,0x0000000018530000)]
> 0x000000001429c800 JavaThread "jenkins.util.Timer [#2]" daemon
[_thread_blocked, id=6056, stack(0x0000000018230000,0x0000000018330000)]
> 0x0000000014087800 JavaThread "pool-5-thread-16" daemon
[_thread_blocked, id=8828, stack(0x0000000017de0000,0x0000000017ee0000)]
> 0x0000000014087000 JavaThread "pool-5-thread-15" daemon
[_thread_blocked, id=3332, stack(0x0000000018040000,0x0000000018140000)]
> 0x0000000014086000 JavaThread "pool-5-thread-14" daemon
[_thread_blocked, id=7312, stack(0x0000000017f10000,0x0000000018010000)]
> =>0x0000000014085800 JavaThread "SSHD.init" daemon [_thread_in_native,
id=7892, stack(0x0000000017c50000,0x0000000017d50000)]
> 0x0000000014084800 JavaThread "pool-5-thread-12" daemon
[_thread_blocked, id=8948, stack(0x0000000017a90000,0x0000000017b90000)]
> 0x0000000014084000 JavaThread "pool-5-thread-11" daemon
[_thread_blocked, id=5596, stack(0x00000000178e0000,0x00000000179e0000)]
> 0x0000000014083000 JavaThread "RequestHandlerThread[#6]" daemon
[_thread_blocked, id=2468, stack(0x0000000017740000,0x0000000017840000)]
> 0x0000000014082800 JavaThread "RequestHandlerThread[#5]" daemon
[_thread_blocked, id=8540, stack(0x0000000017570000,0x0000000017670000)]
> 0x0000000014081800 JavaThread "pool-5-thread-10" daemon
[_thread_blocked, id=8236, stack(0x00000000172b0000,0x00000000173b0000)]
> 0x0000000014081000 JavaThread "pool-5-thread-9" daemon
[_thread_blocked, id=8060, stack(0x00000000173e0000,0x00000000174e0000)]
> 0x0000000014080000 JavaThread "pool-5-thread-8" daemon
[_thread_blocked, id=6816, stack(0x00000000171b0000,0x00000000172b0000)]
> 0x000000001407f800 JavaThread "pool-5-thread-7" daemon
[_thread_blocked, id=6992, stack(0x0000000016c30000,0x0000000016d30000)]
> 0x000000001407e800 JavaThread "pool-5-thread-6" daemon
[_thread_blocked, id=6492, stack(0x00000000170a0000,0x00000000171a0000)]
> 0x000000001407e000 JavaThread "pool-5-thread-5" daemon
[_thread_blocked, id=8572, stack(0x0000000016f10000,0x0000000017010000)]
> 0x000000001407d000 JavaThread "pool-5-thread-4" daemon
[_thread_blocked, id=9092, stack(0x0000000016d50000,0x0000000016e50000)]
> 0x000000001407c800 JavaThread "pool-5-thread-3" daemon
[_thread_blocked, id=8516, stack(0x00000000167e0000,0x00000000168e0000)]
> 0x000000001407b800 JavaThread "pool-5-thread-2" daemon
[_thread_blocked, id=8056, stack(0x0000000016af0000,0x0000000016bf0000)]
> 0x000000001407b000 JavaThread "pool-5-thread-1" daemon
[_thread_blocked, id=6560, stack(0x00000000169b0000,0x0000000016ab0000)]
> 0x000000001407a000 JavaThread "jenkins.util.Timer [#1]" daemon
[_thread_blocked, id=1144, stack(0x0000000016570000,0x0000000016670000)]
> 0x0000000014079800 JavaThread "DestroyJavaVM" [_thread_blocked,
id=6100, stack(0x0000000002a50000,0x0000000002b50000)]
> 0x0000000014078800 JavaThread "LauncherControlThread[ControlPort=-1]"
[_thread_blocked, id=7844, stack(0x0000000016350000,0x0000000016450000)]
> 0x00000000147ee800 JavaThread "RequestHandlerThread[#4] Acceptor1
[email protected]:8080
<http://[email protected]:8080>" daemon [_thread_blocked,
id=8456, stack(0x00000000166c0000,0x00000000167c0000)]
> 0x00000000147ed800 JavaThread "RequestHandlerThread[#3] Acceptor0
[email protected]:8080
<http://[email protected]:8080>" daemon [_thread_in_native,
id=6184, stack(0x0000000016470000,0x0000000016570000)]
> 0x00000000154fe000 JavaThread "RequestHandlerThread[#2] Selector1"
daemon [_thread_in_native, id=2812,
stack(0x0000000014b70000,0x0000000014c70000)]
> 0x0000000014ec9800 JavaThread "RequestHandlerThread[#1] Selector0"
daemon [_thread_in_native, id=7740,
stack(0x0000000016240000,0x0000000016340000)]
> 0x0000000015505800 JavaThread "Jenkins cron thread" [_thread_blocked,
id=7000, stack(0x00000000160b0000,0x00000000161b0000)]
> 0x0000000013f24800 JavaThread "Jenkins initialization thread"
[_thread_blocked, id=1492, stack(0x0000000015ed0000,0x0000000015fd0000)]
> 0x0000000014575000 JavaThread "Java2D Disposer" daemon
[_thread_blocked, id=5648, stack(0x0000000015dd0000,0x0000000015ed0000)]
> 0x0000000013e9c000 JavaThread "HashSessionScavenger-0" daemon
[_thread_blocked, id=8836, stack(0x0000000014c80000,0x0000000014d80000)]
> 0x0000000011104800 JavaThread "Service Thread" daemon
[_thread_blocked,
id=5432, stack(0x0000000012a80000,0x0000000012b80000)]
> 0x00000000110fb800 JavaThread "C2 CompilerThread1" daemon
[_thread_blocked, id=6888, stack(0x0000000012320000,0x0000000012420000)]
> 0x00000000110f4800 JavaThread "C2 CompilerThread0" daemon
[_thread_blocked, id=6484, stack(0x0000000012930000,0x0000000012a30000)]
> 0x00000000110eb800 JavaThread "Attach Listener" daemon
[_thread_blocked, id=8388, stack(0x0000000012820000,0x0000000012920000)]
> 0x00000000110ea800 JavaThread "Signal Dispatcher" daemon
[_thread_blocked, id=8116, stack(0x00000000126b0000,0x00000000127b0000)]
> 0x000000001020e000 JavaThread "Finalizer" daemon [_thread_blocked,
id=8960, stack(0x00000000125b0000,0x00000000126b0000)]
> 0x0000000010207800 JavaThread "Reference Handler" daemon
[_thread_blocked, id=1984, stack(0x0000000012460000,0x0000000012560000)]
>
> Other Threads:
> 0x0000000011074800 VMThread [stack:
0x00000000121f0000,0x00000000122f0000] [id=5944]
> 0x000000001110f800 WatcherThread [stack:
0x0000000012b80000,0x0000000012c80000] [id=6588]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
> PSYoungGen total 140288K, used 83108K [0x00000007ab080000,
0x00000007bc980000, 0x0000000800000000)
> eden space 131072K, 56% used
[0x00000007ab080000,0x00000007af8aa1c8,0x00000007b3080000)
> from space 9216K, 99% used
[0x00000007b3080000,0x00000007b397efd0,0x00000007b3980000)
> to space 12800K, 0% used
[0x00000007bbd00000,0x00000007bbd00000,0x00000007bc980000)
> ParOldGen total 173568K, used 6033K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 3% used
[0x0000000701200000,0x00000007017e45a8,0x000000070bb80000)
> PSPermGen total 30720K, used 30661K [0x00000006fc000000,
0x00000006fde00000, 0x0000000701200000)
> object space 30720K, 99% used
[0x00000006fc000000,0x00000006fddf16f8,0x00000006fde00000)
>
> Card table byte_map: [0x0000000005b50000,0x0000000006380000]
byte_map_base: 0x0000000002370000
>
> Polling page: 0x00000000003e0000
>
> Code Cache [0x0000000002b50000, 0x0000000002dc0000, 0x0000000005b50000)
> total_blobs=971 nmethods=578 adapters=346 free_code_cache=47319Kb
largest_free_block=48374016
>
> Compilation events (10 events):
> Event: 10.176 Thread 0x00000000110f4800 611
java.util.zip.ZipCoder::isUTF8 (5 bytes)
> Event: 10.176 Thread 0x00000000110f4800 nmethod 611 0x0000000002d1a3d0
code [0x0000000002d1a500, 0x0000000002d1a558]
> Event: 10.195 Thread 0x00000000110fb800 612
java.util.jar.JarFile::getJarEntry (9 bytes)
> Event: 10.198 Thread 0x00000000110fb800 nmethod 612 0x0000000002d2a490
code [0x0000000002d2a600, 0x0000000002d2a858]
> Event: 10.250 Thread 0x00000000110f4800 613
java.util.jar.JarFile::maybeInstantiateVerifier (96 bytes)
> Event: 10.258 Thread 0x00000000110f4800 nmethod 613 0x0000000002d18490
code [0x0000000002d18640, 0x0000000002d18a70]
> Event: 10.275 Thread 0x00000000110fb800 614 !
sun.misc.URLClassPath$JarLoader::getResource (91 bytes)
> Event: 10.275 Thread 0x00000000110f4800 615 !
sun.misc.URLClassPath$JarLoader::ensureOpen (32 bytes)
> Event: 10.276 Thread 0x00000000110f4800 nmethod 615 0x0000000002d1bad0
code [0x0000000002d1bc40, 0x0000000002d1bd88]
> Event: 10.289 Thread 0x00000000110fb800 nmethod 614 0x0000000002d290d0
code [0x0000000002d292e0, 0x0000000002d29be0]
>
> GC Heap History (10 events):
> Event: 6.002 GC heap before
> {Heap before GC invocations=3 (full 0):
> PSYoungGen total 76288K, used 73865K [0x00000007ab080000,
0x00000007b0580000, 0x0000000800000000)
> eden space 65536K, 100% used
[0x00000007ab080000,0x00000007af080000,0x00000007af080000)
> from space 10752K, 77% used
[0x00000007afb00000,0x00000007b0322740,0x00000007b0580000)
> to space 10752K, 0% used
[0x00000007af080000,0x00000007af080000,0x00000007afb00000)
> ParOldGen total 173568K, used 80K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 0% used
[0x0000000701200000,0x0000000701214010,0x000000070bb80000)
> PSPermGen total 21504K, used 19099K [0x00000006fc000000,
0x00000006fd500000, 0x0000000701200000)
> object space 21504K, 88% used
[0x00000006fc000000,0x00000006fd2a6f58,0x00000006fd500000)
> Event: 6.018 GC heap after
> Heap after GC invocations=3 (full 0):
> PSYoungGen total 76288K, used 7130K [0x00000007ab080000,
0x00000007b0580000, 0x0000000800000000)
> eden space 65536K, 0% used
[0x00000007ab080000,0x00000007ab080000,0x00000007af080000)
> from space 10752K, 66% used
[0x00000007af080000,0x00000007af776998,0x00000007afb00000)
> to space 10752K, 0% used
[0x00000007afb00000,0x00000007afb00000,0x00000007b0580000)
> ParOldGen total 173568K, used 88K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 0% used
[0x0000000701200000,0x0000000701216010,0x000000070bb80000)
> PSPermGen total 21504K, used 19099K [0x00000006fc000000,
0x00000006fd500000, 0x0000000701200000)
> object space 21504K, 88% used
[0x00000006fc000000,0x00000006fd2a6f58,0x00000006fd500000)
> }
> Event: 6.705 GC heap before
> {Heap before GC invocations=4 (full 0):
> PSYoungGen total 76288K, used 72666K [0x00000007ab080000,
0x00000007b0580000, 0x0000000800000000)
> eden space 65536K, 100% used
[0x00000007ab080000,0x00000007af080000,0x00000007af080000)
> from space 10752K, 66% used
[0x00000007af080000,0x00000007af776998,0x00000007afb00000)
> to space 10752K, 0% used
[0x00000007afb00000,0x00000007afb00000,0x00000007b0580000)
> ParOldGen total 173568K, used 88K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 0% used
[0x0000000701200000,0x0000000701216010,0x000000070bb80000)
> PSPermGen total 21504K, used 20801K [0x00000006fc000000,
0x00000006fd500000, 0x0000000701200000)
> object space 21504K, 96% used
[0x00000006fc000000,0x00000006fd4506e8,0x00000006fd500000)
> Event: 6.714 GC heap after
> Heap after GC invocations=4 (full 0):
> PSYoungGen total 76288K, used 7577K [0x00000007ab080000,
0x00000007b4580000, 0x0000000800000000)
> eden space 65536K, 0% used
[0x00000007ab080000,0x00000007ab080000,0x00000007af080000)
> from space 10752K, 70% used
[0x00000007afb00000,0x00000007b0266630,0x00000007b0580000)
> to space 10752K, 0% used
[0x00000007af080000,0x00000007af080000,0x00000007afb00000)
> ParOldGen total 173568K, used 96K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 0% used
[0x0000000701200000,0x0000000701218010,0x000000070bb80000)
> PSPermGen total 21504K, used 20801K [0x00000006fc000000,
0x00000006fd500000, 0x0000000701200000)
> object space 21504K, 96% used
[0x00000006fc000000,0x00000006fd4506e8,0x00000006fd500000)
> }
> Event: 7.446 GC heap before
> {Heap before GC invocations=5 (full 0):
> PSYoungGen total 76288K, used 73113K [0x00000007ab080000,
0x00000007b4580000, 0x0000000800000000)
> eden space 65536K, 100% used
[0x00000007ab080000,0x00000007af080000,0x00000007af080000)
> from space 10752K, 70% used
[0x00000007afb00000,0x00000007b0266630,0x00000007b0580000)
> to space 10752K, 0% used
[0x00000007af080000,0x00000007af080000,0x00000007afb00000)
> ParOldGen total 173568K, used 96K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 0% used
[0x0000000701200000,0x0000000701218010,0x000000070bb80000)
> PSPermGen total 23552K, used 23446K [0x00000006fc000000,
0x00000006fd700000, 0x0000000701200000)
> object space 23552K, 99% used
[0x00000006fc000000,0x00000006fd6e58c0,0x00000006fd700000)
> Event: 7.454 GC heap after
> Heap after GC invocations=5 (full 0):
> PSYoungGen total 76288K, used 9113K [0x00000007ab080000,
0x00000007b4380000, 0x0000000800000000)
> eden space 65536K, 0% used
[0x00000007ab080000,0x00000007ab080000,0x00000007af080000)
> from space 10752K, 84% used
[0x00000007af080000,0x00000007af966690,0x00000007afb00000)
> to space 9728K, 0% used
[0x00000007b3a00000,0x00000007b3a00000,0x00000007b4380000)
> ParOldGen total 173568K, used 104K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 0% used
[0x0000000701200000,0x000000070121a010,0x000000070bb80000)
> PSPermGen total 23552K, used 23446K [0x00000006fc000000,
0x00000006fd700000, 0x0000000701200000)
> object space 23552K, 99% used
[0x00000006fc000000,0x00000006fd6e58c0,0x00000006fd700000)
> }
> Event: 8.033 GC heap before
> {Heap before GC invocations=6 (full 0):
> PSYoungGen total 76288K, used 74649K [0x00000007ab080000,
0x00000007b4380000, 0x0000000800000000)
> eden space 65536K, 100% used
[0x00000007ab080000,0x00000007af080000,0x00000007af080000)
> from space 10752K, 84% used
[0x00000007af080000,0x00000007af966690,0x00000007afb00000)
> to space 9728K, 0% used
[0x00000007b3a00000,0x00000007b3a00000,0x00000007b4380000)
> ParOldGen total 173568K, used 104K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 0% used
[0x0000000701200000,0x000000070121a010,0x000000070bb80000)
> PSPermGen total 24064K, used 23758K [0x00000006fc000000,
0x00000006fd780000, 0x0000000701200000)
> object space 24064K, 98% used
[0x00000006fc000000,0x00000006fd733b68,0x00000006fd780000)
> Event: 8.047 GC heap after
> Heap after GC invocations=6 (full 0):
> PSYoungGen total 139776K, used 7590K [0x00000007ab080000,
0x00000007b4280000, 0x0000000800000000)
> eden space 131072K, 0% used
[0x00000007ab080000,0x00000007ab080000,0x00000007b3080000)
> from space 8704K, 87% used
[0x00000007b3a00000,0x00000007b41698f0,0x00000007b4280000)
> to space 9216K, 0% used
[0x00000007b3080000,0x00000007b3080000,0x00000007b3980000)
> ParOldGen total 173568K, used 104K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 0% used
[0x0000000701200000,0x000000070121a010,0x000000070bb80000)
> PSPermGen total 24064K, used 23758K [0x00000006fc000000,
0x00000006fd780000, 0x0000000701200000)
> object space 24064K, 98% used
[0x00000006fc000000,0x00000006fd733b68,0x00000006fd780000)
> }
> Event: 9.573 GC heap before
> {Heap before GC invocations=7 (full 0):
> PSYoungGen total 139776K, used 138662K [0x00000007ab080000,
0x00000007b4280000, 0x0000000800000000)
> eden space 131072K, 100% used
[0x00000007ab080000,0x00000007b3080000,0x00000007b3080000)
> from space 8704K, 87% used
[0x00000007b3a00000,0x00000007b41698f0,0x00000007b4280000)
> to space 9216K, 0% used
[0x00000007b3080000,0x00000007b3080000,0x00000007b3980000)
> ParOldGen total 173568K, used 104K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 0% used
[0x0000000701200000,0x000000070121a010,0x000000070bb80000)
> PSPermGen total 28160K, used 28107K [0x00000006fc000000,
0x00000006fdb80000, 0x0000000701200000)
> object space 28160K, 99% used
[0x00000006fc000000,0x00000006fdb72d58,0x00000006fdb80000)
> Event: 9.589 GC heap after
> Heap after GC invocations=7 (full 0):
> PSYoungGen total 140288K, used 9211K [0x00000007ab080000,
0x00000007bc980000, 0x0000000800000000)
> eden space 131072K, 0% used
[0x00000007ab080000,0x00000007ab080000,0x00000007b3080000)
> from space 9216K, 99% used
[0x00000007b3080000,0x00000007b397efd0,0x00000007b3980000)
> to space 12800K, 0% used
[0x00000007bbd00000,0x00000007bbd00000,0x00000007bc980000)
> ParOldGen total 173568K, used 6033K [0x0000000701200000,
0x000000070bb80000, 0x00000007ab080000)
> object space 173568K, 3% used
[0x0000000701200000,0x00000007017e45a8,0x000000070bb80000)
> PSPermGen total 28160K, used 28107K [0x00000006fc000000,
0x00000006fdb80000, 0x0000000701200000)
> object space 28160K, 99% used
[0x00000006fc000000,0x00000006fdb72d58,0x00000006fdb80000)
> }
>
> Deoptimization events (10 events):
> Event: 9.859 Thread 0x0000000014085800 Uncommon trap: reason=unreached
action=reinterpret pc=0x0000000002c3c8b0
method=sun.misc.URLClassPath$JarLoader.ensureOpen()V @ 4
> Event: 9.860 Thread 0x0000000014085800 Uncommon trap: reason=unreached
action=reinterpret pc=0x0000000002c2b414
method=sun.misc.URLClassPath$JarLoader.ensureOpen()V @ 4
> Event: 9.881 Thread 0x0000000014085800 Uncommon trap: reason=null_check
action=make_not_entrant pc=0x0000000002c73c80
method=java.net.URL.getURLStreamHandler(Ljava/lang/String;)Ljava/net/URLStreamHandler;
@ 7
> Event: 9.882 Thread 0x0000000014085800 Uncommon trap: reason=bimorphic
action=maybe_recompile pc=0x0000000002c44344
method=java.net.URL.<init>(Ljava/net/URL;Ljava/lang/String;Ljava/net/URLStreamHandler;)V
@ 504
> Event: 9.883 Thread 0x0000000014085800 Uncommon trap: reason=class_check
action=maybe_recompile pc=0x0000000002c2c094
method=java.util.jar.JarFile.getJarEntry(Ljava/lang/String;)Ljava/util/jar/JarEntry;
@ 2
> Event: 9.890 Thread 0x0000000014085800 Uncommon trap: reason=class_check
action=maybe_recompile pc=0x0000000002c2c094
method=java.util.jar.JarFile.getJarEntry(Ljava/lang/String;)Ljava/util/jar/JarEntry;
@ 2
> Event: 9.892 Thread 0x0000000014085800 Uncommon trap: reason=class_check
action=maybe_recompile pc=0x0000000002c2c094
method=java.util.jar.JarFile.getJarEntry(Ljava/lang/String;)Ljava/util/jar/JarEntry;
@ 2
> Event: 9.893 Thread 0x0000000014085800 Uncommon trap: reason=class_check
action=maybe_recompile pc=0x0000000002c2c094
method=java.util.jar.JarFile.getJarEntry(Ljava/lang/String;)Ljava/util/jar/JarEntry;
@ 2
> Event: 10.193 Thread 0x0000000014085800 Uncommon trap:
reason=class_check
action=maybe_recompile pc=0x0000000002cd1c18
method=java.util.AbstractList$Itr.hasNext()Z @ 8
> Event: 10.259 Thread 0x0000000014085800 Uncommon trap: reason=bimorphic
action=maybe_recompile pc=0x0000000002d26774
method=java.util.HashMap.putAllForCreate(Ljava/util/Map;)V @ 22
>
> Internal exceptions (10 events):
> Event: 9.691 Thread 0x000000001407f800 Threw 0x00000007ab805338 at
C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
> Event: 9.691 Thread 0x000000001407f800 Threw 0x00000007ab805988 at
C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
> Event: 9.691 Thread 0x000000001407f800 Threw 0x00000007ab805ec8 at
C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
> Event: 9.802 Thread 0x0000000014085800 Threw 0x00000007ac3d5ea8 at
C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
> Event: 9.802 Thread 0x0000000014085800 Threw 0x00000007ac3d6670 at
C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
> Event: 9.802 Thread 0x0000000014085800 Threw 0x00000007ac3d6dc8 at
C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
> Event: 9.802 Thread 0x0000000014085800 Threw 0x00000007ac3d7520 at
C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
> Event: 9.802 Thread 0x0000000014085800 Threw 0x00000007ac3d79c8 at
C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
> Event: 9.859 Thread 0x0000000014085800 Implicit null exception at
0x0000000002c3b754 to 0x0000000002c3c895
> Event: 9.881 Thread 0x0000000014085800 Implicit null exception at
0x0000000002c73c18 to 0x0000000002c73c75
>
> Events (10 events):
> Event: 10.259 loading class 0x00000000148df810
> Event: 10.259 loading class 0x00000000148df810 done
> Event: 10.260 loading class 0x0000000018db3a70
> Event: 10.260 loading class 0x0000000018db3a70 done
> Event: 10.293 loading class 0x000000001359b820
> Event: 10.294 loading class 0x000000001359b820 done
> Event: 10.327 loading class 0x000000001127e8c0
> Event: 10.327 loading class 0x000000001127e8c0 done
> Event: 10.338 loading class 0x0000000013824cc0
> Event: 10.338 loading class 0x0000000013824cc0 done
>
>
> Dynamic libraries:
> 0x000000013f3c0000 - 0x000000013f3f3000 C:\Windows\system32\java.exe
> 0x0000000077870000 - 0x0000000077a19000
C:\Windows\SYSTEM32\ntdll.dll
> 0x0000000077600000 - 0x000000007771f000
C:\Windows\system32\kernel32.dll
> 0x000007fefdd80000 - 0x000007fefddec000
C:\Windows\system32\KERNELBASE.dll
> 0x000007fefe0a0000 - 0x000007fefe17b000
C:\Windows\system32\ADVAPI32.dll
> 0x000007feff5d0000 - 0x000007feff66f000
C:\Windows\system32\msvcrt.dll
> 0x000007feff670000 - 0x000007feff68f000
C:\Windows\SYSTEM32\sechost.dll
> 0x000007fefe230000 - 0x000007fefe35d000
C:\Windows\system32\RPCRT4.dll
> 0x0000000077500000 - 0x00000000775fa000
C:\Windows\system32\USER32.dll
> 0x000007fefe470000 - 0x000007fefe4d7000
C:\Windows\system32\GDI32.dll
> 0x000007feffb50000 - 0x000007feffb5e000 C:\Windows\system32\LPK.dll
> 0x000007feffa80000 - 0x000007feffb49000
C:\Windows\system32\USP10.dll
> 0x000007fefc4a0000 - 0x000007fefc694000
C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
> 0x000007feff550000 - 0x000007feff5c1000
C:\Windows\system32\SHLWAPI.dll
> 0x000007fefdba0000 - 0x000007fefdbf7000
C:\Windows\system32\apphelp.dll
> 0x000007fee55c0000 - 0x000007fee5a27000
C:\Windows\AppPatch\AppPatch64\AcXtrnal.DLL
> 0x000007feff520000 - 0x000007feff54e000
C:\Windows\system32\IMM32.DLL
> 0x000007fefe360000 - 0x000007fefe469000
C:\Windows\system32\MSCTF.dll
> 0x0000000010000000 - 0x0000000010012000
C:\Windows\system32\DAinit.dll
> 0x0000000180000000 - 0x0000000180045000
C:\Windows\system32\sxwmon64.dll
> 0x000007fefe580000 - 0x000007feff308000
C:\Windows\system32\SHELL32.dll
> 0x000007feff310000 - 0x000007feff513000
C:\Windows\system32\ole32.dll
> 0x0000000078980000 - 0x0000000078a52000 C:\Program
Files\Java\jre7\bin\msvcr100.dll
> 0x000000006e5b0000 - 0x000000006ed79000 C:\Program
Files\Java\jre7\bin\server\jvm.dll
> 0x000007fefa7b0000 - 0x000007fefa7b9000
C:\Windows\system32\WSOCK32.dll
> 0x000007feff9d0000 - 0x000007feffa1d000
C:\Windows\system32\WS2_32.dll
> 0x000007fefe220000 - 0x000007fefe228000 C:\Windows\system32\NSI.dll
> 0x000007fefb9e0000 - 0x000007fefba1b000
C:\Windows\system32\WINMM.dll
> 0x00000000003c0000 - 0x00000000003c7000
C:\Windows\system32\PSAPI.DLL
> 0x0000000055a10000 - 0x0000000055a1f000 C:\Program
Files\Java\jre7\bin\verify.dll
> 0x000000006d510000 - 0x000000006d538000 C:\Program
Files\Java\jre7\bin\java.dll
> 0x000000006e3e0000 - 0x000000006e3f5000 C:\Program
Files\Java\jre7\bin\zip.dll
> 0x000007fefd5a0000 - 0x000007fefd5b7000
C:\Windows\system32\CRYPTSP.dll
> 0x000007fefd260000 - 0x000007fefd2a7000
C:\Windows\system32\rsaenh.dll
> 0x000007fefd000000 - 0x000007fefd01e000
C:\Windows\system32\USERENV.dll
> 0x000007fefdcd0000 - 0x000007fefdcdf000
C:\Windows\system32\profapi.dll
> 0x000007fefdc00000 - 0x000007fefdc0f000
C:\Windows\system32\CRYPTBASE.dll
> 0x000000006db70000 - 0x000000006db89000 C:\Program
Files\Java\jre7\bin\net.dll
> 0x000007fefd540000 - 0x000007fefd595000
C:\Windows\system32\mswsock.dll
> 0x000007fefd530000 - 0x000007fefd537000
C:\Windows\System32\wship6.dll
> 0x000007fefb630000 - 0x000007fefb645000
C:\Windows\system32\NLAapi.dll
> 0x000007fefab60000 - 0x000007fefab75000
C:\Windows\system32\napinsp.dll
> 0x000007fefaab0000 - 0x000007fefaac9000
C:\Windows\system32\pnrpnsp.dll
> 0x000007fefd310000 - 0x000007fefd36b000
C:\Windows\system32\DNSAPI.dll
> 0x000007fefaaa0000 - 0x000007fefaaab000
C:\Windows\System32\winrnr.dll
> 0x000007fefcef0000 - 0x000007fefcef7000
C:\Windows\System32\wshtcpip.dll
> 0x000007fefb190000 - 0x000007fefb1b7000
C:\Windows\system32\IPHLPAPI.DLL
> 0x000007fefb180000 - 0x000007fefb18b000
C:\Windows\system32\WINNSI.DLL
> 0x000007fefab80000 - 0x000007fefab88000
C:\Windows\system32\rasadhlp.dll
> 0x000007fefb040000 - 0x000007fefb093000
C:\Windows\System32\fwpuclnt.dll
> 0x000000006dc40000 - 0x000000006dc51000 C:\Program
Files\Java\jre7\bin\nio.dll
> 0x00000000005e0000 - 0x0000000000604000 C:\Program
Files\Java\jre7\bin\sunec.dll
> 0x000000006e530000 - 0x000000006e53b000 C:\Program
Files\Java\jre7\bin\sunmscapi.dll
> 0x000007fefde30000 - 0x000007fefdf9c000
C:\Windows\system32\CRYPT32.dll
> 0x000007fefdd70000 - 0x000007fefdd7f000
C:\Windows\system32\MSASN1.dll
> 0x000000006c540000 - 0x000000006c6d5000 C:\Program
Files\Java\jre7\bin\awt.dll
> 0x000007feff710000 - 0x000007feff7e7000
C:\Windows\system32\OLEAUT32.dll
> 0x000000006ca00000 - 0x000000006ca46000 C:\Program
Files\Java\jre7\bin\fontmanager.dll
> 0x000000006e380000 - 0x000000006e38b000 C:\Program
Files\Java\jre7\bin\management.dll
> 0x0000000002060000 - 0x0000000002097000
C:\Users\batkina\AppData\Local\Temp\jna\jna4635220795770694492.dll
> 0x000007fefa3b0000 - 0x000007fefa4d5000
C:\Windows\system32\dbghelp.dll
>
> VM Arguments:
> java_command: war\target\jenkins.war
> Launcher Type: SUN_STANDARD
>
> Environment Variables:
> JAVA_HOME=C:\java\jdk1.7.0_45
> PATH=<Censored>
> USERNAME=batkina
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 30 Stepping 5, GenuineIntel
>
>
>
> --------------- S Y S T E M ---------------
>
> OS: Windows 7 , 64 bit Build 7601 Service Pack 1
>
> CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 30
stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2,
popcnt, ht, tsc, tscinvbit
>
> Memory: 4k page, physical 16701876k(10549184k free), swap
33401892k(26641420k free)
>
> vm_info: Java HotSpot(TM) 64-Bit Server VM (24.45-b08) for windows-amd64
JRE (1.7.0_45-b18), built on Oct 8 2013 05:47:22 by "java_re" with unknown
MS VC++:1600
>
> time: Tue Nov 26 15:07:35 2013
> elapsed time: 10 seconds
>
> --
> You received this message because you are subscribed to the Google
Groups
"Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send
an
email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/groups/opt_out
<https://groups.google.com/groups/opt_out>.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.