JOGL on Mojave, Mac OS 10.14

classic Classic list List threaded Threaded
47 messages Options
123
Reply | Threaded
Open this post in threaded view
|

JOGL on Mojave, Mac OS 10.14

Andy Skinner
When we run on Mac OS 10.14, we get the following error:
2018-07-16 15:35:15.551 java[13184:1406845] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
0   AppKit                              0x00007fff3b8ae743 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 253
1   AppKit                              0x00007fff3b8a5d30 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
2   AppKit                              0x00007fff3b8a575a -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
3   libnativewindow_macosx.jnilib       0x0000000119bb0485 Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 421
4   ???                                 0x0000000105671758 0x0 + 4385609560
)

I'd report it in bugzilla if I could.  I think any JOGL app on this version of Mac OS would do it.

thanks
andy
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

Andy Skinner
A suggestion I was given:
 Maybe the window initialization needs to go on the main event thread, via libdispatch, like this:

#include <dispatch/dispatch.h>

/* ... later on... */

dispatch_sync(dispatch_get_main_queue(), ^{ /* ...[[NSWindow alloc] init...] */ });

If the caller doesn't need to wait for the block to execute, dispatch_async could be used instead.
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

gouessej
Administrator
Thank you for the feedback and the suggestion.

By the way, we have some problems under OS X and it's difficult to know whether it comes from JOGL or from another engine. Do you succeed in running this simple example under Mac OS 10.14 with Java >= 1.9?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

Andy Skinner
On 10.12, with Java 10, it runs, gives expected warnings, and throws some kind of exception when I close the window.

I will try 10.14 next.

Is there anyone who can look into the problem I reported?

thanks

andy
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

Andy Skinner
Output with Java 10 on OS 10.14 is below.  It did open the window and spin the quad around.

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/mathworks/devel/sandbox/askinner/JOGL/JOGLQuad/gluegen-rt.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2018-07-17 11:37:28.081 java[40647:1786978] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
0   AppKit                              0x00007fff3b8ae743 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 253
1   AppKit                              0x00007fff3b8a5d30 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
2   AppKit                              0x00007fff3b8a575a -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
3   libnativewindow_macosx.jnilib       0x000000013a427485 Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 421
4   ???                                 0x000000011c96fad0 0x0 + 4774623952
)
2018-07-17 11:37:44.237 java[40647:1787091] -[NSPersistentUIWindowSnapshotter writeWindowSnapshot:length:width:height:bytesPerRow:toFile:inDirectory:encryptingWithKey:uuid:checksum:fd:]: 0 == fsetxattr(fd, kNSPersistentUIWindowImageMetadata, &fileMetadata, sizeof fileMetadata, 0, 0) failed on line 895: Operation not permitted

Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

Andy Skinner
Looking at code, I don't know if we'd use the dispatch call that was suggested to me (in the .m file) or if we'd instead use RunOnMainThread in Java.

I believe this is called once in MacOSXJAWTWindow.java and once in OSXDummyUpstreamSurfaceHook.java.  I will have to debug to find out which is called in my case.

andy
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

gouessej
Administrator
In reply to this post by Andy Skinner
Andy Skinner wrote
Is there anyone who can look into the problem I reported?
Sven?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

MJ Schnieders
Any news on this issue? I'm seeing the same thing with our program Force Field X.

Thanks,
- Mike

Details:
MacOS 10.14 Mojava
JDK 8 through JDK 10
Java3D 1.6.0
JOGL 2.3.2

2018-10-07 09:57:17.840 java[41660:2571505] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
        0   AppKit                              0x00007fff444cd2e3 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
        1   AppKit                              0x00007fff444ca68c -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
        2   AppKit                              0x00007fff444ca0b6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
        3   libnativewindow_macosx.jnilib       0x00000001787c53fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
        4   ???                                 0x0000000111aecb50 0x0 + 4591635280
)
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

gouessej
Administrator
Hello

By the way, you use an obsolete version of Java3D. Please switch to Java3D 1.6.1 or Java3D 1.7.0 (note that the package names are different but it works a lot better under OS X).

The bug is in this method:
https://github.com/sgothel/jogl/blob/347271ffdd09153a2334fda593774d49050f84e0/src/nativewindow/native/macosx/OSXmisc.m#L335

Actually, OSXUtil.CreateNSWindow should always be called in a Runnable by OSXUtil.RunOnMainThread(true, false, Runnable) to solve this bug.

P.S: I really have to make a manually aggregated build with tons of fixes.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

MJ Schnieders
Hi Julien,

It would be wonderful if you could "make a manually aggregated build with tons of fixes." I know you're busy, but this would be super helpful.

Thanks,
- Mike

btw, with Java3D 1.6.1 (rather than 1.6.0), our application crashes in addition to the WARNING message.

2018-10-08 08:30:38.565 java[45910:3106469] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
        0   AppKit                              0x00007fff444cd2e3 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
        1   AppKit                              0x00007fff444ca68c -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
        2   AppKit                              0x00007fff444ca0b6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
        3   libnativewindow_macosx.jnilib       0x000000012c4733fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
        4   ???                                 0x0000000117266b50 0x0 + 4683361104
)
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000012baccf4e, pid=45910, tid=775
#
# JRE version: Java(TM) SE Runtime Environment (10.0.2+13) (build 10.0.2+13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0.2+13, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C  [libosxapp.dylib+0x2f4e]  -[NSApplicationAWT sendEvent:]+0x179
 
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

gouessej
Administrator
I have to get back the Mac Mini Sven gave me and I have no computer under Microsoft Windows at home, it will be a bit cumbersome :s

Please report this bug to Harvey and I advise you to give a try to Java3D 1.7.0. Could you post the full crash log?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

hharrison
As an aside, have you got a git repo anywhere that you've been collecting bugfix patches for jogl/gluegen?

Harvey
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

gouessej
Administrator
Not yet but I'm going to make one probably on Sourceforge as my own server is still in use for something that drives it insecure. I'll start from Sven's repo and then I'll commit the numerous fixes planned for JOGL 2.3.3 (and some others like the one above). The problem is that some fixes are stored into bug reports whereas our bug tracker hasn't been working for months :(
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

gouessej
Administrator
This post was updated on .
In reply to this post by hharrison
https://sourceforge.net/p/jogl/code/ci/890efa2cbabaf2b99ecb37fb8c066d8fef172fdc/

Be patient. I'll take care of the other bugs.

P.S: Please note that you have to name the directory of JogAmp's JCPP fork "jcpp" even though the project is named "jogampjcpp" so that GlueGen finds the sub-module.

P.S 2: The sequel: http://forum.jogamp.org/JOGL-2-3-3-state-of-progress-tp4039264.html
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

bjoern
In reply to this post by gouessej
Hi Julien,
the same here - yesterday I updated to Mojave (10.14.1) and was very excited about the new Mac OS X version, until I tested our MembraneEditor 8-/

Yeah, and I gave now Java3D 1.7.0_pre a try, but with the same result:

2018-11-20 15:45:07.610 java[11053:268633] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
        0   AppKit                              0x00007fff42af1824 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
        1   AppKit                              0x00007fff42aeebd0 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
        2   AppKit                              0x00007fff42aee5fa -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
        3   libnativewindow_macosx.jnilib       0x000000010da733fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
        4   ???                                 0x000000010e80f9f4 0x0 + 4538300916
)

Java3D version: 1.7.0_pre1

The Mac OS X version does not support Stereo View by now.
org.jogamp.java3d.IllegalRenderingStateException: Unable to make new context current after 5tries
        at org.jogamp.java3d.JoglPipeline.createNewContext(JoglPipeline.java:6429)
        at org.jogamp.java3d.Canvas3D.createNewContext(Canvas3D.java:4602)
        at org.jogamp.java3d.Canvas3D.createNewContext(Canvas3D.java:2376)
        at org.jogamp.java3d.Renderer.doWork(Renderer.java:881)
        at org.jogamp.java3d.J3dThread.run(J3dThread.java:271)

DefaultRenderingErrorListener.errorOccurred:
CONTEXT_CREATION_ERROR: Renderer: Error creating Canvas3D graphics context
graphicsDevice = sun.awt.CGraphicsDevice@2532f870
canvas = org.cellmicrocosmos.cm2.functionality3d.Membrane3D$1[canvas0,0,0,24x-149]



I noticed, updating from Mac OS X 10.10 that Apple drastically improved the rendering speed, so these improvements come obviously with some drawbacks.
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

bjoern
This post was updated on .
Aha! I used Java 11 which also breaks down and generates an error report.

Console output:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jogamp.java3d.JoglPipeline (file:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/j3d/j3dcore_1_7_0.jar) to method sun.awt.AppContext.getAppContext()
WARNING: Please consider reporting this to the maintainers of org.jogamp.java3d.JoglPipeline
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2018-11-20 16:08:16.057 java[11246:277285] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
        0   AppKit                              0x00007fff42af1824 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
        1   AppKit                              0x00007fff42aeebd0 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
        2   AppKit                              0x00007fff42aee5fa -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
        3   libnativewindow_macosx.jnilib       0x00000001242af3fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
        4   ???                                 0x000000010d46c950 0x0 + 4517710160
)
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000010d232b80, pid=11246, tid=775
#
# JRE version: Java(TM) SE Runtime Environment (11.0.1+13) (build 11.0.1+13-LTS)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0.1+13-LTS, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C  [libosxapp.dylib+0x2b80]  -[NSApplicationAWT sendEvent:]+0x176
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/bjsommer/GIT_Projects/Cm2_2/hs_err_pid11246.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#


Here is the protocol:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000010d232b80, pid=11246, tid=775
#
# JRE version: Java(TM) SE Runtime Environment (11.0.1+13) (build 11.0.1+13-LTS)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0.1+13-LTS, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C  [libosxapp.dylib+0x2b80]  -[NSApplicationAWT sendEvent:]+0x176
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  S U M M A R Y ------------

Command Line: -Dfile.encoding=UTF-8 org.cellmicrocosmos.cm2.Start

Host: MacBookPro12,1 x86_64 2700 MHz, 4 cores, 8G, Darwin 18.2.0
Time: Tue Nov 20 16:09:19 2018 AEDT elapsed time: 70 seconds (0d 0h 1m 10s)

---------------  T H R E A D  ---------------

Current thread (0x00007fd57c9a2800):  JavaThread "AppKit Thread" daemon [_thread_in_native, id=775, stack(0x00007ffeee0d1000,0x00007ffeee8d1000)]

Stack: [0x00007ffeee0d1000,0x00007ffeee8d1000],  sp=0x00007ffeee8ce460,  free space=8181k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libosxapp.dylib+0x2b80]  -[NSApplicationAWT sendEvent:]+0x176
C  [AppKit+0x13cf1]  -[NSApplication run]+0x2f3
C  [libosxapp.dylib+0x283b]  +[NSApplicationAWT runAWTLoopWithApp:]+0xde
C  [libawt_lwawt.dylib+0x383b1]  +[AWTStarter starter:headless:]+0x342
C  [JavaNativeFoundation+0x6f3c]  +[JNFRunLoop _performCopiedBlock:]+0x11
C  [Foundation+0xb1abb]  __NSThreadPerformPerform+0x147
C  [CoreFoundation+0x58155]  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__+0x11
C  [CoreFoundation+0x580fb]  __CFRunLoopDoSource0+0x6c
C  [CoreFoundation+0x3bb95]  __CFRunLoopDoSources0+0xc3
C  [CoreFoundation+0x3b13e]  __CFRunLoopRun+0x4c3
C  [CoreFoundation+0x3aa28]  CFRunLoopRunSpecific+0x1cf
C  [java+0x63a5]  CreateExecutionEnvironment+0x190
C  [java+0x2523]  JLI_Launch+0x51f
C  [java+0x14dd]  main+0x16d
C  [libdyld.dylib+0x1708d]  start+0x1


siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000010

Register to memory mapping:

RAX=0x0 is NULL
RBX=0x0 is NULL
RCX=0x000000000021e000 is an unknown value
RDX=0x00000035ee7de0fe is an unknown value
RSP=0x00007ffeee8ce460 is pointing into the stack for thread: 0x00007fd57c9a2800
RBP=0x00007ffeee8ce490 is pointing into the stack for thread: 0x00007fd57c9a2800
RSI=0x00007fff43669345: GCC_except_table7+0xf7e9 in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit at 0x00007fff42a55000
RDI=0x0 is NULL
R8 =0x0 is NULL
R9 =0x0 is NULL
R10=0x00007fff9d98e478: OBJC_CLASS_$_NSEvent+0 in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit at 0x00007fff42a55000
R11=0x00007fd57c7f5850 points into unknown readable memory
R12=0x00007fff7161aa00: objc_msgSend+0 in /usr/lib/libobjc.A.dylib at 0x00007fff71613000
R13=0x0000000000000001 is an unknown value
R14=0x00007fff7161aa00: objc_msgSend+0 in /usr/lib/libobjc.A.dylib at 0x00007fff71613000
R15=0x00007fff4365aaec: GCC_except_table7+0xf90 in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit at 0x00007fff42a55000


Registers:
RAX=0x0000000000000000, RBX=0x0000000000000000, RCX=0x000000000021e000, RDX=0x00000035ee7de0fe
RSP=0x00007ffeee8ce460, RBP=0x00007ffeee8ce490, RSI=0x00007fff43669345, RDI=0x0000000000000000
R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x00007fff9d98e478, R11=0x00007fd57c7f5850
R12=0x00007fff7161aa00, R13=0x0000000000000001, R14=0x00007fff7161aa00, R15=0x00007fff4365aaec
RIP=0x000000010d232b80, EFLAGS=0x0000000000010246, ERR=0x0000000000000004
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007ffeee8ce460)
0x00007ffeee8ce460:   00007ffeee8ce480 00007fff447bd144
0x00007ffeee8ce470:   00007fd57f36e100 00007fd57f36e150
0x00007ffeee8ce480:   00007fd57bf4e0a0 00007fd57bd91e10
0x00007ffeee8ce490:   00007ffeee8ce560 00007fff42a68cf1
0x00007ffeee8ce4a0:   0000000000000000 00007fff43666bb4
0x00007ffeee8ce4b0:   00007fff4365a69b 00007fff4365a371
0x00007ffeee8ce4c0:   0000000000000010 00007fff4365a076
0x00007ffeee8ce4d0:   00007fff43668e66 00007fff43659f1e
0x00007ffeee8ce4e0:   00007fff4365a38b 00007fff9df70ef8
0x00007ffeee8ce4f0:   00007fff4365a3b7 00007fff4365a3a1
0x00007ffeee8ce500:   00007fff43660fa3 00007fff43668e99
0x00007ffeee8ce510:   00007fff4365a38b 00007fff4365a3b7
0x00007ffeee8ce520:   00007fff4365a495 0000000000000062
0x00007ffeee8ce530:   00007fff4365ae6f 00007fd57bf4e0a0
0x00007ffeee8ce540:   00007fff7161aa00 00007fd57bf4e0a0
0x00007ffeee8ce550:   00007fff43662152 00007fff4365a0aa
0x00007ffeee8ce560:   00007ffeee8ce5a0 000000010d23283b
0x00007ffeee8ce570:   00007fff4366cc4e 00007fd57be5a6e0
0x00007ffeee8ce580:   00007fff7161aa00 00007fd57bf4e0a0
0x00007ffeee8ce590:   00007fd57bd2d0e0 0000000000000000
0x00007ffeee8ce5a0:   00007ffeee8ce5f0 000000010d1bb3b1
0x00007ffeee8ce5b0:   00007fd57bd2d0e0 00007fd57bf4e0a0
0x00007ffeee8ce5c0:   0000000000000000 00007fd57bf49760
0x00007ffeee8ce5d0:   0000000000000000 00007fff43659f1e
0x00007ffeee8ce5e0:   00007fd57bf49990 00007fd57bf49080
0x00007ffeee8ce5f0:   00007ffeee8ce610 00007fff496d5f3c
0x00007ffeee8ce600:   0000000000000018 00007fd57bf0cd20
0x00007ffeee8ce610:   00007ffeee8ce690 00007fff47916abb
0x00007ffeee8ce620:   00007fd57c80c038 00007fff43659ff2
0x00007ffeee8ce630:   00007fd57bf49080 00007fd57bf0cd20
0x00007ffeee8ce640:   00007fff43660110 00007fff436b2c59
0x00007ffeee8ce650:   00007fff43660115 00007fff4365a076

Instructions: (pc=0x000000010d232b80)
0x000000010d232b60:   5f 5d ff e0 48 8b 35 d5 52 00 00 4c 8b 35 16 35
0x000000010d232b70:   00 00 48 89 df 41 ff d6 48 89 c3 31 c0 48 89 df
0x000000010d232b80:   ff 53 10 48 8b 35 a6 50 00 00 48 89 df 4c 89 f0
0x000000010d232b90:   48 83 c4 18 5b 41 5e 41 5f 5d ff e0 55 48 89 e5


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

Threads class SMR info:
_java_thread_list=0x00007fd57bd43070, length=22, elements={
0x00007fd57d000800, 0x00007fd57d872000, 0x00007fd57c813800, 0x00007fd57d875000,
0x00007fd57d875800, 0x00007fd57c868800, 0x00007fd57d91c800, 0x00007fd57d91d800,
0x00007fd57c9a2800, 0x00007fd57c1fd800, 0x00007fd57d15b800, 0x00007fd57d2a9000,
0x00007fd57d2d9800, 0x00007fd57c2ab800, 0x00007fd57db0b800, 0x00007fd57c375000,
0x00007fd57c517800, 0x00007fd57c639800, 0x00007fd57d6ba000, 0x00007fd580809000,
0x00007fd57fb2b000, 0x00007fd5800e3800
}

Java Threads: ( => current thread )
  0x00007fd57d000800 JavaThread "Reference Handler" daemon [_thread_blocked, id=14339, stack(0x00007000020fb000,0x00007000021fb000)]
  0x00007fd57d872000 JavaThread "Finalizer" daemon [_thread_blocked, id=15107, stack(0x00007000021fe000,0x00007000022fe000)]
  0x00007fd57c813800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=18179, stack(0x0000700002301000,0x0000700002401000)]
  0x00007fd57d875000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=17923, stack(0x0000700002404000,0x0000700002504000)]
  0x00007fd57d875800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=17411, stack(0x0000700002507000,0x0000700002607000)]
  0x00007fd57c868800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=22275, stack(0x000070000260a000,0x000070000270a000)]
  0x00007fd57d91c800 JavaThread "Service Thread" daemon [_thread_blocked, id=22787, stack(0x000070000270d000,0x000070000280d000)]
  0x00007fd57d91d800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=23043, stack(0x0000700002913000,0x0000700002a13000)]
=>0x00007fd57c9a2800 JavaThread "AppKit Thread" daemon [_thread_in_native, id=775, stack(0x00007ffeee0d1000,0x00007ffeee8d1000)]
  0x00007fd57c1fd800 JavaThread "AWT-Shutdown" [_thread_blocked, id=37123, stack(0x0000700002b1c000,0x0000700002c1c000)]
  0x00007fd57d15b800 JavaThread "Java2D Queue Flusher" daemon [_thread_blocked, id=52491, stack(0x0000700002d25000,0x0000700002e25000)]
  0x00007fd57d2a9000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=54547, stack(0x0000700002e28000,0x0000700002f28000)]
  0x00007fd57d2d9800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=56327, stack(0x0000700002f2b000,0x000070000302b000)]
  0x00007fd57c2ab800 JavaThread "Thread-0" [_thread_blocked, id=70167, stack(0x000070000343a000,0x000070000353a000)]
  0x00007fd57db0b800 JavaThread "DestroyJavaVM" [_thread_blocked, id=6403, stack(0x00007000019e6000,0x0000700001ae6000)]
  0x00007fd57c375000 JavaThread "Laf-Widget fade tracker" [_thread_blocked, id=60419, stack(0x000070000353d000,0x000070000363d000)]
  0x00007fd57c517800 JavaThread "Thread-2" daemon [_thread_blocked, id=59931, stack(0x0000700003743000,0x0000700003843000)]
  0x00007fd57c639800 JavaThread "J3D-RenderingAttributesStructureUpdateThread" daemon [_thread_blocked, id=67339, stack(0x0000700002a16000,0x0000700002b16000)]
  0x00007fd57d6ba000 JavaThread "J3D-TimerThread" daemon [_thread_blocked, id=45851, stack(0x0000700003337000,0x0000700003437000)]
  0x00007fd580809000 JavaThread "J3D-NotificationThread" daemon [_thread_blocked, id=68891, stack(0x0000700003640000,0x0000700003740000)]
  0x00007fd57fb2b000 JavaThread "J3D-MasterControl-1" daemon [_thread_blocked, id=71443, stack(0x0000700003846000,0x0000700003946000)]
  0x00007fd5800e3800 JavaThread "J3D-Renderer-1" daemon [_thread_blocked, id=63507, stack(0x0000700003949000,0x0000700003a49000)]

Other Threads:
  0x00007fd57c008000 VMThread "VM Thread" [stack: 0x0000700001ff8000,0x00007000020f8000] [id=13571]
  0x00007fd57c005000 WatcherThread [stack: 0x0000700002810000,0x0000700002910000] [id=42755]
  0x00007fd57d804000 GCTaskThread "GC Thread#0" [stack: 0x0000700001ae9000,0x0000700001be9000] [id=20995]
  0x00007fd57d1af000 GCTaskThread "GC Thread#1" [stack: 0x000070000302e000,0x000070000312e000] [id=56579]
  0x00007fd57d2e9000 GCTaskThread "GC Thread#2" [stack: 0x0000700003131000,0x0000700003231000] [id=57091]
  0x00007fd57d2e9800 GCTaskThread "GC Thread#3" [stack: 0x0000700003234000,0x0000700003334000] [id=57347]
  0x00007fd57c823800 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000700001bec000,0x0000700001cec000] [id=20739]
  0x00007fd57c824000 ConcurrentGCThread "G1 Conc#0" [stack: 0x0000700001cef000,0x0000700001def000] [id=12803]
  0x00007fd57d019800 ConcurrentGCThread "G1 Refine#0" [stack: 0x0000700001df2000,0x0000700001ef2000] [id=20227]
  0x00007fd57d01a800 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x0000700001ef5000,0x0000700001ff5000] [id=13315]

Threads with active compile tasks:

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap address: 0x0000000780000000, size: 2048 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000800000000, Narrow klass shift: 0
Compressed class space size: 1073741824 Address: 0x0000000800000000

Heap:
 garbage-first heap   total 131072K, used 16687K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 7 young (7168K), 3 survivors (3072K)
 Metaspace       used 35469K, capacity 36008K, committed 36608K, reserved 1081344K
  class space    used 3804K, capacity 4024K, committed 4096K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, A=archive, TAMS=top-at-mark-start (previous, next)
|   0|0x0000000780000000, 0x0000000780100000, 0x0000000780100000|100%| O|  |TAMS 0x0000000780100000, 0x0000000780000000| Untracked
|   1|0x0000000780100000, 0x0000000780200000, 0x0000000780200000|100%| O|  |TAMS 0x0000000780200000, 0x0000000780100000| Untracked
|   2|0x0000000780200000, 0x0000000780300000, 0x0000000780300000|100%| O|  |TAMS 0x0000000780300000, 0x0000000780200000| Untracked
|   3|0x0000000780300000, 0x0000000780400000, 0x0000000780400000|100%| O|  |TAMS 0x0000000780400000, 0x0000000780300000| Untracked
|   4|0x0000000780400000, 0x0000000780500000, 0x0000000780500000|100%| O|  |TAMS 0x0000000780500000, 0x0000000780400000| Untracked
|   5|0x0000000780500000, 0x0000000780600000, 0x0000000780600000|100%| O|  |TAMS 0x0000000780600000, 0x0000000780500000| Untracked
|   6|0x0000000780600000, 0x0000000780700000, 0x0000000780700000|100%| O|  |TAMS 0x0000000780700000, 0x0000000780600000| Untracked
|   7|0x0000000780700000, 0x000000078077b200, 0x0000000780800000| 48%| O|  |TAMS 0x000000078077b200, 0x0000000780700000| Untracked
|   8|0x0000000780800000, 0x0000000780800000, 0x0000000780900000|  0%| F|  |TAMS 0x0000000780800000, 0x0000000780800000| Untracked
|   9|0x0000000780900000, 0x0000000780900000, 0x0000000780a00000|  0%| F|  |TAMS 0x0000000780900000, 0x0000000780900000| Untracked
|  10|0x0000000780a00000, 0x0000000780a00000, 0x0000000780b00000|  0%| F|  |TAMS 0x0000000780a00000, 0x0000000780a00000| Untracked
|  11|0x0000000780b00000, 0x0000000780c00000, 0x0000000780c00000|100%| O|  |TAMS 0x0000000780c00000, 0x0000000780b00000| Untracked
|  12|0x0000000780c00000, 0x0000000780d00000, 0x0000000780d00000|100%| O|  |TAMS 0x0000000780d00000, 0x0000000780c00000| Untracked
|  13|0x0000000780d00000, 0x0000000780d00000, 0x0000000780e00000|  0%| F|  |TAMS 0x0000000780d00000, 0x0000000780d00000| Untracked
|  14|0x0000000780e00000, 0x0000000780e00000, 0x0000000780f00000|  0%| F|  |TAMS 0x0000000780e00000, 0x0000000780e00000| Untracked
|  15|0x0000000780f00000, 0x0000000781000000, 0x0000000781000000|100%|HS|  |TAMS 0x0000000781000000, 0x0000000780f00000| Complete
|  16|0x0000000781000000, 0x0000000781000000, 0x0000000781100000|  0%| F|  |TAMS 0x0000000781000000, 0x0000000781000000| Untracked
|  17|0x0000000781100000, 0x0000000781100000, 0x0000000781200000|  0%| F|  |TAMS 0x0000000781100000, 0x0000000781100000| Untracked
|  18|0x0000000781200000, 0x0000000781200000, 0x0000000781300000|  0%| F|  |TAMS 0x0000000781200000, 0x0000000781200000| Untracked
|  19|0x0000000781300000, 0x0000000781300000, 0x0000000781400000|  0%| F|  |TAMS 0x0000000781300000, 0x0000000781300000| Untracked
|  20|0x0000000781400000, 0x0000000781400000, 0x0000000781500000|  0%| F|  |TAMS 0x0000000781400000, 0x0000000781400000| Untracked
|  21|0x0000000781500000, 0x0000000781500000, 0x0000000781600000|  0%| F|  |TAMS 0x0000000781500000, 0x0000000781500000| Untracked
|  22|0x0000000781600000, 0x0000000781600000, 0x0000000781700000|  0%| F|  |TAMS 0x0000000781600000, 0x0000000781600000| Untracked
|  23|0x0000000781700000, 0x0000000781700000, 0x0000000781800000|  0%| F|  |TAMS 0x0000000781700000, 0x0000000781700000| Untracked
|  24|0x0000000781800000, 0x0000000781800000, 0x0000000781900000|  0%| F|  |TAMS 0x0000000781800000, 0x0000000781800000| Untracked
|  25|0x0000000781900000, 0x0000000781900000, 0x0000000781a00000|  0%| F|  |TAMS 0x0000000781900000, 0x0000000781900000| Untracked
|  26|0x0000000781a00000, 0x0000000781a00000, 0x0000000781b00000|  0%| F|  |TAMS 0x0000000781a00000, 0x0000000781a00000| Untracked
|  27|0x0000000781b00000, 0x0000000781c00000, 0x0000000781c00000|100%|HS|  |TAMS 0x0000000781c00000, 0x0000000781b00000| Complete
|  28|0x0000000781c00000, 0x0000000781c00000, 0x0000000781d00000|  0%| F|  |TAMS 0x0000000781c00000, 0x0000000781c00000| Untracked
|  29|0x0000000781d00000, 0x0000000781d00000, 0x0000000781e00000|  0%| F|  |TAMS 0x0000000781d00000, 0x0000000781d00000| Untracked
|  30|0x0000000781e00000, 0x0000000781e00000, 0x0000000781f00000|  0%| F|  |TAMS 0x0000000781e00000, 0x0000000781e00000| Untracked
|  31|0x0000000781f00000, 0x0000000781f00000, 0x0000000782000000|  0%| F|  |TAMS 0x0000000781f00000, 0x0000000781f00000| Untracked
|  32|0x0000000782000000, 0x0000000782000000, 0x0000000782100000|  0%| F|  |TAMS 0x0000000782000000, 0x0000000782000000| Untracked
|  33|0x0000000782100000, 0x0000000782100000, 0x0000000782200000|  0%| F|  |TAMS 0x0000000782100000, 0x0000000782100000| Untracked
|  34|0x0000000782200000, 0x0000000782200000, 0x0000000782300000|  0%| F|  |TAMS 0x0000000782200000, 0x0000000782200000| Untracked
|  35|0x0000000782300000, 0x0000000782300000, 0x0000000782400000|  0%| F|  |TAMS 0x0000000782300000, 0x0000000782300000| Untracked
|  36|0x0000000782400000, 0x0000000782400000, 0x0000000782500000|  0%| F|  |TAMS 0x0000000782400000, 0x0000000782400000| Untracked
|  37|0x0000000782500000, 0x0000000782500000, 0x0000000782600000|  0%| F|  |TAMS 0x0000000782500000, 0x0000000782500000| Untracked
|  38|0x0000000782600000, 0x0000000782600000, 0x0000000782700000|  0%| F|  |TAMS 0x0000000782600000, 0x0000000782600000| Untracked
|  39|0x0000000782700000, 0x0000000782700000, 0x0000000782800000|  0%| F|  |TAMS 0x0000000782700000, 0x0000000782700000| Untracked
|  40|0x0000000782800000, 0x0000000782800000, 0x0000000782900000|  0%| F|  |TAMS 0x0000000782800000, 0x0000000782800000| Untracked
|  41|0x0000000782900000, 0x0000000782900000, 0x0000000782a00000|  0%| F|  |TAMS 0x0000000782900000, 0x0000000782900000| Untracked
|  42|0x0000000782a00000, 0x0000000782a00000, 0x0000000782b00000|  0%| F|  |TAMS 0x0000000782a00000, 0x0000000782a00000| Untracked
|  43|0x0000000782b00000, 0x0000000782b00000, 0x0000000782c00000|  0%| F|  |TAMS 0x0000000782b00000, 0x0000000782b00000| Untracked
|  44|0x0000000782c00000, 0x0000000782c00000, 0x0000000782d00000|  0%| F|  |TAMS 0x0000000782c00000, 0x0000000782c00000| Untracked
|  45|0x0000000782d00000, 0x0000000782d00000, 0x0000000782e00000|  0%| F|  |TAMS 0x0000000782d00000, 0x0000000782d00000| Untracked
|  46|0x0000000782e00000, 0x0000000782e00000, 0x0000000782f00000|  0%| F|  |TAMS 0x0000000782e00000, 0x0000000782e00000| Untracked
|  47|0x0000000782f00000, 0x0000000782f00000, 0x0000000783000000|  0%| F|  |TAMS 0x0000000782f00000, 0x0000000782f00000| Untracked
|  48|0x0000000783000000, 0x0000000783000000, 0x0000000783100000|  0%| F|  |TAMS 0x0000000783000000, 0x0000000783000000| Untracked
|  49|0x0000000783100000, 0x0000000783100000, 0x0000000783200000|  0%| F|  |TAMS 0x0000000783100000, 0x0000000783100000| Untracked
|  50|0x0000000783200000, 0x0000000783200000, 0x0000000783300000|  0%| F|  |TAMS 0x0000000783200000, 0x0000000783200000| Untracked
|  51|0x0000000783300000, 0x0000000783300000, 0x0000000783400000|  0%| F|  |TAMS 0x0000000783300000, 0x0000000783300000| Untracked
|  52|0x0000000783400000, 0x0000000783400000, 0x0000000783500000|  0%| F|  |TAMS 0x0000000783400000, 0x0000000783400000| Untracked
|  53|0x0000000783500000, 0x0000000783500000, 0x0000000783600000|  0%| F|  |TAMS 0x0000000783500000, 0x0000000783500000| Untracked
|  54|0x0000000783600000, 0x0000000783600000, 0x0000000783700000|  0%| F|  |TAMS 0x0000000783600000, 0x0000000783600000| Untracked
|  55|0x0000000783700000, 0x0000000783700000, 0x0000000783800000|  0%| F|  |TAMS 0x0000000783700000, 0x0000000783700000| Untracked
|  56|0x0000000783800000, 0x0000000783800000, 0x0000000783900000|  0%| F|  |TAMS 0x0000000783800000, 0x0000000783800000| Untracked
|  57|0x0000000783900000, 0x0000000783900000, 0x0000000783a00000|  0%| F|  |TAMS 0x0000000783900000, 0x0000000783900000| Untracked
|  58|0x0000000783a00000, 0x0000000783a00000, 0x0000000783b00000|  0%| F|  |TAMS 0x0000000783a00000, 0x0000000783a00000| Untracked
|  59|0x0000000783b00000, 0x0000000783b00000, 0x0000000783c00000|  0%| F|  |TAMS 0x0000000783b00000, 0x0000000783b00000| Untracked
|  60|0x0000000783c00000, 0x0000000783c00000, 0x0000000783d00000|  0%| F|  |TAMS 0x0000000783c00000, 0x0000000783c00000| Untracked
|  61|0x0000000783d00000, 0x0000000783d00000, 0x0000000783e00000|  0%| F|  |TAMS 0x0000000783d00000, 0x0000000783d00000| Untracked
|  62|0x0000000783e00000, 0x0000000783e00000, 0x0000000783f00000|  0%| F|  |TAMS 0x0000000783e00000, 0x0000000783e00000| Untracked
|  63|0x0000000783f00000, 0x0000000783f00000, 0x0000000784000000|  0%| F|  |TAMS 0x0000000783f00000, 0x0000000783f00000| Untracked
|  64|0x0000000784000000, 0x0000000784000000, 0x0000000784100000|  0%| F|  |TAMS 0x0000000784000000, 0x0000000784000000| Untracked
|  65|0x0000000784100000, 0x0000000784100000, 0x0000000784200000|  0%| F|  |TAMS 0x0000000784100000, 0x0000000784100000| Untracked
|  66|0x0000000784200000, 0x0000000784200000, 0x0000000784300000|  0%| F|  |TAMS 0x0000000784200000, 0x0000000784200000| Untracked
|  67|0x0000000784300000, 0x0000000784300000, 0x0000000784400000|  0%| F|  |TAMS 0x0000000784300000, 0x0000000784300000| Untracked
|  68|0x0000000784400000, 0x0000000784400000, 0x0000000784500000|  0%| F|  |TAMS 0x0000000784400000, 0x0000000784400000| Untracked
|  69|0x0000000784500000, 0x0000000784500000, 0x0000000784600000|  0%| F|  |TAMS 0x0000000784500000, 0x0000000784500000| Untracked
|  70|0x0000000784600000, 0x0000000784600000, 0x0000000784700000|  0%| F|  |TAMS 0x0000000784600000, 0x0000000784600000| Untracked
|  71|0x0000000784700000, 0x0000000784700000, 0x0000000784800000|  0%| F|  |TAMS 0x0000000784700000, 0x0000000784700000| Untracked
|  72|0x0000000784800000, 0x0000000784800000, 0x0000000784900000|  0%| F|  |TAMS 0x0000000784800000, 0x0000000784800000| Untracked
|  73|0x0000000784900000, 0x0000000784900000, 0x0000000784a00000|  0%| F|  |TAMS 0x0000000784900000, 0x0000000784900000| Untracked
|  74|0x0000000784a00000, 0x0000000784a00000, 0x0000000784b00000|  0%| F|  |TAMS 0x0000000784a00000, 0x0000000784a00000| Untracked
|  75|0x0000000784b00000, 0x0000000784b00000, 0x0000000784c00000|  0%| F|  |TAMS 0x0000000784b00000, 0x0000000784b00000| Untracked
|  76|0x0000000784c00000, 0x0000000784c00000, 0x0000000784d00000|  0%| F|  |TAMS 0x0000000784c00000, 0x0000000784c00000| Untracked
|  77|0x0000000784d00000, 0x0000000784d00000, 0x0000000784e00000|  0%| F|  |TAMS 0x0000000784d00000, 0x0000000784d00000| Untracked
|  78|0x0000000784e00000, 0x0000000784e00000, 0x0000000784f00000|  0%| F|  |TAMS 0x0000000784e00000, 0x0000000784e00000| Untracked
|  79|0x0000000784f00000, 0x0000000784f00000, 0x0000000785000000|  0%| F|  |TAMS 0x0000000784f00000, 0x0000000784f00000| Untracked
|  80|0x0000000785000000, 0x0000000785000000, 0x0000000785100000|  0%| F|  |TAMS 0x0000000785000000, 0x0000000785000000| Untracked
|  81|0x0000000785100000, 0x0000000785100000, 0x0000000785200000|  0%| F|  |TAMS 0x0000000785100000, 0x0000000785100000| Untracked
|  82|0x0000000785200000, 0x0000000785200000, 0x0000000785300000|  0%| F|  |TAMS 0x0000000785200000, 0x0000000785200000| Untracked
|  83|0x0000000785300000, 0x0000000785300000, 0x0000000785400000|  0%| F|  |TAMS 0x0000000785300000, 0x0000000785300000| Untracked
|  84|0x0000000785400000, 0x0000000785400000, 0x0000000785500000|  0%| F|  |TAMS 0x0000000785400000, 0x0000000785400000| Untracked
|  85|0x0000000785500000, 0x0000000785500000, 0x0000000785600000|  0%| F|  |TAMS 0x0000000785500000, 0x0000000785500000| Untracked
|  86|0x0000000785600000, 0x0000000785600000, 0x0000000785700000|  0%| F|  |TAMS 0x0000000785600000, 0x0000000785600000| Untracked
|  87|0x0000000785700000, 0x0000000785700000, 0x0000000785800000|  0%| F|  |TAMS 0x0000000785700000, 0x0000000785700000| Untracked
|  88|0x0000000785800000, 0x0000000785800000, 0x0000000785900000|  0%| F|  |TAMS 0x0000000785800000, 0x0000000785800000| Untracked
|  89|0x0000000785900000, 0x0000000785900000, 0x0000000785a00000|  0%| F|  |TAMS 0x0000000785900000, 0x0000000785900000| Untracked
|  90|0x0000000785a00000, 0x0000000785a00000, 0x0000000785b00000|  0%| F|  |TAMS 0x0000000785a00000, 0x0000000785a00000| Untracked
|  91|0x0000000785b00000, 0x0000000785b00000, 0x0000000785c00000|  0%| F|  |TAMS 0x0000000785b00000, 0x0000000785b00000| Untracked
|  92|0x0000000785c00000, 0x0000000785c00000, 0x0000000785d00000|  0%| F|  |TAMS 0x0000000785c00000, 0x0000000785c00000| Untracked
|  93|0x0000000785d00000, 0x0000000785d00000, 0x0000000785e00000|  0%| F|  |TAMS 0x0000000785d00000, 0x0000000785d00000| Untracked
|  94|0x0000000785e00000, 0x0000000785e00000, 0x0000000785f00000|  0%| F|  |TAMS 0x0000000785e00000, 0x0000000785e00000| Untracked
|  95|0x0000000785f00000, 0x0000000785f00000, 0x0000000786000000|  0%| F|  |TAMS 0x0000000785f00000, 0x0000000785f00000| Untracked
|  96|0x0000000786000000, 0x0000000786000000, 0x0000000786100000|  0%| F|  |TAMS 0x0000000786000000, 0x0000000786000000| Untracked
|  97|0x0000000786100000, 0x0000000786100000, 0x0000000786200000|  0%| F|  |TAMS 0x0000000786100000, 0x0000000786100000| Untracked
|  98|0x0000000786200000, 0x0000000786200000, 0x0000000786300000|  0%| F|  |TAMS 0x0000000786200000, 0x0000000786200000| Untracked
|  99|0x0000000786300000, 0x0000000786300000, 0x0000000786400000|  0%| F|  |TAMS 0x0000000786300000, 0x0000000786300000| Untracked
| 100|0x0000000786400000, 0x0000000786400000, 0x0000000786500000|  0%| F|  |TAMS 0x0000000786400000, 0x0000000786400000| Untracked
| 101|0x0000000786500000, 0x0000000786500000, 0x0000000786600000|  0%| F|  |TAMS 0x0000000786500000, 0x0000000786500000| Untracked
| 102|0x0000000786600000, 0x0000000786600000, 0x0000000786700000|  0%| F|  |TAMS 0x0000000786600000, 0x0000000786600000| Untracked
| 103|0x0000000786700000, 0x0000000786700000, 0x0000000786800000|  0%| F|  |TAMS 0x0000000786700000, 0x0000000786700000| Untracked
| 104|0x0000000786800000, 0x0000000786800000, 0x0000000786900000|  0%| F|  |TAMS 0x0000000786800000, 0x0000000786800000| Untracked
| 105|0x0000000786900000, 0x0000000786900000, 0x0000000786a00000|  0%| F|  |TAMS 0x0000000786900000, 0x0000000786900000| Untracked
| 106|0x0000000786a00000, 0x0000000786a00000, 0x0000000786b00000|  0%| F|  |TAMS 0x0000000786a00000, 0x0000000786a00000| Untracked
| 107|0x0000000786b00000, 0x0000000786b00000, 0x0000000786c00000|  0%| F|  |TAMS 0x0000000786b00000, 0x0000000786b00000| Untracked
| 108|0x0000000786c00000, 0x0000000786c00000, 0x0000000786d00000|  0%| F|  |TAMS 0x0000000786c00000, 0x0000000786c00000| Untracked
| 109|0x0000000786d00000, 0x0000000786d00000, 0x0000000786e00000|  0%| F|  |TAMS 0x0000000786d00000, 0x0000000786d00000| Untracked
| 110|0x0000000786e00000, 0x0000000786ed0c30, 0x0000000786f00000| 81%| S|CS|TAMS 0x0000000786e00000, 0x0000000786e00000| Complete
| 111|0x0000000786f00000, 0x0000000787000000, 0x0000000787000000|100%| S|CS|TAMS 0x0000000786f00000, 0x0000000786f00000| Complete
| 112|0x0000000787000000, 0x0000000787100000, 0x0000000787100000|100%| S|CS|TAMS 0x0000000787000000, 0x0000000787000000| Complete
| 113|0x0000000787100000, 0x0000000787100000, 0x0000000787200000|  0%| F|  |TAMS 0x0000000787100000, 0x0000000787100000| Untracked
| 114|0x0000000787200000, 0x0000000787200000, 0x0000000787300000|  0%| F|  |TAMS 0x0000000787200000, 0x0000000787200000| Untracked
| 115|0x0000000787300000, 0x0000000787300000, 0x0000000787400000|  0%| F|  |TAMS 0x0000000787300000, 0x0000000787300000| Untracked
| 116|0x0000000787400000, 0x0000000787400000, 0x0000000787500000|  0%| F|  |TAMS 0x0000000787400000, 0x0000000787400000| Untracked
| 117|0x0000000787500000, 0x0000000787500000, 0x0000000787600000|  0%| F|  |TAMS 0x0000000787500000, 0x0000000787500000| Untracked
| 118|0x0000000787600000, 0x0000000787600000, 0x0000000787700000|  0%| F|  |TAMS 0x0000000787600000, 0x0000000787600000| Untracked
| 119|0x0000000787700000, 0x0000000787700000, 0x0000000787800000|  0%| F|  |TAMS 0x0000000787700000, 0x0000000787700000| Untracked
| 120|0x0000000787800000, 0x0000000787800000, 0x0000000787900000|  0%| F|  |TAMS 0x0000000787800000, 0x0000000787800000| Untracked
| 121|0x0000000787900000, 0x0000000787900000, 0x0000000787a00000|  0%| F|  |TAMS 0x0000000787900000, 0x0000000787900000| Untracked
| 122|0x0000000787a00000, 0x0000000787a00000, 0x0000000787b00000|  0%| F|  |TAMS 0x0000000787a00000, 0x0000000787a00000| Untracked
| 123|0x0000000787b00000, 0x0000000787b00000, 0x0000000787c00000|  0%| F|  |TAMS 0x0000000787b00000, 0x0000000787b00000| Untracked
| 124|0x0000000787c00000, 0x0000000787c29798, 0x0000000787d00000| 16%| E|  |TAMS 0x0000000787c00000, 0x0000000787c00000| Complete
| 125|0x0000000787d00000, 0x0000000787e00000, 0x0000000787e00000|100%| E|CS|TAMS 0x0000000787d00000, 0x0000000787d00000| Complete
| 126|0x0000000787e00000, 0x0000000787f00000, 0x0000000787f00000|100%| E|CS|TAMS 0x0000000787e00000, 0x0000000787e00000| Complete
| 127|0x0000000787f00000, 0x0000000788000000, 0x0000000788000000|100%| E|  |TAMS 0x0000000787f00000, 0x0000000787f00000| Complete

Card table byte_map: [0x000000010b66d000,0x000000010ba6d000] _byte_map_base: 0x0000000107a6d000

Marking Bits (Prev, Next): (CMBitMap*) 0x00007fd57c81ae18, (CMBitMap*) 0x00007fd57c81ae50
 Prev Bits: [0x000000011c45d000, 0x000000011e45d000)
 Next Bits: [0x000000011e45d000, 0x000000012045d000)

Polling page: 0x0000000101392000

Metaspace:

Usage:
  Non-class:     31.23 MB capacity,    30.92 MB (>99%) used,   249.31 KB ( <1%) free+waste,    69.75 KB ( <1%) overhead.
      Class:      3.93 MB capacity,     3.72 MB ( 95%) used,   187.87 KB (  5%) free+waste,    31.38 KB ( <1%) overhead.
       Both:     35.16 MB capacity,    34.64 MB ( 99%) used,   437.18 KB (  1%) free+waste,   101.12 KB ( <1%) overhead.

Virtual space:
  Non-class space:       32.00 MB reserved,      31.75 MB (>99%) committed
      Class space:        1.00 GB reserved,       4.00 MB ( <1%) committed
             Both:        1.03 GB reserved,      35.75 MB (  3%) committed

Chunk freelists:
   Non-Class:  52.00 KB
       Class:  1.00 KB
        Both:  53.00 KB

CodeHeap 'non-profiled nmethods': size=120032Kb used=1590Kb max_used=1825Kb free=118441Kb
 bounds [0x0000000114f25000, 0x0000000115195000, 0x000000011c45d000]
CodeHeap 'profiled nmethods': size=120032Kb used=6681Kb max_used=7662Kb free=113350Kb
 bounds [0x000000010d9ed000, 0x000000010e16d000, 0x0000000114f25000]
CodeHeap 'non-nmethods': size=5696Kb used=1540Kb max_used=1564Kb free=4155Kb
 bounds [0x000000010d45d000, 0x000000010d6cd000, 0x000000010d9ed000]
 total_blobs=5929 nmethods=3272 adapters=990
 compilation: enabled
              stopped_count=0, restarted_count=0
 full_count=0

Compilation events (10 events):
Event: 70.159 Thread 0x00007fd57d875800 3907       1       java.lang.ClassLoader::getUnnamedModule (5 bytes)
Event: 70.159 Thread 0x00007fd57d875800 nmethod 3907 0x0000000114fc8d10 code [0x0000000114fc8ec0, 0x0000000114fc8fd0]
Event: 70.190 Thread 0x00007fd57d875800 3908       3       java.awt.event.ComponentEvent::<init> (7 bytes)
Event: 70.190 Thread 0x00007fd57d875800 nmethod 3908 0x000000010da9ca10 code [0x000000010da9cbc0, 0x000000010da9cd48]
Event: 70.211 Thread 0x00007fd57d875800 3909       3       java.awt.KeyboardFocusManager::checkKFMSecurity (11 bytes)
Event: 70.212 Thread 0x00007fd57d875800 nmethod 3909 0x000000010dc16990 code [0x000000010dc16ba0, 0x000000010dc17118]
Event: 70.212 Thread 0x00007fd57d875800 3910       3       java.awt.EventQueue::setCurrentEventAndMostRecentTime (8 bytes)
Event: 70.213 Thread 0x00007fd57d875800 nmethod 3910 0x000000010dc8f410 code [0x000000010dc8f680, 0x000000010dc90068]
Event: 70.216 Thread 0x00007fd57d875800 3911       3       java.awt.Toolkit$SelectiveAWTEventListener::eventDispatched (745 bytes)
Event: 70.217 Thread 0x00007fd57d875800 nmethod 3911 0x000000010dcb3f10 code [0x000000010dcb41a0, 0x000000010dcb5748]

GC Heap History (10 events):
Event: 1.754 GC heap before
{Heap before GC invocations=0 (full 0):
 garbage-first heap   total 131072K, used 24576K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 14 young (14336K), 0 survivors (0K)
 Metaspace       used 14807K, capacity 15092K, committed 15360K, reserved 1062912K
  class space    used 1601K, capacity 1711K, committed 1792K, reserved 1048576K
}
Event: 1.770 GC heap after
{Heap after GC invocations=1 (full 0):
 garbage-first heap   total 131072K, used 14635K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 2 young (2048K), 2 survivors (2048K)
 Metaspace       used 14807K, capacity 15092K, committed 15360K, reserved 1062912K
  class space    used 1601K, capacity 1711K, committed 1792K, reserved 1048576K
}
Event: 5.002 GC heap before
{Heap before GC invocations=1 (full 0):
 garbage-first heap   total 131072K, used 63787K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 37 young (37888K), 2 survivors (2048K)
 Metaspace       used 20612K, capacity 20991K, committed 21248K, reserved 1069056K
  class space    used 2278K, capacity 2461K, committed 2560K, reserved 1048576K
}
Event: 5.013 GC heap after
{Heap after GC invocations=2 (full 0):
 garbage-first heap   total 131072K, used 30602K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 5 young (5120K), 5 survivors (5120K)
 Metaspace       used 20612K, capacity 20991K, committed 21248K, reserved 1069056K
  class space    used 2278K, capacity 2461K, committed 2560K, reserved 1048576K
}
Event: 7.648 GC heap before
{Heap before GC invocations=3 (full 0):
 garbage-first heap   total 131072K, used 42890K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 39 young (39936K), 5 survivors (5120K)
 Metaspace       used 31702K, capacity 32200K, committed 32896K, reserved 1079296K
  class space    used 3435K, capacity 3631K, committed 3712K, reserved 1048576K
}
Event: 7.661 GC heap after
{Heap after GC invocations=4 (full 0):
 garbage-first heap   total 131072K, used 11923K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 4 young (4096K), 4 survivors (4096K)
 Metaspace       used 31702K, capacity 32200K, committed 32896K, reserved 1079296K
  class space    used 3435K, capacity 3631K, committed 3712K, reserved 1048576K
}
Event: 18.476 GC heap before
{Heap before GC invocations=4 (full 0):
 garbage-first heap   total 131072K, used 54931K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 47 young (48128K), 4 survivors (4096K)
 Metaspace       used 32447K, capacity 32944K, committed 33664K, reserved 1079296K
  class space    used 3450K, capacity 3663K, committed 3712K, reserved 1048576K
}
Event: 18.481 GC heap after
{Heap after GC invocations=5 (full 0):
 garbage-first heap   total 131072K, used 13127K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 2 young (2048K), 2 survivors (2048K)
 Metaspace       used 32447K, capacity 32944K, committed 33664K, reserved 1079296K
  class space    used 3450K, capacity 3663K, committed 3712K, reserved 1048576K
}
Event: 70.061 GC heap before
{Heap before GC invocations=5 (full 0):
 garbage-first heap   total 131072K, used 26439K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 17 young (17408K), 2 survivors (2048K)
 Metaspace       used 34785K, capacity 35275K, committed 35840K, reserved 1081344K
  class space    used 3763K, capacity 3993K, committed 4096K, reserved 1048576K
}
Event: 70.066 GC heap after
{Heap after GC invocations=6 (full 0):
 garbage-first heap   total 131072K, used 14639K [0x0000000780000000, 0x0000000800000000)
  region size 1024K, 3 young (3072K), 3 survivors (3072K)
 Metaspace       used 34785K, capacity 35275K, committed 35840K, reserved 1081344K
  class space    used 3763K, capacity 3993K, committed 4096K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 69.927 Thread 0x00007fd57c2ab800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000011509d130 method=java.lang.Integer.stringSize(I)I @ 3 c2
Event: 69.928 Thread 0x00007fd57c2ab800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000001150b9100 method=java.lang.Integer.getChars(II[B)I @ 4 c2
Event: 69.929 Thread 0x00007fd57c2ab800 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000000011509c5f4 method=java.util.Hashtable.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 60 c2
Event: 69.995 Thread 0x00007fd57c2ab800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000001150b33a0 method=java.awt.font.FontRenderContext.equals(Ljava/awt/font/FontRenderContext;)Z @ 53 c2
Event: 70.005 Thread 0x00007fd57c2ab800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000011507d218 method=javax.swing.UIDefaults.getFromHashtable(Ljava/lang/Object;)Ljava/lang/Object; @ 17 c2
Event: 70.007 Thread 0x00007fd57c2ab800 Uncommon trap: reason=intrinsic_or_type_checked_inlining action=make_not_entrant pc=0x0000000114fc327c method=java.util.Arrays.copyOf([Ljava/lang/Object;ILjava/lang/Class;)[Ljava/lang/Object; @ 35 c2
Event: 70.046 Thread 0x00007fd57c2ab800 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x00000001150a7300 method=sun.java2d.loops.SurfaceType.pixelFor(ILjava/awt/image/ColorModel;)I @ 6 c2
Event: 70.047 Thread 0x00007fd57c2ab800 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x00000001150a7300 method=sun.java2d.loops.SurfaceType.pixelFor(ILjava/awt/image/ColorModel;)I @ 6 c2
Event: 70.047 Thread 0x00007fd57c2ab800 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x00000001150a7300 method=sun.java2d.loops.SurfaceType.pixelFor(ILjava/awt/image/ColorModel;)I @ 6 c2
Event: 70.047 Thread 0x00007fd57c2ab800 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x00000001150a7300 method=sun.java2d.loops.SurfaceType.pixelFor(ILjava/awt/image/ColorModel;)I @ 6 c2

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 6.054 Thread 0x00007fd57c2ab800 Exception  (0x0000000786ae1c40) thrown at [/scratch/mesos/slaves/83bb4d84-382c-4ead-b585-d8ef0018fefe-S19331/frameworks/1735e8
Event: 7.662 Thread 0x00007fd57d872000 Exception
 (0x0000000787f4e508) thrown at [/scratch/mesos/slaves/83bb4d84-382c-4ead-b585-d8ef0018fefe-S19331/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/452f932d-9761-444d-b125-c42
Event: 7.663 Thread 0x00007fd57d872000 Exception
 (0x0000000787f4e7d8) thrown at [/scratch/mesos/slaves/83bb4d84-382c-4ead-b585-d8ef0018fefe-S19331/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/452f932d-9761-444d-b125-c42
Event: 18.482 Thread 0x00007fd57d2d9800 Implicit null exception at 0x00000001150a09a0 to 0x00000001150a2a92
Event: 69.846 Thread 0x00007fd57d2d9800 Implicit null exception at 0x000000011509146c to 0x0000000115091602
Event: 69.972 Thread 0x00007fd57c2ab800 Exception
 (0x
Event: 69.973 Thread 0x00007fd57c2ab800 Exception
 (0x00000007874af000)
Event: 69.977 Thread 0x00007fd57c2ab800 Exception <a 'java/lang/NoSuchMethodError'{0x00000007874e2fd8}: java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lan
Event: 69.979 Thread 0x00007fd57c2ab800 Exception <a 'java/lang/NoSuchMethodError'{0x00000007874ff8e8}: java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lan
Event: 69.995 Thread 0x00007fd57c2ab800 Implicit null exception at 0x00000001150b31b8 to 0x00000001150b338a

Events (10 events):
Event: 70.255 loading class jogamp/nativewindow/awt/AWTMisc
Event: 70.255 loading class jogamp/nativewindow/awt/AWTMisc done
Event: 70.257 loading class com/jogamp/nativewindow/awt/DirectDataBufferInt$BufferedImageInt
Event: 70.257 loading class com/jogamp/nativewindow/awt/DirectDataBufferInt$BufferedImageInt done
Event: 70.257 loading class java/awt/image/ComponentColorModel
Event: 70.257 loading class java/awt/image/ComponentColorModel done
Event: 70.261 Executing VM operation: RevokeBias
Event: 70.261 Executing VM operation: RevokeBias done
Event: 70.261 loading class jogamp/opengl/macosx/cgl/MacOSXCGLContext$NSOpenGLImpl$DetachGLLayerCmd
Event: 70.261 loading class jogamp/opengl/macosx/cgl/MacOSXCGLContext$NSOpenGLImpl$DetachGLLayerCmd done


Dynamic libraries:
0x00007fff44cbd000 /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x00007fff50f67000 /System/Library/Frameworks/Security.framework/Versions/A/Security
0x00007fff438c7000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x00007fff724f6000 /usr/lib/libz.1.dylib
0x00007fff6fb6d000 /usr/lib/libSystem.B.dylib
0x00007fff454e0000 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x00007fff47865000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x00007fff71613000 /usr/lib/libobjc.A.dylib
0x00007fff42a55000 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x00007fff45054000 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x00007fff68d53000 /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x00007fff6d842000 /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x00007fff6eff4000 /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x00007fff63869000 /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x00007fff4a120000 /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x00007fff5aa73000 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x00007fff70927000 /usr/lib/libenergytrace.dylib
0x00007fff6b5b7000 /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x00007fff4592f000 /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x00007fff41810000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x00007fff47fee000 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x00007fff5a8d5000 /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x00007fff43dcc000 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x00007fff4406a000 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x00007fff5a96c000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x00007fff447a9000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x00007fff70a82000 /usr/lib/libicucore.A.dylib
0x00007fff504c1000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x00007fff44b90000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x00007fff6fcd0000 /usr/lib/libauto.dylib
0x00007fff723e9000 /usr/lib/libxml2.2.dylib
0x00007fff5a4d4000 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x00007fff44f32000 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x00007fff47697000 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x00007fff70d32000 /usr/lib/liblangid.dylib
0x00007fff64d15000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x00007fff47f5a000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x00007fff6f7bb000 /usr/lib/libDiagnosticMessagesClient.dylib
0x00007fff4679d000 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x00007fff66a44000 /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x00007fff4f656000 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x00007fff44ccb000 /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x00007fff45fbe000 /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x00007fff471e0000 /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x00007fff4804f000 /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x00007fff56b2d000 /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x00007fff6fc23000 /usr/lib/libarchive.2.dylib
0x00007fff443ce000 /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x00007fff51710000 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x00007fff6f6e4000 /usr/lib/libCRFSuite.dylib
0x00007fff6fdc7000 /usr/lib/libc++.1.dylib
0x00007fff6fe1f000 /usr/lib/libc++abi.dylib
0x00007fff72579000 /usr/lib/system/libcache.dylib
0x00007fff7257e000 /usr/lib/system/libcommonCrypto.dylib
0x00007fff72589000 /usr/lib/system/libcompiler_rt.dylib
0x00007fff72591000 /usr/lib/system/libcopyfile.dylib
0x00007fff7259b000 /usr/lib/system/libcorecrypto.dylib
0x00007fff726a6000 /usr/lib/system/libdispatch.dylib
0x00007fff726e1000 /usr/lib/system/libdyld.dylib
0x00007fff72711000 /usr/lib/system/libkeymgr.dylib
0x00007fff7271f000 /usr/lib/system/liblaunch.dylib
0x00007fff72720000 /usr/lib/system/libmacho.dylib
0x00007fff72726000 /usr/lib/system/libquarantine.dylib
0x00007fff72729000 /usr/lib/system/libremovefile.dylib
0x00007fff7272b000 /usr/lib/system/libsystem_asl.dylib
0x00007fff72743000 /usr/lib/system/libsystem_blocks.dylib
0x00007fff72744000 /usr/lib/system/libsystem_c.dylib
0x00007fff727cd000 /usr/lib/system/libsystem_configuration.dylib
0x00007fff727d1000 /usr/lib/system/libsystem_coreservices.dylib
0x00007fff727d5000 /usr/lib/system/libsystem_darwin.dylib
0x00007fff727dc000 /usr/lib/system/libsystem_dnssd.dylib
0x00007fff727e3000 /usr/lib/system/libsystem_info.dylib
0x00007fff72858000 /usr/lib/system/libsystem_m.dylib
0x00007fff728a4000 /usr/lib/system/libsystem_malloc.dylib
0x00007fff728c9000 /usr/lib/system/libsystem_networkextension.dylib
0x00007fff728d5000 /usr/lib/system/libsystem_notify.dylib
0x00007fff728f2000 /usr/lib/system/libsystem_sandbox.dylib
0x00007fff728f6000 /usr/lib/system/libsystem_secinit.dylib
0x00007fff72830000 /usr/lib/system/libsystem_kernel.dylib
0x00007fff728dd000 /usr/lib/system/libsystem_platform.dylib
0x00007fff728e7000 /usr/lib/system/libsystem_pthread.dylib
0x00007fff728f9000 /usr/lib/system/libsystem_symptoms.dylib
0x00007fff72901000 /usr/lib/system/libsystem_trace.dylib
0x00007fff72918000 /usr/lib/system/libunwind.dylib
0x00007fff7291e000 /usr/lib/system/libxpc.dylib
0x00007fff6fda7000 /usr/lib/libbsm.0.dylib
0x00007fff72712000 /usr/lib/system/libkxld.dylib
0x00007fff55ddb000 /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x00007fff6fa2c000 /usr/lib/libOpenScriptingUtil.dylib
0x00007fff7010a000 /usr/lib/libcoretls.dylib
0x00007fff70121000 /usr/lib/libcoretls_cfhelpers.dylib
0x00007fff71dac000 /usr/lib/libpam.2.dylib
0x00007fff71f6f000 /usr/lib/libsqlite3.dylib
0x00007fff723d7000 /usr/lib/libxar.1.dylib
0x00007fff6fdb8000 /usr/lib/libbz2.1.0.dylib
0x00007fff70d34000 /usr/lib/liblzma.5.dylib
0x00007fff7122a000 /usr/lib/libnetwork.dylib
0x00007fff6fc0c000 /usr/lib/libapple_nghttp2.dylib
0x00007fff71db3000 /usr/lib/libpcap.A.dylib
0x00007fff46b41000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x00007fff4681d000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x00007fff46d16000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x00007fff46db9000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x00007fff46e05000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x00007fff4679e000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x00007fff46b4a000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x00007fff46af6000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x00007fff46e74000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x00007fff4b5e7000 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x00007fff64fb2000 /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x00007fff6f428000 /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x00007fff6d43b000 /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x00007fff59af7000 /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x00007fff64a07000 /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x00007fff70e15000 /usr/lib/libmecabra.dylib
0x00007fff438c8000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x00007fff43c33000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x00007fff43cd4000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x00007fff43d27000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x00007fff43d36000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x00007fff43d83000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x00007fff43dbf000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x00007fff6fe47000 /usr/lib/libcompression.dylib
0x00007fff453f6000 /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x00007fff4a3e8000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x00007fff41828000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x00007fff428a4000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x00007fff427ee000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x00007fff42609000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x00007fff41ec9000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x00007fff421b4000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x00007fff4255b000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x00007fff425f5000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x00007fff42571000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x00007fff42141000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x00007fff42577000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x00007fff61004000 /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x00007fff63430000 /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x00007fff6343b000 /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x00007fff5a8e5000 /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x00007fff4ea9b000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x00007fff4a1d0000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x00007fff4a1f1000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x00007fff4a299000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x00007fff4a270000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x00007fff4a3cc000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x00007fff64a30000 /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x00007fff554d6000 /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x00007fff6fa0c000 /usr/lib/libMobileGestalt.dylib
0x00007fff47346000 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x00007fff61e6f000 /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x00007fff5bc14000 /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x00007fff4e0b3000 /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x00007fff6f7f3000 /usr/lib/libFosl_dynamic.dylib
0x00007fff65888000 /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x00007fff439cc000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x00007fff43aec000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x00007fff482d9000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x00007fff485fb000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x00007fff485d1000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x00007fff481ee000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x00007fff481f3000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x00007fff485f8000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x00007fff55f34000 /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x00007fff4eaa6000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x00007fff4ec69000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x00007fff4eaaf000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x00007fff4eabb000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x00007fff4ea98000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x00007fff4eaa1000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x00007fff70799000 /usr/lib/libcups.2.dylib
0x00007fff496e6000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x00007fff47ca4000 /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x00007fff71f03000 /usr/lib/libresolv.9.dylib
0x00007fff70990000 /usr/lib/libiconv.2.dylib
0x00007fff61fcf000 /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x00007fff7095f000 /usr/lib/libheimdal-asn1.dylib
0x00007fff4e129000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x00007fff587f2000 /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x00007fff4e10c000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x00007fff5128e000 /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x00007fff549e7000 /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x00007fff723d3000 /usr/lib/libutil.dylib
0x00007fff6fe35000 /usr/lib/libcharset.1.dylib
0x00007fff561cf000 /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x00007fff5635d000 /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x00007fff56bd0000 /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x00007fff70d64000 /usr/lib/libmecab.1.0.0.dylib
0x00007fff70959000 /usr/lib/libgermantok.dylib
0x00007fff6fbf8000 /usr/lib/libThaiTokenizer.dylib
0x00007fff6f71f000 /usr/lib/libChineseTokenizer.dylib
0x00007fff63b65000 /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x00007fff5950d000 /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x00007fff63c5d000 /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x00007fff63ca5000 /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x00007fff6fe36000 /usr/lib/libcmph.dylib
0x00007fff5134f000 /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x00007fff56b23000 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x00007fff724cd000 /usr/lib/libxslt.1.dylib
0x00007fff44abb000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x00007fff6d6ba000 /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x00007fff6fc4d000 /usr/lib/libate.dylib
0x00007fff5a841000 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x00007fff6a6e6000 /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x00007fff566af000 /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x00007fff55ad3000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x00007fff5a601000 /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x00007fff47384000 /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x00007fff47dee000 /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x00007fff68a13000 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x00007fff64c6c000 /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x00007fff59e24000 /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x00007fff55ee8000 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x00007fff63b37000 /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x00007fff68be0000 /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x00007fff5a7dd000 /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x00007fff45028000 /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x00007fff5aa31000 /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x00007fff5a3b6000 /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x00007fff6cea5000 /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x00007fff6c038000 /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x0000000101c00000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/server/libjvm.dylib
0x0000000101358000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libverify.dylib
0x0000000101364000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libjava.dylib
0x00000001013dc000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libzip.dylib
0x00000001013e4000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libjimage.dylib
0x000000010cbfb000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libnio.dylib
0x000000010cc09000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/./libnet.dylib
0x000000010d083000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libawt.dylib
0x000000010d11d000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/./libmlib_image.dylib
0x00007fff496cf000 /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
0x00007fff496d8000 /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
0x00007fff496e1000 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x00007fff63a4e000 /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
0x00007fff447a4000 /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x00007fff447a5000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x00007fff44ab1000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x00007fff44ab5000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x00007fff44b50000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x00007fff44b8b000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x00007fff44b8d000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x000000010d183000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libawt_lwawt.dylib
0x000000010d230000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/./libosxapp.dylib
0x00007fff4783d000 /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x000000010d2a5000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libfontmanager.dylib
0x000000012245d000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/./libfreetype.dylib
0x00007fff59fbb000 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x00007fff3b34a000 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x00007fff64ad7000 /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x00007fff6c729000 /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x00007fff49a81000 /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x00007fff59093000 /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x00007fff499bd000 /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x00007fff64509000 /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x00007fff46638000 /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x00007fff519e1000 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x00007fff58cbb000 /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x00007fff71f6d000 /usr/lib/libspindump.dylib
0x00007fff562c2000 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x00007fff41811000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x00007fff43b96000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x00007fff3cf2b000 /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
0x00007fff5f95e000 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x00007fff6e6eb000 /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x00007fff4f666000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x00007fff4eaf6000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x00007fff3c9f6000 /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
0x00007fff60ff8000 /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x00007fff4f7fd000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x00007fff4e0aa000 /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x00007fff702c1000 /usr/lib/libcrypto.35.dylib
0x00007fff6d83b000 /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x0000000123fa9000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libjavajpeg.dylib
0x00000001225ba000 /usr/lib/libobjc-trampolines.dylib
0x00000001242a2000 /private/var/folders/6m/8fsb27fd77121hbnhszy054w0000gn/T/jogamp_0000/file_cache/jln2443024191528923113/jln12408838240048851403/natives/macosx-universal/libgluegen-rt.jnilib
0x00000001242a6000 /private/var/folders/6m/8fsb27fd77121hbnhszy054w0000gn/T/jogamp_0000/file_cache/jln2443024191528923113/jln12408838240048851403/natives/macosx-universal/libnativewindow_awt.jnilib
0x00000001242a9000 /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libjawt.dylib
0x00000001242ac000 /private/var/folders/6m/8fsb27fd77121hbnhszy054w0000gn/T/jogamp_0000/file_cache/jln2443024191528923113/jln12408838240048851403/natives/macosx-universal/libnativewindow_macosx.jnilib
0x0000000157748000 /private/var/folders/6m/8fsb27fd77121hbnhszy054w0000gn/T/jogamp_0000/file_cache/jln2443024191528923113/jln12408838240048851403/natives/macosx-universal/libjogl_desktop.jnilib
0x0000000126088000 /private/var/folders/6m/8fsb27fd77121hbnhszy054w0000gn/T/jogamp_0000/file_cache/jln2443024191528923113/jln12408838240048851403/natives/macosx-universal/libjogl_mobile.jnilib


VM Arguments:
jvm_args: -Dfile.encoding=UTF-8
java_command: org.cellmicrocosmos.cm2.Start
java_class_path (initial): /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/jrt-fs.jar:/Users/bjsommer/GIT_Projects/Cm2_2:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/jfree/jcommon-1.0.16.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/jfree/jfreechart-1.0.13.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/jdom/jdom.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/j3d/j3d-org-geom-core.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/jogl/jogamp-fat.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/idw/idw-gpl.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/substance/substance.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/tools/tools.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/j3d/j3dcore_1_7_0.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/j3d/j3dutils_1_7_0.jar:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/j3d/vecmath_1_7_0.jar
Launcher Type: SUN_STANDARD

[Global flags]
     intx CICompilerCount                          = 3                                         {product} {ergonomic}
     uint ConcGCThreads                            = 1                                         {product} {ergonomic}
     uint G1ConcRefinementThreads                  = 4                                         {product} {ergonomic}
   size_t G1HeapRegionSize                         = 1048576                                   {product} {ergonomic}
    uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
   size_t InitialHeapSize                          = 134217728                                 {product} {ergonomic}
   size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
   size_t MaxHeapSize                              = 2147483648                                {product} {ergonomic}
   size_t MaxNewSize                               = 1287651328                                {product} {ergonomic}
   size_t MinHeapDeltaBytes                        = 1048576                                   {product} {ergonomic}
    uintx NonNMethodCodeHeapSize                   = 5830092                                {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 122914074                              {pd product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 122914074                              {pd product} {ergonomic}
    uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
     bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
     bool UseCompressedClassPointers               = true                                 {lp64_product} {ergonomic}
     bool UseCompressedOops                        = true                                 {lp64_product} {ergonomic}
     bool UseG1GC                                  = true                                      {product} {ergonomic}

Logging:
Log output configuration:
 #0: stdout all=warning uptime,level,tags
 #1: stderr all=off uptime,level,tags

Environment Variables:
PATH=/usr/bin:/bin:/usr/sbin:/sbin
SHELL=/bin/bash

Signal Handlers:
SIGSEGV: [libjvm.dylib+0x7525b4], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_ONSTACK|SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.dylib+0x7525b4], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.dylib+0x7525b4], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.dylib+0x602b72], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.dylib+0x602b72], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.dylib+0x7525b4], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR2: [libjvm.dylib+0x603157], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.dylib+0x601bb3], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.dylib+0x601bb3], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.dylib+0x601bb3], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.dylib+0x601bb3], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO


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

OS:uname:Darwin 18.2.0 Darwin Kernel Version 18.2.0: Fri Oct  5 19:41:49 PDT 2018; root:xnu-4903.221.2~2/RELEASE_X86_64 x86_64
rlimit: STACK 8192k, CORE 0k, NPROC 709, NOFILE 10240, AS infinity, DATA infinity, FSIZE infinity
load average:4.36 3.06 2.47

CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 61 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx, fma

Memory: 4k page, physical 8388608k(40632k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (11.0.1+13-LTS) for bsd-amd64 JRE (11.0.1+13-LTS), built on Oct  6 2018 12:16:08 by "mach5one" with gcc 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.2)

END.
</i>


Please also be aware of:
https://appleinsider.com/articles/18/06/28/why-macos-mojave-requires-metal----and-deprecates-opengl
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

gouessej
Administrator
Hey

I still have no access to a machine with OS X 10.14. Thank you for the feedback. Does JOGL crash under OS X 10.14 with Java 1.11 but without Java3D?

We already talked about OpenGL deprecation under OS X:
http://forum.jogamp.org/Mac-OS-X-OpenGL-deprecation-td4039248.html
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

bjoern
Hi Julien!
Thanks for your quick answer. I did a test with your simple example:
https://jogamp.org/wiki/index.php/Rudimentary_standalone_example_using_the_fixed_pipeline_by_Julien_Gouesse
It starts with the following error messages:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/jogl/jogamp-fat.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2018-11-23 01:13:02.302 java[33857:1008088] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
        0   AppKit                              0x00007fff42af1824 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
        1   AppKit                              0x00007fff42aeebd0 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
        2   AppKit                              0x00007fff42aee5fa -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
        3   libnativewindow_macosx.jnilib       0x000000012ca5c3fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
        4   ???                                 0x0000000113f53950 0x0 + 4629805392
)


I see a rotating plane in 3D. It seems to run without problems.

Then, two situations may happen.

1. After closing window, nothing more happens.

2. After closing window, this error message appears in the console:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00000001153f4b80, pid=33864, tid=775
#
# JRE version: Java(TM) SE Runtime Environment (11.0.1+13) (build 11.0.1+13-LTS)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0.1+13-LTS, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C  [libosxapp.dylib+0x2b80]  -[NSApplicationAWT sendEvent:]+0x176
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/bjsommer/GIT_Projects/Cm2_2/hs_err_pid33864.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#


And an Mac OS X error message appears:

Program X quit unexpectedly.

Showing the following dump:

Process:               java [33864]
Path:                  /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/bin/java
Identifier:            net.java.openjdk.cmd
Version:               1.0 (1.0)
Code Type:             X86-64 (Native)
Parent Process:        eclipse [33824]
Responsible:           java [33864]
User ID:               501

Date/Time:             2018-11-23 01:16:35.737 +1100
OS Version:            Mac OS X 10.14.1 (18B75)
Report Version:        12
Anonymous UUID:        DDEC2D50-30FD-8D23-9B19-6C3A66BF9B9C

Sleep/Wake UUID:       DCBFB6CE-AAB7-4D85-82FB-DFBD79A5E93B

Time Awake Since Boot: 210000 seconds
Time Since Wake:       13000 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0:
-->
    __TEXT                 00000001098cf000-00000001098de000 [   60K] r-x/rwx SM=COW  /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/bin/java

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib         0x00007fff72836b86 __pthread_kill + 10
1   libsystem_pthread.dylib       0x00007fff728ecc50 pthread_kill + 285
2   libsystem_c.dylib             0x00007fff727a01c9 abort + 127
3   libjvm.dylib                   0x0000000109ef913c os::abort(bool, void*, void const*) + 22
4   libjvm.dylib                   0x000000010a049c42 VMError::report_and_die(int, char const*, char const*, __va_list_tag*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned long) + 2786
5   libjvm.dylib                   0x000000010a04913a VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*, char const*, ...) + 152
6   libjvm.dylib                   0x000000010a049c8f VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*) + 33
7   libjvm.dylib                   0x0000000109efd059 JVM_handle_bsd_signal + 774
8   libjvm.dylib                   0x0000000109efab9f signalHandler(int, __siginfo*, void*) + 45
9   libsystem_platform.dylib       0x00007fff728e1b3d _sigtramp + 29
10  ???                           000000000000000000 0 + 0
11  com.apple.AppKit               0x00007fff42a68cf1 -[NSApplication run] + 755
12  libosxapp.dylib               0x00000001153f483b +[NSApplicationAWT runAWTLoopWithApp:] + 222
13  libawt_lwawt.dylib             0x000000011537d3b1 +[AWTStarter starter:headless:] + 834
14  JavaNativeFoundation           0x00007fff496d5f3c +[JNFRunLoop _performCopiedBlock:] + 17
15  com.apple.Foundation           0x00007fff47916abb __NSThreadPerformPerform + 327
16  com.apple.CoreFoundation       0x00007fff45538155 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
17  com.apple.CoreFoundation       0x00007fff455380fb __CFRunLoopDoSource0 + 108
18  com.apple.CoreFoundation       0x00007fff4551bb95 __CFRunLoopDoSources0 + 195
19  com.apple.CoreFoundation       0x00007fff4551b13e __CFRunLoopRun + 1219
20  com.apple.CoreFoundation       0x00007fff4551aa28 CFRunLoopRunSpecific + 463
21  java                           0x00000001098d53a5 CreateExecutionEnvironment + 400
22  java                           0x00000001098d1523 JLI_Launch + 1311
23  java                           0x00000001098d04dd main + 365
24  libdyld.dylib                 0x00007fff726f808d start + 1

Thread 1:
0   libsystem_kernel.dylib         0x00007fff7283336a __ulock_wait + 10
1   libsystem_pthread.dylib       0x00007fff728ee70a _pthread_join + 356
2   java                           0x00000001098d5ab9 ContinueInNewThread0 + 142
3   java                           0x00000001098d4786 ContinueInNewThread + 170
4   java                           0x00000001098d2933 JLI_Launch + 6447
5   java                           0x00000001098d04dd main + 365
6   java                           0x00000001098d612a apple_main + 84
7   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
8   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
9   libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 2:
0   libsystem_pthread.dylib       0x00007fff728e9428 start_wqthread + 0
1   ???                           0x0000000054485244 0 + 1414025796

Thread 3:
0   libsystem_pthread.dylib       0x00007fff728e9428 start_wqthread + 0
1   ???                           0x0000000054485244 0 + 1414025796

Thread 4:
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ed3f2e Monitor::IWait(Thread*, long) + 140
4   libjvm.dylib                   0x0000000109ed4428 Monitor::wait(bool, long, bool) + 246
5   libjvm.dylib                   0x0000000109ffc8bb Threads::destroy_vm() + 69
6   libjvm.dylib                   0x0000000109cf2b18 jni_DestroyJavaVM + 205
7   java                           0x00000001098d3759 JavaMain + 2580
8   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
9   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
10  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 5:: Java: GC Thread#0
0   libsystem_kernel.dylib         0x00007fff72830c66 semaphore_wait_trap + 10
1   libjvm.dylib                   0x0000000109f6c306 OSXSemaphore::wait() + 16
2   libjvm.dylib                   0x000000010a070928 SemaphoreGangTaskDispatcher::worker_wait_for_task() + 22
3   libjvm.dylib                   0x000000010a0703ef GangWorker::loop() + 39
4   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
5   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
6   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
7   libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 6:: Java: G1 Main Marker
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ed3f2e Monitor::IWait(Thread*, long) + 140
4   libjvm.dylib                   0x0000000109ed43a7 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                   0x0000000109c0cf8a G1ConcurrentMarkThread::sleep_before_next_cycle() + 64
6   libjvm.dylib                   0x0000000109c0c90b G1ConcurrentMarkThread::run_service() + 167
7   libjvm.dylib                   0x0000000109b40552 ConcurrentGCThread::run() + 34
8   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
9   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
10  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
11  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 7:: Java: G1 Conc#0
0   libsystem_kernel.dylib         0x00007fff72830c66 semaphore_wait_trap + 10
1   libjvm.dylib                   0x0000000109f6c306 OSXSemaphore::wait() + 16
2   libjvm.dylib                   0x000000010a070928 SemaphoreGangTaskDispatcher::worker_wait_for_task() + 22
3   libjvm.dylib                   0x000000010a0703ef GangWorker::loop() + 39
4   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
5   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
6   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
7   libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 8:: Java: G1 Refine#0
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ed3f2e Monitor::IWait(Thread*, long) + 140
4   libjvm.dylib                   0x0000000109ed43a7 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                   0x0000000109c0e337 G1ConcurrentRefineThread::wait_for_completed_buffers() + 95
6   libjvm.dylib                   0x0000000109c0e475 G1ConcurrentRefineThread::run_service() + 65
7   libjvm.dylib                   0x0000000109b40552 ConcurrentGCThread::run() + 34
8   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
9   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
10  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
11  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 9:: Java: G1 Young RemSet Sampling
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109effc3f os::PlatformEvent::park(long) + 193
3   libjvm.dylib                   0x0000000109ed3f22 Monitor::IWait(Thread*, long) + 128
4   libjvm.dylib                   0x0000000109ed43a7 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                   0x0000000109c3d1ad G1YoungRemSetSamplingThread::sleep_before_next_cycle() + 59
6   libjvm.dylib                   0x0000000109c3d1fb G1YoungRemSetSamplingThread::run_service() + 65
7   libjvm.dylib                   0x0000000109b40552 ConcurrentGCThread::run() + 34
8   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
9   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
10  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
11  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 10:: Java: VM Thread
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109effc3f os::PlatformEvent::park(long) + 193
3   libjvm.dylib                   0x0000000109ed3f22 Monitor::IWait(Thread*, long) + 128
4   libjvm.dylib                   0x0000000109ed43a7 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                   0x000000010a051f65 VMThread::loop() + 901
6   libjvm.dylib                   0x000000010a051af2 VMThread::run() + 118
7   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
8   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
9   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
10  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 11:: Java: Reference Handler
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ed3f2e Monitor::IWait(Thread*, long) + 140
4   libjvm.dylib                   0x0000000109ed4464 Monitor::wait(bool, long, bool) + 306
5   libjvm.dylib                   0x0000000109d247eb JVM_WaitForReferencePendingList + 203
6   ???                           0x00000001159c1950 0 + 4657518928
7   ???                           0x00000001159bbca7 0 + 4657495207
8   ???                           0x00000001159bbca7 0 + 4657495207
9   ???                           0x00000001159b2849 0 + 4657457225
10  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
11  libjvm.dylib                   0x0000000109c9e95c JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 238
12  libjvm.dylib                   0x0000000109c9ea18 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 98
13  libjvm.dylib                   0x0000000109d22620 thread_entry(JavaThread*, Thread*) + 120
14  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
15  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
16  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
17  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
18  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
19  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 12:: Java: Finalizer
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ee779b ObjectMonitor::wait(long, bool, Thread*) + 737
4   libjvm.dylib                   0x0000000109fcda40 ObjectSynchronizer::wait(Handle, long, Thread*) + 248
5   libjvm.dylib                   0x0000000109d16728 JVM_MonitorWait + 293
6   ???                           0x00000001159c1950 0 + 4657518928
7   ???                           0x00000001159bbca7 0 + 4657495207
8   ???                           0x00000001159bba00 0 + 4657494528
9   ???                           0x00000001159bba00 0 + 4657494528
10  ???                           0x00000001159b2849 0 + 4657457225
11  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
12  libjvm.dylib                   0x0000000109c9e95c JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 238
13  libjvm.dylib                   0x0000000109c9ea18 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 98
14  libjvm.dylib                   0x0000000109d22620 thread_entry(JavaThread*, Thread*) + 120
15  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
16  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
17  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
18  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
19  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
20  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 13:: Java: Signal Dispatcher
0   libsystem_kernel.dylib         0x00007fff72830c66 semaphore_wait_trap + 10
1   libjvm.dylib                   0x0000000109f6c306 OSXSemaphore::wait() + 16
2   libjvm.dylib                   0x0000000109ef9d1d os::signal_wait() + 147
3   libjvm.dylib                   0x0000000109ef4830 signal_thread_entry(JavaThread*, Thread*) + 57
4   libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
5   libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
6   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
7   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
8   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
9   libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 14:: Java: C2 CompilerThread0
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109effc3f os::PlatformEvent::park(long) + 193
3   libjvm.dylib                   0x0000000109ed3f22 Monitor::IWait(Thread*, long) + 128
4   libjvm.dylib                   0x0000000109ed4464 Monitor::wait(bool, long, bool) + 306
5   libjvm.dylib                   0x0000000109b2f7d7 CompileQueue::get() + 383
6   libjvm.dylib                   0x0000000109b32283 CompileBroker::compiler_thread_loop() + 275
7   libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
8   libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
9   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
10  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
11  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
12  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 15:: Java: C1 CompilerThread0
0   libjvm.dylib                   0x0000000109b6cb25 DebugInformationRecorder::serialize_scope_values(GrowableArray<ScopeValue*>*) + 29
1   libjvm.dylib                   0x0000000109b6ce43 DebugInformationRecorder::create_scope_values(GrowableArray<ScopeValue*>*) + 9
2   libjvm.dylib                   0x0000000109a5cc32 IRScopeDebugInfo::record_debug_info(DebugInformationRecorder*, int, bool, bool) + 74
3   libjvm.dylib                   0x0000000109a5cc22 IRScopeDebugInfo::record_debug_info(DebugInformationRecorder*, int, bool, bool) + 58
4   libjvm.dylib                   0x0000000109a5cc22 IRScopeDebugInfo::record_debug_info(DebugInformationRecorder*, int, bool, bool) + 58
5   libjvm.dylib                   0x0000000109a5cbce CodeEmitInfo::record_debug_info(DebugInformationRecorder*, int) + 66
6   libjvm.dylib                   0x0000000109a659e9 LIR_Assembler::add_call_info(int, CodeEmitInfo*) + 71
7   libjvm.dylib                   0x0000000109a70736 LIR_Assembler::call(LIR_OpJavaCall*, relocInfo::relocType) + 132
8   libjvm.dylib                   0x0000000109a65d61 LIR_Assembler::emit_call(LIR_OpJavaCall*) + 175
9   libjvm.dylib                   0x0000000109a6576f LIR_Assembler::emit_lir_list(LIR_List*) + 105
10  libjvm.dylib                   0x0000000109a657cb LIR_Assembler::emit_code(BlockList*) + 43
11  libjvm.dylib                   0x0000000109a46711 Compilation::emit_code_body() + 345
12  libjvm.dylib                   0x0000000109a46a8f Compilation::compile_java_method() + 267
13  libjvm.dylib                   0x0000000109a46c3b Compilation::compile_method() + 113
14  libjvm.dylib                   0x0000000109a46e60 Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*, DirectiveSet*) + 384
15  libjvm.dylib                   0x0000000109a48285 Compiler::compile_method(ciEnv*, ciMethod*, int, DirectiveSet*) + 97
16  libjvm.dylib                   0x0000000109b32a02 CompileBroker::invoke_compiler_on_method(CompileTask*) + 1400
17  libjvm.dylib                   0x0000000109b32328 CompileBroker::compiler_thread_loop() + 440
18  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
19  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
20  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
21  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
22  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
23  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 16:: Java: Sweeper thread
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109effc3f os::PlatformEvent::park(long) + 193
3   libjvm.dylib                   0x0000000109ed3f22 Monitor::IWait(Thread*, long) + 128
4   libjvm.dylib                   0x0000000109ed43a7 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                   0x0000000109fc9878 NMethodSweeper::sweeper_loop() + 90
6   libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
7   libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
8   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
9   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
10  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
11  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 17:: Java: Service Thread
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ed3f2e Monitor::IWait(Thread*, long) + 140
4   libjvm.dylib                   0x0000000109ed43a7 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                   0x0000000109f6cf14 ServiceThread::service_thread_entry(JavaThread*, Thread*) + 188
6   libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
7   libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
8   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
9   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
10  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
11  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 18:: Java: VM Periodic Task Thread
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109effc3f os::PlatformEvent::park(long) + 193
3   libjvm.dylib                   0x0000000109ed3f22 Monitor::IWait(Thread*, long) + 128
4   libjvm.dylib                   0x0000000109ed43a7 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                   0x0000000109ff73bd WatcherThread::sleep() const + 129
6   libjvm.dylib                   0x0000000109ff7491 WatcherThread::run() + 89
7   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
8   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
9   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
10  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 19:: Java: Common-Cleaner
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109effc3f os::PlatformEvent::park(long) + 193
3   libjvm.dylib                   0x0000000109ee773e ObjectMonitor::wait(long, bool, Thread*) + 644
4   libjvm.dylib                   0x0000000109fcda40 ObjectSynchronizer::wait(Handle, long, Thread*) + 248
5   libjvm.dylib                   0x0000000109d16728 JVM_MonitorWait + 293
6   ???                           0x00000001159c1950 0 + 4657518928
7   ???                           0x00000001159bbca7 0 + 4657495207
8   ???                           0x00000001159bba00 0 + 4657494528
9   ???                           0x00000001159bbcec 0 + 4657495276
10  ???                           0x00000001159bbca7 0 + 4657495207
11  ???                           0x00000001159b2849 0 + 4657457225
12  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
13  libjvm.dylib                   0x0000000109c9e95c JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 238
14  libjvm.dylib                   0x0000000109c9ea18 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 98
15  libjvm.dylib                   0x0000000109d22620 thread_entry(JavaThread*, Thread*) + 120
16  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
17  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
18  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
19  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
20  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
21  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 20:: Java: AWT-Shutdown
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ee779b ObjectMonitor::wait(long, bool, Thread*) + 737
4   libjvm.dylib                   0x0000000109fcda40 ObjectSynchronizer::wait(Handle, long, Thread*) + 248
5   libjvm.dylib                   0x0000000109d16728 JVM_MonitorWait + 293
6   ???                           0x000000011d4dbb7b 0 + 4786600827
7   ???                           0x000000011616db3c 0 + 4665563964
8   ???                           0x00000001159bbcec 0 + 4657495276
9   ???                           0x00000001159b2849 0 + 4657457225
10  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
11  libjvm.dylib                   0x0000000109c9e95c JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 238
12  libjvm.dylib                   0x0000000109c9ea18 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 98
13  libjvm.dylib                   0x0000000109d22620 thread_entry(JavaThread*, Thread*) + 120
14  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
15  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
16  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
17  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
18  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
19  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 21:
0   libsystem_pthread.dylib       0x00007fff728e9428 start_wqthread + 0
1   ???                           0x0000000054485244 0 + 1414025796

Thread 22:
0   libsystem_pthread.dylib       0x00007fff728e9428 start_wqthread + 0
1   ???                           0x0000000054485244 0 + 1414025796

Thread 23:
0   libsystem_pthread.dylib       0x00007fff728e9428 start_wqthread + 0
1   ???                           0x0000000054485244 0 + 1414025796

Thread 24:: com.apple.NSEventThread
0   libsystem_kernel.dylib         0x00007fff72830c2a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff72831174 mach_msg + 60
2   com.apple.CoreFoundation       0x00007fff4551bda2 __CFRunLoopServiceMachPort + 337
3   com.apple.CoreFoundation       0x00007fff4551b2f1 __CFRunLoopRun + 1654
4   com.apple.CoreFoundation       0x00007fff4551aa28 CFRunLoopRunSpecific + 463
5   com.apple.AppKit               0x00007fff42a78add _NSEventThread + 160
6   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
7   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
8   libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 25:: Java: Java2D Queue Flusher
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109effc3f os::PlatformEvent::park(long) + 193
3   libjvm.dylib                   0x0000000109ee773e ObjectMonitor::wait(long, bool, Thread*) + 644
4   libjvm.dylib                   0x0000000109fcda40 ObjectSynchronizer::wait(Handle, long, Thread*) + 248
5   libjvm.dylib                   0x0000000109d16728 JVM_MonitorWait + 293
6   ???                           0x000000011d4dbb7b 0 + 4786600827
7   ???                           0x00000001159bbca7 0 + 4657495207
8   ???                           0x00000001159bbcec 0 + 4657495276
9   ???                           0x00000001159b2849 0 + 4657457225
10  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
11  libjvm.dylib                   0x0000000109c9e95c JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 238
12  libjvm.dylib                   0x0000000109c9ea18 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 98
13  libjvm.dylib                   0x0000000109d22620 thread_entry(JavaThread*, Thread*) + 120
14  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
15  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
16  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
17  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
18  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
19  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 26:: Java: Java2D Disposer
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ee779b ObjectMonitor::wait(long, bool, Thread*) + 737
4   libjvm.dylib                   0x0000000109fcda40 ObjectSynchronizer::wait(Handle, long, Thread*) + 248
5   libjvm.dylib                   0x0000000109d16728 JVM_MonitorWait + 293
6   ???                           0x00000001159c1950 0 + 4657518928
7   ???                           0x00000001159bbca7 0 + 4657495207
8   ???                           0x00000001159bba00 0 + 4657494528
9   ???                           0x00000001159bba00 0 + 4657494528
10  ???                           0x00000001159bbcec 0 + 4657495276
11  ???                           0x00000001159b2849 0 + 4657457225
12  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
13  libjvm.dylib                   0x0000000109c9e95c JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 238
14  libjvm.dylib                   0x0000000109c9ea18 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 98
15  libjvm.dylib                   0x0000000109d22620 thread_entry(JavaThread*, Thread*) + 120
16  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
17  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
18  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
19  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
20  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
21  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 27:: Java: AWT-EventQueue-0
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ee779b ObjectMonitor::wait(long, bool, Thread*) + 737
4   libjvm.dylib                   0x0000000109fcda40 ObjectSynchronizer::wait(Handle, long, Thread*) + 248
5   libjvm.dylib                   0x0000000109d16728 JVM_MonitorWait + 293
6   ???                           0x000000011d4dbb7b 0 + 4786600827
7   ???                           0x00000001159bbca7 0 + 4657495207
8   ???                           0x00000001159bbca7 0 + 4657495207
9   ???                           0x00000001159bbca7 0 + 4657495207
10  ???                           0x00000001159bbca7 0 + 4657495207
11  ???                           0x00000001159bbcec 0 + 4657495276
12  ???                           0x00000001159bbca7 0 + 4657495207
13  ???                           0x00000001159bbca7 0 + 4657495207
14  ???                           0x00000001159bbca7 0 + 4657495207
15  ???                           0x00000001159bbca7 0 + 4657495207
16  ???                           0x00000001159bbcec 0 + 4657495276
17  ???                           0x00000001159bbcec 0 + 4657495276
18  ???                           0x00000001159bbca7 0 + 4657495207
19  ???                           0x00000001159bbca7 0 + 4657495207
20  ???                           0x00000001159bbca7 0 + 4657495207
21  ???                           0x00000001159bbca7 0 + 4657495207
22  ???                           0x0000000116195fac 0 + 4665728940
23  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
24  libjvm.dylib                   0x0000000109d19bc7 JVM_DoPrivileged + 1746
25  ???                           0x000000011d4dd428 0 + 4786607144
26  ???                           0x000000011616fbcc 0 + 4665572300
27  ???                           0x00000001159bbae2 0 + 4657494754
28  ???                           0x00000001159bba00 0 + 4657494528
29  ???                           0x00000001159b2849 0 + 4657457225
30  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
31  libjvm.dylib                   0x0000000109d19bc7 JVM_DoPrivileged + 1746
32  ???                           0x000000011d4dd428 0 + 4786607144
33  ???                           0x000000011619d164 0 + 4665758052
34  ???                           0x00000001159bbca7 0 + 4657495207
35  ???                           0x00000001159bbca7 0 + 4657495207
36  ???                           0x00000001159bbca7 0 + 4657495207
37  ???                           0x00000001159bbca7 0 + 4657495207
38  ???                           0x00000001159b2849 0 + 4657457225
39  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
40  libjvm.dylib                   0x0000000109c9e95c JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 238
41  libjvm.dylib                   0x0000000109c9ea18 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 98
42  libjvm.dylib                   0x0000000109d22620 thread_entry(JavaThread*, Thread*) + 120
43  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
44  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
45  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
46  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
47  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
48  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 28:: Java: GC Thread#1
0   libsystem_kernel.dylib         0x00007fff72830c66 semaphore_wait_trap + 10
1   libjvm.dylib                   0x0000000109f6c306 OSXSemaphore::wait() + 16
2   libjvm.dylib                   0x000000010a070928 SemaphoreGangTaskDispatcher::worker_wait_for_task() + 22
3   libjvm.dylib                   0x000000010a0703ef GangWorker::loop() + 39
4   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
5   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
6   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
7   libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 29:: Java: GC Thread#2
0   libsystem_kernel.dylib         0x00007fff72830c66 semaphore_wait_trap + 10
1   libjvm.dylib                   0x0000000109f6c306 OSXSemaphore::wait() + 16
2   libjvm.dylib                   0x000000010a070928 SemaphoreGangTaskDispatcher::worker_wait_for_task() + 22
3   libjvm.dylib                   0x000000010a0703ef GangWorker::loop() + 39
4   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
5   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
6   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
7   libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 30:: Java: GC Thread#3
0   libsystem_kernel.dylib         0x00007fff72830c66 semaphore_wait_trap + 10
1   libjvm.dylib                   0x0000000109f6c306 OSXSemaphore::wait() + 16
2   libjvm.dylib                   0x000000010a070928 SemaphoreGangTaskDispatcher::worker_wait_for_task() + 22
3   libjvm.dylib                   0x000000010a0703ef GangWorker::loop() + 39
4   libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
5   libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
6   libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
7   libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 31:: Java: main-AWTAnimator#00
0   libsystem_kernel.dylib         0x00007fff728341b2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff728ed5cb _pthread_cond_wait + 724
2   libjvm.dylib                   0x0000000109f00e72 os::PlatformEvent::park() + 126
3   libjvm.dylib                   0x0000000109ee779b ObjectMonitor::wait(long, bool, Thread*) + 737
4   libjvm.dylib                   0x0000000109fcda40 ObjectSynchronizer::wait(Handle, long, Thread*) + 248
5   libjvm.dylib                   0x0000000109d16728 JVM_MonitorWait + 293
6   ???                           0x000000011d4dbb7b 0 + 4786600827
7   ???                           0x00000001161f3994 0 + 4666112404
8   ???                           0x00000001159bbcec 0 + 4657495276
9   ???                           0x00000001159b2849 0 + 4657457225
10  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
11  libjvm.dylib                   0x0000000109c9e95c JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 238
12  libjvm.dylib                   0x0000000109c9ea18 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 98
13  libjvm.dylib                   0x0000000109d22620 thread_entry(JavaThread*, Thread*) + 120
14  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
15  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
16  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
17  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
18  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
19  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 32:: Java: NativeWindowFactory_ShutdownHook
0   libjvm.dylib                   0x0000000109fcbd76 SymbolTable::lookup_dynamic(int, char const*, int, unsigned int) + 76
1   libjvm.dylib                   0x0000000109fcbf90 SymbolTable::lookup(int, char const*, int, unsigned int) + 118
2   libjvm.dylib                   0x0000000109fcc21e SymbolTable::lookup(Symbol const*, int, int, Thread*) + 100
3   libjvm.dylib                   0x0000000109f851de SignatureStream::as_symbol(Thread*) + 66
4   libjvm.dylib                   0x0000000109fd3aa9 SystemDictionary::check_signature_loaders(Symbol*, Handle, Handle, bool, Thread*) + 115
5   libjvm.dylib                   0x0000000109df5f08 LinkResolver::check_method_loader_constraints(LinkInfo const&, methodHandle const&, char const*, Thread*) + 200
6   libjvm.dylib                   0x0000000109df587e LinkResolver::resolve_method(LinkInfo const&, Bytecodes::Code, Thread*) + 768
7   libjvm.dylib                   0x0000000109df5567 LinkResolver::resolve_method_statically(Bytecodes::Code, constantPoolHandle const&, int, Thread*) + 395
8   libjvm.dylib                   0x0000000109a39af5 Bytecode_invoke::static_target(Thread*) + 141
9   libjvm.dylib                   0x0000000109f70477 SharedRuntime::find_callee_info_helper(JavaThread*, vframeStream&, Bytecodes::Code&, CallInfo&, Thread*) + 777
10  libjvm.dylib                   0x0000000109f7085c SharedRuntime::find_callee_method(JavaThread*, Thread*) + 648
11  libjvm.dylib                   0x0000000109f713fd SharedRuntime::reresolve_call_site(JavaThread*, Thread*) + 531
12  libjvm.dylib                   0x0000000109f6e15c SharedRuntime::handle_wrong_method(JavaThread*) + 164
13  ???                           0x00000001159b9e00 0 + 4657487360
14  ???                           0x00000001161518fc 0 + 4665448700
15  ???                           0x00000001159bba00 0 + 4657494528
16  ???                           0x00000001159bba00 0 + 4657494528
17  ???                           0x00000001159b2849 0 + 4657457225
18  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
19  libjvm.dylib                   0x0000000109c87a69 InstanceKlass::call_class_initializer(Thread*) + 415
20  libjvm.dylib                   0x0000000109c873c1 InstanceKlass::initialize_impl(Thread*) + 1183
21  libjvm.dylib                   0x0000000109df6b09 LinkResolver::resolve_static_call(CallInfo&, LinkInfo const&, bool, Thread*) + 107
22  libjvm.dylib                   0x0000000109df85a1 LinkResolver::resolve_invokestatic(CallInfo&, constantPoolHandle const&, int, Thread*) + 53
23  libjvm.dylib                   0x0000000109c9a12d InterpreterRuntime::resolve_invoke(JavaThread*, Bytecodes::Code) + 555
24  libjvm.dylib                   0x0000000109c9a74d InterpreterRuntime::resolve_from_cache(JavaThread*, Bytecodes::Code) + 55
25  ???                           0x00000001159cfe2c 0 + 4657577516
26  ???                           0x00000001159bbca7 0 + 4657495207
27  ???                           0x00000001159bbca7 0 + 4657495207
28  ???                           0x00000001159bbca7 0 + 4657495207
29  ???                           0x00000001159bbcec 0 + 4657495276
30  ???                           0x00000001159bbca7 0 + 4657495207
31  ???                           0x00000001159bbcec 0 + 4657495276
32  ???                           0x00000001159b2849 0 + 4657457225
33  libjvm.dylib                   0x0000000109c9f512 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 538
34  libjvm.dylib                   0x0000000109c9e95c JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 238
35  libjvm.dylib                   0x0000000109c9ea18 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 98
36  libjvm.dylib                   0x0000000109d22620 thread_entry(JavaThread*, Thread*) + 120
37  libjvm.dylib                   0x0000000109ff8342 JavaThread::thread_main_inner() + 130
38  libjvm.dylib                   0x0000000109ff818d JavaThread::run() + 427
39  libjvm.dylib                   0x0000000109ef8ad3 thread_native_entry(Thread*) + 309
40  libsystem_pthread.dylib       0x00007fff728ea339 _pthread_body + 126
41  libsystem_pthread.dylib       0x00007fff728ed2a7 _pthread_start + 70
42  libsystem_pthread.dylib       0x00007fff728e9445 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00000001159875c0  rcx: 0x00007ffee632d9e8  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee632da20  rsp: 0x00007ffee632d9e8
   r8: 0x00000000000130a8   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x0000000000000307  r13: 0x00007ffee632dcf0  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff72836b86  rfl: 0x0000000000000206  cr2: 0x00007fffa5502188
 
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x1098cf000 -        0x1098ddff7 +java (1.0 - 1.0) <2E616A30-AA02-3BC8-81F1-F182EB87E413> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/bin/java
       0x1098f8000 -        0x10a13eff3 +libjvm.dylib (0) <78EF7A27-01ED-360D-B6CE-11B6EFF44A6B> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/server/libjvm.dylib
       0x10a676000 -        0x10a67dff3 +libverify.dylib (0) <0ACDF274-264F-3354-BB4E-85853B826B0B> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libverify.dylib
       0x10a682000 -        0x10a69efff +libjava.dylib (0) <795E7E07-D807-3C00-8F13-0B3F17A33572> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libjava.dylib
       0x10a6fa000 -        0x10a6feff7 +libzip.dylib (0) <3E69AEEC-9374-3E3A-AAFD-3FEE7058BAE4> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libzip.dylib
       0x10a702000 -        0x10a704fff +libjimage.dylib (0) <DEA977EF-B8E9-3F1F-93C0-B86D5BFA4483> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libjimage.dylib
       0x11519b000 -        0x1151a1fff +libnio.dylib (0) <E9F6F132-52DC-31F8-8FC2-CDBAF79B2B07> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libnio.dylib
       0x1151a9000 -        0x1151b5ff7 +libnet.dylib (0) <BFB87A05-9FE1-3964-A023-D31C37CC6514> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libnet.dylib
       0x115245000 -        0x11529fff7 +libawt.dylib (0) <D3BA0C32-A6A7-32EE-B9DC-9DA16D339BFA> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libawt.dylib
       0x1152df000 -        0x11533fff7 +libmlib_image.dylib (0) <60D36220-D1C6-39A1-A41E-B5822BE48B71> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libmlib_image.dylib
       0x115345000 -        0x1153a8ffb +libawt_lwawt.dylib (0) <07402D46-4411-3ACE-BA0B-2079998CF07F> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libawt_lwawt.dylib
       0x1153f2000 -        0x1153f7fff +libosxapp.dylib (0) <5EC650C8-F960-3A20-BFED-0904DECC4DDF> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libosxapp.dylib
       0x1157c4000 -        0x1157c5ff7 +libgluegen-rt.jnilib (0) <5AE55686-5FA6-3C16-9A53-7CCAC93BCAE9> /var/folders/*/libgluegen-rt.jnilib
       0x1157c8000 -        0x11583cfff +libfontmanager.dylib (0) <9FB9926F-15BE-3E1B-89CC-DFE82857450E> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libfontmanager.dylib
       0x1158d1000 -        0x11594f6a7  dyld (635.2) <1780094A-8FE2-3EAA-B4A3-C4CF14BC5196> /usr/lib/dyld
       0x12a9b2000 -        0x12aa17ff3 +libfreetype.dylib (0) <2303AC83-6883-3B4F-894D-08077FDA6EC8> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libfreetype.dylib
       0x12d7a8000 -        0x12d7a8fff +libnativewindow_awt.jnilib (0) <136BD222-ECCD-3BDC-BB2A-2A56FAAEED69> /var/folders/*/libnativewindow_awt.jnilib
       0x12d7ab000 -        0x12d7abfff +libjawt.dylib (0) <0A735E46-0752-39B4-A2E2-854128E7428C> /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home/lib/libjawt.dylib
       0x12f78c000 -        0x12f792ff7 +libnativewindow_macosx.jnilib (0) <8E1C4B24-8D5D-3DAC-8EAC-747CBBC08858> /var/folders/*/libnativewindow_macosx.jnilib
       0x12fc61000 -        0x12fcfaff7 +libjogl_desktop.jnilib (0) <9B405BB2-CDBD-3901-8FDA-A04D8385604C> /var/folders/*/libjogl_desktop.jnilib
       0x12fd35000 -        0x12fd81ff7 +libjogl_mobile.jnilib (0) <30E7B445-0764-36FE-8766-E8336042E3F4> /var/folders/*/libjogl_mobile.jnilib
       0x12fd9d000 -        0x12fda0047  libobjc-trampolines.dylib (750.1) <EAFE392F-7BD6-3988-9C6F-DFD359AE0AD3> /usr/lib/libobjc-trampolines.dylib
    0x7fff3b34a000 -     0x7fff3b6c3fff  com.apple.RawCamera.bundle (8.11.0 - 1031.1.3) <FE033C75-0F5C-3F38-8A11-36A32E9D3F47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff3c9f6000 -     0x7fff3cf2aff7  com.apple.driver.AppleIntelBDWGraphicsGLDriver (12.2.17 - 12.0.2) <826D57DE-57D7-3F5E-A507-0CCBAF8C3265> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
    0x7fff3cf2b000 -     0x7fff3d029ff7  com.apple.driver.AppleIntelBDWGraphicsMTLDriver (12.2.17 - 12.0.2) <183DC72A-1579-398A-BFEF-24842036E4DE> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
    0x7fff41810000 -     0x7fff41810fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <A09CB6D5-3F8A-3E05-B0EB-63878296A059> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff41811000 -     0x7fff41827fef  libCGInterfaces.dylib (506.19.1) <8A894DB4-A48B-31A0-9316-DC41061D9549> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff41828000 -     0x7fff41ec8fe3  com.apple.vImage (8.1 - ???) <DB23E2A0-EA06-3073-AA7E-2873556714A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff41ec9000 -     0x7fff42140fd7  libBLAS.dylib (1243.200.4) <76710990-AE2B-300E-88BB-797ABAD74956> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff42141000 -     0x7fff421b3fe7  libBNNS.dylib (38.200.5) <5F3A4021-8FF8-30E8-B84A-AA2BD70F4151> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff421b4000 -     0x7fff4255afff  libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff4255b000 -     0x7fff42570ffb  libLinearAlgebra.dylib (1243.200.4) <E923DA33-B142-3A73-A80A-642878D19099> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff42571000 -     0x7fff42576ff3  libQuadrature.dylib (3.200.2) <6FFAC142-415D-3AF0-BC09-336302F11934> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff42577000 -     0x7fff425f4ffb  libSparse.dylib (79.200.5) <0D7E71A4-10D2-3979-B386-D2426ADAF6D7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff425f5000 -     0x7fff42608ffb  libSparseBLAS.dylib (1243.200.4) <00D6FC17-B739-3259-90A4-92AC8BBE03D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff42609000 -     0x7fff427edff3  libvDSP.dylib (671.220.1) <2F576522-08B1-3C65-8F00-3427E938ADDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff427ee000 -     0x7fff428a3ff3  libvMisc.dylib (671.220.1) <29F59097-A256-38E9-9D55-BF56E9139CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff428a4000 -     0x7fff428a4fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <221E4FEF-0431-3316-8281-22B6F8315A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff42a55000 -     0x7fff43875ff3  com.apple.AppKit (6.9 - 1671.10.106) <179A5F4A-6467-31BD-93F2-CC27E046221E> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff438c7000 -     0x7fff438c7fff  com.apple.ApplicationServices (50.1 - 50.1) <470C0943-30AD-3BA2-AFCE-EB7DD26E1709> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff438c8000 -     0x7fff43933ff7  com.apple.ApplicationServices.ATS (377 - 453.11) <7599E619-EE21-3EB7-875B-AE3B8D3E13BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff439cc000 -     0x7fff43aebfff  libFontParser.dylib (228.6) <E800074F-62CF-340A-A5A7-B8BE5B560045> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff43aec000 -     0x7fff43b37fff  libFontRegistry.dylib (228.12) <480D472D-C8FB-321D-86EC-2EA6927A97AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff43b96000 -     0x7fff43bc9ff7  libTrueTypeScaler.dylib (228.6) <D23BFDE4-8664-335A-B43B-A13A8EF29E40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff43c33000 -     0x7fff43c37ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <90641B6B-D07B-3577-B594-965825544B60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff43cd4000 -     0x7fff43d26ff3  com.apple.HIServices (1.22 - 627.14.2) <01F309D6-32E7-3C4F-A38B-8206EE3076CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff43d27000 -     0x7fff43d35ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <67BC5855-B7A3-39E6-B5DD-52B287EB1532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff43d36000 -     0x7fff43d82fff  com.apple.print.framework.PrintCore (14.0 - 503.7) <C13BC56A-65F4-35B1-9E33-51FE6F3B06FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff43d83000 -     0x7fff43dbeff7  com.apple.QD (3.12 - 407.2) <94A30038-C545-327A-B1C0-E19C79D62BAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff43dbf000 -     0x7fff43dcbff7  com.apple.speech.synthesis.framework (8.1.0 - 8.1.0) <823830AC-62A6-36CC-A659-6BC10F2AC6F5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff43dcc000 -     0x7fff44068ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <F56518BA-B21B-32D8-B077-40A989815F46> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff4406a000 -     0x7fff4406afff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <B0F229C4-E8AF-3EB3-8241-7576A115D69F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff443ce000 -     0x7fff4478fff7  com.apple.CFNetwork (975.0.3 - 975.0.3) <99BD4FA0-8BD3-35E5-8FB1-C757D439716C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff447a4000 -     0x7fff447a4fff  com.apple.Carbon (158 - 158) <BF1EC28F-CBA8-3B2F-B9FA-E583BC2D6C1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff447a5000 -     0x7fff447a8ffb  com.apple.CommonPanels (1.2.6 - 98) <F1E1C47B-FD1A-30A4-B41B-87BD8B178B56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff447a9000 -     0x7fff44ab0ff7  com.apple.HIToolbox (2.1.1 - 917.2) <0B91F11C-0895-3A7B-9A3B-2B6B1267EA1A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff44ab1000 -     0x7fff44ab4ffb  com.apple.help (1.3.8 - 66) <4392A63F-9B58-3248-BF73-B46AD3744E6E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff44ab5000 -     0x7fff44abaff7  com.apple.ImageCapture (9.0 - 1530.1) <47915C3C-DED4-3E0C-9155-6B130FFF89BB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff44abb000 -     0x7fff44b4fff3  com.apple.ink.framework (10.9 - 225) <D6503F37-7EBC-32C1-95CC-A35EFC54E7ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff44b50000 -     0x7fff44b6afff  com.apple.openscripting (1.7 - 179) <BDE14D25-4D82-3EBC-8EF2-D1F6BC957B07> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff44b8b000 -     0x7fff44b8cfff  com.apple.print.framework.Print (14.0 - 267.3) <5CD250DF-98AD-30B8-A5D5-47634FF9E74D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff44b8d000 -     0x7fff44b8fff7  com.apple.securityhi (9.0 - 55006) <C5308CBC-6736-31A7-905B-C635C6D43FDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff44b90000 -     0x7fff44b96ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1C38B9CB-DD45-3A7B-9D4C-631855A4EE32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff44cbd000 -     0x7fff44cbdfff  com.apple.Cocoa (6.11 - 23) <4D5D4968-E233-3598-B434-E1009D48A628> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff44ccb000 -     0x7fff44d97fff  com.apple.ColorSync (4.13.0 - 3340) <0618DA46-5A5E-339D-BB2F-ED66A2BFCCF9> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff44f32000 -     0x7fff44fc2fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A7F8E168-AB1D-36F4-9693-CFEF12BC197D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff45028000 -     0x7fff45053ff7  com.apple.CoreBluetooth (1.0 - 1) <61235BEA-BF5F-31B2-B9C1-DE722E15840F> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff45054000 -     0x7fff453f5fef  com.apple.CoreData (120 - 866.1) <B74013FA-621B-30F9-8CFE-3290FF63C2B8> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff453f6000 -     0x7fff454dfff7  com.apple.CoreDisplay (101.3 - 104.4) <52C96B6A-B119-3BE2-B47D-65F12E987609> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff454e0000 -     0x7fff4592dfe7  com.apple.CoreFoundation (6.9 - 1560.12) <B5BDC307-6C89-3DE0-B4B9-4C2C650E4528> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff4592f000 -     0x7fff45fbcff7  com.apple.CoreGraphics (2.0 - 1247.4.1) <D2F1DD53-09BD-307B-8B80-46B259530ED8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff45fbe000 -     0x7fff462e7fff  com.apple.CoreImage (14.1.0 - 710.2.240) <CAEE3AAA-0781-311A-B987-72C7332C1A3F> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff46638000 -     0x7fff46739ff3  com.apple.CoreMedia (1.0 - 2282.19.104.4) <2FF4819F-0D06-38D5-9403-4DA3F6F37D76> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff4679d000 -     0x7fff4679dfff  com.apple.CoreServices (934 - 934) <EBA4A3BF-0B07-3E1B-9C14-8E6879453C6C> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff4679e000 -     0x7fff4681cffb  com.apple.AE (771 - 771) <BBFEAB6C-B1F9-3D22-934E-8298155AC459> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff4681d000 -     0x7fff46af5ff7  com.apple.CoreServices.CarbonCore (1178.11 - 1178.11) <9FBE7BFB-3A81-37AC-8E15-E6F7932BBDC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff46af6000 -     0x7fff46b40ff7  com.apple.DictionaryServices (1.2 - 284.16.3) <D9388630-E7F2-321E-81FF-EBD5F3B47A52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff46b41000 -     0x7fff46b49ffb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <E40A3C4A-79C7-37D8-999B-D1169A06870B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff46b4a000 -     0x7fff46d15fff  com.apple.LaunchServices (934 - 934) <FD3D313D-997B-388B-B208-29774CDDF897> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff46d16000 -     0x7fff46db8fff  com.apple.Metadata (10.7.0 - 1191.52) <5A758D93-4BBD-3C6D-861B-000536ED9B2D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff46db9000 -     0x7fff46e04ff7  com.apple.CoreServices.OSServices (934 - 934) <1D2AC09A-653F-3C2D-B5B9-F9ABA307E51C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff46e05000 -     0x7fff46e73ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C6A34D09-9707-3F28-838F-63B59B8A12D5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff46e74000 -     0x7fff46e98ffb  com.apple.coreservices.SharedFileList (71.27 - 71.27) <B46A15E0-4C10-3616-BE49-58E07EC463FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff471e0000 -     0x7fff47345ffb  com.apple.CoreText (352.0 - 584.25) <AC3B4909-564A-3C26-B055-7687E5DE1697> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff47346000 -     0x7fff47383fff  com.apple.CoreVideo (1.8 - 0.0) <C7BB7D0F-3AF2-3046-A387-A802BCA52A3A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff47384000 -     0x7fff4741affb  com.apple.framework.CoreWLAN (13.0 - 1370.8) <735EEBA3-C63B-38C8-A1A7-23B12C2E9550> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff47697000 -     0x7fff4769cfff  com.apple.DiskArbitration (2.7 - 2.7) <C53C1905-9BCF-3AE8-8BB3-C8A2C7DB7D25> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff4783d000 -     0x7fff4783ffff  com.apple.ExceptionHandling (1.5 - 13) <7205EC07-25C6-304C-B7FC-0207B35B50C8> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
    0x7fff47865000 -     0x7fff47c33fff  com.apple.Foundation (6.9 - 1560.12) <B5DC275C-12C9-320A-A117-C8FE9034931A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff47ca4000 -     0x7fff47cd4ff3  com.apple.GSS (4.0 - 2.0) <721B6FEF-9E0E-311B-8CAF-93ADEE2AE548> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff47dee000 -     0x7fff47ef8ff3  com.apple.Bluetooth (6.0.9 - 6.0.9f2) <0EDECAF3-FF86-3F7D-B916-2D7E67FF67AE> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff47f5a000 -     0x7fff47fecff7  com.apple.framework.IOKit (2.0.2 - 1483.220.15) <B58031DE-A6B7-3685-840F-361670C06836> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff47fee000 -     0x7fff47ff8ff7  com.apple.IOSurface (255.1 - 255.1) <538F0257-A408-36AF-AB1E-1D7037D6359E> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff4804f000 -     0x7fff481edfff  com.apple.ImageIO.framework (3.3.0 - 1821.6.4.1) <00BF9654-021D-33C7-B681-461F3EF357FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff481ee000 -     0x7fff481f2ffb  libGIF.dylib (1821.6.4.1) <032CA0C2-8AAA-3D3F-8E61-25CE9267C2A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff481f3000 -     0x7fff482d8fef  libJP2.dylib (1821.6.4.1) <FED43EEB-2B6C-32FC-94A2-297DA8CE4D87> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff482d9000 -     0x7fff482feff7  libJPEG.dylib (1821.6.4.1) <DD334010-2B8D-3A5E-BC17-39A9D94AC92D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff485d1000 -     0x7fff485f7fe7  libPng.dylib (1821.6.4.1) <EBAAB8C0-33A7-3C13-B96C-8B6AB8287C7A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff485f8000 -     0x7fff485faff7  libRadiance.dylib (1821.6.4.1) <E9BCF8B3-DA07-3F80-B51F-5793BD38AE4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff485fb000 -     0x7fff48649fff  libTIFF.dylib (1821.6.4.1) <C432D21E-2DA5-3B69-BD04-BA7B6DBEAE2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff496cf000 -     0x7fff496d7ffb  JavaNativeFoundation (74) <5BB09CDE-3C60-303A-BAE9-96B7859891A0> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
    0x7fff496d8000 -     0x7fff496e0fff  com.apple.java.JavaRuntimeSupport (15.0.1 - 15.0.1) <4A4A9D6F-0656-3AB4-8BF6-83CA27873BC3> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
    0x7fff496e1000 -     0x7fff496e5fff  com.apple.JavaVM (15.0.2 - 15.0.2) <CFB13B5D-BF6F-310B-B755-A361983F1BBB> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x7fff496e6000 -     0x7fff496fffff  com.apple.Kerberos (3.0 - 1) <8BE3D524-257D-3663-A937-F1AC76BDF4D9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff499bd000 -     0x7fff499c7fff  com.apple.MediaAccessibility (1.0 - 114.4) <29D89F2B-6254-3D0D-BD0C-8472FCA373F4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff49a81000 -     0x7fff4a11efff  com.apple.MediaToolbox (1.0 - 2282.19.104.4) <7603C180-8050-3355-A851-A67B6A4197AD> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff4a120000 -     0x7fff4a1b3fff  com.apple.Metal (157.60 - 157.60) <B38C577A-CD24-30AD-A396-219945949F39> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff4a1d0000 -     0x7fff4a1f0ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <A9E87429-4788-3B2F-B970-4052F16C5961> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff4a1f1000 -     0x7fff4a26fff7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <80DE2FD1-85DB-3E98-98BD-F22A2600DD25> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff4a270000 -     0x7fff4a298fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <49039DEE-D0EC-33FF-BE10-997A520D2E38> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff4a299000 -     0x7fff4a3cbff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <425D1FA4-17A3-3D00-8BE4-7A682FF279B5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff4a3cc000 -     0x7fff4a3e7ff7  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <BB1651A0-05CD-3F97-8355-39CD326C0AFD> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff4a3e8000 -     0x7fff4a3e8ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <3910EC50-5B16-3695-B867-741E3B54FA8B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff4b5e7000 -     0x7fff4b5f3ffb  com.apple.NetFS (6.0 - 4.0) <529E29A9-5E77-3A8C-A982-CF55F949FE5D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff4e0aa000 -     0x7fff4e0b2fe7  libcldcpuengine.dylib (2.10.3) <B8E5266D-999E-341C-A0CF-1571DD961669> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff4e0b3000 -     0x7fff4e10bff7  com.apple.opencl (2.12.7 - 2.12.7) <CCAC9774-C4BF-33C1-AC87-F2AEB972632F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff4e10c000 -     0x7fff4e128ff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <7E4EFF02-2596-31E6-88DE-29C89E2837E4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff4e129000 -     0x7fff4e135ffb  com.apple.OpenDirectory (10.14 - 207.200.4) <52A3918E-0F7A-33FD-87EE-21A37B37D13B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff4ea98000 -     0x7fff4ea9afff  libCVMSPluginSupport.dylib (17.0.37) <E47B2819-913A-3588-A3F5-CE3EDA8551A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff4ea9b000 -     0x7fff4eaa0ff3  libCoreFSCache.dylib (163.20) <BF8F04DD-C1A1-3D2A-BF3F-639FE907E28D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff4eaa1000 -     0x7fff4eaa5fff  libCoreVMClient.dylib (163.20) <45A2C724-F3D1-316A-9A41-CAB8E2A390EC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff4eaa6000 -     0x7fff4eaaeffb  libGFXShared.dylib (17.0.37) <C26CA5C7-8DFC-3BE9-9873-C7A51F139FB0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff4eaaf000 -     0x7fff4eabafff  libGL.dylib (17.0.37) <8DCB2714-ECB1-39EC-931D-C58D9E91B51C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff4eabb000 -     0x7fff4eaf5fef  libGLImage.dylib (17.0.37) <B64C775F-C64F-35D7-8179-1E4F20E76BA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff4eaf6000 -     0x7fff4ec68ff3  libGLProgrammability.dylib (17.0.37) <7439D424-E469-33B4-9C6D-CABFDA5C3F95> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff4ec69000 -     0x7fff4eca6fff  libGLU.dylib (17.0.37) <B0D434EF-F5AC-3C0A-84DF-FFAFC57F3759> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff4f656000 -     0x7fff4f665ff3  com.apple.opengl (17.0.37 - 17.0.37) <6BCCA53E-5621-32ED-BA9A-38B1C2499ED5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff4f666000 -     0x7fff4f7fcff7  GLEngine (17.0.37) <1FB756FE-A614-3044-B2BA-155FAC2F2E35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff4f7fd000 -     0x7fff4f825ff7  GLRendererFloat (17.0.37) <A0A86C7A-60B3-3900-AA0C-7CC6A4BF0D86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff504c1000 -     0x7fff50719fff  com.apple.QuartzCore (1.11 - 694.22.4.1) <1F5A49A9-370C-311B-B67C-DEA6DF6D2983> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff50f67000 -     0x7fff5128dff7  com.apple.security (7.0 - 58286.220.15) <6725D63D-378F-3751-8602-3122016E4AA4> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff5128e000 -     0x7fff5131dfff  com.apple.securityfoundation (6.0 - 55185.200.14) <236BACD7-163F-3F35-B710-2C62988AA251> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff5134f000 -     0x7fff51353ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <C200EC23-CAFB-33E8-AF3D-5B36420A21B1> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff51710000 -     0x7fff51780ff3  com.apple.SystemConfiguration (1.17 - 1.17) <EED5BC9B-CE8D-343C-BCDC-04A79F704828> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff519e1000 -     0x7fff51d43ff7  com.apple.VideoToolbox (1.0 - 2282.19.104.4) <AA64D2D5-B992-301C-B39E-90852E2DFC95> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff549e7000 -     0x7fff54a8cfe7  com.apple.APFS (1.0 - 1) <E00222C4-E8CF-302A-8AF3-E8BB9B1C3B0E> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff554d6000 -     0x7fff554d7ff3  com.apple.AggregateDictionary (1.0 - 1) <1DEBBE36-8945-3AD8-BD48-2850AD845711> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff55ad3000 -     0x7fff55affff7  com.apple.framework.Apple80211 (13.0 - 1376.2) <821DE2A3-1CAD-3A7D-A2DD-41EBA3A6FEF3> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff55ddb000 -     0x7fff55deafcf  com.apple.AppleFSCompression (96.200.3 - 1.0) <E093776E-C367-3CCF-BFD5-623476A89E9A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff55ee8000 -     0x7fff55ef3fff  com.apple.AppleIDAuthSupport (1.0 - 1) <5362D9AD-A2AE-3436-97CE-C353124504E5> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff55f34000 -     0x7fff55f7dff3  com.apple.AppleJPEG (1.0 - 1) <9A690E6E-F987-3660-BED6-B1A4D1906B6C> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff561cf000 -     0x7fff561f7ff7  com.apple.applesauce (1.0 - ???) <60BB16D6-DE7E-356A-B9DE-F73EE179934A> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff562c2000 -     0x7fff56312fff  com.apple.AppleVAFramework (5.0.44 - 5.0.44) <A7D2AD26-D52A-39E0-8296-1ADDDB6B6CED> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff5635d000 -     0x7fff56373ffb  com.apple.AssertionServices (1.0 - 1) <8FB0D908-6C46-3399-92D6-4E7D4B5F4F19> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff566af000 -     0x7fff56952ffb  com.apple.AuthKit (1.0 - 1) <8920796A-C818-3163-B6D0-FD05D1A6ADF5> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff56b23000 -     0x7fff56b2cff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <972F41B3-7DF7-3BF1-ACCA-A093A4328ADF> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff56b2d000 -     0x7fff56bcfff7  com.apple.backup.framework (1.10 - ???) <46534B04-DD0E-357B-9CB5-F88AAC6AF4ED> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff56bd0000 -     0x7fff56c41ffb  com.apple.BaseBoard (360.24 - 360.24) <AC0E4924-994E-3B54-869C-C831B4DE0136> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff587f2000 -     0x7fff587fbfff  com.apple.CommonAuth (4.0 - 2.0) <93CF1D80-A3A8-378B-9DF7-BF17A206C57D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff58cbb000 -     0x7fff59092fef  com.apple.CoreAUC (273.0.0 - 273.0.0) <288EC7ED-A86A-30D0-ADE2-56C33CD93AA8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff59093000 -     0x7fff590c4fff  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <507AC58B-4527-353B-99CB-67FF183BD4D5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff5950d000 -     0x7fff59521fff  com.apple.CoreEmoji (1.0 - 69.19.8) <E909BE8D-AE0C-327E-BE0A-D60B1F4012A4> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff59af7000 -     0x7fff59b69ff7  com.apple.CoreNLP (1.0 - 130.15.22) <401F5284-A984-32A1-A547-CC8156381070> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff59e24000 -     0x7fff59e2cffb  com.apple.CorePhoneNumbers (1.0 - 1) <F47CA56F-6760-3282-BFD8-C8C8D2C33ECF> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff59fbb000 -     0x7fff59fecfff  com.apple.CoreServicesInternal (357 - 357) <2D012EB3-83BF-3E51-A2BE-41AF26F2DDF0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff5a3b6000 -     0x7fff5a444ff7  com.apple.CoreSymbolication (10.1 - 64460.6) <F985088F-5323-3D84-80FE-3A3135C4A320> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff5a4d4000 -     0x7fff5a600fff  com.apple.coreui (2.1 - 498.46) <7637C723-B16D-3001-B3AC-0612349D1CC5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff5a601000 -     0x7fff5a786fff  com.apple.CoreUtils (5.7.4 - 574.17) <CA6C08FE-319A-30C6-9F07-68D12A9FA04E> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff5a7dd000 -     0x7fff5a840ffb  com.apple.framework.CoreWiFi (13.0 - 1370.8) <B44C1B90-3642-3108-96EC-5E3A8FA158E7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff5a841000 -     0x7fff5a852ffb  com.apple.CrashReporterSupport (10.13 - 938.23) <36754BB2-680F-36AE-A5DE-548B4F41F0AE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff5a8d5000 -     0x7fff5a8e4ff3  com.apple.framework.DFRFoundation (1.0 - 211) <B11AD3BE-42D3-3274-912E-153C015D72EE> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff5a8e5000 -     0x7fff5a8e9ff7  com.apple.DSExternalDisplay (3.1 - 380) <B6B26BB3-2DC9-34D0-817E-EB612432EC96> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff5a96c000 -     0x7fff5a9e3ffb  com.apple.datadetectorscore (7.0 - 590.24) <1C9AC888-8B75-3CF3-AD70-42D40C435E67> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff5aa31000 -     0x7fff5aa72fff  com.apple.DebugSymbols (185 - 185) <12419E0F-BC7A-3F3A-AA53-5F068DAED725> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff5aa73000 -     0x7fff5abccff7  com.apple.desktopservices (1.13.1 - ???) <D63561E0-6153-33AD-9689-E0B9167D82C8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff5bc14000 -     0x7fff5c03cfff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <CCBC466A-1AD4-3B0B-80B2-D6CFCBB37FC0> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff5f95e000 -     0x7fff5f95ffff  libmetal_timestamp.dylib (902.1.60) <16F3973E-20CB-3FFA-9C8B-A2287AF03AA0> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff60ff8000 -     0x7fff61003ff7  libGPUSupportMercury.dylib (17.0.37) <C064C162-B99E-3027-986D-9BAF7B979C5F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff61004000 -     0x7fff61009ff7  com.apple.GPUWrangler (3.25.6 - 3.25.6) <F65BC9B4-77AB-3254-8432-9F7D3B0E169E> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff61e6f000 -     0x7fff61e7efff  com.apple.GraphVisualizer (1.0 - 5) <C7040CD7-6CAB-3878-B29E-21F1665341D0> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff61fcf000 -     0x7fff62044fff  com.apple.Heimdal (4.0 - 2.0) <D3A3285B-A45D-38A9-A4E9-D58D76674071> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff63430000 -     0x7fff63437ffb  com.apple.IOAccelerator (400.27 - 400.27) <6FA8A133-57A7-3C35-BF94-8469B09885FB> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff6343b000 -     0x7fff63454fff  com.apple.IOPresentment (1.0 - 42.6) <C115E88F-5E16-3804-8ACD-29C0F8895EFA> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff63869000 -     0x7fff63898ff7  com.apple.IconServices (379 - 379) <0A25D75C-35A7-3ED5-8900-EBC05522B5A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff63a4e000 -     0x7fff63a52ffb  JavaLaunching (42) <1ED5ED1A-595B-309D-A775-21309F86FAF6> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
    0x7fff63b37000 -     0x7fff63b4afff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <1DB4E862-C010-38BA-B535-5DAD679FEADA> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff63b65000 -     0x7fff63c5cfff  com.apple.LanguageModeling (1.0 - 159.15.15) <E524CC46-42C7-3046-AD6C-5D5D768EA478> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff63c5d000 -     0x7fff63c9eff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <90C1CFE1-9935-3F4F-8A9B-1DD697F2FF3D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff63ca5000 -     0x7fff63cabff7  com.apple.LinguisticData (1.0 - 238.15.29) <A8DEE139-5D20-3BAC-AF5E-4E5E0C42C795> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff64509000 -     0x7fff6450cfff  com.apple.Mangrove (1.0 - 25) <8744DBF9-3375-392C-8EE6-24373E0D19E8> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff64a07000 -     0x7fff64a2fffb  com.apple.spotlight.metadata.utilities (1.0 - 1191.52) <38A9B11A-9D5C-3CCA-A163-EC17242FDC68> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff64a30000 -     0x7fff64ac2fff  com.apple.gpusw.MetalTools (1.0 - 1) <5B86F005-D12D-3B0B-8906-808926D3DA12> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff64ad7000 -     0x7fff64af0fff  com.apple.MobileAssets (1.0 - 437.200.49) <0C9B7077-BFCF-3A2E-8F54-D7C2820893FD> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff64c6c000 -     0x7fff64c87ff3  com.apple.MobileKeyBag (2.0 - 1.0) <6E36F030-D7E8-341D-A493-414F5E13B1E9> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff64d15000 -     0x7fff64d3fff7  com.apple.MultitouchSupport.framework (2410.5 - 2410.5) <8D87A3ED-4CBD-300F-92E3-B1B79D7E0BF3> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff64fb2000 -     0x7fff64fbcfff  com.apple.NetAuth (6.2 - 6.2) <55DC741A-A01A-380C-B2D3-244241DA1F2C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff65888000 -     0x7fff658defff  com.apple.OTSVG (1.0 - ???) <5F2E7A0E-384E-3545-A9D5-EC4406E92AF4> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff66a44000 -     0x7fff66a53ff3  com.apple.PerformanceAnalysis (1.217 - 217) <8560F263-31F4-3CCA-84B1-30C296DC1A7D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff68a13000 -     0x7fff68a31ff7  com.apple.ProtocolBuffer (1 - 263) <C5AC21FB-74AD-3FC2-B231-B1376751BBAE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff68be0000 -     0x7fff68c38f0f  com.apple.ROCKit (24 - 24) <5437F6F7-453F-3D75-9E87-D2A090D82D25> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff68d53000 -     0x7fff68d76ffb  com.apple.RemoteViewServices (2.0 - 128) <68530B4D-B2C0-3271-941B-D9EA62095727> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff6a6e6000 -     0x7fff6a804fff  com.apple.Sharing (1214.9 - 1214.9) <2A377CA5-C66F-3913-8401-951A3AE4D299> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff6b5b7000 -     0x7fff6b868ff3  com.apple.SkyLight (1.600.0 - 336.81.5) <DE7FD278-A178-3A5B-8A26-7295340A54BE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff6c038000 -     0x7fff6c045fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <816EC315-3E76-37B7-A495-B4AE031DA439> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff6c729000 -     0x7fff6c768ff3  com.apple.StreamingZip (1.0 - 1) <3F13DFEE-A6C9-3815-9120-B5CA6987662E> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff6cea5000 -     0x7fff6cf32ff7  com.apple.Symbolication (10.1 - 64460.8) <1B488612-4C7F-3D9D-B6DC-64CF8D2CB3D6> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff6d43b000 -     0x7fff6d448ffb  com.apple.TCC (1.0 - 1) <B84E7234-A993-328C-A054-EFEB0402C55C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6d6ba000 -     0x7fff6d781ff7  com.apple.TextureIO (3.8.4 - 3.8.1) <F9D5F55D-9A33-326E-8B2F-B533CC91DD64> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6d83b000 -     0x7fff6d83cfff  com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <BD0BE410-E172-3585-82B2-869A1FE43092> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff6d842000 -     0x7fff6d9fcfff  com.apple.UIFoundation (1.0 - 551) <7B73C4E0-256B-3C59-8E18-475A42BE0B12> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff6e6eb000 -     0x7fff6e7d4ff7  com.apple.ViewBridge (401.1 - 401.1) <B93A89EB-4421-3FF1-AA28-EBC3AC5076FE> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6eff4000 -     0x7fff6eff7fff  com.apple.dt.XCTTargetBootstrap (1.0 - 1) <697834E4-FEFD-305C-80EE-5052E61573FA> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6f428000 -     0x7fff6f42aff3  com.apple.loginsupport (1.0 - 1) <5F1E000D-0674-3413-AB3E-83F7974666FB> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6f6e4000 -     0x7fff6f71cfff  libCRFSuite.dylib (41.15.4) <62EDD39F-6D1B-334B-A9A2-5800714255BB> /usr/lib/libCRFSuite.dylib
    0x7fff6f71f000 -     0x7fff6f72aff7  libChineseTokenizer.dylib (28.15.3) <8CD1C213-7F62-3F02-BFB1-D0A5EFF92AB0> /usr/lib/libChineseTokenizer.dylib
    0x7fff6f7bb000 -     0x7fff6f7bcff7  libDiagnosticMessagesClient.dylib (107) <C542CB3C-AA44-3D7F-B88C-79CC31B481AB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6f7f3000 -     0x7fff6f9b6ff7  libFosl_dynamic.dylib (18.3.2) <6EF1CB2A-2BDA-3458-B631-F794D72660FD> /usr/lib/libFosl_dynamic.dylib
    0x7fff6fa0c000 -     0x7fff6fa2bfff  libMobileGestalt.dylib (645.220.9) <F303B3D9-C6AD-30B9-9414-09DB34357E12> /usr/lib/libMobileGestalt.dylib
    0x7fff6fa2c000 -     0x7fff6fa2cfff  libOpenScriptingUtil.dylib (179) <0664670D-C7E1-3D27-814B-B9C445AAF0DC> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff6fb6d000 -     0x7fff6fb6effb  libSystem.B.dylib (1252.200.5) <D5AFCC78-2AC2-37EB-B0EF-BB00FD38ED00> /usr/lib/libSystem.B.dylib
    0x7fff6fbf8000 -     0x7fff6fbf9fff  libThaiTokenizer.dylib (2.15.1) <A8235B04-F541-3856-BE2E-B58EE0483AD9> /usr/lib/libThaiTokenizer.dylib
    0x7fff6fc0c000 -     0x7fff6fc22ffb  libapple_nghttp2.dylib (1.24.1) <B8D45114-3868-3154-BC35-22597E3E7D8A> /usr/lib/libapple_nghttp2.dylib
    0x7fff6fc23000 -     0x7fff6fc4cffb  libarchive.2.dylib (54.200.3) <B47C54A0-3A30-374A-BD99-2304B9B0EC82> /usr/lib/libarchive.2.dylib
    0x7fff6fc4d000 -     0x7fff6fcccfef  libate.dylib (1.13.8) <C647A80F-6F80-3FDA-A9B4-92800999F963> /usr/lib/libate.dylib
    0x7fff6fcd0000 -     0x7fff6fcd0ff3  libauto.dylib (187) <01824E49-F2EF-3FC1-ABF3-782EFDF6CA17> /usr/lib/libauto.dylib
    0x7fff6fda7000 -     0x7fff6fdb7ff3  libbsm.0.dylib (39.200.18) <5E5098D0-F7B2-32A1-8038-E709F6718D4E> /usr/lib/libbsm.0.dylib
    0x7fff6fdb8000 -     0x7fff6fdc6fff  libbz2.1.0.dylib (38.200.3) <4EE3C5E8-BEF3-3910-A231-B1AE2B437E01> /usr/lib/libbz2.1.0.dylib
    0x7fff6fdc7000 -     0x7fff6fe1eff7  libc++.1.dylib (400.9.4) <D4AB366F-48A9-3C7D-91BD-41198F69DD57> /usr/lib/libc++.1.dylib
    0x7fff6fe1f000 -     0x7fff6fe34fff  libc++abi.dylib (400.17) <BA948A32-9024-3E55-98D4-18E31F6AED25> /usr/lib/libc++abi.dylib
    0x7fff6fe35000 -     0x7fff6fe35ff3  libcharset.1.dylib (51.200.6) <D998A58B-E4A8-3685-9A6A-43AFC28100EB> /usr/lib/libcharset.1.dylib
    0x7fff6fe36000 -     0x7fff6fe46ffb  libcmph.dylib (6.15.1) <5D776FF6-DF7F-3EDD-B920-C07ED76C672B> /usr/lib/libcmph.dylib
    0x7fff6fe47000 -     0x7fff6fe5fffb  libcompression.dylib (52.200.13) <EA767836-CBDC-318D-AC14-963C90D6CC67> /usr/lib/libcompression.dylib
    0x7fff7010a000 -     0x7fff70120fff  libcoretls.dylib (155.220.1) <3F98C144-397C-36A2-84F1-BB0D841D3D89> /usr/lib/libcoretls.dylib
    0x7fff70121000 -     0x7fff70122ff3  libcoretls_cfhelpers.dylib (155.220.1) <0C190169-8EB8-3BA2-89BB-60265BB502F9> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff702c1000 -     0x7fff70451ff3  libcrypto.35.dylib (22.200.4) <B4F83304-FB35-3CA5-8949-DE7D75B8A9D9> /usr/lib/libcrypto.35.dylib
    0x7fff70799000 -     0x7fff707efffb  libcups.2.dylib (462.9) <51E06E95-891F-3B88-A8C3-35B514C57239> /usr/lib/libcups.2.dylib
    0x7fff70927000 -     0x7fff70927fff  libenergytrace.dylib (17.200.1) <D62ED169-B91C-3CCB-ADF5-E66AE4007B51> /usr/lib/libenergytrace.dylib
    0x7fff70959000 -     0x7fff7095eff7  libgermantok.dylib (17.15.2) <9CBF0658-E83B-32E6-B674-3EE72D22C041> /usr/lib/libgermantok.dylib
    0x7fff7095f000 -     0x7fff70964ff7  libheimdal-asn1.dylib (520.220.2) <5302394C-ECF0-3C3B-BA67-4830EEF3CC40> /usr/lib/libheimdal-asn1.dylib
    0x7fff70990000 -     0x7fff70a81ff7  libiconv.2.dylib (51.200.6) <3240A278-F537-3EC8-BE0C-983797520A50> /usr/lib/libiconv.2.dylib
    0x7fff70a82000 -     0x7fff70ce5ffb  libicucore.A.dylib (62108.0.1) <969815D4-A345-31BB-82B7-0C3B58CA7E90> /usr/lib/libicucore.A.dylib
    0x7fff70d32000 -     0x7fff70d33fff  liblangid.dylib (128.15.1) <F79B6250-C0B1-3E8E-851F-6CA33B4311A3> /usr/lib/liblangid.dylib
    0x7fff70d34000 -     0x7fff70d4cfff  liblzma.5.dylib (10.200.3) <3ADDFA63-F37A-3C9C-91E4-58EE3113B9A1> /usr/lib/liblzma.5.dylib
    0x7fff70d64000 -     0x7fff70e14fff  libmecab.1.0.0.dylib (779.19.2) <314FE1B9-3B4E-3B89-A101-33CE7B78FCE6> /usr/lib/libmecab.1.0.0.dylib
    0x7fff70e15000 -     0x7fff71052fff  libmecabra.dylib (779.19.2) <0ECEC3FC-935D-3EA5-8B3D-5CBD4E80AB78> /usr/lib/libmecabra.dylib
    0x7fff7122a000 -     0x7fff71582fff  libnetwork.dylib (1229.221.1) <CE7ACD18-109F-382E-963B-C68419E301A1> /usr/lib/libnetwork.dylib
    0x7fff71613000 -     0x7fff71d99fe7  libobjc.A.dylib (750.1) <9CE27EC3-3A12-35D1-8F2F-3550B9668259> /usr/lib/libobjc.A.dylib
    0x7fff71dac000 -     0x7fff71db0ffb  libpam.2.dylib (22.200.1) <8C419238-675A-3C41-B8D4-95E391CA630F> /usr/lib/libpam.2.dylib
    0x7fff71db3000 -     0x7fff71de9ff7  libpcap.A.dylib (79.200.4) <5939AB23-B2A9-3C03-B6C1-4F0E5A21D9FC> /usr/lib/libpcap.A.dylib
    0x7fff71f03000 -     0x7fff71f1bffb  libresolv.9.dylib (65.200.2) <0FEAEB01-B926-37FA-AB47-99BAC481C10B> /usr/lib/libresolv.9.dylib
    0x7fff71f6d000 -     0x7fff71f6eff7  libspindump.dylib (267.1) <528373EB-C7E9-3682-80CC-0EFCE0F3391D> /usr/lib/libspindump.dylib
    0x7fff71f6f000 -     0x7fff72146fe7  libsqlite3.dylib (274.20) <4434B695-BC65-30D6-AFED-1B6488DB3D2E> /usr/lib/libsqlite3.dylib
    0x7fff723d3000 -     0x7fff723d6ffb  libutil.dylib (51.200.4) <91EE9BF4-FB06-3260-B502-7EFDAD5AF59B> /usr/lib/libutil.dylib
    0x7fff723d7000 -     0x7fff723e4fff  libxar.1.dylib (404) <4B4D0206-0B62-3E89-AD07-E7BB9E4DFA68> /usr/lib/libxar.1.dylib
    0x7fff723e9000 -     0x7fff724ccfff  libxml2.2.dylib (32.8) <1CE77741-2E67-34B6-BB9F-B8E043966FCE> /usr/lib/libxml2.2.dylib
    0x7fff724cd000 -     0x7fff724f5ff3  libxslt.1.dylib (16.1) <F191E8B9-7530-30CA-873B-2FA2BF2D6374> /usr/lib/libxslt.1.dylib
    0x7fff724f6000 -     0x7fff72508ffb  libz.1.dylib (70.200.4) <99A3D725-8388-38B4-B66C-5E9006E6F072> /usr/lib/libz.1.dylib
    0x7fff72579000 -     0x7fff7257dff3  libcache.dylib (81) <FE21A7E9-DBEB-33AC-836B-785AD036ACF4> /usr/lib/system/libcache.dylib
    0x7fff7257e000 -     0x7fff72588ff3  libcommonCrypto.dylib (60118.220.1) <1099E427-6E81-3059-87AF-6F5FD81CA998> /usr/lib/system/libcommonCrypto.dylib
    0x7fff72589000 -     0x7fff72590fff  libcompiler_rt.dylib (63.4) <A4D9CF37-D076-3CE9-95F1-DA89DA1601B6> /usr/lib/system/libcompiler_rt.dylib
    0x7fff72591000 -     0x7fff7259aff3  libcopyfile.dylib (146.200.3) <4BCDADBF-79F5-3829-B47D-64DA0D44BCBF> /usr/lib/system/libcopyfile.dylib
    0x7fff7259b000 -     0x7fff7261ffdf  libcorecrypto.dylib (602.220.6) <E1046E01-A2FD-35B4-B018-ACC372F3880E> /usr/lib/system/libcorecrypto.dylib
    0x7fff726a6000 -     0x7fff726e0ff7  libdispatch.dylib (1008.220.2) <D8B56783-152A-34A8-94E9-8E6BAE049384> /usr/lib/system/libdispatch.dylib
    0x7fff726e1000 -     0x7fff72710fff  libdyld.dylib (635.2) <1B79A5CE-125F-301F-A441-C1869573AED0> /usr/lib/system/libdyld.dylib
    0x7fff72711000 -     0x7fff72711ffb  libkeymgr.dylib (30) <A73AA788-C35C-3284-BFCA-95B1BBDF0CF3> /usr/lib/system/libkeymgr.dylib
    0x7fff72712000 -     0x7fff7271eff7  libkxld.dylib (4903.221.2) <16D75C5C-584A-3848-84C0-3BFB312AEB92> /usr/lib/system/libkxld.dylib
    0x7fff7271f000 -     0x7fff7271fff7  liblaunch.dylib (1336.220.5) <95EB6EAF-2DC5-344F-BADB-CA4E35E4E503> /usr/lib/system/liblaunch.dylib
    0x7fff72720000 -     0x7fff72725fff  libmacho.dylib (921) <ECC4E97C-575E-3A08-8191-BF02D7D4E637> /usr/lib/system/libmacho.dylib
    0x7fff72726000 -     0x7fff72728ffb  libquarantine.dylib (86.220.1) <6AE5AEEC-A9FD-3CF8-92DD-12B5AFBE12DE> /usr/lib/system/libquarantine.dylib
    0x7fff72729000 -     0x7fff7272aff3  libremovefile.dylib (45.200.2) <D74A307B-3DC7-3992-B16C-DACB8207BE13> /usr/lib/system/libremovefile.dylib
    0x7fff7272b000 -     0x7fff72742ff3  libsystem_asl.dylib (356.200.4) <EC9D8AD4-E5CB-3765-804A-9E1E9DC045D2> /usr/lib/system/libsystem_asl.dylib
    0x7fff72743000 -     0x7fff72743fff  libsystem_blocks.dylib (73) <26419398-C30C-30F1-B656-A92AFA9560F6> /usr/lib/system/libsystem_blocks.dylib
    0x7fff72744000 -     0x7fff727ccfff  libsystem_c.dylib (1272.200.26) <3DEEE96E-6DF6-35AD-8654-D69AC26B907B> /usr/lib/system/libsystem_c.dylib
    0x7fff727cd000 -     0x7fff727d0ff7  libsystem_configuration.dylib (963.200.27) <02CC3996-B34E-333C-8806-AE2699D34424> /usr/lib/system/libsystem_configuration.dylib
    0x7fff727d1000 -     0x7fff727d4ff7  libsystem_coreservices.dylib (66) <254B6849-2C8F-302C-8616-B8324A11AB30> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff727d5000 -     0x7fff727dbffb  libsystem_darwin.dylib (1272.200.26) <974E9EF7-DE72-34B7-B056-0A81C10DF8EB> /usr/lib/system/libsystem_darwin.dylib
    0x7fff727dc000 -     0x7fff727e2ff7  libsystem_dnssd.dylib (878.200.35) <FFC665AA-B257-35AD-BD8B-32FD42C2EEC1> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff727e3000 -     0x7fff7282fff3  libsystem_info.dylib (517.200.9) <0707C387-D7DE-372E-8FF1-3DE5C91932D6> /usr/lib/system/libsystem_info.dylib
    0x7fff72830000 -     0x7fff72857ff7  libsystem_kernel.dylib (4903.221.2) <0E882078-7330-3B49-AA5D-3CDB5645A4E5> /usr/lib/system/libsystem_kernel.dylib
    0x7fff72858000 -     0x7fff728a3ff7  libsystem_m.dylib (3158.200.7) <43D1796B-954F-37D6-B1AC-9D80DF0655A2> /usr/lib/system/libsystem_m.dylib
    0x7fff728a4000 -     0x7fff728c8ff7  libsystem_malloc.dylib (166.220.1) <3B196122-4E0D-3E3F-AA3E-5115B976DE26> /usr/lib/system/libsystem_malloc.dylib
    0x7fff728c9000 -     0x7fff728d4ff3  libsystem_networkextension.dylib (767.220.1) <C54EB8F6-F305-3452-8DB1-F7DA6859AF8C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff728d5000 -     0x7fff728dcfff  libsystem_notify.dylib (172.200.21) <BCCB222F-DC64-3954-A836-DCCE6659CA5A> /usr/lib/system/libsystem_notify.dylib
    0x7fff728dd000 -     0x7fff728e6fef  libsystem_platform.dylib (177.200.16) <B75B04AD-69FE-3ADE-84D2-C17972FC8F49> /usr/lib/system/libsystem_platform.dylib
    0x7fff728e7000 -     0x7fff728f1fff  libsystem_pthread.dylib (330.220.2) <4958273C-4273-3501-8137-E44249E10D9C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff728f2000 -     0x7fff728f5ff7  libsystem_sandbox.dylib (851.220.9) <4D6433A8-C703-3ED9-82EB-B9E481A0FD2F> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff728f6000 -     0x7fff728f8ff3  libsystem_secinit.dylib (30.220.1) <6C681113-8C48-3256-BEF6-0C3723DEB926> /usr/lib/system/libsystem_secinit.dylib
    0x7fff728f9000 -     0x7fff72900ff7  libsystem_symptoms.dylib (820.227.2) <3147D594-F41F-35FD-BF0B-6B8B66A407DE> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff72901000 -     0x7fff72916ff7  libsystem_trace.dylib (906.220.1) <D5045DC5-A165-3238-A470-1796F12BF84F> /usr/lib/system/libsystem_trace.dylib
    0x7fff72918000 -     0x7fff7291dffb  libunwind.dylib (35.4) <41222EF6-2233-3CF4-947A-15D48CB8C030> /usr/lib/system/libunwind.dylib
    0x7fff7291e000 -     0x7fff7294efff  libxpc.dylib (1336.220.5) <B2137772-E202-3656-A089-F6DD517007D5> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    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: 15336664
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=412.2M resident=0K(0%) swapped_out_or_unallocated=412.2M(100%)
Writable regions: Total=314.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=314.5M(100%)
 
                                VIRTUAL   REGION
REGION TYPE                        SIZE    COUNT (non-coalesced)
===========                     =======  =======
Accelerate framework               128K        2
Activity Tracing                   256K        2
CG backing stores                  944K        4
CG image                          4172K        7
CoreAnimation                     1324K       11
CoreGraphics                        16K        3
CoreImage                           24K        3
CoreUI image data                  596K        8
CoreUI image file                  196K        4
Dispatch continuations            8192K        2
Foundation                           4K        2
IOKit                             7940K        2
Kernel Alloc Once                    8K        2
MALLOC                            65.5M       59
MALLOC guard page                   32K        9
MALLOC_LARGE (reserved)           4352K        3         reserved VM address space (unallocated)
Memory Tag 242                      12K        2
STACK GUARD                        324K       34
Stack                             36.5M       34
Stack Guard                       56.1M       16
VM_ALLOCATE                        3.3G       54
VM_ALLOCATE (reserved)            32.0M        2         reserved VM address space (unallocated)
__DATA                            28.0M      284
__FONT_DATA                          4K        2
__GLSLBUILTINS                    5176K        2
__LINKEDIT                       220.7M       24
__TEXT                           191.5M      282
__UNICODE                          564K        2
mapped file                      176.9M       17
shared memory                     3180K       12
===========                     =======  =======
TOTAL                              4.2G      860
TOTAL, minus reserved VM space     4.1G      860

Model: MacBookPro12,1, BootROM 180.0.0.0.0, 2 processors, Intel Core i5, 2.7 GHz, 8 GB, SMC 2.28f7
Graphics: Intel Iris Graphics 6100, Intel Iris Graphics 6100, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5544
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5544
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x133), Broadcom BCM43xx 1.0 (7.77.61.1 AirPortDriverBrcmNIC-1305.2)
Bluetooth: Version 6.0.9f2, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Network Service: Thunderbolt Bridge, Ethernet, bridge0
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: USB 3.0 Bus
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

gouessej
Administrator
Thank you. It confirms my suppositions, something doesn't work as expected when releasing the native resources. I'd like to know whether it has something to do with AWT, please can you modify my example by using only NEWT?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL on Mojave, Mac OS 10.14

bjoern
Hi Julien!
As I never worked with NEWT I had to play around a little bit. Just to make sure that I did not do some basic mistakes, here is the code I used based on your AWT example:


import com.jogamp.newt.event.WindowListener;
import com.jogamp.newt.event.WindowUpdateEvent;
import com.jogamp.newt.opengl.GLWindow;
import com.jogamp.opengl.GL;
import com.jogamp.opengl.GL2;
import com.jogamp.opengl.GL2ES1;
import com.jogamp.opengl.GLAutoDrawable;
import com.jogamp.opengl.GLCapabilities;
import com.jogamp.opengl.GLEventListener;
import com.jogamp.opengl.GLProfile;
import com.jogamp.opengl.fixedfunc.GLLightingFunc;
import com.jogamp.opengl.fixedfunc.GLMatrixFunc;
import com.jogamp.opengl.util.Animator;


/**
 * Self-contained example (within a single class only to keep it simple)
 * displaying a rotating quad
 */
public class TestJOGLwithNEWTAnimator implements GLEventListener {
 
        private float rotateT = 0.0f;
       
        private static int width  = 640;
        private static  int height = 480;
       
        static GLCapabilities glCaps;
       
        public void display(GLAutoDrawable gLDrawable) {
                final GL2 gl = gLDrawable.getGL().getGL2();
                gl.glClear(GL.GL_COLOR_BUFFER_BIT);
                gl.glClear(GL.GL_DEPTH_BUFFER_BIT);
                gl.glLoadIdentity();
                gl.glTranslatef(0.0f, 0.0f, -5.0f);
 
                // rotate about the three axes
                gl.glRotatef(rotateT, 1.0f, 0.0f, 0.0f);
                gl.glRotatef(rotateT, 0.0f, 1.0f, 0.0f);
                gl.glRotatef(rotateT, 0.0f, 0.0f, 1.0f);
 
                // Draw A Quad
                gl.glBegin(GL2.GL_QUADS);      
                gl.glColor3f(0.0f, 1.0f, 1.0f);   // set the color of the quad
                gl.glVertex3f(-1.0f, 1.0f, 0.0f);   // Top Left
                gl.glVertex3f( 1.0f, 1.0f, 0.0f);   // Top Right
                gl.glVertex3f( 1.0f,-1.0f, 0.0f);   // Bottom Right
                gl.glVertex3f(-1.0f,-1.0f, 0.0f);   // Bottom Left
                // Done Drawing The Quad
                gl.glEnd();                                                    
 
                // increasing rotation for the next iteration                  
                rotateT += 0.2f;
               
        }
 
        public void init(GLAutoDrawable glDrawable) {
                GL2 gl = glDrawable.getGL().getGL2();
                gl.glShadeModel(GLLightingFunc.GL_SMOOTH);
                gl.glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
                gl.glClearDepth(1.0f);
                gl.glEnable(GL.GL_DEPTH_TEST);
                gl.glDepthFunc(GL.GL_LEQUAL);
                gl.glHint(GL2ES1.GL_PERSPECTIVE_CORRECTION_HINT, GL.GL_NICEST);
        }
 
        public void reshape(GLAutoDrawable gLDrawable, int x, int y, int width, int height) {
                GL2 gl = gLDrawable.getGL().getGL2();
                final float aspect = (float) width / (float) height;
                gl.glMatrixMode(GLMatrixFunc.GL_PROJECTION);
                gl.glLoadIdentity();
                final float fh = 0.5f;
                final float fw = fh * aspect;
                gl.glFrustumf(-fw, fw, -fh, fh, 1.0f, 1000.0f);
                gl.glMatrixMode(GLMatrixFunc.GL_MODELVIEW);
                gl.glLoadIdentity();
        }
 
        public void dispose(GLAutoDrawable gLDrawable) {
        }
       
        public static void main(String[] args) {
               
                GLProfile glp;
                if(GLProfile.isAvailable(GLProfile.GL2)) {
            glp = GLProfile.get(GLProfile.GL2);
            width  = 640;
            height = 480;
            glCaps = new GLCapabilities(glp);
        }

        final GLWindow glWindow = GLWindow.create(glCaps);
        glWindow.setTitle("NEWT Test");

        glWindow.addGLEventListener(new TestJOGLwithNEWTAnimator());

        final Animator animator = new Animator(glWindow);

        glWindow.setSize(width, height);
        glWindow.setVisible(true);
        glWindow.setResizable(false);
       
        glWindow.addWindowListener(new WindowListener() {
                        public void windowResized(com.jogamp.newt.event.WindowEvent arg0) {
                        }
                        public void windowRepaint(WindowUpdateEvent arg0) {
                        }
                        public void windowMoved(com.jogamp.newt.event.WindowEvent arg0) {
                        }
                        public void windowLostFocus(com.jogamp.newt.event.WindowEvent arg0) {
                        }
                        public void windowGainedFocus(com.jogamp.newt.event.WindowEvent arg0) {
                        }
                        public void windowDestroyed(com.jogamp.newt.event.WindowEvent arg0) {
                                animator.stop();
                                System.exit(0);
                        }
                        public void windowDestroyNotify(com.jogamp.newt.event.WindowEvent arg0) {
                        }
                });
       
        glWindow.setVisible(true);
       
        animator.setUpdateFPSFrames(1, null);
        animator.start();

        while(animator.isAnimating()) {
            try {
                                Thread.sleep(100);
                        } catch (InterruptedException e) {
                                e.printStackTrace();
                        }
        }
       
        }
       
}


So the good message is: I can run the code and it works - looks just like the AWT example. The bad message: I get the warning plus an error message. Here it is:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/jogl/jogamp-fat.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2018-11-27 09:54:48.820 java[62675:1853938] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
        0   AppKit                              0x00007fff42af1824 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
        1   AppKit                              0x00007fff42aeebd0 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
        2   AppKit                              0x00007fff42aee5fa -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
        3   libnativewindow_macosx.jnilib       0x000000012d95d3fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
        4   ???                                 0x0000000119632950 0x0 + 4720896336
)
2018-11-27 09:54:49.826 java[62675:1853938] pid(62675)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!


This message does NOT kill the program, it just continues running. Just like in case of the AWT proggy.

BUT!!! When I close the window, there comes NO additional error message and nothing does crash. It just terminates.

So I became suspicious. When hacking the NEWT example, I came across an error message when I did the following:

        glWindow.addWindowListener(new WindowListener() {
                        ...
                        public void windowDestroyed(com.jogamp.newt.event.WindowEvent arg0) {
                                animator.stop();
                                glWindow.destroy(); // -> This will cause an endless error message.
                                System.exit(0);
                        }

                        ...


I will not list the errors here, the program completely crashes after closing the window.

So I had a look at your original AWT code from here:

https://jogamp.org/wiki/index.php/Rudimentary_standalone_example_using_the_fixed_pipeline_by_Julien_Gouesse

And there is this code inside:

                frame.addWindowListener(new WindowAdapter() {
                        public void windowClosing(WindowEvent e) {
                                animator.stop();
                                frame.dispose();
                                System.exit(0);
                        }
                });


If I remove the frame.dispose() command, there are NO more error messages when closing the window. The only warning message which I still get with the AWT application is this:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/Users/bjsommer/GIT_Projects/Cm2_2/org/cellmicrocosmos/cm2/lib/jogl/jogamp-fat.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2018-11-27 10:12:13.713 java[62779:1861233] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
        0   AppKit                              0x00007fff42af1824 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
        1   AppKit                              0x00007fff42aeebd0 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
        2   AppKit                              0x00007fff42aee5fa -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
        3   libnativewindow_macosx.jnilib       0x00000001281733fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
        4   ???                                 0x0000000110cac950 0x0 + 4576692560
)


So I would suggest: something doesn't work as expected when releasing the native resources. Who just said this before? ;-)
123