crash when starting profiling

Questions about YourKit Java Profiler
Post Reply
knutwannheden
Posts: 13
Joined: Wed Dec 07, 2011 3:18 pm

crash when starting profiling

Post by knutwannheden »

I have a problem with profiling a given Java application. I use YourKit 10.0.1 on Windows 2008 Server with Java 1.6.0_27 64-bit. I start my application in the debugger (from Eclipse) and when I've reached a given breakpoint I attach YourKit to the Java process. This still works as expected. But when I then start tracing (the Java application is still suspended) a popup with the title "Microsoft Visual C++ Runtime Library" and the message:
Assertion failed!

Program: C:\Program Files\Java\jre6\bin\javaw.exe
File: c:\work\eap\build\tmp\YVector.h"
Line: 84

Expression: index >= 0
is displayed. Further the following error is displayed in the console of the crashed Java application:

Code: Select all

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001bf17755, pid=19944, tid=14224
#
# JRE version: 6.0_29-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.4-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [yjpagent.dll+0x87755]
#
# An error report file with more information is saved as:
# C:\Paranor\Users\wak\tools\eclipse\hs_err_pid19944.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
The mentioned error report file contains:

Code: Select all

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001bf17755, pid=19944, tid=14224
#
# JRE version: 6.0_29-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.4-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [yjpagent.dll+0x87755]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/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 (0x0000000015181000):  JavaThread "YJPAgent-RequestListener" daemon [_thread_in_native, id=14224, stack(0x000000001c910000,0x000000001ca10000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:
RAX=0x0000000054909950, RBX=0x0000000000000000, RCX=0xffffffffffff873a, RDX=0x0000000000287ce1
RSP=0x000000001ca0e130, RBP=0x0000000000000029, RSI=0x0000000000000000, RDI=0x000000001ca0e658
R8 =0x0000000000287ce0, R9 =0x000000ffffffffff, R10=0x0000000000430430, R11=0x000000001ca0d970
R12=0x0000000000000067, R13=0x000000004cdda610, R14=0x000000001c392760, R15=0x0000000000000000
RIP=0x000000001bf17755, EFLAGS=0x0000000000010282

Top of Stack: (sp=0x000000001ca0e130)
0x000000001ca0e130:   0000000000000001 000000000000001b
0x000000001ca0e140:   0000000000000000 0000000000000010
0x000000001ca0e150:   00000000772a5410 0000000000000000
0x000000001ca0e160:   0000000000000029 000000001bf722b0
0x000000001ca0e170:   0000000a00000000 0000000054f3fc00
0x000000001ca0e180:   0000000000000000 000000001bf722b0
0x000000001ca0e190:   0000000a00000000 0000000054f3fc90
0x000000001ca0e1a0:   000000001bf722b0 0000000a00000000
0x000000001ca0e1b0:   0000000054f3fba0 000000001bf722b0
0x000000001ca0e1c0:   0000000a00000000 0000000054f3fbd0
0x000000001ca0e1d0:   000000001bf722b0 0000000a00000000
0x000000001ca0e1e0:   0000000054f3fc30 000000001c0156c0
0x000000001ca0e1f0:   0000002000000001 000000004c712ae0
0x000000001ca0e200:   000000001c392760 0000006700000003
0x000000001ca0e210:   0000000000000067 0000000000000003
0x000000001ca0e220:   000000004cdda610 0000000000000003 

Instructions: (pc=0x000000001bf17755)
0x000000001bf17735:   00 00 48 8d 15 f2 14 05 00 48 8d 0d b3 14 05 00
0x000000001bf17745:   e8 a6 f3 02 00 48 63 cb 48 8b 47 10 48 8b 1c c8
0x000000001bf17755:   48 8b 03 48 8b cb ff 50 08 83 f8 0a 75 50 48 8b
0x000000001bf17765:   d7 48 8b cb e8 62 c3 f8 ff 48 8b 08 0f b6 01 b2 


Register to memory mapping:

RAX=0x0000000054909950 is an unknown value
RBX=0x0000000000000000 is an unknown value
RCX=0xffffffffffff873a is an unknown value
RDX=0x0000000000287ce1 is an unknown value
RSP=0x000000001ca0e130 is pointing into the stack for thread: 0x0000000015181000
RBP=0x0000000000000029 is an unknown value
RSI=0x0000000000000000 is an unknown value
RDI=0x000000001ca0e658 is pointing into the stack for thread: 0x0000000015181000
R8 =0x0000000000287ce0 is an unknown value
R9 =0x000000ffffffffff is an unknown value
R10=0x0000000000430430 is an unknown value
R11=0x000000001ca0d970 is pointing into the stack for thread: 0x0000000015181000
R12=0x0000000000000067 is an unknown value
R13=0x000000004cdda610 is an unknown value
R14=0x000000001c392760 is an unknown value
R15=0x0000000000000000 is an unknown value


Stack: [0x000000001c910000,0x000000001ca10000],  sp=0x000000001ca0e130,  free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [yjpagent.dll+0x87755]  Java_com_yourkit_Natives_convertOIDsToIndices+0x10215

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.yourkit.runtime.Callback.retransformClassesLoadedBeforeAgentWasAttached0(ZLjava/lang/String;)V+0
j  com.yourkit.runtime.RequestProcessing.processRetransformClassesLoadedBeforeAgentWasAttached(Ljava/io/DataInputStream;Ljava/io/DataOutputStream;)V+12
j  com.yourkit.runtime.RequestProcessing.dispatchRequest(Ljava/io/DataInputStream;Ljava/io/DataOutputStream;Ljava/net/Socket;)V+675
j  com.yourkit.runtime.Core$4.run()V+52
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x000000005c6e4800 JavaThread "UCP-worker-thread-10" daemon [_thread_blocked, id=10772, stack(0x000000005e3c0000,0x000000005e4c0000)]
  0x000000004ba00800 JavaThread "UCP-worker-thread-9" daemon [_thread_blocked, id=14428, stack(0x0000000052140000,0x0000000052240000)]
  0x000000001244d800 JavaThread "UCP-worker-thread-8" daemon [_thread_blocked, id=15772, stack(0x000000001f2b0000,0x000000001f3b0000)]
  0x000000001244d000 JavaThread "H2 Log Writer DEFAULT1334150076228" daemon [_thread_blocked, id=1168, stack(0x000000001bb90000,0x000000001bc90000)]
  0x000000001244a800 JavaThread "H2 File Lock Watchdog C:\Paranor\Users\wak\ws\runtime-ACF\.metadata\.plugins\com.avaloq.tools.modelcache.core\default1334150076228.lock.db" daemon [_thread_blocked, id=20004, stack(0x000000001aac0000,0x000000001abc0000)]
  0x0000000015183000 JavaThread "ModalContext" [_thread_blocked, id=9964, stack(0x000000001efb0000,0x000000001f0b0000)]
  0x0000000012d20000 JavaThread "YJPAgent-OOMESnapshotDetector" daemon [_thread_in_native, id=15096, stack(0x000000001cb10000,0x000000001cc10000)]
  0x0000000012d1e800 JavaThread "YJPAgent-CPUSampler" daemon [_thread_blocked, id=14904, stack(0x000000001ca10000,0x000000001cb10000)]
=>0x0000000015181000 JavaThread "YJPAgent-RequestListener" daemon [_thread_in_native, id=14224, stack(0x000000001c910000,0x000000001ca10000)]
  0x0000000015182800 JavaThread "YJPAgent-Telemetry" daemon [_thread_in_native, id=12552, stack(0x000000001c5f0000,0x000000001c6f0000)]
  0x0000000015181800 JavaThread "UCP-worker-thread-7" daemon [_thread_blocked, id=26752, stack(0x000000001c4f0000,0x000000001c5f0000)]
  0x0000000015180000 JavaThread "UCP-worker-thread-6" daemon [_thread_blocked, id=25784, stack(0x000000001bd90000,0x000000001be90000)]
  0x000000001244c000 JavaThread "UCP-worker-thread-5" daemon [_thread_blocked, id=25264, stack(0x0000000012100000,0x0000000012200000)]
  0x000000001244b800 JavaThread "[Timer] - Periodical Task (Bundle 510) (Bundle 510)" daemon [_thread_blocked, id=18076, stack(0x00000000197f0000,0x00000000198f0000)]
  0x000000001244a000 JavaThread "com.google.inject.internal.util.$Finalizer" daemon [_thread_blocked, id=15352, stack(0x000000001a9c0000,0x000000001aac0000)]
  0x0000000012449000 JavaThread "UCP-worker-thread-4" daemon [_thread_blocked, id=11732, stack(0x00000000196f0000,0x00000000197f0000)]
  0x0000000012447000 JavaThread "Timer-4" daemon [_thread_blocked, id=25344, stack(0x00000000195f0000,0x00000000196f0000)]
  0x0000000012447800 JavaThread "Timer-3" daemon [_thread_blocked, id=22060, stack(0x00000000194f0000,0x00000000195f0000)]
  0x0000000012448800 JavaThread "Java indexing" daemon [_thread_blocked, id=21940, stack(0x0000000018b00000,0x0000000018c00000)]
  0x0000000012446800 JavaThread "Worker-6" [_thread_blocked, id=26292, stack(0x00000000188a0000,0x00000000189a0000)]
  0x0000000012445800 JavaThread "Worker-5" [_thread_blocked, id=5880, stack(0x00000000187a0000,0x00000000188a0000)]
  0x0000000012445000 JavaThread "Worker-4" [_thread_in_native, id=13112, stack(0x0000000018560000,0x0000000018660000)]
  0x0000000012444000 JavaThread "Worker-3" [_thread_blocked, id=4092, stack(0x0000000017a00000,0x0000000017b00000)]
  0x000000001243f000 JavaThread "Worker-2" [_thread_in_native, id=12388, stack(0x0000000016ed0000,0x0000000016fd0000)]
  0x0000000012443800 JavaThread "UCP-worker-thread-3" daemon [_thread_blocked, id=1064, stack(0x0000000018400000,0x0000000018500000)]
  0x0000000012442800 JavaThread "Timer-2" daemon [_thread_blocked, id=13140, stack(0x0000000018300000,0x0000000018400000)]
  0x0000000012442000 JavaThread "UCP-worker-thread-2" daemon [_thread_blocked, id=9260, stack(0x0000000018100000,0x0000000018200000)]
  0x0000000012441000 JavaThread "UCP-worker-thread-1" daemon [_thread_blocked, id=25552, stack(0x0000000018000000,0x0000000018100000)]
  0x0000000012440800 JavaThread "Timer-1" daemon [_thread_in_native, id=10840, stack(0x0000000017f00000,0x0000000018000000)]
  0x000000001243f800 JavaThread "Timer-0" daemon [_thread_blocked, id=11092, stack(0x0000000017e00000,0x0000000017f00000)]
  0x0000000013e55800 JavaThread "Worker-1" [_thread_in_native, id=15488, stack(0x0000000017900000,0x0000000017a00000)]
  0x0000000012ab4800 JavaThread "Worker-0" [_thread_blocked, id=27352, stack(0x0000000016c80000,0x0000000016d80000)]
  0x0000000014209800 JavaThread "Worker-JM" [_thread_blocked, id=16484, stack(0x00000000146f0000,0x00000000147f0000)]
  0x0000000013340800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=20964, stack(0x0000000014800000,0x0000000014900000)]
  0x0000000011c2d800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=16176, stack(0x00000000133d0000,0x00000000134d0000)]
  0x0000000011632000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=15492, stack(0x0000000012300000,0x0000000012400000)]
  0x0000000011521000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=11884, stack(0x0000000012200000,0x0000000012300000)]
  0x000000000ff66800 JavaThread "Framework Active Thread" [_thread_blocked, id=9108, stack(0x0000000012000000,0x0000000012100000)]
  0x000000000fe04000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=14432, stack(0x0000000011180000,0x0000000011280000)]
  0x000000000fe01000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11024, stack(0x0000000011080000,0x0000000011180000)]
  0x000000000fdf5800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=23096, stack(0x0000000010f80000,0x0000000011080000)]
  0x000000000fde6800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=12952, stack(0x0000000010e80000,0x0000000010f80000)]
  0x000000000fde1000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=24124, stack(0x0000000010d80000,0x0000000010e80000)]
  0x000000000fddf000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=8808, stack(0x0000000010c80000,0x0000000010d80000)]
  0x000000000fdcd800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9780, stack(0x0000000010480000,0x0000000010580000)]
  0x000000000fdcb000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11480, stack(0x0000000010380000,0x0000000010480000)]
  0x000000000fdca000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=21104, stack(0x0000000010280000,0x0000000010380000)]
  0x000000000fd7a800 JavaThread "Finalizer" daemon [_thread_blocked, id=22412, stack(0x0000000010180000,0x0000000010280000)]
  0x000000000fd74800 JavaThread "Reference Handler" daemon [_thread_blocked, id=9164, stack(0x0000000010080000,0x0000000010180000)]
  0x0000000003122800 JavaThread "main" [_thread_in_native, id=20508, stack(0x0000000003020000,0x0000000003120000)]

Other Threads:
  0x000000000fd6f800 VMThread [stack: 0x000000000ff80000,0x0000000010080000] [id=10388]
  0x000000000fe18000 WatcherThread [stack: 0x0000000011280000,0x0000000011380000] [id=10004]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 par new generation   total 104384K, used 62369K [0x0000000760000000, 0x0000000767140000, 0x0000000770000000)
  eden space 92800K,  60% used [0x0000000760000000, 0x00000007636f8650, 0x0000000765aa0000)
  from space 11584K,  52% used [0x0000000765aa0000, 0x000000076608fff0, 0x00000007665f0000)
  to   space 11584K,   0% used [0x00000007665f0000, 0x00000007665f0000, 0x0000000767140000)
 concurrent mark-sweep generation total 811344K, used 486804K [0x0000000770000000, 0x00000007a1854000, 0x00000007e0000000)
 concurrent-mark-sweep perm gen total 402612K, used 402117K [0x00000007e0000000, 0x00000007f892d000, 0x0000000800000000)

Code Cache  [0x0000000003220000, 0x0000000003e60000, 0x0000000006220000)
 total_blobs=3724 nmethods=2898 adapters=785 free_code_cache=38305984 largest_free_block=126976

Dynamic libraries:
0x0000000000400000 - 0x000000000042e000 	C:\Program Files\Java\jre6\bin\javaw.exe
0x0000000077190000 - 0x0000000077339000 	C:\Windows\SYSTEM32\ntdll.dll
0x0000000076c00000 - 0x0000000076d1f000 	C:\Windows\system32\kernel32.dll
0x000007fefd740000 - 0x000007fefd7ac000 	C:\Windows\system32\KERNELBASE.dll
0x000007fefed00000 - 0x000007fefeddb000 	C:\Windows\system32\ADVAPI32.dll
0x000007fefda10000 - 0x000007fefdaaf000 	C:\Windows\system32\msvcrt.dll
0x000007fefdab0000 - 0x000007fefdacf000 	C:\Windows\SYSTEM32\sechost.dll
0x000007fefde40000 - 0x000007fefdf6d000 	C:\Windows\system32\RPCRT4.dll
0x0000000076d20000 - 0x0000000076e1a000 	C:\Windows\system32\USER32.dll
0x000007feff350000 - 0x000007feff3b7000 	C:\Windows\system32\GDI32.dll
0x000007feff090000 - 0x000007feff09e000 	C:\Windows\system32\LPK.dll
0x000007feff1e0000 - 0x000007feff2a9000 	C:\Windows\system32\USP10.dll
0x000007feff0a0000 - 0x000007feff0ce000 	C:\Windows\system32\IMM32.DLL
0x000007feff0d0000 - 0x000007feff1d9000 	C:\Windows\system32\MSCTF.dll
0x000007fefd540000 - 0x000007fefd5a9000 	C:\PROGRA~2\Citrix\System32\mfaphook64.dll
0x000007fefd470000 - 0x000007fefd496000 	C:\Program Files (x86)\Citrix\system32\ctxnflau64.dll
0x000007fefd450000 - 0x000007fefd461000 	C:\Windows\system32\WTSAPI32.dll
0x000007fefd3f0000 - 0x000007fefd44d000 	C:\Program Files (x86)\Citrix\system32\mmhook64.dll
0x0000000077360000 - 0x0000000077367000 	C:\Windows\system32\PSAPI.DLL
0x000007fefd3c0000 - 0x000007fefd3e3000 	C:\Program Files (x86)\Citrix\System32\cutildll64.dll
0x0000000074980000 - 0x0000000074a49000 	C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_88df89932faf0bf6\MSVCR80.dll
0x000007fefede0000 - 0x000007fefefe3000 	C:\Windows\system32\ole32.dll
0x000007feff3c0000 - 0x000007feff497000 	C:\Windows\system32\OLEAUT32.dll
0x000007fefd210000 - 0x000007fefd226000 	C:\Windows\system32\NETAPI32.dll
0x000007fefd200000 - 0x000007fefd20c000 	C:\Windows\system32\netutils.dll
0x000007fefd1d0000 - 0x000007fefd1f3000 	C:\Windows\system32\srvcli.dll
0x000007fefd1b0000 - 0x000007fefd1c5000 	C:\Windows\system32\wkscli.dll
0x000007fefd180000 - 0x000007fefd194000 	C:\Windows\system32\SAMCLI.DLL
0x000007fefd150000 - 0x000007fefd180000 	C:\Windows\system32\LOGONCLI.DLL
0x000007fefd130000 - 0x000007fefd142000 	C:\Program Files (x86)\Citrix\System32\ctxwsapi64.dll
0x000007fefd100000 - 0x000007fefd127000 	C:\Windows\system32\IPHLPAPI.DLL
0x000007fefdb70000 - 0x000007fefdb78000 	C:\Windows\system32\NSI.dll
0x000007fefd1a0000 - 0x000007fefd1ab000 	C:\Windows\system32\WINNSI.DLL
0x000007fefd0f0000 - 0x000007fefd0fb000 	C:\Windows\system32\Secur32.dll
0x000007fefd0c0000 - 0x000007fefd0e5000 	C:\Windows\system32\SSPICLI.DLL
0x000007fefd070000 - 0x000007fefd0b6000 	C:\Windows\system32\ACTIVEDS.dll
0x000007fefd030000 - 0x000007fefd06d000 	C:\Windows\system32\adsldpc.dll
0x000007fefdd60000 - 0x000007fefddb2000 	C:\Windows\system32\WLDAP32.dll
0x000007fefd010000 - 0x000007fefd029000 	C:\Windows\system32\ATL.DLL
0x000007fefcfd0000 - 0x000007fefd007000 	C:\Program Files (x86)\Citrix\System32\Sfrhook64.dll
0x000007fefd250000 - 0x000007fefd3bf000 	C:\Program Files (x86)\Citrix\system32\scardhook64.dll
0x000007fefcfa0000 - 0x000007fefcfc4000 	C:\Program Files (x86)\Citrix\system32\cxinjime64.dll
0x000007fefcea0000 - 0x000007fefcf95000 	C:\Program Files (x86)\Citrix\system32\ctxsbxhook64.dll
0x000007fefce40000 - 0x000007fefce9f000 	C:\Program Files (x86)\Citrix\system32\RADEAPHOOK64.dll
0x000007fefce30000 - 0x000007fefce3c000 	C:\Windows\system32\VERSION.dll
0x000007fefcb10000 - 0x000007fefce26000 	C:\Windows\system32\msi.dll
0x000007feff2d0000 - 0x000007feff341000 	C:\Windows\system32\SHLWAPI.dll
0x000000006d7f0000 - 0x000000006dfa8000 	C:\Program Files\Java\jre6\bin\server\jvm.dll
0x000007fef9770000 - 0x000007fef97ab000 	C:\Windows\system32\WINMM.dll
0x000000006d760000 - 0x000000006d76e000 	C:\Program Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 	C:\Program Files\Java\jre6\bin\java.dll
0x000000006d420000 - 0x000000006d454000 	C:\Program Files\Java\jre6\bin\jdwp.dll
0x000000006d630000 - 0x000000006d638000 	C:\Program Files\Java\jre6\bin\npt.dll
0x000000006d7b0000 - 0x000000006d7c2000 	C:\Program Files\Java\jre6\bin\zip.dll
0x000000006d270000 - 0x000000006d279000 	C:\Program Files\Java\jre6\bin\dt_socket.dll
0x000007fefd9c0000 - 0x000007fefda0d000 	C:\Windows\system32\WS2_32.dll
0x000007fefb260000 - 0x000007fefb275000 	C:\Windows\system32\NLAapi.dll
0x000007fef8450000 - 0x000007fef8465000 	C:\Windows\system32\napinsp.dll
0x000007fefc430000 - 0x000007fefc485000 	C:\Windows\System32\mswsock.dll
0x000007fefc2b0000 - 0x000007fefc30b000 	C:\Windows\system32\DNSAPI.dll
0x000007fef8480000 - 0x000007fef848b000 	C:\Windows\System32\winrnr.dll
0x000007fefac00000 - 0x000007fefac53000 	C:\Windows\System32\fwpuclnt.dll
0x000007fef9760000 - 0x000007fef9768000 	C:\Windows\system32\rasadhlp.dll
0x000007fefbe50000 - 0x000007fefbe57000 	C:\Windows\System32\wshtcpip.dll
0x000007fefc490000 - 0x000007fefc4a7000 	C:\Windows\system32\CRYPTSP.dll
0x000007fefc1c0000 - 0x000007fefc207000 	C:\Windows\system32\rsaenh.dll
0x000007fefbf70000 - 0x000007fefbf8e000 	C:\Windows\system32\USERENV.dll
0x000007fefd5f0000 - 0x000007fefd5ff000 	C:\Windows\system32\profapi.dll
0x000007fefcb00000 - 0x000007fefcb0f000 	C:\Windows\system32\CRYPTBASE.dll
0x000000006d600000 - 0x000000006d617000 	C:\Program Files\Java\jre6\bin\net.dll
0x000007fefc420000 - 0x000007fefc427000 	C:\Windows\System32\wship6.dll
0x0000000072000000 - 0x0000000072012000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502\eclipse_1406.dll
0x000007fefb870000 - 0x000007fefba64000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefb670000 - 0x000007fefb6c6000 	C:\Windows\system32\UxTheme.dll
0x000007fefeff0000 - 0x000007feff089000 	C:\Windows\system32\CLBCatQ.DLL
0x000000006d620000 - 0x000000006d62b000 	C:\Program Files\Java\jre6\bin\nio.dll
0x0000000010a20000 - 0x0000000010ac6000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\613\1\.cp\swt-win32-3735.dll
0x000007fefdad0000 - 0x000007fefdb67000 	C:\Windows\system32\comdlg32.dll
0x000007fefdf70000 - 0x000007fefecf8000 	C:\Windows\system32\SHELL32.dll
0x0000000076e20000 - 0x0000000076f7a000 	C:\Windows\system32\WININET.dll
0x0000000077350000 - 0x0000000077353000 	C:\Windows\system32\Normaliz.dll
0x0000000076f80000 - 0x000000007718f000 	C:\Windows\system32\iertutil.dll
0x0000000076ab0000 - 0x0000000076bfd000 	C:\Windows\system32\urlmon.dll
0x000007fefd7b0000 - 0x000007fefd917000 	C:\Windows\system32\CRYPT32.dll
0x000007fefd690000 - 0x000007fefd69f000 	C:\Windows\system32\MSASN1.dll
0x000007fefaf70000 - 0x000007fefb09c000 	C:\Windows\system32\propsys.dll
0x0000000002e20000 - 0x0000000002e3e000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\613\1\.cp\swt-gdip-win32-3735.dll
0x000007fefb450000 - 0x000007fefb665000 	C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_2b24536c71ed437a\gdiplus.dll
0x000007fefad60000 - 0x000007fefae8a000 	C:\Windows\system32\WindowsCodecs.dll
0x0000000180000000 - 0x0000000180011000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\377\1\.cp\os\win32\x86_64\localfile_1_0_0.dll
0x000007fef4f40000 - 0x000007fef510a000 	C:\Windows\system32\explorerframe.dll
0x000007fefb1b0000 - 0x000007fefb1f3000 	C:\Windows\system32\DUser.dll
0x000007fefb350000 - 0x000007fefb442000 	C:\Windows\system32\DUI70.dll
0x000007fefa7a0000 - 0x000007fefa7f4000 	C:\Windows\system32\oleacc.dll
0x000007fefd230000 - 0x000007fefd244000 	C:\Windows\system32\RpcRtRemote.dll
0x000000006d540000 - 0x000000006d54a000 	C:\Program Files\Java\jre6\bin\management.dll
0x000007fefa3e0000 - 0x000007fefa3e7000 	C:\Windows\system32\msimg32.dll
0x000007fef9f20000 - 0x000007fef9f5b000 	C:\Windows\system32\mlang.dll
0x000007fef6180000 - 0x000007fef6191000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\380\1\.cp\jWinHttp-1.0.0.dll
0x000007fef87b0000 - 0x000007fef8821000 	C:\Windows\system32\WINHTTP.dll
0x000007fef8740000 - 0x000007fef87a4000 	C:\Windows\system32\webio.dll
0x000007fefab40000 - 0x000007fefab51000 	C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefabd0000 - 0x000007fefabe8000 	C:\Windows\system32\dhcpcsvc.DLL
0x0000000019390000 - 0x00000000193a1000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\508\1\.cp\jnicrypt64.dll
0x000000001be90000 - 0x000000001c065000 	C:\Program Files (x86)\YourKit Java Profiler 10.0.1\bin\win64\yjpagent.dll
0x000007fefbd60000 - 0x000007fefbd8d000 	C:\Windows\system32\ntmarta.dll

VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:49477 -Djava.util.logging.config.file=C:\Paranor\Users\wak\git\asmd\acf-configuration\logging\jdbc-log.properties -Dlogback.configurationFile=C:\Paranor\Users\wak\git\asmd\acf-configuration\logging\logback-config.xml -Dice.database=dev79.avaloq -Dice.username=bag -Dice.password=bag123 -XX:MaxPermSize=512m -Xms256m -Xmx2g -XX:+UseConcMarkSweepGC -XX:+UseCompressedOops -Declipse.pde.launch=true -Dfile.encoding=UTF-8 
java_command: org.eclipse.equinox.launcher.Main -launcher C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\eclipse.exe -name Eclipse -showsplash 600 -product com.avaloq.ice.workbench.product -data C:\Paranor\Users\wak\ws\all/../runtime-ACF -configuration file:C:/Paranor/Users/wak/ws/all/.metadata/.plugins/org.eclipse.pde.core/acf_dev79/ -dev file:C:/Paranor/Users/wak/ws/all/.metadata/.plugins/org.eclipse.pde.core/acf_dev79/dev.properties -consolelog -clean -debug C:\Paranor\Users\wak\git\asmd\acf-configuration\logging\debug.options -pluginCustomization C:\Paranor\Users\wak\git\asmd\acf-configuration\config\plugin_customization.ini
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Oracle\product\11.2.03\client_2\bin;C:\Oracle\productx64\11.2.01_x64\client_2\bin;C:\Oracle\productx64\11.2.02_x64\client_2\bin;C:\Oracle\productx64\11.2.03_x64\client_2\bin;C:\Perl\bin\;C:\Program Files\HP\NCU;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Citrix\system32\;C:\Program Files (x86)\Citrix\System32\Citrix\IMA;C:\Program Files (x86)\Citrix\System32\Citrix\IMA\Subsystems;C:\Windows\System32\Citrix\IMA;C:\Program Files (x86)\Citrix\system32;C:\Program Files (x86)\Common Files\Citrix\System32\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Enterprise Vault\EVClient\;C:\oracle\product\10.2.0\client_2\bin;;C:\Program Files (x86)\SecureCRT\;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit-32\;C:\Program Files (x86)\Graphviz2.26.3\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\OmniBack\bin\;C:\Program Files (x86)\Git\cmd\
USERNAME=wak
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows NT 6.1 , 64 bit Build 7601 Service Pack 1

CPU:total 24 (6 cores per cpu, 2 threads per core) family 6 model 44 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht

Memory: 4k page, physical 50321204k(21587552k free), swap 60989432k(32013476k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (20.4-b02) for windows-amd64 JRE (1.6.0_29-b11), built on Oct  3 2011 01:06:42 by "java_re" with MS VC++ 8.0 (VS2005)

time: Tue Apr 24 16:09:31 2012
elapsed time: 162 seconds
If I look in the .yjp log file the last few lines are:

Code: Select all

  To retransform: org.slf4j.helpers.SubstituteLoggerFactory
  To retransform: org.slf4j.impl.StaticLoggerBinder
  To retransform: org.slf4j.impl.StaticMDCBinder
[YourKit Java Profiler 10.0.1] [112.818]: *** Warning ***: method org/eclipse/xtext/xtend2/ui/contentassist/antlr/internal/InternalXtend2Parser.<clinit>()V cannot be instrumented: the resulting bytecode is too long. This means that the method will not be included into profiling results.
[YourKit Java Profiler 10.0.1] [115.998]: *** Warning ***: method com/avaloq/tools/dslsdk/check/ui/contentassist/antlr/internal/InternalCheckParser.<clinit>()V cannot be instrumented: the resulting bytecode is too long. This means that the method will not be included into profiling results.
Thanks for your feedback!
knutwannheden
Posts: 13
Joined: Wed Dec 07, 2011 3:18 pm

Re: crash when starting profiling

Post by knutwannheden »

Also note that I have the same problem if I start the Java application with the -agentpath: JVM option to begin with.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: crash when starting profiling

Post by Anton Katilin »

Could you please provide the full agent log. If it is too big to be pasted or if you do not want to share it in the public forum, could you please send it to [email protected] instead.

Is the problem reproducible with the latest build 11.0.2? If yes, could you please also send corresponding hs_err*.log and the agent log.

Is the problem reproducible if you start the same application without debugger?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: crash when starting profiling

Post by Anton Katilin »

An update: unfortunately, this crash log from version 10.0.1 does not provide enough information to locate the problem.

As I wrote, please try to reproduce the problem with the latest version 11.

If the problem is still reproducible with version 11, the crash log should contain full native stack of the crashed thread, and it will be much easier to investigate the issue. Anyway, version 10 is not supported anymore, and all possible changes and fixes will go to the latest version 11.
knutwannheden
Posts: 13
Joined: Wed Dec 07, 2011 3:18 pm

Re: crash when starting profiling

Post by knutwannheden »

Thank you for your replies. The problem is indeed a bit worse than I first thought. I can also reproduce the problem by simply launching the Java application from Eclipse using a normal YourKit Profile launch configuration with standard settings only.

I will try to reproduce this with version 11. But since the Windows version of YourKit is available as an Installer package only (no Zip) this will take a week or more as I am not authorized to install programs on the target system.

So in the meantime I will try to reproduce it and send you a full agent log.
knutwannheden
Posts: 13
Joined: Wed Dec 07, 2011 3:18 pm

Re: crash when starting profiling

Post by knutwannheden »

I just reproduced the problem again. This time I launched the Java application from Eclipse using the YourKit Profile configuration in which I only specified that it's a 64-bit JRE, onexit=snapshot, and automatic launching of the UI. I.e. i did not enable CPU profiling on startup.

Here is the agent log:

Code: Select all


[YourKit Java Profiler 10.0.1] [0.000]: utf-8 encoding: -Dfile.encoding=UTF-8
[YourKit Java Profiler 10.0.1] [0.000]: Agent_OnLoad: options=onexit=snapshot,sessionname=acf_dev79,profileruipath=YJPQUOTED433a5c50726f6772616d2046696c65732028783836295c596f75724b6974204a6176612050726f66696c65722031302e302e315c62696e5c796a702e657865,ideport=57223
[YourKit Java Profiler 10.0.1] [0.000]: phase: 1
[YourKit Java Profiler 10.0.1] [0.000]: jvmtiVersion: 30010201
[YourKit Java Profiler 10.0.1] [0.000]: vendor: Sun Microsystems Inc.
[YourKit Java Profiler 10.0.1] [0.000]: version: 20.4-b02
[YourKit Java Profiler 10.0.1] [0.000]: info: mixed mode, sharing
[YourKit Java Profiler 10.0.1] [0.006]: Reusing existing jar file: C:\Users\wak\AppData\Local\Temp\54\yjp201110101454.jar
[YourKit Java Profiler 10.0.1] [0.006]: JVMTI 30010201; 20.4-b02; Sun Microsystems Inc.; mixed mode, sharing; Windows Server 2008 R2; 64-bit JVM; JR=0; I=0
[YourKit Java Profiler 10.0.1] [0.047]: Successfully registered probe classes: 94
  Registered: .AWTEvents$EventQueue_dispatchEvent_Probe
  Registered: .Databases$BasicDataSource_setUrl_Probe
  Registered: .Databases$Connection_close_Probe
  Registered: .Databases$Connection_commit_Probe
  Registered: .Databases$Connection_createStatement_Probe
  Registered: .Databases$Connection_prepareStatement_Probe
  Registered: .Databases$DataSource_getConnection_Probe
  Registered: .Databases$DriverManager_getConnection_Probe
  Registered: .Databases$InitialContext_lookup_Probe
  Registered: .Databases$PreparedStatement_addBatch_Probe
  Registered: .Databases$PreparedStatement_clearBatch_Probe
  Registered: .Databases$PreparedStatement_executeBatch_Probe
  Registered: .Databases$PreparedStatement_execute_Probe
  Registered: .Databases$Statement_addBatch_Probe
  Registered: .Databases$Statement_clearBatch_Probe
  Registered: .Databases$Statement_close_Probe
  Registered: .Databases$Statement_executeBatch_Probe
  Registered: .Databases$Statement_execute_Probe
  Registered: .FileChannels$FileChannel_read_Probe1
  Registered: .FileChannels$FileChannel_read_Probe2
  Registered: .FileChannels$FileChannel_transferFrom_Probe
  Registered: .FileChannels$FileChannel_transferTo_Probe
  Registered: .FileChannels$FileChannel_write_Probe1
  Registered: .FileChannels$FileChannel_write_Probe2
  Registered: .FileChannels$GetChannel_Probe
  Registered: .FileStreams$FileInputStream_close_Probe
  Registered: .FileStreams$FileInputStream_open_Probe
  Registered: .FileStreams$FileInputStream_readBytes_Probe
  Registered: .FileStreams$FileInputStream_read_Probe
  Registered: .FileStreams$FileOutputStream_close_Probe
  Registered: .FileStreams$FileOutputStream_open_Probe
  Registered: .FileStreams$FileOutputStream_writeBytes_Probe
  Registered: .FileStreams$FileOutputStream_write_Probe
  Registered: .J2EESupport$Connection_1
  Registered: .J2EESupport$Connection_2
  Registered: .J2EESupport$DirContext_1
  Registered: .J2EESupport$DirContext_2
  Registered: .J2EESupport$Driver
  Registered: .J2EESupport$HttpJspPage
  Registered: .J2EESupport$HttpServlet
  Registered: .J2EESupport$NamingContext_1
  Registered: .J2EESupport$NamingContext_2
  Registered: .J2EESupport$PageContext
  Registered: .J2EESupport$PreparedStatement
  Registered: .J2EESupport$RequestDispatcher
  Registered: .J2EESupport$ServletContext
  Registered: .J2EESupport$ServletRequest
  Registered: .J2EESupport$Statement_1
  Registered: .J2EESupport$Statement_2
  Registered: .JBossSupport$MyProbe1
  Registered: .JUnitTests$NewTestCase_After_Probe
  Registered: .JUnitTests$NewTestCase_Before_Probe
  Registered: .JUnitTests$NewTestCase_Test_Probe
  Registered: .JUnitTests$OldTestCase_After_Probe
  Registered: .JUnitTests$OldTestCase_Before_Probe
  Registered: .JUnitTests$OldTestCase_Test_Probe
  Registered: .OSGiFelixSupport$MyProbe1
  Registered: .OSGiFelixSupport$MyProbe2
  Registered: .OSGiFelixSupport$MyProbe3
  Registered: .Processes$FileOutputStream_writeBytes_Probe
  Registered: .Processes$FileOutputStream_write_Probe
  Registered: .Processes$InputStream_readBytes_Probe
  Registered: .Processes$InputStream_read_Probe
  Registered: .Processes$ProcessImpl_close_Probe
  Registered: .Processes$ProcessImpl_getErrorStream_Probe
  Registered: .Processes$ProcessImpl_getInputStream_Probe
  Registered: .Processes$ProcessImpl_getOutputStream_Probe
  Registered: .Processes$ProcessImpl_start_Probe
  Registered: .Processes$ProcessImpl_waitFor_Probe
  Registered: .Processes$UnixProcess_._Probe
  Registered: .RandomAccessFiles$RandomAccessFile_close_Probe
  Registered: .RandomAccessFiles$RandomAccessFile_open_Probe
  Registered: .RandomAccessFiles$RandomAccessFile_readBytes_Probe
  Registered: .RandomAccessFiles$RandomAccessFile_read_Probe
  Registered: .RandomAccessFiles$RandomAccessFile_writeBytes_Probe
  Registered: .RandomAccessFiles$RandomAccessFile_write_Probe
  Registered: .Servlets$Filter_doFilter_Probe
  Registered: .Servlets$HttpJspPage_jspService_Probe
  Registered: .Servlets$Servlet_service_Probe
  Registered: .Sockets$ServerSocketChannel_accept_Probe
  Registered: .Sockets$ServerSocket_accept_Probe
  Registered: .Sockets$SocketChannel_close_Probe
  Registered: .Sockets$SocketChannel_connect_Probe
  Registered: .Sockets$SocketChannel_read_Probe
  Registered: .Sockets$SocketChannel_write_Probe
  Registered: .Sockets$SocketInputStream_read_Probe
  Registered: .Sockets$SocketOutputStream_write_Probe
  Registered: .Sockets$Socket_close_Probe
  Registered: .Sockets$Socket_connect_Probe
  Registered: .Sockets$Socket_getInputStream_Probe
  Registered: .Sockets$Socket_getOutputStream_Probe
  Registered: .Threads$Thread_constructor_Probe
  Registered: .Threads$Thread_setName_Probe
  Registered: .Threads$Thread_start_Probe
[YourKit Java Profiler 10.0.1] [0.077]: agentStart: 1
[YourKit Java Profiler 10.0.1] [0.077]: agentStart: 2
[YourKit Java Profiler 10.0.1] [0.078]: agentStart: OK
[YourKit Java Profiler 10.0.1] [0.170]: agentInit: 1
[YourKit Java Profiler 10.0.1] [0.170]: agentInit: Core loaded
[YourKit Java Profiler 10.0.1] [0.229]: setTriggers:

[YourKit Java Profiler 10.0.1] [0.234]: setTriggers: to unregister: 0
[YourKit Java Profiler 10.0.1] [0.234]: setTriggers: method listeners to register: 0
[YourKit Java Profiler 10.0.1] [0.234]: setTriggers: OK
[YourKit Java Profiler 10.0.1] [0.465]: Profiler agent is listening on port 10001
[YourKit Java Profiler 10.0.1] [0.467]: agentInit: Core.init() called
[YourKit Java Profiler 10.0.1] [0.467]: agentInit: OK
[YourKit Java Profiler 10.0.1] [0.467]: startProfiling: 1
[YourKit Java Profiler 10.0.1] [0.467]: startProfiling: OK
[YourKit Java Profiler 10.0.1] [0.473]: Launching profiler UI (C:\Program Files (x86)\YourKit Java Profiler 10.0.1\bin\yjp.exe)
Here is the output from the console (somewhat different than in the original post):

Code: Select all

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (os_windows_x86.cpp:149), pid=11988, tid=12592
#  guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter
#
# JRE version: 6.0_29-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.4-b02 mixed mode windows-amd64 compressed oops)
# An error report file with more information is saved as:
# C:\Paranor\Users\wak\tools\eclipse\hs_err_pid11988.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
And here the hs_err file:

Code: Select all


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (os_windows_x86.cpp:149), pid=11988, tid=12592
#  guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter
#
# JRE version: 6.0_29-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.4-b02 mixed mode windows-amd64 compressed oops)
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/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 (0x0000000017121800):  JavaThread "Worker-12" [_thread_in_native, id=12592, stack(0x000000001bff0000,0x000000001c0f0000)]

Stack: [0x000000001bff0000,0x000000001c0f0000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  java.lang.ClassLoader.defineClass1(Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;Z)Ljava/lang/Class;+0
j  java.lang.ClassLoader.defineClassCond(Ljava/lang/String;[BIILjava/security/ProtectionDomain;Z)Ljava/lang/Class;+41
J  org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(Ljava/lang/String;[BLorg/eclipse/osgi/baseadaptor/loader/ClasspathEntry;Lorg/eclipse/osgi/baseadaptor/bundlefile/BundleEntry;[Lorg/eclipse/osgi/baseadaptor/hooks/ClassLoadingStatsHook;)Ljava/lang/Class;
J  org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(Ljava/lang/String;Lorg/eclipse/osgi/baseadaptor/loader/ClasspathEntry;[Lorg/eclipse/osgi/baseadaptor/hooks/ClassLoadingStatsHook;)Ljava/lang/Class;
J  org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Ljava/lang/String;)Ljava/lang/Class;
J  org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
J  org.eclipse.osgi.internal.loader.BundleLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;
J  org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;
J  java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;
v  ~StubRoutines::call_stub
j  java.lang.Class.getDeclaredConstructors0(Z)[Ljava/lang/reflect/Constructor;+0
j  java.lang.Class.privateGetDeclaredConstructors(Z)[Ljava/lang/reflect/Constructor;+122
j  java.lang.Class.getDeclaredConstructors()[Ljava/lang/reflect/Constructor;+19
j  com.google.inject.spi.InjectionPoint.forConstructorOf(Lcom/google/inject/TypeLiteral;)Lcom/google/inject/spi/InjectionPoint;+46
j  com.google.inject.internal.ConstructorBindingImpl.create(Lcom/google/inject/internal/InjectorImpl;Lcom/google/inject/Key;Lcom/google/inject/spi/InjectionPoint;Ljava/lang/Object;Lcom/google/inject/internal/Scoping;Lcom/google/inject/internal/Errors;Z)Lcom/google/inject/internal/ConstructorBindingImpl;+93
j  com.google.inject.internal.InjectorImpl.createUninitializedBinding(Lcom/google/inject/Key;Lcom/google/inject/internal/Scoping;Ljava/lang/Object;Lcom/google/inject/internal/Errors;Z)Lcom/google/inject/internal/BindingImpl;+192
j  com.google.inject.internal.InjectorImpl.createJustInTimeBinding(Lcom/google/inject/Key;Lcom/google/inject/internal/Errors;ZLcom/google/inject/internal/InjectorImpl$JitLimitation;)Lcom/google/inject/internal/BindingImpl;+250
j  com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(Lcom/google/inject/Key;Lcom/google/inject/internal/Errors;ZLcom/google/inject/internal/InjectorImpl$JitLimitation;)Lcom/google/inject/internal/BindingImpl;+124
j  com.google.inject.internal.InjectorImpl.getJustInTimeBinding(Lcom/google/inject/Key;Lcom/google/inject/internal/Errors;Lcom/google/inject/internal/InjectorImpl$JitLimitation;)Lcom/google/inject/internal/BindingImpl;+154
j  com.google.inject.internal.InjectorImpl.getBindingOrThrow(Lcom/google/inject/Key;Lcom/google/inject/internal/Errors;Lcom/google/inject/internal/InjectorImpl$JitLimitation;)Lcom/google/inject/internal/BindingImpl;+42
j  com.google.inject.internal.InjectorImpl.getInternalFactory(Lcom/google/inject/Key;Lcom/google/inject/internal/Errors;Lcom/google/inject/internal/InjectorImpl$JitLimitation;)Lcom/google/inject/internal/InternalFactory;+13
j  com.google.inject.internal.FactoryProxy.notify(Lcom/google/inject/internal/Errors;)V+29
j  com.google.inject.internal.ProcessedBindingData.runCreationListeners(Lcom/google/inject/internal/Errors;)V+40
j  com.google.inject.internal.InternalInjectorCreator.initializeStatically()V+106
j  com.google.inject.internal.InternalInjectorCreator.build()Lcom/google/inject/Injector;+90
j  com.google.inject.Guice.createInjector(Lcom/google/inject/Stage;Ljava/lang/Iterable;)Lcom/google/inject/Injector;+41
j  com.google.inject.Guice.createInjector(Ljava/lang/Iterable;)Lcom/google/inject/Injector;+13
j  com.google.inject.Guice.createInjector([Lcom/google/inject/Module;)Lcom/google/inject/Injector;+13
j  com.avaloq.tools.dsl.msgstruct.ui.internal.MsgStructActivator$1.load(Ljava/lang/String;)Lcom/google/inject/Injector;+160
j  com.avaloq.tools.dsl.msgstruct.ui.internal.MsgStructActivator$1.load(Ljava/lang/Object;)Ljava/lang/Object;+14
j  com.google.common.cache.CustomConcurrentHashMap$ComputingValueReference.compute(Ljava/lang/Object;I)Ljava/lang/Object;+19
j  com.google.common.cache.CustomConcurrentHashMap$Segment.compute(Ljava/lang/Object;ILcom/google/common/cache/CustomConcurrentHashMap$ReferenceEntry;Lcom/google/common/cache/CustomConcurrentHashMap$ComputingValueReference;)Ljava/lang/Object;+26
j  com.google.common.cache.CustomConcurrentHashMap$Segment.getOrCompute(Ljava/lang/Object;ILcom/google/common/cache/CacheLoader;)Ljava/lang/Object;+498
j  com.google.common.cache.CustomConcurrentHashMap.getOrCompute(Ljava/lang/Object;)Ljava/lang/Object;+29
j  com.google.common.cache.ComputingCache.get(Ljava/lang/Object;)Ljava/lang/Object;+14
j  com.avaloq.tools.dsl.msgstruct.ui.internal.MsgStructActivator.getInjector(Ljava/lang/String;)Lcom/google/inject/Injector;+19
j  com.avaloq.tools.dsl.msgstruct.ui.MsgStructExecutableExtensionFactory.getInjector()Lcom/google/inject/Injector;+14
j  org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory.create()Ljava/lang/Object;+29
j  org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Ljava/lang/String;)Ljava/lang/Object;+447
j  org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Ljava/lang/String;)Ljava/lang/Object;+19
j  org.eclipse.xtext.internal.ResourceServiceProviderDescriptor.get()Lorg/eclipse/xtext/resource/IResourceServiceProvider;+25
j  org.eclipse.xtext.internal.ResourceServiceProviderDescriptor.get()Ljava/lang/Object;+10
j  org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl$InternalData.getServiceProvider(Lorg/eclipse/emf/common/util/URI;Ljava/lang/String;)Lorg/eclipse/xtext/resource/IResourceServiceProvider;+40
j  org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl.getResourceServiceProvider(Lorg/eclipse/emf/common/util/URI;Ljava/lang/String;)Lorg/eclipse/xtext/resource/IResourceServiceProvider;+30
j  org.eclipse.xtext.resource.impl.ResourceServiceProviderRegistryImpl.getResourceServiceProvider(Lorg/eclipse/emf/common/util/URI;)Lorg/eclipse/xtext/resource/IResourceServiceProvider;+13
j  org.eclipse.xtext.builder.clustering.ClusteringBuilderState.getResourceDescriptionManager(Lorg/eclipse/emf/common/util/URI;)Lorg/eclipse/xtext/resource/IResourceDescription$Manager;+14
j  com.avaloq.acs.xtext.builder.AcsClusteringBuilderState.access$0(Lcom/avaloq/acs/xtext/builder/AcsClusteringBuilderState;Lorg/eclipse/emf/common/util/URI;)Lorg/eclipse/xtext/resource/IResourceDescription$Manager;+11
j  com.avaloq.acs.xtext.builder.AcsClusteringBuilderState$2.apply(Lorg/eclipse/emf/common/util/URI;)Lorg/eclipse/xtext/resource/IResourceDescription$Manager;+14
j  com.avaloq.acs.xtext.builder.AcsClusteringBuilderState$2.apply(Ljava/lang/Object;)Ljava/lang/Object;+14
j  com.google.common.collect.Multimaps.index(Ljava/util/Iterator;Lcom/google/common/base/Function;)Lcom/google/common/collect/ImmutableListMultimap;+43
j  com.google.common.collect.Multimaps.index(Ljava/lang/Iterable;Lcom/google/common/base/Function;)Lcom/google/common/collect/ImmutableListMultimap;+16
j  com.avaloq.acs.xtext.builder.AcsClusteringBuilderState.queueAffectedResources(Ljava/util/Set;Lorg/eclipse/xtext/resource/IResourceDescriptions;Lorg/eclipse/xtext/builder/clustering/CurrentDescriptions;Ljava/util/Collection;Lorg/eclipse/xtext/builder/impl/BuildData;Lorg/eclipse/core/runtime/IProgressMonitor;)V+64
j  com.avaloq.acs.xtext.builder.AcsClusteringBuilderState.doUpdate(Lorg/eclipse/xtext/builder/impl/BuildData;Lorg/eclipse/xtext/builder/builderState/ResourceDescriptionsData;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/Collection;+976
j  com.avaloq.acs.xtext.builder.AcsClusteringBuilderState.update(Lorg/eclipse/xtext/builder/impl/BuildData;Lorg/eclipse/core/runtime/IProgressMonitor;)Lcom/google/common/collect/ImmutableList;+101
j  com.avaloq.acs.xtext.builder.AcsXtextBuilder.doBuild(Lorg/eclipse/xtext/builder/impl/ToBeBuilt;Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/xtext/builder/IXtextBuilderParticipant$BuildType;)V+237
j  com.avaloq.acs.xtext.builder.AcsXtextBuilder.fullBuild(Lorg/eclipse/core/runtime/IProgressMonitor;Z)V+79
j  org.eclipse.xtext.builder.impl.XtextBuilder.build(ILjava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)[Lorg/eclipse/core/resources/IProject;+123
j  com.avaloq.acs.xtext.builder.AcsXtextBuilder.build(ILjava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)[Lorg/eclipse/core/resources/IProject;+51
j  org.eclipse.core.internal.events.BuildManager$2.run()V+47
j  org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+14
j  org.eclipse.core.internal.events.BuildManager.basicBuild(ILorg/eclipse/core/resources/IncrementalProjectBuilder;Ljava/util/Map;Lorg/eclipse/core/runtime/MultiStatus;Lorg/eclipse/core/runtime/IProgressMonitor;)V+510
j  org.eclipse.core.internal.events.BuildManager.basicBuild(Lorg/eclipse/core/resources/IBuildConfiguration;ILjava/lang/String;Ljava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+208
j  org.eclipse.core.internal.events.BuildManager.build(Lorg/eclipse/core/resources/IBuildConfiguration;ILjava/lang/String;Ljava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+75
j  org.eclipse.core.internal.resources.Project$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+235
j  org.eclipse.core.internal.resources.Workspace.run(Lorg/eclipse/core/resources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ILorg/eclipse/core/runtime/IProgressMonitor;)V+89
j  org.eclipse.core.internal.resources.Project.internalBuild(Lorg/eclipse/core/resources/IBuildConfiguration;ILjava/lang/String;Ljava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)V+47
j  org.eclipse.core.internal.resources.Project.build(ILjava/lang/String;Ljava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)V+40
j  org.eclipse.xtext.builder.impl.BuildScheduler$BuildJob.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+321
j  org.eclipse.core.internal.jobs.Worker.run()V+45
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00000000194ee000 JavaThread "pool-1-thread-1" [_thread_blocked, id=38572, stack(0x000000001fbe0000,0x000000001fce0000)]
  0x00000000194ec800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=12796, stack(0x000000001d3c0000,0x000000001d4c0000)]
  0x0000000017123000 JavaThread "Worker-14" [_thread_blocked, id=33584, stack(0x000000001c1f0000,0x000000001c2f0000)]
  0x0000000017122800 JavaThread "Worker-13" [_thread_blocked, id=31164, stack(0x000000001c0f0000,0x000000001c1f0000)]
=>0x0000000017121800 JavaThread "Worker-12" [_thread_in_native, id=12592, stack(0x000000001bff0000,0x000000001c0f0000)]
  0x0000000017121000 JavaThread "Worker-11" [_thread_blocked, id=20688, stack(0x000000001bef0000,0x000000001bff0000)]
  0x0000000017120000 JavaThread "Worker-10" [_thread_blocked, id=40944, stack(0x000000001bdf0000,0x000000001bef0000)]
  0x00000000147f7800 JavaThread "Worker-9" [_thread_blocked, id=12580, stack(0x000000001bcf0000,0x000000001bdf0000)]
  0x000000001711f800 JavaThread "Worker-8" [_thread_blocked, id=25336, stack(0x000000001bbf0000,0x000000001bcf0000)]
  0x000000001711e800 JavaThread "Worker-7" [_thread_blocked, id=14208, stack(0x000000001baf0000,0x000000001bbf0000)]
  0x000000001711e000 JavaThread "Worker-6" [_thread_blocked, id=39872, stack(0x000000001b9f0000,0x000000001baf0000)]
  0x000000001711d000 JavaThread "Worker-5" [_thread_in_native, id=20000, stack(0x000000001b8f0000,0x000000001b9f0000)]
  0x000000001711c800 JavaThread "Worker-4" [_thread_blocked, id=10108, stack(0x000000001b7f0000,0x000000001b8f0000)]
  0x0000000010020800 JavaThread "Worker-3" [_thread_blocked, id=28292, stack(0x000000001b6f0000,0x000000001b7f0000)]
  0x0000000010016800 JavaThread "Worker-2" [_thread_blocked, id=35964, stack(0x000000001b5f0000,0x000000001b6f0000)]
  0x000000001766e800 JavaThread "H2 Log Writer MCI1334150076228_3402257205235373893" daemon [_thread_blocked, id=25700, stack(0x000000001b270000,0x000000001b370000)]
  0x000000001766b800 JavaThread "H2 File Lock Watchdog C:\Paranor\Users\wak\ws\runtime-ACF\.metadata\.plugins\com.avaloq.tools.modelcache.core\mci1334150076228_3402257205235373893.lock.db" daemon [_thread_blocked, id=11756, stack(0x000000001a1a0000,0x000000001a2a0000)]
  0x00000000147f7000 JavaThread "Worker-1" [_thread_blocked, id=27568, stack(0x00000000190d0000,0x00000000191d0000)]
  0x00000000147f6800 JavaThread "UCP-worker-thread-5" daemon [_thread_blocked, id=14360, stack(0x0000000018fd0000,0x00000000190d0000)]
  0x00000000147f5800 JavaThread "UCP-worker-thread-4" daemon [_thread_blocked, id=29248, stack(0x0000000018ed0000,0x0000000018fd0000)]
  0x00000000147f5000 JavaThread "Timer-4" daemon [_thread_blocked, id=37596, stack(0x0000000018dd0000,0x0000000018ed0000)]
  0x00000000147f2000 JavaThread "Timer-3" daemon [_thread_blocked, id=27664, stack(0x0000000018cd0000,0x0000000018dd0000)]
  0x00000000147ec000 JavaThread "UCP-worker-thread-3" daemon [_thread_blocked, id=5888, stack(0x0000000018610000,0x0000000018710000)]
  0x00000000147eb800 JavaThread "Timer-2" daemon [_thread_blocked, id=32320, stack(0x0000000015ba0000,0x0000000015ca0000)]
  0x00000000147e8800 JavaThread "UCP-worker-thread-2" daemon [_thread_blocked, id=37884, stack(0x0000000017fe0000,0x00000000180e0000)]
  0x0000000013e98800 JavaThread "UCP-worker-thread-1" daemon [_thread_blocked, id=34708, stack(0x0000000017ee0000,0x0000000017fe0000)]
  0x0000000013e97800 JavaThread "Timer-1" daemon [_thread_blocked, id=30200, stack(0x0000000017de0000,0x0000000017ee0000)]
  0x0000000013e96800 JavaThread "Timer-0" daemon [_thread_blocked, id=16564, stack(0x0000000017ce0000,0x0000000017de0000)]
  0x0000000012f6e800 JavaThread "com.google.inject.internal.util.$Finalizer" daemon [_thread_blocked, id=20320, stack(0x0000000016b00000,0x0000000016c00000)]
  0x0000000012f6b000 JavaThread "Java indexing" daemon [_thread_blocked, id=39864, stack(0x0000000016a00000,0x0000000016b00000)]
  0x0000000010012000 JavaThread "Worker-0" [_thread_blocked, id=15372, stack(0x00000000158a0000,0x00000000159a0000)]
  0x0000000010015000 JavaThread "Worker-JM" [_thread_blocked, id=30384, stack(0x0000000014e50000,0x0000000014f50000)]
  0x0000000010014000 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=32336, stack(0x0000000013a80000,0x0000000013b80000)]
  0x0000000011633000 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=16988, stack(0x0000000012700000,0x0000000012800000)]
  0x000000000fed7800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=12956, stack(0x0000000012600000,0x0000000012700000)]
  0x000000000ffd3800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=32648, stack(0x0000000012500000,0x0000000012600000)]
  0x000000000fd05000 JavaThread "Framework Active Thread" [_thread_blocked, id=28576, stack(0x0000000012300000,0x0000000012400000)]
  0x000000000f92b000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=19712, stack(0x0000000010770000,0x0000000010870000)]
  0x000000000f921000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=40664, stack(0x0000000010670000,0x0000000010770000)]
  0x000000000f950000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=36608, stack(0x0000000010470000,0x0000000010570000)]
  0x000000000f94f000 JavaThread "YJPAgent-OOMESnapshotDetector" daemon [_thread_in_native, id=15248, stack(0x0000000010370000,0x0000000010470000)]
  0x000000000f94e800 JavaThread "YJPAgent-CPUSampler" daemon [_thread_blocked, id=39432, stack(0x0000000010270000,0x0000000010370000)]
  0x000000000edaf000 JavaThread "YJPAgent-RequestListener" daemon [_thread_in_native, id=41072, stack(0x0000000010070000,0x0000000010170000)]
  0x000000000eda1000 JavaThread "YJPAgent-Telemetry" daemon [_thread_in_native, id=39320, stack(0x000000000f550000,0x000000000f650000)]
  0x000000000ec72000 JavaThread "Attach Listener" daemon [_thread_blocked, id=26824, stack(0x000000000f450000,0x000000000f550000)]
  0x000000000ec67000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14076, stack(0x000000000f350000,0x000000000f450000)]
  0x000000000ec6e000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=18496, stack(0x000000000f250000,0x000000000f350000)]
  0x000000000ec4e800 JavaThread "YJPAgent-Process-Exit-Listener" daemon [_thread_blocked, id=33336, stack(0x000000000f150000,0x000000000f250000)]
  0x000000000eb90000 JavaThread "Finalizer" daemon [_thread_blocked, id=36180, stack(0x000000000f050000,0x000000000f150000)]
  0x000000000eb8f800 JavaThread "Reference Handler" daemon [_thread_blocked, id=9144, stack(0x000000000ef50000,0x000000000f050000)]
  0x00000000038a2800 JavaThread "main" [_thread_in_native, id=9236, stack(0x0000000003170000,0x0000000003270000)]

Other Threads:
  0x000000000eb70800 VMThread [stack: 0x000000000ee50000,0x000000000ef50000] [id=16084]
  0x000000000f92f800 WatcherThread [stack: 0x0000000010870000,0x0000000010970000] [id=35524]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 par new generation   total 19136K, used 15675K [0x00000000b0000000, 0x00000000b14c0000, 0x00000000b8000000)
  eden space 17024K,  79% used [0x00000000b0000000, 0x00000000b0d3ef78, 0x00000000b10a0000)
  from space 2112K, 100% used [0x00000000b10a0000, 0x00000000b12b0000, 0x00000000b12b0000)
  to   space 2112K,   0% used [0x00000000b12b0000, 0x00000000b12b0000, 0x00000000b14c0000)
 concurrent mark-sweep generation total 531420K, used 465092K [0x00000000b8000000, 0x00000000d86f7000, 0x00000000f0000000)
 concurrent-mark-sweep perm gen total 161776K, used 131625K [0x00000000f0000000, 0x00000000f9dfc000, 0x0000000100000000)

Code Cache  [0x00000000039a0000, 0x0000000004120000, 0x00000000069a0000)
 total_blobs=2540 nmethods=1743 adapters=747 free_code_cache=42627648 largest_free_block=16576

Dynamic libraries:
0x0000000000400000 - 0x000000000042e000 	C:\Program Files\Java\jre6\bin\javaw.exe
0x0000000077190000 - 0x0000000077339000 	C:\Windows\SYSTEM32\ntdll.dll
0x0000000076c00000 - 0x0000000076d1f000 	C:\Windows\system32\kernel32.dll
0x000007fefd740000 - 0x000007fefd7ac000 	C:\Windows\system32\KERNELBASE.dll
0x000007fefed00000 - 0x000007fefeddb000 	C:\Windows\system32\ADVAPI32.dll
0x000007fefda10000 - 0x000007fefdaaf000 	C:\Windows\system32\msvcrt.dll
0x000007fefdab0000 - 0x000007fefdacf000 	C:\Windows\SYSTEM32\sechost.dll
0x000007fefde40000 - 0x000007fefdf6d000 	C:\Windows\system32\RPCRT4.dll
0x0000000076d20000 - 0x0000000076e1a000 	C:\Windows\system32\USER32.dll
0x000007feff350000 - 0x000007feff3b7000 	C:\Windows\system32\GDI32.dll
0x000007feff090000 - 0x000007feff09e000 	C:\Windows\system32\LPK.dll
0x000007feff1e0000 - 0x000007feff2a9000 	C:\Windows\system32\USP10.dll
0x000007feff0a0000 - 0x000007feff0ce000 	C:\Windows\system32\IMM32.DLL
0x000007feff0d0000 - 0x000007feff1d9000 	C:\Windows\system32\MSCTF.dll
0x000007fefd540000 - 0x000007fefd5a9000 	C:\PROGRA~2\Citrix\System32\mfaphook64.dll
0x000007fefd470000 - 0x000007fefd496000 	C:\Program Files (x86)\Citrix\system32\ctxnflau64.dll
0x000007fefd450000 - 0x000007fefd461000 	C:\Windows\system32\WTSAPI32.dll
0x000007fefd3f0000 - 0x000007fefd44d000 	C:\Program Files (x86)\Citrix\system32\mmhook64.dll
0x0000000077360000 - 0x0000000077367000 	C:\Windows\system32\PSAPI.DLL
0x000007fefd3c0000 - 0x000007fefd3e3000 	C:\Program Files (x86)\Citrix\System32\cutildll64.dll
0x0000000074980000 - 0x0000000074a49000 	C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_88df89932faf0bf6\MSVCR80.dll
0x000007fefede0000 - 0x000007fefefe3000 	C:\Windows\system32\ole32.dll
0x000007feff3c0000 - 0x000007feff497000 	C:\Windows\system32\OLEAUT32.dll
0x000007fefd210000 - 0x000007fefd226000 	C:\Windows\system32\NETAPI32.dll
0x000007fefd200000 - 0x000007fefd20c000 	C:\Windows\system32\netutils.dll
0x000007fefd1d0000 - 0x000007fefd1f3000 	C:\Windows\system32\srvcli.dll
0x000007fefd1b0000 - 0x000007fefd1c5000 	C:\Windows\system32\wkscli.dll
0x000007fefd180000 - 0x000007fefd194000 	C:\Windows\system32\SAMCLI.DLL
0x000007fefd150000 - 0x000007fefd180000 	C:\Windows\system32\LOGONCLI.DLL
0x000007fefd130000 - 0x000007fefd142000 	C:\Program Files (x86)\Citrix\System32\ctxwsapi64.dll
0x000007fefd100000 - 0x000007fefd127000 	C:\Windows\system32\IPHLPAPI.DLL
0x000007fefdb70000 - 0x000007fefdb78000 	C:\Windows\system32\NSI.dll
0x000007fefd1a0000 - 0x000007fefd1ab000 	C:\Windows\system32\WINNSI.DLL
0x000007fefd0f0000 - 0x000007fefd0fb000 	C:\Windows\system32\Secur32.dll
0x000007fefd0c0000 - 0x000007fefd0e5000 	C:\Windows\system32\SSPICLI.DLL
0x000007fefd070000 - 0x000007fefd0b6000 	C:\Windows\system32\ACTIVEDS.dll
0x000007fefd030000 - 0x000007fefd06d000 	C:\Windows\system32\adsldpc.dll
0x000007fefdd60000 - 0x000007fefddb2000 	C:\Windows\system32\WLDAP32.dll
0x000007fefd010000 - 0x000007fefd029000 	C:\Windows\system32\ATL.DLL
0x000007fefcfd0000 - 0x000007fefd007000 	C:\Program Files (x86)\Citrix\System32\Sfrhook64.dll
0x000007fefd250000 - 0x000007fefd3bf000 	C:\Program Files (x86)\Citrix\system32\scardhook64.dll
0x000007fefcfa0000 - 0x000007fefcfc4000 	C:\Program Files (x86)\Citrix\system32\cxinjime64.dll
0x000007fefcea0000 - 0x000007fefcf95000 	C:\Program Files (x86)\Citrix\system32\ctxsbxhook64.dll
0x000007fefce40000 - 0x000007fefce9f000 	C:\Program Files (x86)\Citrix\system32\RADEAPHOOK64.dll
0x000007fefce30000 - 0x000007fefce3c000 	C:\Windows\system32\VERSION.dll
0x000007fefcb10000 - 0x000007fefce26000 	C:\Windows\system32\msi.dll
0x000007feff2d0000 - 0x000007feff341000 	C:\Windows\system32\SHLWAPI.dll
0x000000006d7f0000 - 0x000000006dfa8000 	C:\Program Files\Java\jre6\bin\server\jvm.dll
0x000007fef9770000 - 0x000007fef97ab000 	C:\Windows\system32\WINMM.dll
0x000000006d760000 - 0x000000006d76e000 	C:\Program Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 	C:\Program Files\Java\jre6\bin\java.dll
0x0000000180000000 - 0x00000001801d5000 	C:\PROGRA~2\YOURKI~1.1\bin\win64\yjpagent.dll
0x000007fefd9c0000 - 0x000007fefda0d000 	C:\Windows\system32\WS2_32.dll
0x000007fefbf70000 - 0x000007fefbf8e000 	C:\Windows\system32\USERENV.dll
0x000007fefd5f0000 - 0x000007fefd5ff000 	C:\Windows\system32\profapi.dll
0x000007fefdf70000 - 0x000007fefecf8000 	C:\Windows\system32\SHELL32.dll
0x000000006d7b0000 - 0x000000006d7c2000 	C:\Program Files\Java\jre6\bin\zip.dll
0x000000006d540000 - 0x000000006d54a000 	C:\Program Files\Java\jre6\bin\management.dll
0x000000006d600000 - 0x000000006d617000 	C:\Program Files\Java\jre6\bin\net.dll
0x000007fefc430000 - 0x000007fefc485000 	C:\Windows\system32\mswsock.dll
0x000007fefc420000 - 0x000007fefc427000 	C:\Windows\System32\wship6.dll
0x000007fefbe50000 - 0x000007fefbe57000 	C:\Windows\System32\wshtcpip.dll
0x000007fefbd60000 - 0x000007fefbd8d000 	C:\Windows\system32\ntmarta.dll
0x000007fefcaa0000 - 0x000007fefcaf7000 	C:\Windows\system32\apphelp.dll
0x000007fefc490000 - 0x000007fefc4a7000 	C:\Windows\system32\CRYPTSP.dll
0x000007fefc1c0000 - 0x000007fefc207000 	C:\Windows\system32\rsaenh.dll
0x000007fefcb00000 - 0x000007fefcb0f000 	C:\Windows\system32\CRYPTBASE.dll
0x000007fefb260000 - 0x000007fefb275000 	C:\Windows\system32\NLAapi.dll
0x000007fef8450000 - 0x000007fef8465000 	C:\Windows\system32\napinsp.dll
0x000007fefc2b0000 - 0x000007fefc30b000 	C:\Windows\system32\DNSAPI.dll
0x000007fef8480000 - 0x000007fef848b000 	C:\Windows\System32\winrnr.dll
0x000007fef9760000 - 0x000007fef9768000 	C:\Windows\system32\rasadhlp.dll
0x000007fefac00000 - 0x000007fefac53000 	C:\Windows\System32\fwpuclnt.dll
0x0000000072000000 - 0x0000000072012000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502\eclipse_1406.dll
0x000007fefb870000 - 0x000007fefba64000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefb670000 - 0x000007fefb6c6000 	C:\Windows\system32\UxTheme.dll
0x000007fefeff0000 - 0x000007feff089000 	C:\Windows\system32\CLBCatQ.DLL
0x000000006d620000 - 0x000000006d62b000 	C:\Program Files\Java\jre6\bin\nio.dll
0x00000000034e0000 - 0x0000000003586000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\613\1\.cp\swt-win32-3735.dll
0x000007fefdad0000 - 0x000007fefdb67000 	C:\Windows\system32\comdlg32.dll
0x0000000076e20000 - 0x0000000076f7a000 	C:\Windows\system32\WININET.dll
0x0000000077350000 - 0x0000000077353000 	C:\Windows\system32\Normaliz.dll
0x0000000076f80000 - 0x000000007718f000 	C:\Windows\system32\iertutil.dll
0x0000000076ab0000 - 0x0000000076bfd000 	C:\Windows\system32\urlmon.dll
0x000007fefd7b0000 - 0x000007fefd917000 	C:\Windows\system32\CRYPT32.dll
0x000007fefd690000 - 0x000007fefd69f000 	C:\Windows\system32\MSASN1.dll
0x000007fefaf70000 - 0x000007fefb09c000 	C:\Windows\system32\propsys.dll
0x0000000002fa0000 - 0x0000000002fbe000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\613\1\.cp\swt-gdip-win32-3735.dll
0x000007fefb450000 - 0x000007fefb665000 	C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_2b24536c71ed437a\gdiplus.dll
0x000007fefad60000 - 0x000007fefae8a000 	C:\Windows\system32\WindowsCodecs.dll
0x0000000010d70000 - 0x0000000010d81000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\377\1\.cp\os\win32\x86_64\localfile_1_0_0.dll
0x000007fef4f40000 - 0x000007fef510a000 	C:\Windows\system32\explorerframe.dll
0x000007fefb1b0000 - 0x000007fefb1f3000 	C:\Windows\system32\DUser.dll
0x000007fefb350000 - 0x000007fefb442000 	C:\Windows\system32\DUI70.dll
0x000007fefa7a0000 - 0x000007fefa7f4000 	C:\Windows\system32\oleacc.dll
0x000007fefd230000 - 0x000007fefd244000 	C:\Windows\system32\RpcRtRemote.dll
0x0000000014db0000 - 0x0000000014dc1000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\508\1\.cp\jnicrypt64.dll
0x000007fef9f20000 - 0x000007fef9f5b000 	C:\Windows\system32\mlang.dll
0x000007fefa3e0000 - 0x000007fefa3e7000 	C:\Windows\system32\msimg32.dll
0x000007fef6180000 - 0x000007fef6191000 	C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\acf_dev79\org.eclipse.osgi\bundles\380\1\.cp\jWinHttp-1.0.0.dll
0x000007fef87b0000 - 0x000007fef8821000 	C:\Windows\system32\WINHTTP.dll
0x000007fef8740000 - 0x000007fef87a4000 	C:\Windows\system32\webio.dll
0x000007fefab40000 - 0x000007fefab51000 	C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefabd0000 - 0x000007fefabe8000 	C:\Windows\system32\dhcpcsvc.DLL

VM Arguments:
jvm_args: -agentpath:C:\PROGRA~2\YOURKI~1.1\bin\win64\yjpagent.dll=onexit=snapshot,sessionname=acf_dev79,profileruipath=YJPQUOTED433a5c50726f6772616d2046696c65732028783836295c596f75724b6974204a6176612050726f66696c65722031302e302e315c62696e5c796a702e657865,ideport=57223 -Djava.util.logging.config.file=C:\Paranor\Users\wak\git\asmd\acf-configuration\logging\jdbc-log.properties -Dlogback.configurationFile=C:\Paranor\Users\wak\git\asmd\acf-configuration\logging\logback-config.xml -Dice.database=dev79.avaloq -Dice.username=bag -Dice.password=bag123 -XX:MaxPermSize=256m -Xms256m -Xmx1g -XX:+UseConcMarkSweepGC -XX:+UseCompressedOops -Declipse.pde.launch=true -Dfile.encoding=UTF-8 
java_command: org.eclipse.equinox.launcher.Main -launcher C:\Paranor\Users\wak\ws\all\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\eclipse.exe -name Eclipse -showsplash 600 -product com.avaloq.ice.workbench.product -data C:\Paranor\Users\wak\ws\all/../runtime-ACF -configuration file:C:/Paranor/Users/wak/ws/all/.metadata/.plugins/org.eclipse.pde.core/acf_dev79/ -dev file:C:/Paranor/Users/wak/ws/all/.metadata/.plugins/org.eclipse.pde.core/acf_dev79/dev.properties -consolelog -clean -debug C:\Paranor\Users\wak\git\asmd\acf-configuration\logging\debug.options -pluginCustomization C:\Paranor\Users\wak\git\asmd\acf-configuration\config\plugin_customization.ini
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Oracle\product\11.2.03\client_2\bin;C:\Oracle\productx64\11.2.01_x64\client_2\bin;C:\Oracle\productx64\11.2.02_x64\client_2\bin;C:\Oracle\productx64\11.2.03_x64\client_2\bin;C:\Perl\bin\;C:\Program Files\HP\NCU;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Citrix\system32\;C:\Program Files (x86)\Citrix\System32\Citrix\IMA;C:\Program Files (x86)\Citrix\System32\Citrix\IMA\Subsystems;C:\Windows\System32\Citrix\IMA;C:\Program Files (x86)\Citrix\system32;C:\Program Files (x86)\Common Files\Citrix\System32\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Enterprise Vault\EVClient\;C:\oracle\product\10.2.0\client_2\bin;;C:\Program Files (x86)\SecureCRT\;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit-32\;C:\Program Files (x86)\Graphviz2.26.3\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\OmniBack\bin\;C:\Program Files (x86)\Git\cmd\
USERNAME=wak
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows NT 6.1 , 64 bit Build 7601 Service Pack 1

CPU:total 24 (6 cores per cpu, 2 threads per core) family 6 model 44 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht

Memory: 4k page, physical 50321204k(24323632k free), swap 60989432k(33777900k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (20.4-b02) for windows-amd64 JRE (1.6.0_29-b11), built on Oct  3 2011 01:06:42 by "java_re" with MS VC++ 8.0 (VS2005)

time: Wed Apr 25 15:23:20 2012
elapsed time: 39 seconds
knutwannheden
Posts: 13
Joined: Wed Dec 07, 2011 3:18 pm

Re: crash when starting profiling

Post by knutwannheden »

Please also note that I'm running the Java application with -XX:MaxPermSize=512m -Xms256m -Xmx2g -XX:+UseConcMarkSweepGC -XX:+UseCompressedOops. I've tried disabling the latter two options, but to no avail.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: crash when starting profiling

Post by Anton Katilin »

Please re-read my previous comment about version 10 vs 11.

Version 10 is not supported _and_ even if it was, its crash log does not provide that level of diagnostics as of version 11.

So, we will not fix anything in version 10 _and_ we can hardly locate the problematic place with its logs.

So, in any case, could you please try it with version 11.
If the problem _is_ reproducible with version 11, we will likely easily locate the problem, perhaps we'll have a workaround for version 10 too.
knutwannheden
Posts: 13
Joined: Wed Dec 07, 2011 3:18 pm

Re: crash when starting profiling

Post by knutwannheden »

I understand that version 10 is no longer supported. I still thought that it was worth including more details on the problem with version 10 as you originally requested.

I will test with version 11 as soon as possible.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: crash when starting profiling

Post by Anton Katilin »

I will test with version 11 as soon as possible.
Great, thank you.
denofevil
Posts: 5
Joined: Fri May 25, 2012 7:33 pm

Re: crash when starting profiling

Post by denofevil »

I'm not sure if that's related problem or not, but some of our users are also experiencing similar problem with latest 11.0.3 agent on Mac OS X

Code: Select all

Process:         rubymine [20712]
Path:            /Applications/RubyMine EAP.app/Contents/MacOS/rubymine
Identifier:      com.jetbrains.rubymine
Version:         EAP RM-118.522 (RM-118.522)
Code Type:       X86-64 (Native)
Parent Process:  launchd [148]

Date/Time:       2012-05-25 10:18:27.601 -0700
OS Version:      Mac OS X 10.7.4 (11E53)
Report Version:  9
Sleep/Wake UUID: EAD0EE33-8BD4-47E0-B996-927856891273

Interval Since Last Report:          410125 sec
Crashes Since Last Report:           7
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      F6936DF4-3016-44FA-A86F-DC926A371E3E

Crashed Thread:  4

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[20712]: garbage collection is OFF
abort() called
terminate called throwing an exception

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   com.apple.CoreFoundation      	0x00007fff8ab6650c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation      	0x00007fff8ab6ec74 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation      	0x00007fff8ab6e486 CFRunLoopRunSpecific + 230
5   com.apple.JavaApplicationLauncher	0x000000010c6925a3 startupJava(LauncherArgsStruct*) + 236
6   com.apple.JavaApplicationLauncher	0x000000010c694f9d launchJavaApplicationWithJVMInfo + 1484
7   com.jetbrains.rubymine        	0x000000010c68db78 0x10c68d000 + 2936

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff86ca67e6 kevent + 10
1   libdispatch.dylib             	0x00007fff8699878a _dispatch_mgr_invoke + 923
2   libdispatch.dylib             	0x00007fff8699731a _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff86ca6192 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff8e31f594 _pthread_wqthread + 758
2   libsystem_c.dylib             	0x00007fff8e320b85 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff86ca6192 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff8e31f594 _pthread_wqthread + 758
2   libsystem_c.dylib             	0x00007fff8e320b85 start_wqthread + 13

Thread 4 Crashed:
0   libsystem_kernel.dylib        	0x00007fff86ca5ce2 __pthread_kill + 10
1   libsystem_c.dylib             	0x00007fff8e31f7d2 pthread_kill + 95
2   libsystem_c.dylib             	0x00007fff8e310a7a abort + 143
3   libc++abi.dylib               	0x00007fff8ebf47bc abort_message + 214
4   libc++abi.dylib               	0x00007fff8ebf1fcf default_terminate() + 28
5   libobjc.A.dylib               	0x00007fff8c41d1cd _objc_terminate + 114
6   libc++abi.dylib               	0x00007fff8ebf2001 safe_handler_caller(void (*)()) + 11
7   libc++abi.dylib               	0x00007fff8ebf205c std::terminate() + 16
8   libc++abi.dylib               	0x00007fff8ebf3152 __cxa_throw + 114
9   libyjpagent.jnilib            	0x000000010e83e9d2 Logger::error(YStringImpl<char> const&, char const*, int) + 1938
10  libyjpagent.jnilib            	0x000000010e8a9a9f InterProcessMutex::lock() + 319
11  libyjpagent.jnilib            	0x000000010e8c9ce7 createSharedMemoryUnix(int, unsigned long) + 7831
12  libyjpagent.jnilib            	0x000000010e8ca89e fillFreePorts(YVector<int, 10>*, int) + 110
13  libyjpagent.jnilib            	0x000000010e8cae92 Java_com_yourkit_runtime_Callback_getFreePorts + 82
14  ???                           	0x000000010ed4fd6e 0 + 4543806830
15  ???                           	0x000000010ed449b3 0 + 4543760819
16  ???                           	0x000000010ed44a82 0 + 4543761026
17  ???                           	0x000000010ed3f438 0 + 4543738936
18  libclient64.dylib             	0x000000010e133736 0x10e088000 + 702262
19  libclient64.dylib             	0x000000010e1334fa 0x10e088000 + 701690
20  libclient64.dylib             	0x000000010e156b31 0x10e088000 + 846641
21  libclient64.dylib             	0x000000010e228df7 0x10e088000 + 1707511
22  libyjpagent.jnilib            	0x000000010e8b8ea8 JNIEnv_::CallStaticBooleanMethod(_jclass*, _jmethodID*, ...) + 152
23  libyjpagent.jnilib            	0x000000010e8b3ad6 agentInit(JNIEnv_*) + 1238
24  libyjpagent.jnilib            	0x000000010e8b84a5 vmInit(_jvmtiEnv*, JNIEnv_*, _jobject*) + 117
25  libclient64.dylib             	0x000000010e1501b6 0x10e088000 + 819638
26  libclient64.dylib             	0x000000010e090cf3 0x10e088000 + 36083
27  libclient64.dylib             	0x000000010e08f89a JNI_CreateJavaVM_Impl + 155
28  com.apple.JavaApplicationLauncher	0x000000010c693f9d startJavaApplication + 6544
29  com.apple.JavaApplicationLauncher	0x000000010c6925ce _ZL14java_main_stubPv + 25
30  libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
31  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 5:: Java: Exception Handler Thread
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libsystem_kernel.dylib        	0x00007fff86ca4274 mach_msg_server + 473
3   libclient64.dylib             	0x000000010e09cd99 0x10e088000 + 85401
4   libclient64.dylib             	0x000000010e09cc53 0x10e088000 + 85075
5   libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
6   libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
7   libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 6:: Java: Gang worker#0 (Parallel GC Threads)
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bed3 0x10e088000 + 81619
3   libclient64.dylib             	0x000000010e09bda4 0x10e088000 + 81316
4   libclient64.dylib             	0x000000010e09bd12 0x10e088000 + 81170
5   libclient64.dylib             	0x000000010e09b8ed 0x10e088000 + 80109
6   libclient64.dylib             	0x000000010e09b793 0x10e088000 + 79763
7   libclient64.dylib             	0x000000010e0b4578 0x10e088000 + 181624
8   libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
9   libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
10  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 7:: Java: Gang worker#1 (Parallel GC Threads)
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bed3 0x10e088000 + 81619
3   libclient64.dylib             	0x000000010e09bda4 0x10e088000 + 81316
4   libclient64.dylib             	0x000000010e09bd12 0x10e088000 + 81170
5   libclient64.dylib             	0x000000010e09b8ed 0x10e088000 + 80109
6   libclient64.dylib             	0x000000010e09b793 0x10e088000 + 79763
7   libclient64.dylib             	0x000000010e0b4578 0x10e088000 + 181624
8   libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
9   libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
10  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 8:: Java: Gang worker#2 (Parallel GC Threads)
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bed3 0x10e088000 + 81619
3   libclient64.dylib             	0x000000010e09bda4 0x10e088000 + 81316
4   libclient64.dylib             	0x000000010e09bd12 0x10e088000 + 81170
5   libclient64.dylib             	0x000000010e09b8ed 0x10e088000 + 80109
6   libclient64.dylib             	0x000000010e09b793 0x10e088000 + 79763
7   libclient64.dylib             	0x000000010e0b4578 0x10e088000 + 181624
8   libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
9   libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
10  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 9:: Java: Gang worker#3 (Parallel GC Threads)
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bed3 0x10e088000 + 81619
3   libclient64.dylib             	0x000000010e09bda4 0x10e088000 + 81316
4   libclient64.dylib             	0x000000010e09bd12 0x10e088000 + 81170
5   libclient64.dylib             	0x000000010e09b8ed 0x10e088000 + 80109
6   libclient64.dylib             	0x000000010e09b793 0x10e088000 + 79763
7   libclient64.dylib             	0x000000010e0b4578 0x10e088000 + 181624
8   libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
9   libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
10  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 10:: Java: Concurrent Mark-Sweep GC Thread
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bf65 0x10e088000 + 81765
3   libclient64.dylib             	0x000000010e0bab1e 0x10e088000 + 207646
4   libclient64.dylib             	0x000000010e09b8ed 0x10e088000 + 80109
5   libclient64.dylib             	0x000000010e09b793 0x10e088000 + 79763
6   libclient64.dylib             	0x000000010e1908a1 0x10e088000 + 1083553
7   libclient64.dylib             	0x000000010e19078b 0x10e088000 + 1083275
8   libclient64.dylib             	0x000000010e0ba999 0x10e088000 + 207257
9   libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
10  libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
11  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 11:: Java: VM Thread
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bf65 0x10e088000 + 81765
3   libclient64.dylib             	0x000000010e0bab1e 0x10e088000 + 207646
4   libclient64.dylib             	0x000000010e09b8ed 0x10e088000 + 80109
5   libclient64.dylib             	0x000000010e09b793 0x10e088000 + 79763
6   libclient64.dylib             	0x000000010e132578 0x10e088000 + 697720
7   libclient64.dylib             	0x000000010e1322b7 0x10e088000 + 697015
8   libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
9   libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
10  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 12:: Java: Reference Handler
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bed3 0x10e088000 + 81619
3   libclient64.dylib             	0x000000010e09bda4 0x10e088000 + 81316
4   libclient64.dylib             	0x000000010e140b7f 0x10e088000 + 756607
5   libclient64.dylib             	0x000000010e14000c 0x10e088000 + 753676
6   libclient64.dylib             	0x000000010e13fc78 JVM_MonitorWait + 154
7   libjvmlinkage.dylib           	0x000000010e786b0b JVM_MonitorWait + 59
8   ???                           	0x000000010ed4fd6e 0 + 4543806830
9   ???                           	0x000000010ed4485a 0 + 4543760474
10  ???                           	0x000000010ed4485a 0 + 4543760474
11  ???                           	0x000000010ed3f438 0 + 4543738936
12  libclient64.dylib             	0x000000010e133736 0x10e088000 + 702262
13  libclient64.dylib             	0x000000010e13f7c4 0x10e088000 + 751556
14  libclient64.dylib             	0x000000010e13f6ba 0x10e088000 + 751290
15  libclient64.dylib             	0x000000010e13f65a 0x10e088000 + 751194
16  libclient64.dylib             	0x000000010e13f4fc 0x10e088000 + 750844
17  libclient64.dylib             	0x000000010e13f311 0x10e088000 + 750353
18  libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
19  libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
20  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 13:: Java: Finalizer
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bed3 0x10e088000 + 81619
3   libclient64.dylib             	0x000000010e09bda4 0x10e088000 + 81316
4   libclient64.dylib             	0x000000010e140b7f 0x10e088000 + 756607
5   libclient64.dylib             	0x000000010e14000c 0x10e088000 + 753676
6   libclient64.dylib             	0x000000010e13fc78 JVM_MonitorWait + 154
7   libjvmlinkage.dylib           	0x000000010e786b0b JVM_MonitorWait + 59
8   ???                           	0x000000010ed4fd6e 0 + 4543806830
9   ???                           	0x000000010ed4485a 0 + 4543760474
10  ???                           	0x000000010ed449b3 0 + 4543760819
11  ???                           	0x000000010ed449b3 0 + 4543760819
12  ???                           	0x000000010ed3f438 0 + 4543738936
13  libclient64.dylib             	0x000000010e133736 0x10e088000 + 702262
14  libclient64.dylib             	0x000000010e13f7c4 0x10e088000 + 751556
15  libclient64.dylib             	0x000000010e13f6ba 0x10e088000 + 751290
16  libclient64.dylib             	0x000000010e13f65a 0x10e088000 + 751194
17  libclient64.dylib             	0x000000010e13f4fc 0x10e088000 + 750844
18  libclient64.dylib             	0x000000010e13f311 0x10e088000 + 750353
19  libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
20  libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
21  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 14:: Java: Surrogate Locker Thread (Concurrent GC)
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bed3 0x10e088000 + 81619
3   libclient64.dylib             	0x000000010e09bda4 0x10e088000 + 81316
4   libclient64.dylib             	0x000000010e09bd12 0x10e088000 + 81170
5   libclient64.dylib             	0x000000010e09b8ed 0x10e088000 + 80109
6   libclient64.dylib             	0x000000010e09b6fa 0x10e088000 + 79610
7   libclient64.dylib             	0x000000010e14ff89 0x10e088000 + 819081
8   libclient64.dylib             	0x000000010e13f4fc 0x10e088000 + 750844
9   libclient64.dylib             	0x000000010e13f311 0x10e088000 + 750353
10  libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
11  libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
12  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 15:: Java: Signal Dispatcher
0   libsystem_kernel.dylib        	0x00007fff86ca46b6 semaphore_wait_trap + 10
1   libclient64.dylib             	0x000000010e1507cb 0x10e088000 + 821195
2   libclient64.dylib             	0x000000010e150252 0x10e088000 + 819794
3   libclient64.dylib             	0x000000010e13f4fc 0x10e088000 + 750844
4   libclient64.dylib             	0x000000010e13f311 0x10e088000 + 750353
5   libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
6   libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
7   libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 16:: Java: YJPAgent-Process-Exit-Listener
0   libsystem_kernel.dylib        	0x00007fff86ca467a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff86ca3d71 mach_msg + 73
2   libclient64.dylib             	0x000000010e09bf65 0x10e088000 + 81765
3   libclient64.dylib             	0x000000010e23d890 0x10e088000 + 1792144
4   libclient64.dylib             	0x000000010e24c41e JVM_Sleep + 191
5   libjvmlinkage.dylib           	0x000000010e78765e JVM_Sleep + 62
6   ???                           	0x000000010ed4fd6e 0 + 4543806830
7   ???                           	0x000000010ed4485a 0 + 4543760474
8   ???                           	0x000000010ed4485a 0 + 4543760474
9   ???                           	0x000000010ed44d34 0 + 4543761716
10  ???                           	0x000000010ed3f438 0 + 4543738936
11  libclient64.dylib             	0x000000010e133736 0x10e088000 + 702262
12  libclient64.dylib             	0x000000010e13f7c4 0x10e088000 + 751556
13  libclient64.dylib             	0x000000010e13f6ba 0x10e088000 + 751290
14  libclient64.dylib             	0x000000010e13f65a 0x10e088000 + 751194
15  libclient64.dylib             	0x000000010e13f4fc 0x10e088000 + 750844
16  libclient64.dylib             	0x000000010e13f311 0x10e088000 + 750353
17  libclient64.dylib             	0x000000010e09b854 0x10e088000 + 79956
18  libsystem_c.dylib             	0x00007fff8e31d8bf _pthread_start + 335
19  libsystem_c.dylib             	0x00007fff8e320b75 thread_start + 13

Thread 4 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x000000010e084538  rdx: 0x0000000000000000
  rdi: 0x0000000000002907  rsi: 0x0000000000000006  rbp: 0x000000010e084560  rsp: 0x000000010e084538
   r8: 0x00007fff75dccfb8   r9: 0x0000000000000246  r10: 0x00007fff86ca5d0a  r11: 0xffffff80002da8d0
  r12: 0x00007fa944c1db00  r13: 0x000000010e0847d0  r14: 0x000000010e086000  r15: 0x000000010e0846b0
  rip: 0x00007fff86ca5ce2  rfl: 0x0000000000000246  cr2: 0x00007fff75b01128
Logical CPU: 0

Binary Images:
       0x10c68d000 -        0x10c68dfff +com.jetbrains.rubymine (EAP RM-118.522 - RM-118.522) <54990EF7-585E-6BE8-151C-C713FC47EC17> /Applications/RubyMine EAP.app/Contents/MacOS/rubymine
       0x10c691000 -        0x10c69bfff  com.apple.JavaApplicationLauncher (14.2.2 - 14.2.2) <A61C9B24-0FCF-36EB-BA7C-85F35EB9714A> /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/JavaApplicationLauncher
       0x10c6a5000 -        0x10c6aafff  com.apple.JavaVM (14.2.2 - 14.2.2) <83C8C2AB-E99D-39FF-80B4-90A7DEB1DAFB> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
       0x10c6b6000 -        0x10c6bbfff  JavaLaunching (??? - ???) <A53DEAFF-2E77-32B2-B210-0953E065479B> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
       0x10e088000 -        0x10e6b6fff  libclient64.dylib (??? - ???) <0FE7EF7C-25F3-3D93-A858-2F837FFC6E6A> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Libraries/libclient64.dylib
       0x10e786000 -        0x10e78dfff  libjvmlinkage.dylib (??? - ???) <4E1B7F6A-050F-3F83-B333-4C0B5456022B> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjvmlinkage.dylib
       0x10e7c4000 -        0x10e7ccff7  libverify.dylib (1.0 - 1.0) <BEE0B2CE-E7BA-3830-BD53-D1AC2E127C38> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libverify.dylib
       0x10e7d2000 -        0x10e7dcfff  JavaNativeFoundation (??? - ???) <3D79FBBE-054D-3209-A8D0-BF5D3D733A91> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
       0x10e7e7000 -        0x10e807fff  libjava.jnilib (??? - ???) <2CBE64A1-A904-3AE6-AC37-9707798B030E> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjava.jnilib
       0x10e81b000 -        0x10e824fff  com.apple.java.JavaRuntimeSupport (14.2.0 - 14.2.0) <273F156B-62AC-3529-BD3E-864E7114AAD3> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
       0x10e834000 -        0x10ea1afe7 +libyjpagent.jnilib (??? - ???) <6B1F947A-FF37-AC30-E004-02852062A7E9> /Applications/RubyMine EAP.app/bin/libyjpagent.jnilib
       0x10ed2b000 -        0x10ed38ff7  libzip.jnilib (??? - ???) <7DC27761-E518-3CB7-ABA4-5973BA94F231> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libzip.jnilib
    0x7fff6c28d000 -     0x7fff6c2c1baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff84cc5000 -     0x7fff84eeffe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff85316000 -     0x7fff85324ff7  libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib
    0x7fff85b61000 -     0x7fff85be4fef  com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff86995000 -     0x7fff869a3fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
    0x7fff869a4000 -     0x7fff869c8fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff86a7d000 -     0x7fff86a83fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff86af1000 -     0x7fff86af1fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff86b22000 -     0x7fff86c58fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff86c8f000 -     0x7fff86caffff  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
    0x7fff86cb0000 -     0x7fff86cb1ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff86f2c000 -     0x7fff86f2eff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff86f2f000 -     0x7fff86f5fff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff86f6e000 -     0x7fff86f78ff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
    0x7fff86fec000 -     0x7fff8708efff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8708f000 -     0x7fff87090fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff87096000 -     0x7fff870c1ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff870c2000 -     0x7fff870c8fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff87a17000 -     0x7fff87a82ff7  com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff87a83000 -     0x7fff87a88fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff87a8c000 -     0x7fff87a92fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff87be8000 -     0x7fff87c05ff7  com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff87c06000 -     0x7fff87c09fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff87e65000 -     0x7fff87e75ff7  com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff87e7e000 -     0x7fff87ebeff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
    0x7fff8809e000 -     0x7fff880b1ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff884bf000 -     0x7fff88513ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff88514000 -     0x7fff885b9fff  com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff885ba000 -     0x7fff885d6ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff885d7000 -     0x7fff886d9fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff886da000 -     0x7fff886fefff  com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff88707000 -     0x7fff88b34fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff88b35000 -     0x7fff88b83fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff88c01000 -     0x7fff88e03fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff88e4c000 -     0x7fff88e51fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff88e7c000 -     0x7fff88e7cfff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff88f7e000 -     0x7fff88f95fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff88f9f000 -     0x7fff88f9ffff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff88fa0000 -     0x7fff8993dc9f  com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff89ac9000 -     0x7fff89aceff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff89acf000 -     0x7fff89aecfff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff89aed000 -     0x7fff89af8ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff89af9000 -     0x7fff89b74ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff89b75000 -     0x7fff89bd5fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8a00a000 -     0x7fff8a02afff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8a0a0000 -     0x7fff8a0a0fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8a0a1000 -     0x7fff8a196fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff8a197000 -     0x7fff8a1adfff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8a257000 -     0x7fff8a299ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8a2d4000 -     0x7fff8a2e1ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff8a33b000 -     0x7fff8a38dff7  libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8a38e000 -     0x7fff8a3b4fff  com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8a3e1000 -     0x7fff8a454fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff8a472000 -     0x7fff8a4f7ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8a4f8000 -     0x7fff8a560ff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8a5b8000 -     0x7fff8a5caff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8a5cb000 -     0x7fff8a5cbfff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8a5cc000 -     0x7fff8a5f4fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8a68b000 -     0x7fff8a76ffff  com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8a77c000 -     0x7fff8a783fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8a7d6000 -     0x7fff8a809ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8a80a000 -     0x7fff8a917fff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8a918000 -     0x7fff8a941fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8ab36000 -     0x7fff8ad0aff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8ad0b000 -     0x7fff8ad5ffff  libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8adbd000 -     0x7fff8ae84ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8af04000 -     0x7fff8af1bfff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8b007000 -     0x7fff8b10efe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8b124000 -     0x7fff8b43dfff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8b43e000 -     0x7fff8b496fff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8bc78000 -     0x7fff8bc79ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8bcab000 -     0x7fff8bce5fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8bd39000 -     0x7fff8bdecff7  com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8c30d000 -     0x7fff8c310fff  libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8c311000 -     0x7fff8c3a7ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8c3a8000 -     0x7fff8c3a8fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8c3a9000 -     0x7fff8c405ff7  com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8c406000 -     0x7fff8c4eae5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff8c53a000 -     0x7fff8c5a3fff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8c5a4000 -     0x7fff8c5b9fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8ca4b000 -     0x7fff8ca4cfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8ca4d000 -     0x7fff8ca54ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8cd8e000 -     0x7fff8cd94fff  libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8cdcd000 -     0x7fff8ced9fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8ceda000 -     0x7fff8cf07ff7  com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8d004000 -     0x7fff8d00aff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff8d00b000 -     0x7fff8d00dfff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
    0x7fff8d0fc000 -     0x7fff8d0ffff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8d111000 -     0x7fff8d114fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8d115000 -     0x7fff8d127ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff8d128000 -     0x7fff8dd2eff7  com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8dd76000 -     0x7fff8dda3fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff8dda4000 -     0x7fff8dda6fff  libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8e2b3000 -     0x7fff8e2b7ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8e2b8000 -     0x7fff8e2ceff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8e2cf000 -     0x7fff8e3acfef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff8e3e6000 -     0x7fff8e405fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff8e406000 -     0x7fff8e408fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8e416000 -     0x7fff8e41afff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8e484000 -     0x7fff8e4c3fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8e4db000 -     0x7fff8e4efff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8e583000 -     0x7fff8e5f9fff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
    0x7fff8e60f000 -     0x7fff8e93bff7  com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8e93c000 -     0x7fff8eaa3fff  com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8eaa4000 -     0x7fff8eba9fff  libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8ebaa000 -     0x7fff8ebebfff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8ebec000 -     0x7fff8ebf7ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff8ee98000 -     0x7fff8f10bfff  com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8f20a000 -     0x7fff8f20bfff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff8f20c000 -     0x7fff8f235fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8f270000 -     0x7fff8f2abfff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff8f2ac000 -     0x7fff8f34dff7  com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8f34e000 -     0x7fff8f3e8ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8f3e9000 -     0x7fff8f3eefff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8f3ef000 -     0x7fff8f3f4fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8f3f5000 -     0x7fff8f457ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8f458000 -     0x7fff8fa3cfff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8fa69000 -     0x7fff8fa69fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8fa6a000 -     0x7fff8fa73ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff8fac8000 -     0x7fff8fac9ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8fb10000 -     0x7fff8fb18fff  libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8fb19000 -     0x7fff8fb27fff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8fc2b000 -     0x7fff8ff14ff7  com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8ff15000 -     0x7fff8ff54ff7  libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8ff55000 -     0x7fff8ff56fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff8ff57000 -     0x7fff8ff5cfff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff90926000 -     0x7fff90a7ffff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff90a80000 -     0x7fff90af6fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff90e67000 -     0x7fff90e67fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff90e78000 -     0x7fff91194fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff91195000 -     0x7fff91219ff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff9121a000 -     0x7fff91333fff  com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff91334000 -     0x7fff9133bfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff9133c000 -     0x7fff914dbff7  com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff914dc000 -     0x7fff915bbff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff915bc000 -     0x7fff915c7fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff915f0000 -     0x7fff9163cff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff9163d000 -     0x7fff91641fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
    0x7fff91642000 -     0x7fff916b2fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff917b6000 -     0x7fff917c5ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff917c6000 -     0x7fff91c8dfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff91cc5000 -     0x7fff91cc5fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 4
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 5443475
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=149.8M resident=87.9M(59%) swapped_out_or_unallocated=61.9M(41%)
Writable regions: Total=1.4G written=17.9M(1%) resident=20.7M(1%) swapped_out=0K(0%) unallocated=1.3G(99%)
 
REGION TYPE                      VIRTUAL
===========                      =======
Java                              325.3M
Java (reserved)                   950.9M        reserved VM address space (unallocated)
MALLOC                             78.9M
MALLOC guard page                    64K
MALLOC_LARGE (reserved)            8192K        reserved VM address space (unallocated)
Mach message (reserved)               8K        reserved VM address space (unallocated)
STACK GUARD                        56.1M
Stack                              29.6M
VM_ALLOCATE                        1104K
__CI_BITMAP                          80K
__DATA                             12.7M
__IMAGE                             528K
__LINKEDIT                         48.3M
__TEXT                            101.5M
__UNICODE                           544K
mapped file                        18.2M
shared memory                        16K
===========                      =======
TOTAL                               1.6G
TOTAL, minus reserved VM space    672.8M

Model: MacBookAir4,2, BootROM MBA41.0077.B0F, 2 processors, Intel Core i7, 1.8 GHz, 4 GB, SMC 1.73f63
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.198.4.20)
Bluetooth: Version 4.0.5f11, 2 service, 11 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@105,0,0
PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@105,0,1
PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@105,0,2
PCI Card: Apple 57761-B0, sppci_ethernet, Thunderbolt@106,0,0
PCI Card: pci11c1,5901, sppci_ieee1394openhci, Thunderbolt@107,0,0
Serial ATA Device: APPLE SSD SM256C, 251 GB
USB Device: FaceTime Camera (Built-in), apple_vendor_id, 0x850a, 0xfa200000 / 3
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x024c, 0xfa120000 / 5
USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0xfa113000 / 8
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8404, 0xfd110000 / 3
USB Device: hub_device, apple_vendor_id, 0x9127, 0x40100000 / 2
USB Device: USB Gaming Mouse, 0x046d  (Logitech Inc.), 0xc049, 0x40110000 / 7
USB Device: Natural® Ergonomic Keyboard 4000, 0x045e  (Microsoft Corporation), 0x00db, 0x40120000 / 6
USB Device: Apple Thunderbolt Display, apple_vendor_id, 0x9227, 0x40170000 / 5
USB Device: FaceTime HD Camera (Display), apple_vendor_id, 0x1112, 0x40150000 / 4
USB Device: Display Audio, apple_vendor_id, 0x1107, 0x40140000 / 3
Unfortunately I'm not able to reproduce the error on my machine
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: crash when starting profiling

Post by Anton Katilin »

Thank you for the report.

Could you please ask the users to provide the profiler agent log file <user home>/.yjp/log/<PID>.log
denofevil
Posts: 5
Joined: Fri May 25, 2012 7:33 pm

Re: crash when starting profiling

Post by denofevil »

Sure, requested logs.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: crash when starting profiling

Post by Anton Katilin »

An update:

We did not manage to reproduce the problem, but have an idea on what might go wrong.

Could you please try whether the suggested fix solves the problem:
http://www.yourkit.com/download/tmp/201 ... ent.jnilib
denofevil
Posts: 5
Joined: Fri May 25, 2012 7:33 pm

Re: crash when starting profiling

Post by denofevil »

Still not able to reproduce it too, requested users to update to that build.
Post Reply