Git Product home page Git Product logo

git-credential-manager-for-mac-and-linux's Introduction

Git Credential Manager for Mac and Linux

This project has been superceded by Git Credential Manager Core. GCM Core can speak to Azure Repos, GitHub, and more from a single cross-platform codebase. As a result, we're no longer actively working on GCM for Mac and Linux.

git-credential-manager-for-mac-and-linux's People

Contributors

davidstaheli avatar kaylangan avatar kernhanda avatar leantk avatar novak avatar olivierdagenais avatar vtbassmatt avatar yacaovsnc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

git-credential-manager-for-mac-and-linux's Issues

Error on CentOS 6.7 with git credential manager 2.0.2

I installed this on CentOS following the instructions. But unable to get it to work. I get no pop-up window to login with 2FA. When running with debug I get the following errors when running in a shell terminal with X Window Server running:

Program::ComponentFactory::createSecureStore
gnome-keyring library loaded, creating a password SCHEMA
Could not get default keyring info. GNOME Keyring is not available.
Return code: 2 description: The gnome-keyring-daemon application is not running.
Getting a persistent token store that must be secure
Getting a persistent credential store that must be secure
Fatal error encountered.  Details:
java.lang.IllegalArgumentException: tokenSecretStore can't be null
        at com.microsoft.alm.authentication.SecretStoreAdapter.<init>(SecretStoreAdapter.java:17)
        at com.microsoft.alm.gitcredentialmanager.Program$ComponentFactory.createSecureStore(Program.java:1192)
        at com.microsoft.alm.gitcredentialmanager.Program.initialize(Program.java:882)
        at com.microsoft.alm.gitcredentialmanager.Program.get(Program.java:292)
        at com.microsoft.alm.gitcredentialmanager.Program.access$200(Program.java:63)
        at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:284)
        at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:281)
        at com.microsoft.alm.gitcredentialmanager.Program.innerMain(Program.java:195)
        at com.microsoft.alm.gitcredentialmanager.Program.main(Program.java:123)
fatal: credential helper '!/usr/java/jdk1.8.0_92/jre/bin/java -Ddebug=true -Djava.net.useSystemProxies=true -jar /usr/lib/git-credential-manager-2.0.2.jar' told us to qui
t

Strangely enough I get a different error when running inside a GUI terminal (with xrdp):

Program::ComponentFactory::createSecureStore
gnome-keyring library loaded, creating a password SCHEMA
Try access gnome-keyring with dummy data to make sure it's accessible...
Keyring is locked, most likely due to UI is unavailable or user logged in automatically without supplying a password.
Keyring is locked and unavailable, please set variable AUTH_LIB_ALLOW_UNLOCK_GNOME_KEYRING to allow unlocking the keyring with a popup dialog.
Getting a persistent token store that must be secure
Getting a persistent credential store that must be secure
Fatal error encountered.  Details:
java.lang.IllegalArgumentException: tokenSecretStore can't be null
        at com.microsoft.alm.authentication.SecretStoreAdapter.<init>(SecretStoreAdapter.java:17)
        at com.microsoft.alm.gitcredentialmanager.Program$ComponentFactory.createSecureStore(Program.java:1192)
        at com.microsoft.alm.gitcredentialmanager.Program.initialize(Program.java:882)
        at com.microsoft.alm.gitcredentialmanager.Program.get(Program.java:292)
        at com.microsoft.alm.gitcredentialmanager.Program.access$200(Program.java:63)
        at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:284)
        at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:281)
        at com.microsoft.alm.gitcredentialmanager.Program.innerMain(Program.java:195)
        at com.microsoft.alm.gitcredentialmanager.Program.main(Program.java:123)
fatal: credential helper '!/usr/java/jdk1.8.0_92/jre/bin/java -Ddebug=true -Djava.net.useSystemProxies=true -jar /usr/lib/git-credential-manager-2.0.2.jar' told us to qui
t

Not sure what is going on.

credential manager quits on git pull call

C02TN1N8GTF1:xxx xxx$ git pull
Fatal: java.lang.Error encountered.  Details:
   unexpected error
fatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar' told us to quit

$ java --version
java 10.0.1 2018-04-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.1+10)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode)

On a Mac 10.13.5

Jave installed with Brew

GCM appears to not work with the Java 9 runtime on OS X

We've discovered that there are multiple issues when running GCM on OS X when using Java 9. Anyone on our team who is running version 9, as installed via Homebrew, was seeing an error whenever auth was needed for a git operation. The errors varied, but the most common was:

Fatal: java.lang.Error encountered.  Details:
   unexpected error
fatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk-9.0.4.jdk/Contents/Home/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar' told us to quit

Removing Java 9 and installing Java 8 solved this issue for everyone, and no one is still having issues.

However, we'd like to allow our team to upgrade to version 9, so is there an ETA on a fix for this?

Thanks!

Fails when connected over SSH

I'm connecting to a macOS 10.13 machine over SSH, and always get the following from git-credential-manager version 2.0.4:

Fatal: java.lang.SecurityException encountered.  Details:
User interaction is not allowed.
fatal: credential helper 'manager' told us to quit

I've tried adding canFallBackToInsecureStore = true to my git config, but it doesn't seem to make any difference.

SSH authentication isn't an option, as only HTTPS is enabled for the repository in question.

InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

I have tried openjdk-11, openjdk-8 and oraclejdk-8 using git version 2.17.0 on Ubuntu 18.04. It was working well. I tried it today with a freshly installed Ubuntu and started to get this error.

git pull
Fatal: java.lang.Error encountered.  Details:
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
fatal: credential helper '!/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar' told us to quit

In android studio on ubuntu does not work

Hi. Working with Android Studio on ubuntu and since they have upgraded to Azure DevOps does not work. Does not allow push. Request the password repeatedly. I import the project to Azure DevOps and create the repository correctly but not push the repository .... it asks for the password again and again

Doesn't work with Linux Mint 19 Tara

On Linux Mint 19 Tara, after installing and typing "git fetch" I get runtime exception that this OS doesn't have secure credential storage. I can't see in docs how can I install such a dependency, or what should I do in this case. Exception is:

Fatal: java.lang.RuntimeException encountered.  Details:
Secure credential storage is not available on this operating system. You may opt-in to store credentials in an unencrypted file under your user home directory by running 'git config --global credential.canFallBackToInsecureStore true'.
fatal: credential helper '!/usr/lib/jvm/java-11-openjdk-amd64/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /home/tometchy/git-credential-manager/git-credential-manager-2.0.4.jar' told us to quit

My OS version is:
$ cat /etc/*-release

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=19
DISTRIB_CODENAME=tara
DISTRIB_DESCRIPTION="Linux Mint 19 Tara"
NAME="Linux Mint"
VERSION="19 (Tara)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19"
VERSION_ID="19"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=tara
UBUNTU_CODENAME=bionic

My git version is 2.17.1.

I know I can fall back to plain text password storing, but this is not why I wanted to install secure manager :)

support GitHub

On Windows the Git-Credential-Manager supports GitHub, does this one do?

Unable to authenticate with GoDaddy managed Office 365 account

My organization manages their Office 365 accounts through GoDaddy. When the auth manager opens, I'm shown this screen:

screen shot 2019-01-10 at 12 19 28 pm

I enter my email address and click "Next"...

screen shot 2019-01-10 at 12 19 45 pm

I am then redirected to GoDaddy's auth screen, which doesn't show anything but this:

screen shot 2019-01-10 at 12 19 54 pm

This may be a GoDaddy issue, but I am guessing it's actually an issue with whatever embedded browser is being used by the java program. I can't drop down either of the menus ("United States - English" or "Contact Us 24/7"), likely because of javascript errors. I simply can't continue, so I'm unable to properly use my repos.

MacBook Pro, Retina, 15-inch, mid-2015
macOS Mojave 10.14.2
GCM installed with brew
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)

GCM fails at runtime

I try to git clone a certain repository of mine from myaccount.visualstudio.com and get this error.

Fatal: java.lang.Error encountered.  Details:
   unexpected error
fatal: credential helper '!/home/linuxbrew/.linuxbrew/Cellar/jdk/9.0.1+11/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar' told us to quit

What could be the cause of this?

Blank authentication page on linux

Hi after following the instalation instructions without package manager on this repository 2 machines show a white/blank page instead of the expected login screen.

notice: i dont have any sort of internet restrictions.

Debug Log

Configuration::loadGitConfiguration
Configuration::ParseGitConfig
Configuration::ParseGitConfig
core.bare = false
core.filemode = true
core.logallrefupdates = true
core.repositoryformatversion = 0
credential.helper = !java -Ddebug=true -Djava.net.useSystemProxies=true -jar /home/doohan/git-credential-manager/git-credential-manager-2.0.3.jar
remote.origin.fetch = +refs/heads/:refs/remotes/origin/
remote.origin.url = https://XXXX.visualstudio.com/Ecommerce/_git/magento-module-DefaultTheme
user.email = XXXX@XXXX
user.name =XXXX@XXXX
Program::loadOperationArguments
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Program::EnableTraceLogging
Program::get
targetUri = https://XXX.visualstudio.com/
Program::ComponentFactory::createSecureStore
gnome-keyring library loaded, creating a password SCHEMA
Try access gnome-keyring with dummy data to make sure it's accessible...
Getting a persistent token store that must be secure
Getting a persistent credential store that must be secure
Program::createAuthentication
detecting authority type
BaseVsoAuthentication::getAuthentication
BaseVsoAuthentication::detectAuthority
detected visualstudio.com, checking AAD vs MSA
server has responded
AAD authority for tenant '' detected
authority is Azure Directory
BaseVsoAuthentication::getCredentials
SecretStore::getTargetName
Secret::uriToName
target name = git:https://XXXX.visualstudio.com
SecretStore::readCredentials
SecretCache::readCredentials
SecretCache::_getTargetName
Secret::uriToName
target name = git:https://XXXX.visualstudio.com
BaseSecureStore::readCredentials
Getting Credential for git:https://XXXX.visualstudio.com
Could not retrieve secret from storage.
Return code: 9 description: No matching results
BaseVsoAuthentication::refreshCredentials
SecretCache::readToken
SecretCache::_getTargetName
Secret::uriToName
target name = ada:https://XXXX.visualstudio.com
SecretCache::readToken
SecretCache::_getTargetName
Secret::uriToNameConfiguration::loadGitConfiguration
Configuration::ParseGitConfig
Configuration::ParseGitConfig
core.bare = false
core.filemode = true
core.logallrefupdates = true
core.repositoryformatversion = 0
credential.helper = !java -Ddebug=true -Djava.net.useSystemProxies=true -jar /home/doohan/git-credential-manager/git-credential-manager-2.0.3.jar
remote.origin.fetch = +refs/heads/:refs/remotes/origin/
remote.origin.url = https://XXXX.visualstudio.com/Ecommerce/_git/magento-module-DefaultTheme
user.email = XXXXX@XXXXX
user.name = XXXX@XXXXXX
Program::loadOperationArguments
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Program::EnableTraceLogging
Program::get
targetUri = https://XXXX.visualstudio.com/
Program::ComponentFactory::createSecureStore
gnome-keyring library loaded, creating a password SCHEMA
Try access gnome-keyring with dummy data to make sure it's accessible...
Getting a persistent token store that must be secure
Getting a persistent credential store that must be secure
Program::createAuthentication
detecting authority type
BaseVsoAuthentication::getAuthentication
BaseVsoAuthentication::detectAuthority
detected visualstudio.com, checking AAD vs MSA
server has responded
AAD authority for tenant '' detected
authority is Azure Directory
BaseVsoAuthentication::getCredentials
SecretStore::getTargetName
Secret::uriToName
target name = git:https://XXXX.visualstudio.com
SecretStore::readCredentials
SecretCache::readCredentials
SecretCache::_getTargetName
Secret::uriToName
target name = git:https://XXXX.visualstudio.com
BaseSecureStore::readCredentials
Getting Credential for git:https://XXXX.visualstudio.com
Could not retrieve secret from storage.
Return code: 9 description: No matching results
BaseVsoAuthentication::refreshCredentials
SecretCache::readToken
SecretCache::_getTargetName
Secret::uriToName
target name = ada:https://XXXX.visualstudio.com
SecretCache::readToken
SecretCache::_getTargetName
Secret::uriToName
target name = registry:https://XXXX.visualstudio.com
failed to refresh credentials.
VsoAadAuthentication::interactiveLogon
AzureAuthority::acquireToken
Authorization code could not be obtained: com.microsoft.alm.oauth2.useragent.AuthorizationException: Code: cancelled Description: The browser window was closed by the user.
token acquisition failed.
interactive logon failed
VsoAadAuthentication::deviceLogon
AzureAuthority::acquireToken
OAuth 2.0 Device Flow authentication
To complete the authentication process, please open a web browser and visit the following URI:
https://microsoft.com/devicelogin
When prompted, enter the following code:
FAGWUE5NF
Once authenticated and authorized, execution will continue.
target name = registry:https://XXXX.visualstudio.com
failed to refresh credentials.
VsoAadAuthentication::interactiveLogon
AzureAuthority::acquireToken
Authorization code could not be obtained: com.microsoft.alm.oauth2.useragent.AuthorizationException: Code: cancelled Description: The browser window was closed by the user.
token acquisition failed.
interactive logon failed
VsoAadAuthentication::deviceLogon
AzureAuthority::acquireToken
OAuth 2.0 Device Flow authentication
To complete the authentication process, please open a web browser and visit the following URI:
https://microsoft.com/devicelogin
When prompted, enter the following code:
FAGWUE5NF
Once authenticated and authorized, execution will continue.

image
image

Could not read from remote repository.

I followed the installation instructions for mac and it seems to have been successful but when I try to perform git commands which call the origin - I get the following:

MacBook-Pro:CCExample $ git fetch
remote:
remote: Your Git command did not succeed.
remote: Details:
remote: 	Public key authentication failed.
remote:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

The repo is in VSTS & I used the VSTS instructions to add the origin to the local git repo.

I have confirmed that the config line has been added to ~/.gitconfig and appears in git config --list

Error: Unrecognized version string '9+181' (Macos High Sierra, Java 9)

After installing, I get the following error while attempting to clone a repo:

Fatal: java.lang.IllegalArgumentException encountered.  Details:
Unreccognized version string '9+181'
fatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home/bin/java -Ddebug==false -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar' told us to quit

I'm running High Sierra, Xcode 9, and Java 9 downloaded from Oracle's site.

Note when I run java --version, I get:

java 9
Java(TM) SE Runtime Environment (build 9+181)
Java Hotspot(TM) 64-Bit Server VM (build 9+181, mixed mode)

It's clear to me that the fix is to uninstall this version of Java and install a different version, however, I know this can potentially happen again with anyone, and you guys ought to know this might be a thing!

IllegalArgumentException cloning private GitHub repo

I installed with linuxbrew on Ubuntu 18.04 then tried to clone a private repo and received the following error:

Cloning into 'ChrisRepo'...
Fatal: java.lang.IllegalArgumentException encountered.  Details:
tokenSecretStore can't be null
fatal: credential helper '!/home/linuxbrew/.linuxbrew/Cellar/jdk/9.0.4/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar' told us to quit

I assume this is related to #63 but even if GitHub isn't supported, git-credential-manager should not break GitHub or at a minimum warn in the documentation that it will break github.

Git trying to access old jar file

I have updated the git-credential-manager to 2.0.4 and git is still trying to use the 2.0.3 jar file

Error: Unable to access jarfile /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar

screen shot 2018-10-15 at 20 35 30

I have updated git to the latest version and reinstalled credential manager.
Any advice?

Thanks,
Ben

Fatal: java.lang.RuntimeException encountered on Ubuntu VM through SSH

Operating System: Ubuntu 18.04.1 LTS (Bionic Beaver)
Issue: Credential Manager is not working on first git pull.
Repro Steps:

Using MobaXTerm as an SSH client.
Following installation using homebrew:

$ sudo apt install linuxbrew-wrapper
$ brew install git-credential-manager
$ git-credential-manager install

Then on a Git push:

$ git push
Fatal: java.lang.RuntimeException encountered.  Details:
Secure credential storage is not available on this operating system. You may opt-in to store credentials in an unencrypted file under your user home directory by running 'git config --global credential.canFallBackToInsecureStore true'.
fatal: credential helper '!/home/linuxbrew/.linuxbrew/Cellar/jdk/9.0.4/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar' told us to quit

Not sure the cause of this error.

Is there a way to brew install credential manager without Xcode 8?

re-installed brew on my mac and then tried to install credential manager and got the following error:

Error: Your Xcode (7.3) is outdated
Please update to Xcode 8.0.
Xcode can be updated from the App Store.

I would love to upgrade to Xcode 8 but our project won't currently build in it.

Fails to detect dev.azure.com hosted repositories

Attempting to authenticate with Azure Devops hosted git repository (rebranded Visual Studio Team Services) fails and falls back to basic auth.

Looks like you haven't updated following the rebrand.

fatal: Authentication failed

I installed git-credential-manager on my mac. I then try to make it work with my repository hosted on Azure Devops: https://dev.azure.com/yousefshanawany..., but it never pops up a UI or anything and instead prompts me for a password in the terminal.

Is that supposed to happen? Isn't there supposed to be a popup?

I then proceed to give it my Azure Devops password, but it fails and says it's wrong. I even used the "Generate git credentials" feature in Azure Devops but it still gives the same output. I'm stuck.

image

SSLHandshakeException When on Corporate Network

When using the credential manager while on a corporate network with a middle-tier ssl root certificate I receive the following error message:

Fatal: java.lang.Error encountered. Details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target fatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar' told us to quit

Typically, when I see issues like this, turning off ssl certificate validation resolves the issue, but I don't see a way to do that with the git-credential-manager. Is there some way to do so?

Is there a way to add a personal access token?

Is there a way to add a personal access token, generated in visualstudio.com, via the command line?

The reason I'd like to do this is that the authentication flow doesn't work for me when I try to checkout a repo. I get the code and the url, put the code in, then select my account, and from then on I'm always redirected, getting a prompt if I forgot my password. However, I cannot even enter the password, because the redirect happens as soon as I'm switching to the password field.

Ubuntu server- only ssh available?

There seems to be a requirement for opening a browser session, how is this meant to work on pure shell servers? Any way to put in the auth string (token) somewhere?

Browser vanishes, logon failed

I am running Xcode 8, OS X 10.11.6.

I have updated to the latest credential manager via brew.

Credential manager has been working well for us for some time, but I believe my credentials expired and need to be re-entered. I have been unable to do so.

When performing a git pull against our VSTS repo, credential manager opens a window with the Java logo, with a title like 'OAuth 2.0 authorization request' for around half a second, with a white screen. It then vanishes, and a "Java quit unexpectedly" dialog is thrown.

The command line is as follows:

$ git pull
Logon failed, aborting authentication process.
fatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/bin/java -Ddebug=false -jar /usr/local/Cellar/git-credential-manager/1.3.0/libexec/git-credential-manager-1.3.0.jar' told us to quit

The full java error is:

Process:               java [3908]
Path:                  /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/bin/java
Identifier:            java
Version:               1.0 (1.0)
Code Type:             X86-64 (Native)
Parent Process:        java [3905]
Responsible:           Terminal [426]
User ID:               504

Date/Time:             2016-11-14 10:42:09.563 -0800
OS Version:            Mac OS X 10.11.6 (15G1108)
Report Version:        11
Anonymous UUID:        7FCA1C09-2BC4-7112-CDC8-AD614BE4DA36


Time Awake Since Boot: 4800 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

VM Regions Near 0:
--> 
    __TEXT                 000000010bd11000-000000010bd22000 [   68K] r-x/rwx SM=COW  /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/bin/java

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff8e4dff06 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff923bd4ec pthread_kill + 90
2   libsystem_c.dylib             	0x00007fff8202f6df abort + 129
3   libjvm.dylib                  	0x000000010cc207cf os::abort(bool) + 25
4   libjvm.dylib                  	0x000000010cd2c2a8 VMError::report_and_die() + 2308
5   libjvm.dylib                  	0x000000010cc22169 JVM_handle_bsd_signal + 1083
6   libsystem_platform.dylib      	0x00007fff943a252a _sigtramp + 26
7   ???                           	0x00000000adcaf0c8 0 + 2915758280
8   libjfxwebkit.dylib            	0x000000011fde1b6c Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 1762908
9   libjfxwebkit.dylib            	0x000000011fe235ed Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2031837
10  libjfxwebkit.dylib            	0x000000011fde1b6c Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 1762908
11  libjfxwebkit.dylib            	0x000000011fe235ed Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2031837
12  libjfxwebkit.dylib            	0x000000011fe244a6 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2035606
13  libjfxwebkit.dylib            	0x000000011fe23fb4 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2034340
14  libjfxwebkit.dylib            	0x000000011fdf797b Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 1852523
15  libjfxwebkit.dylib            	0x000000011fdf84f6 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 1855462
16  libjfxwebkit.dylib            	0x000000011fde89a7 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 1791127
17  libjfxwebkit.dylib            	0x000000011fdf8468 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 1855320
18  libjfxwebkit.dylib            	0x000000011fe1e875 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2012005
19  libjfxwebkit.dylib            	0x000000012069f73d Java_com_sun_webpane_platform_graphics_WCMediaPlayer_notifyBufferChanged + 2380397
20  libjfxwebkit.dylib            	0x000000011fc8c180 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 363632
21  libjfxwebkit.dylib            	0x0000000120aef174 JSValueIsUndefined + 725844
22  ???                           	0x00002a109baca17b 0 + 46250819625339
23  libjfxwebkit.dylib            	0x0000000120aa894c JSValueIsUndefined + 437036
24  libjfxwebkit.dylib            	0x0000000120b85651 JSValueIsUndefined + 1341489
25  libjfxwebkit.dylib            	0x000000011fc62ea9 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 194969
26  libjfxwebkit.dylib            	0x000000011fe33dba Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2099370
27  libjfxwebkit.dylib            	0x000000011fe33fdf Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2099919
28  libjfxwebkit.dylib            	0x000000011fe2ba13 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2065667
29  libjfxwebkit.dylib            	0x000000011fe2a4b8 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2060200
30  libjfxwebkit.dylib            	0x000000011fe2cd0e Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2070526
31  libjfxwebkit.dylib            	0x000000011fe45d07 Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 2172919
32  libjfxwebkit.dylib            	0x000000011fdf0f0c Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 1825276
33  libjfxwebkit.dylib            	0x000000012002488c Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 4133756
34  libjfxwebkit.dylib            	0x000000012002474b Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkCreatePeer + 4133435
35  libjfxwebkit.dylib            	0x00000001202abad6 Java_com_sun_webpane_webkit_network_URLLoader_twkWillSendRequest + 106678
36  ???                           	0x000000010d272758 0 + 4515637080
37  ???                           	0x000000010d266058 0 + 4515586136
38  ???                           	0x000000010d266058 0 + 4515586136
39  ???                           	0x000000010d266058 0 + 4515586136
40  ???                           	0x000000010d266706 0 + 4515587846
41  ???                           	0x000000010d266233 0 + 4515586611
42  ???                           	0x000000010d2604e7 0 + 4515562727
43  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
44  libjvm.dylib                  	0x000000010cadb148 JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*) + 40
45  libjvm.dylib                  	0x000000010cb2e91c JVM_DoPrivileged + 1041
46  ???                           	0x000000010d272758 0 + 4515637080
47  ???                           	0x000000010d266233 0 + 4515586611
48  ???                           	0x000000010d266058 0 + 4515586136
49  ???                           	0x000000010d266058 0 + 4515586136
50  ???                           	0x000000010d266058 0 + 4515586136
51  ???                           	0x000000010d266706 0 + 4515587846
52  ???                           	0x000000010d2604e7 0 + 4515562727
53  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
54  libjvm.dylib                  	0x000000010cadb148 JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*) + 40
55  libjvm.dylib                  	0x000000010cb0ecc3 jni_invoke_nonstatic(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 698
56  libjvm.dylib                  	0x000000010cb02834 jni_CallVoidMethod + 278
57  libglass.dylib                	0x000000011cb4c3b9 -[GlassRunnable run] + 121
58  com.apple.Foundation          	0x00007fff846c6fde __NSThreadPerformPerform + 279
59  com.apple.CoreFoundation      	0x00007fff91bb17e1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
60  com.apple.CoreFoundation      	0x00007fff91b90f1c __CFRunLoopDoSources0 + 556
61  com.apple.CoreFoundation      	0x00007fff91b9043f __CFRunLoopRun + 927
62  com.apple.CoreFoundation      	0x00007fff91b8fe38 CFRunLoopRunSpecific + 296
63  com.apple.HIToolbox           	0x00007fff80340935 RunCurrentEventLoopInMode + 235
64  com.apple.HIToolbox           	0x00007fff8034076f ReceiveNextEventCommon + 432
65  com.apple.HIToolbox           	0x00007fff803405af _BlockUntilNextEventMatchingListInModeWithFilter + 71
66  com.apple.AppKit              	0x00007fff927a7df6 _DPSNextEvent + 1067
67  com.apple.AppKit              	0x00007fff927a7226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
68  com.apple.AppKit              	0x00007fff9279bd80 -[NSApplication run] + 682
69  libglass.dylib                	0x000000011cb4cc91 -[GlassApplication runLoop:] + 753
70  com.apple.Foundation          	0x00007fff846c6fde __NSThreadPerformPerform + 279
71  com.apple.CoreFoundation      	0x00007fff91bb17e1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
72  com.apple.CoreFoundation      	0x00007fff91b90f1c __CFRunLoopDoSources0 + 556
73  com.apple.CoreFoundation      	0x00007fff91b9043f __CFRunLoopRun + 927
74  com.apple.CoreFoundation      	0x00007fff91b8fe38 CFRunLoopRunSpecific + 296
75  java                          	0x000000010bd183b0 CreateExecutionEnvironment + 871
76  java                          	0x000000010bd12b5c JLI_Launch + 1952
77  java                          	0x000000010bd1870d main + 101
78  java                          	0x000000010bd123b4 start + 52

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff8e4e010a __semwait_signal + 10
1   libsystem_pthread.dylib       	0x00007fff923bc787 pthread_join + 444
2   java                          	0x000000010bd179b0 ContinueInNewThread0 + 102
3   java                          	0x000000010bd137c7 ContinueInNewThread + 201
4   java                          	0x000000010bd17785 JVMInit + 315
5   java                          	0x000000010bd13545 JLI_Launch + 4489
6   java                          	0x000000010bd1870d main + 101
7   java                          	0x000000010bd18042 apple_main + 92
8   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
9   libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
10  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff8e4e0efa kevent_qos + 10
1   libdispatch.dylib             	0x00007fff84a1b165 _dispatch_mgr_invoke + 216
2   libdispatch.dylib             	0x00007fff84a1adcd _dispatch_mgr_thread + 52

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff8e4e05e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff923ba578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib       	0x00007fff923b8341 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d7e9 Parker::park(bool, long long) + 483
3   libjvm.dylib                  	0x000000010cd0bc72 Unsafe_Park + 126
4   ???                           	0x000000010d272758 0 + 4515637080
5   ???                           	0x000000010d266058 0 + 4515586136
6   ???                           	0x000000010d266058 0 + 4515586136
7   ???                           	0x000000010d266350 0 + 4515586896
8   ???                           	0x000000010d266058 0 + 4515586136
9   ???                           	0x000000010d266058 0 + 4515586136
10  ???                           	0x000000010d266058 0 + 4515586136
11  ???                           	0x000000010d266058 0 + 4515586136
12  ???                           	0x000000010d266058 0 + 4515586136
13  ???                           	0x000000010d266058 0 + 4515586136
14  ???                           	0x000000010d2604e7 0 + 4515562727
15  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
16  libjvm.dylib                  	0x000000010cadb148 JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*) + 40
17  libjvm.dylib                  	0x000000010cb0e9c2 jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 230
18  libjvm.dylib                  	0x000000010cb07b5d jni_CallStaticVoidMethod + 267
19  java                          	0x000000010bd140fe JavaMain + 2333
20  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
21  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
22  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cbfcc0e ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                  	0x000000010cbfd400 Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib                  	0x000000010cbfd65d Monitor::wait(bool, long, bool) + 375
6   libjvm.dylib                  	0x000000010ca6c20e GCTaskManager::get_task(unsigned int) + 56
7   libjvm.dylib                  	0x000000010ca6d103 GCTaskThread::run() + 349
8   libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
9   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
10  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
11  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cbfcc0e ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                  	0x000000010cbfd400 Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib                  	0x000000010cbfd65d Monitor::wait(bool, long, bool) + 375
6   libjvm.dylib                  	0x000000010ca6c20e GCTaskManager::get_task(unsigned int) + 56
7   libjvm.dylib                  	0x000000010ca6d103 GCTaskThread::run() + 349
8   libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
9   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
10  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
11  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cbfcc0e ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                  	0x000000010cbfd400 Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib                  	0x000000010cbfd65d Monitor::wait(bool, long, bool) + 375
6   libjvm.dylib                  	0x000000010ca6c20e GCTaskManager::get_task(unsigned int) + 56
7   libjvm.dylib                  	0x000000010ca6d103 GCTaskThread::run() + 349
8   libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
9   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
10  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
11  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cbfcc0e ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                  	0x000000010cbfd400 Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib                  	0x000000010cbfd65d Monitor::wait(bool, long, bool) + 375
6   libjvm.dylib                  	0x000000010ca6c20e GCTaskManager::get_task(unsigned int) + 56
7   libjvm.dylib                  	0x000000010ca6d103 GCTaskThread::run() + 349
8   libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
9   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
10  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
11  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d9fd os::PlatformEvent::park(long long) + 385
3   libjvm.dylib                  	0x000000010cbfd400 Monitor::IWait(Thread*, long long) + 160
4   libjvm.dylib                  	0x000000010cbfd65d Monitor::wait(bool, long, bool) + 375
5   libjvm.dylib                  	0x000000010cd31950 VMThread::loop() + 444
6   libjvm.dylib                  	0x000000010cd313e3 VMThread::run() + 121
7   libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
8   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
9   libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
10  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 10:: Java: Reference Handler
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cc15a77 ObjectMonitor::wait(long long, bool, Thread*) + 757
4   libjvm.dylib                  	0x000000010ccc5457 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
5   libjvm.dylib                  	0x000000010cb2f5d4 JVM_MonitorWait + 156
6   ???                           	0x000000010d272758 0 + 4515637080
7   ???                           	0x000000010d266058 0 + 4515586136
8   ???                           	0x000000010d266058 0 + 4515586136
9   ???                           	0x000000010d2604e7 0 + 4515562727
10  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
11  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
12  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
13  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
14  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
15  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
16  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
17  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
18  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
19  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 11:: Java: Finalizer
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cc15a77 ObjectMonitor::wait(long long, bool, Thread*) + 757
4   libjvm.dylib                  	0x000000010ccc5457 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
5   libjvm.dylib                  	0x000000010cb2f5d4 JVM_MonitorWait + 156
6   ???                           	0x000000010d272758 0 + 4515637080
7   ???                           	0x000000010d266058 0 + 4515586136
8   ???                           	0x000000010d266233 0 + 4515586611
9   ???                           	0x000000010d266233 0 + 4515586611
10  ???                           	0x000000010d2604e7 0 + 4515562727
11  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
12  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
13  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
14  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
15  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
16  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
17  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
18  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
19  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
20  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 12:
0   libsystem_kernel.dylib        	0x00007fff8e4e05e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff923ba578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib       	0x00007fff923b8341 start_wqthread + 13

Thread 13:
0   libsystem_kernel.dylib        	0x00007fff8e4e05e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff923ba578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib       	0x00007fff923b8341 start_wqthread + 13

Thread 14:: Java: Signal Dispatcher
0   libsystem_kernel.dylib        	0x00007fff8e4d9fae semaphore_wait_trap + 10
1   libjvm.dylib                  	0x000000010cc1f0d8 check_pending_signals(bool) + 128
2   libjvm.dylib                  	0x000000010cc1b9cc signal_thread_entry(JavaThread*, Thread*) + 57
3   libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
4   libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
5   libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
6   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
7   libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
8   libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 15:: Java: C2 CompilerThread0
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cbfcc0e ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                  	0x000000010cbfd400 Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib                  	0x000000010cbfd5c4 Monitor::wait(bool, long, bool) + 222
6   libjvm.dylib                  	0x000000010c9c10d5 CompileQueue::get() + 153
7   libjvm.dylib                  	0x000000010c9c1c6d CompileBroker::compiler_thread_loop() + 425
8   libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
9   libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
10  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
11  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
12  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
13  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 16:: Java: C2 CompilerThread1
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cbfcc0e ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                  	0x000000010cbfd400 Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib                  	0x000000010cbfd5c4 Monitor::wait(bool, long, bool) + 222
6   libjvm.dylib                  	0x000000010c9c10d5 CompileQueue::get() + 153
7   libjvm.dylib                  	0x000000010c9c1c6d CompileBroker::compiler_thread_loop() + 425
8   libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
9   libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
10  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
11  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
12  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
13  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 17:: Java: Service Thread
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cbfcc0e ParkCommon(ParkEvent*, long long) + 42
4   libjvm.dylib                  	0x000000010cbfd400 Monitor::IWait(Thread*, long long) + 160
5   libjvm.dylib                  	0x000000010cbfd65d Monitor::wait(bool, long, bool) + 375
6   libjvm.dylib                  	0x000000010cc74d49 ServiceThread::service_thread_entry(JavaThread*, Thread*) + 109
7   libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
8   libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
9   libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
10  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
11  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
12  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 18:
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d9fd os::PlatformEvent::park(long long) + 385
3   libjvm.dylib                  	0x000000010cbfd400 Monitor::IWait(Thread*, long long) + 160
4   libjvm.dylib                  	0x000000010cbfd65d Monitor::wait(bool, long, bool) + 375
5   libjvm.dylib                  	0x000000010ccf643c WatcherThread::sleep() const + 126
6   libjvm.dylib                  	0x000000010ccf72ff WatcherThread::run() + 243
7   libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
8   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
9   libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
10  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 19:: Java: JavaFX-Launcher
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d7e9 Parker::park(bool, long long) + 483
3   libjvm.dylib                  	0x000000010cd0bc72 Unsafe_Park + 126
4   ???                           	0x000000010d272758 0 + 4515637080
5   ???                           	0x000000010d266058 0 + 4515586136
6   ???                           	0x000000010d266058 0 + 4515586136
7   ???                           	0x000000010d266350 0 + 4515586896
8   ???                           	0x000000010d266058 0 + 4515586136
9   ???                           	0x000000010d266058 0 + 4515586136
10  ???                           	0x000000010d266058 0 + 4515586136
11  ???                           	0x000000010d266058 0 + 4515586136
12  ???                           	0x000000010d266058 0 + 4515586136
13  ???                           	0x000000010d266706 0 + 4515587846
14  ???                           	0x000000010d2604e7 0 + 4515562727
15  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
16  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
17  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
18  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
19  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
20  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
21  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
22  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
23  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
24  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 20:: Java: QuantumRenderer-0
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d7e9 Parker::park(bool, long long) + 483
3   libjvm.dylib                  	0x000000010cd0bc72 Unsafe_Park + 126
4   ???                           	0x000000010d272758 0 + 4515637080
5   ???                           	0x000000010d266058 0 + 4515586136
6   ???                           	0x000000010d266058 0 + 4515586136
7   ???                           	0x000000010d266706 0 + 4515587846
8   ???                           	0x000000010d2668e1 0 + 4515588321
9   ???                           	0x000000010d266233 0 + 4515586611
10  ???                           	0x000000010d266058 0 + 4515586136
11  ???                           	0x000000010d266706 0 + 4515587846
12  ???                           	0x000000010d266706 0 + 4515587846
13  ???                           	0x000000010d2604e7 0 + 4515562727
14  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
15  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
16  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
17  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
18  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
19  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
20  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
21  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
22  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
23  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 21:: Java: Disposer
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cc15a77 ObjectMonitor::wait(long long, bool, Thread*) + 757
4   libjvm.dylib                  	0x000000010ccc5457 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
5   libjvm.dylib                  	0x000000010cb2f5d4 JVM_MonitorWait + 156
6   ???                           	0x000000010d272758 0 + 4515637080
7   ???                           	0x000000010d266058 0 + 4515586136
8   ???                           	0x000000010d266233 0 + 4515586611
9   ???                           	0x000000010d266233 0 + 4515586611
10  ???                           	0x000000010d266706 0 + 4515587846
11  ???                           	0x000000010d2604e7 0 + 4515562727
12  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
13  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
14  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
15  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
16  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
17  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
18  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
19  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
20  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
21  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 22:: Java: Thread-2
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cc15a77 ObjectMonitor::wait(long long, bool, Thread*) + 757
4   libjvm.dylib                  	0x000000010ccc5457 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
5   libjvm.dylib                  	0x000000010cb2f5d4 JVM_MonitorWait + 156
6   ???                           	0x000000010d272758 0 + 4515637080
7   ???                           	0x000000010d266058 0 + 4515586136
8   ???                           	0x000000010d266058 0 + 4515586136
9   ???                           	0x000000010d2604e7 0 + 4515562727
10  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
11  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
12  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
13  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
14  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
15  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
16  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
17  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
18  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
19  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 23:
0   libsystem_kernel.dylib        	0x00007fff8e4e05e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff923ba578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib       	0x00007fff923b8341 start_wqthread + 13

Thread 24:: Glass Timer Thread
0   libsystem_kernel.dylib        	0x00007fff8e4e010a __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff82050d0f nanosleep + 199
2   libsystem_c.dylib             	0x00007fff82050c02 usleep + 54
3   libglass.dylib                	0x000000011cb5ff77 _GlassTimerTask + 343
4   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
5   libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
6   libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 25:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff8e4d9f72 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff8e4d93b3 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fff91b91124 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fff91b905ec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation      	0x00007fff91b8fe38 CFRunLoopRunSpecific + 296
5   com.apple.AppKit              	0x00007fff928fdd95 _NSEventThread + 149
6   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
7   libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
8   libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 26:

Thread 27:: Java: Disposer
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cc15a77 ObjectMonitor::wait(long long, bool, Thread*) + 757
4   libjvm.dylib                  	0x000000010ccc5457 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
5   libjvm.dylib                  	0x000000010cb2f5d4 JVM_MonitorWait + 156
6   ???                           	0x000000010d272758 0 + 4515637080
7   ???                           	0x000000010d266058 0 + 4515586136
8   ???                           	0x000000010d266233 0 + 4515586611
9   ???                           	0x000000010d266233 0 + 4515586611
10  ???                           	0x000000010d266706 0 + 4515587846
11  ???                           	0x000000010d2604e7 0 + 4515562727
12  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
13  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
14  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
15  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
16  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
17  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
18  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
19  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
20  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
21  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 28:
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjfxwebkit.dylib            	0x0000000120c2e6f4 JSValueIsUndefined + 2033876
3   libjfxwebkit.dylib            	0x0000000120a9ef19 JSValueIsUndefined + 397561
4   libjfxwebkit.dylib            	0x0000000120a9ef78 JSValueIsUndefined + 397656
5   libjfxwebkit.dylib            	0x0000000120a9f079 JSValueIsUndefined + 397913
6   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
7   libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
8   libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 29:: Java: Prism Font Disposer
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1ca4b os::PlatformEvent::park() + 173
3   libjvm.dylib                  	0x000000010cc15a77 ObjectMonitor::wait(long long, bool, Thread*) + 757
4   libjvm.dylib                  	0x000000010ccc5457 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
5   libjvm.dylib                  	0x000000010cb2f5d4 JVM_MonitorWait + 156
6   ???                           	0x000000010d272758 0 + 4515637080
7   ???                           	0x000000010d266058 0 + 4515586136
8   ???                           	0x000000010d266233 0 + 4515586611
9   ???                           	0x000000010d266233 0 + 4515586611
10  ???                           	0x000000010d266706 0 + 4515587846
11  ???                           	0x000000010d2604e7 0 + 4515562727
12  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
13  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
14  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
15  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
16  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
17  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
18  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
19  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
20  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
21  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 30:: Java: Thread-6
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d7e9 Parker::park(bool, long long) + 483
3   libjvm.dylib                  	0x000000010cd0bc72 Unsafe_Park + 126
4   ???                           	0x000000010d272758 0 + 4515637080
5   ???                           	0x000000010d266058 0 + 4515586136
6   ???                           	0x000000010d266058 0 + 4515586136
7   ???                           	0x000000010d266706 0 + 4515587846
8   ???                           	0x000000010d266233 0 + 4515586611
9   ???                           	0x000000010d2668e1 0 + 4515588321
10  ???                           	0x000000010d266058 0 + 4515586136
11  ???                           	0x000000010d266706 0 + 4515587846
12  ???                           	0x000000010d2604e7 0 + 4515562727
13  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
14  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
15  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
16  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
17  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
18  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
19  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
20  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
21  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
22  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 31:: CVDisplayLink
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb75e _pthread_cond_wait + 821
2   com.apple.CoreVideo           	0x00007fff88e610d8 CVDisplayLink::waitUntil(unsigned long long) + 232
3   com.apple.CoreVideo           	0x00007fff88e60ed1 CVDisplayLink::runIOThread() + 511
4   com.apple.CoreVideo           	0x00007fff88e609a9 startIOThread(void*) + 147
5   libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
6   libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
7   libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 32:: Java: URL-Loader-1
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d7fa Parker::park(bool, long long) + 500
3   libjvm.dylib                  	0x000000010cd0bc72 Unsafe_Park + 126
4   ???                           	0x000000010d272758 0 + 4515637080
5   ???                           	0x000000010d266058 0 + 4515586136
6   ???                           	0x000000010d266058 0 + 4515586136
7   ???                           	0x000000010d266823 0 + 4515588131
8   ???                           	0x000000010d2668e1 0 + 4515588321
9   ???                           	0x000000010d266233 0 + 4515586611
10  ???                           	0x000000010d266058 0 + 4515586136
11  ???                           	0x000000010d266706 0 + 4515587846
12  ???                           	0x000000010d2604e7 0 + 4515562727
13  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
14  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
15  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
16  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
17  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
18  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
19  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
20  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
21  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
22  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 33:: Java: Keep-Alive-Timer
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d9fd os::PlatformEvent::park(long long) + 385
3   libjvm.dylib                  	0x000000010cc1db4c os::sleep(Thread*, long long, bool) + 204
4   libjvm.dylib                  	0x000000010cb2a2e6 JVM_Sleep + 269
5   ???                           	0x000000010d272758 0 + 4515637080
6   ???                           	0x000000010d266058 0 + 4515586136
7   ???                           	0x000000010d266706 0 + 4515587846
8   ???                           	0x000000010d2604e7 0 + 4515562727
9   libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
10  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
11  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
12  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
13  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
14  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
15  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
16  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
17  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
18  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 34:: Java: URL-Loader-2
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d7fa Parker::park(bool, long long) + 500
3   libjvm.dylib                  	0x000000010cd0bc72 Unsafe_Park + 126
4   ???                           	0x000000010d272758 0 + 4515637080
5   ???                           	0x000000010d266058 0 + 4515586136
6   ???                           	0x000000010d266058 0 + 4515586136
7   ???                           	0x000000010d266823 0 + 4515588131
8   ???                           	0x000000010d2668e1 0 + 4515588321
9   ???                           	0x000000010d266233 0 + 4515586611
10  ???                           	0x000000010d266058 0 + 4515586136
11  ???                           	0x000000010d266706 0 + 4515587846
12  ???                           	0x000000010d2604e7 0 + 4515562727
13  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
14  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
15  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
16  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
17  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
18  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
19  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
20  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
21  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
22  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 35:: Java: URL-Loader-3
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d7fa Parker::park(bool, long long) + 500
3   libjvm.dylib                  	0x000000010cd0bc72 Unsafe_Park + 126
4   ???                           	0x000000010d272758 0 + 4515637080
5   ???                           	0x000000010d266058 0 + 4515586136
6   ???                           	0x000000010d266058 0 + 4515586136
7   ???                           	0x000000010d266823 0 + 4515588131
8   ???                           	0x000000010d2668e1 0 + 4515588321
9   ???                           	0x000000010d266233 0 + 4515586611
10  ???                           	0x000000010d266058 0 + 4515586136
11  ???                           	0x000000010d266706 0 + 4515587846
12  ???                           	0x000000010d2604e7 0 + 4515562727
13  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
14  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
15  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
16  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
17  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
18  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
19  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
20  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
21  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
22  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 36:: Java: URL-Loader-4
0   libsystem_kernel.dylib        	0x00007fff8e4dfdb6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff923bb728 _pthread_cond_wait + 767
2   libjvm.dylib                  	0x000000010cc1d7fa Parker::park(bool, long long) + 500
3   libjvm.dylib                  	0x000000010cd0bc72 Unsafe_Park + 126
4   ???                           	0x000000010d272758 0 + 4515637080
5   ???                           	0x000000010d266058 0 + 4515586136
6   ???                           	0x000000010d266058 0 + 4515586136
7   ???                           	0x000000010d266823 0 + 4515588131
8   ???                           	0x000000010d2668e1 0 + 4515588321
9   ???                           	0x000000010d266233 0 + 4515586611
10  ???                           	0x000000010d266058 0 + 4515586136
11  ???                           	0x000000010d266706 0 + 4515587846
12  ???                           	0x000000010d2604e7 0 + 4515562727
13  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
14  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
15  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
16  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
17  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
18  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
19  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
20  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
21  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
22  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 37:: Java: URL-Loader-5
0   libsystem_kernel.dylib        	0x00007fff8e4e007a __select + 10
1   libnet.dylib                  	0x0000000124537ae3 NET_Timeout + 706
2   libnet.dylib                  	0x0000000124535251 Java_java_net_SocketInputStream_socketRead0 + 246
3   ???                           	0x000000010d272758 0 + 4515637080
4   ???                           	0x000000010d2661d4 0 + 4515586516
5   ???                           	0x000000010d2661d4 0 + 4515586516
6   ???                           	0x000000010d2661d4 0 + 4515586516
7   ???                           	0x000000010d2661d4 0 + 4515586516
8   ???                           	0x000000010d266058 0 + 4515586136
9   ???                           	0x000000010d266058 0 + 4515586136
10  ???                           	0x000000010d266058 0 + 4515586136
11  ???                           	0x000000010d2661d4 0 + 4515586516
12  ???                           	0x000000010d266058 0 + 4515586136
13  ???                           	0x000000010d2661d4 0 + 4515586516
14  ???                           	0x000000010d2661d4 0 + 4515586516
15  ???                           	0x000000010d266350 0 + 4515586896
16  ???                           	0x000000010d266350 0 + 4515586896
17  ???                           	0x000000010d266233 0 + 4515586611
18  ???                           	0x000000010d2661d4 0 + 4515586516
19  ???                           	0x000000010d2661d4 0 + 4515586516
20  ???                           	0x000000010d266233 0 + 4515586611
21  ???                           	0x000000010d266058 0 + 4515586136
22  ???                           	0x000000010d266058 0 + 4515586136
23  ???                           	0x000000010d266233 0 + 4515586611
24  ???                           	0x000000010d2604e7 0 + 4515562727
25  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
26  libjvm.dylib                  	0x000000010cadb148 JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*) + 40
27  libjvm.dylib                  	0x000000010cb2e91c JVM_DoPrivileged + 1041
28  ???                           	0x000000010d272758 0 + 4515637080
29  ???                           	0x000000010d266233 0 + 4515586611
30  ???                           	0x000000010d266706 0 + 4515587846
31  ???                           	0x000000010d2668e1 0 + 4515588321
32  ???                           	0x000000010d266706 0 + 4515587846
33  ???                           	0x000000010d266058 0 + 4515586136
34  ???                           	0x000000010d266706 0 + 4515587846
35  ???                           	0x000000010d2604e7 0 + 4515562727
36  libjvm.dylib                  	0x000000010cadb378 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554
37  libjvm.dylib                  	0x000000010cadb88f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283
38  libjvm.dylib                  	0x000000010cadb9cc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
39  libjvm.dylib                  	0x000000010cb2a89e thread_entry(JavaThread*, Thread*) + 173
40  libjvm.dylib                  	0x000000010ccf5f69 JavaThread::thread_main_inner() + 155
41  libjvm.dylib                  	0x000000010ccf7671 JavaThread::run() + 419
42  libjvm.dylib                  	0x000000010cc20e02 java_start(Thread*) + 294
43  libsystem_pthread.dylib       	0x00007fff923ba99d _pthread_body + 131
44  libsystem_pthread.dylib       	0x00007fff923ba91a _pthread_start + 168
45  libsystem_pthread.dylib       	0x00007fff923b8351 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff53ee8398  rdx: 0x0000000000000000
  rdi: 0x0000000000000a0b  rsi: 0x0000000000000006  rbp: 0x00007fff53ee83c0  rsp: 0x00007fff53ee8398
   r8: 0x0000000000000040   r9: 0x00007fff70598110  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x000000010d030bf0  r13: 0x00007f8a10dfa620  r14: 0x00007fff73ced000  r15: 0x000000010cc2517c
  rip: 0x00007fff8e4dff06  rfl: 0x0000000000000206  cr2: 0x00007fff70596008
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10bd11000 -        0x10bd21fef +java (1.0 - 1.0) <E70636ED-CB69-3B93-B3B6-36033287959D> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/bin/java
       0x10bf90000 -        0x10bf98fff +libverify.dylib (1) <4919E6E1-B2F9-3222-9E01-015AB4D8DE84> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libverify.dylib
       0x10bf9d000 -        0x10bfbeff7 +libjava.dylib (1) <95F40F12-4338-3052-8E8E-507D43A9DE22> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libjava.dylib
       0x10bfd7000 -        0x10bfdcfff +libzip.dylib (1) <155E5ECD-D25B-317D-9E8F-B8152289389C> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libzip.dylib
       0x10bfe1000 -        0x10bfeaff7  com.apple.java.JavaRuntimeSupport (15.0.1 - 15.0.1) <DC597292-478F-3B4A-B99E-BA21C0AE8909> /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/JavaRuntimeSupport
       0x10c800000 -        0x10cf4ffef +libjvm.dylib (1) <649B4820-D042-3975-8239-91E0A575E805> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/server/libjvm.dylib
       0x11ae8c000 -        0x11ae94fff  JavaNativeFoundation (74) <CA27E60D-3E7D-3B94-BA0F-2E7DBD5255C7> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
       0x11aea1000 -        0x11aea5fff  com.apple.JavaVM (15.0.1 - 15.0.1) <E1978FE9-F54C-332B-9B00-E96CD0E6F268> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
       0x11aeae000 -        0x11aeb2fff  JavaLaunching (42) <7AFDCF93-F07D-38FA-B259-B7B9D10579D8> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
       0x11c863000 -        0x11c869ff7 +libprism-es2.dylib (0) <E1AD9F25-F4B2-964E-80C2-6AC79C341884> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libprism-es2.dylib
       0x11cb49000 -        0x11cb88fef +libglass.dylib (0) <4BA6CC51-BA10-57A3-335D-D3F309CE00BD> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libglass.dylib
       0x11d41e000 -        0x11d447ffb  libRIP.A.dylib (960.3) <702967FB-D16C-38C7-A3CC-0EC336740A69> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
       0x11ed6e000 -        0x11ed70fff  libCGXType.A.dylib (960.3) <70FA6D91-53BC-3DA6-92F3-7FEB33C73948> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
       0x11fa2f000 -        0x11fa2ffe7 +cl_kernels (???) <2EBB5951-BD99-48E6-9E9B-F732B2260D4D> cl_kernels
       0x11fc04000 -        0x1210c3ff7 +libjfxwebkit.dylib (0) <580F2F5B-3581-58F4-4259-9571FABB10A6> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libjfxwebkit.dylib
       0x121942000 -        0x12198dff7 +libjavafx-font.dylib (0) <82E5BAEC-1D3C-72C7-D698-9511692EE87F> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libjavafx-font.dylib
       0x122ab4000 -        0x122bb7fff  com.apple.GeForceMTLDriver (10.10.14 - 10.1.0) <6E902D67-55C2-3326-A399-07585D2CD652> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
       0x124509000 -        0x124526fff +libsunec.dylib (1) <4553A7EF-E87A-3112-8CB1-CBDF05291A0C> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libsunec.dylib
       0x124531000 -        0x12453fff7 +libnet.dylib (1) <2ABDE44E-2193-3E9C-BF41-454945BF1A22> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libnet.dylib
       0x124589000 -        0x124591fff +libnio.dylib (1) <35EB86B3-C421-3C01-A286-B9213B95C70A> /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/libnio.dylib
    0x7fff6c675000 -     0x7fff6c6aca47  dyld (360.22) <DC81CC9D-651A-3A45-8809-928282052BD3> /usr/lib/dyld
    0x7fff80310000 -     0x7fff80605fff  com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8060d000 -     0x7fff8061bfff  libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
    0x7fff80629000 -     0x7fff80638ffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff80658000 -     0x7fff806a7ff7  com.apple.opencl (2.7.0 - 2.7.0) <39581F1A-04FE-3CCA-9118-E9BB9053F7A1> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff806a8000 -     0x7fff807f2ff7  com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff807f3000 -     0x7fff807fbfff  com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff807fc000 -     0x7fff80848ffb  com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff80849000 -     0x7fff81aafff3  com.apple.CoreGraphics (1.600.0 - 960.3) <A2DA51BA-7A97-33B9-97A1-979F6401989C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff81b11000 -     0x7fff81b66fff  com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff81dbf000 -     0x7fff81dc1ff7  com.apple.xpc.ServiceManagement (1.0 - 1) <D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff81e19000 -     0x7fff81e2cfff  com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff81e2d000 -     0x7fff81f1fff7  libJP2.dylib (1460) <7FD6231B-EDB9-377F-87F0-ED1C6EDC6F21> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff81f28000 -     0x7fff81f28ff7  libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
    0x7fff81f29000 -     0x7fff81f35ff7  com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff81f55000 -     0x7fff81f55ff7  liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib
    0x7fff81f85000 -     0x7fff81f87ff7  libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff81fd1000 -     0x7fff8205efef  libsystem_c.dylib (1082.60.1) <28733D22-553E-3CBC-8D2C-EDCEB46E46AF> /usr/lib/system/libsystem_c.dylib
    0x7fff820e9000 -     0x7fff8210dff7  libJPEG.dylib (1460) <82AF76D7-B3E6-39AA-947E-C34A280FD1CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff82299000 -     0x7fff8229eff7  libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
    0x7fff82339000 -     0x7fff823a7ff7  com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff823ca000 -     0x7fff824aaff7  unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff824ab000 -     0x7fff824b4fff  com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff824cd000 -     0x7fff824d5fff  libGFXShared.dylib (12.1) <5A0C2493-200C-30BE-97D5-8E8C0B8E604D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff824d6000 -     0x7fff824d7fff  com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff824d8000 -     0x7fff824e3fff  com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff826b2000 -     0x7fff826ddffb  libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
    0x7fff826de000 -     0x7fff826e9fff  libGPUSupportMercury.dylib (12.1) <9D35C668-4F21-31C8-890C-CC1F45905194> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff826eb000 -     0x7fff82714ff7  libxslt.1.dylib (14.4) <72CD1CA4-1FBD-3672-ADCE-A89AB741689A> /usr/lib/libxslt.1.dylib
    0x7fff82715000 -     0x7fff82807ff7  libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
    0x7fff82c8b000 -     0x7fff82cfafff  com.apple.datadetectorscore (7.0 - 460) <E8616F01-90AC-3863-B18C-426E6DD1ACDE> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff82cfe000 -     0x7fff82f0bfff  libicucore.A.dylib (551.51.4) <3899B146-3840-3D4A-8C4A-FE391D5D25C7> /usr/lib/libicucore.A.dylib
    0x7fff840e8000 -     0x7fff84111fff  com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff84112000 -     0x7fff84170fff  com.apple.SystemConfiguration (1.14 - 1.14) <D801FAD7-5A2D-3E5E-9F44-B6C9B8BEA747> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff84650000 -     0x7fff849a4fff  com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff849a5000 -     0x7fff849a7fff  com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff849a8000 -     0x7fff84a0ffff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff84a13000 -     0x7fff84a40fff  libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
    0x7fff84a5f000 -     0x7fff84a6afff  libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff84a6b000 -     0x7fff84aa5fff  com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff84aa6000 -     0x7fff84abffff  com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff84ad4000 -     0x7fff84db9ffb  com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff84dba000 -     0x7fff84dbcff7  libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
    0x7fff84dbd000 -     0x7fff84dbffff  libCVMSPluginSupport.dylib (12.1) <D81B3D8D-B83F-3918-BD4B-6C794A30AF9F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff84de0000 -     0x7fff84e17ff7  com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff84e41000 -     0x7fff8504cfff  libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
    0x7fff8504d000 -     0x7fff8504ffff  com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff85050000 -     0x7fff85065ff3  libCGInterfaces.dylib (317.9) <473434E1-5269-3077-A047-D05E024AE631> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8507a000 -     0x7fff85080fff  com.apple.IOAccelerator (205.11 - 205.11) <C51BF724-F8E8-3B9F-806E-A00C65056445> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff85083000 -     0x7fff85088fff  com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8525e000 -     0x7fff8535aff7  libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8535d000 -     0x7fff85369fff  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff85377000 -     0x7fff85390fff  com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff85391000 -     0x7fff85618fff  com.apple.CFNetwork (760.6.3 - 760.6.3) <8CB9CB2E-D0FB-31D4-A1AE-2A5FE028AD6B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff85691000 -     0x7fff85767ffb  com.apple.DiskImagesFramework (10.11.4 - 417.4) <B9525D22-6F0D-39C5-BA9B-9DF195FE1968> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff85778000 -     0x7fff8577cfff  libGIF.dylib (1460) <DEF81CFC-35F0-3BE3-9D53-F269B72AA619> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8579f000 -     0x7fff857b8fe7  libcompression.dylib (28) <F83F421D-115D-3457-A9AA-1BEB5070A30B> /usr/lib/libcompression.dylib
    0x7fff857b9000 -     0x7fff859daff7  com.apple.CoreImage (11.4.0 - 366.4.20) <7721BA55-A10E-3425-8392-C5D7C510EAAB> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff85bf0000 -     0x7fff85c43ff7  libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
    0x7fff85c44000 -     0x7fff85cccfff  com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff85d76000 -     0x7fff85deaff7  com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff85e21000 -     0x7fff85e29fff  com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff85ef3000 -     0x7fff85f26ff7  com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff86076000 -     0x7fff8621cff7  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <370E95BC-956C-3962-86CC-0A14CF6A0389> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff86226000 -     0x7fff86227fff  liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
    0x7fff86228000 -     0x7fff86230fff  libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff86231000 -     0x7fff86232fff  libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
    0x7fff86233000 -     0x7fff8623ffff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8634f000 -     0x7fff86435fef  unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff86436000 -     0x7fff864cbfff  com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff864cc000 -     0x7fff864ccfff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <378B5292-F216-32AB-B628-8C33A72D7052> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff864cd000 -     0x7fff86512ff7  com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff86513000 -     0x7fff8651bfef  libcldcpuengine.dylib (2.7.3) <385BE8CE-16D8-3FCB-8558-8EB744D3DFE6> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff8654c000 -     0x7fff866f7ffb  GLEngine (12.1) <299D9296-2984-3967-9049-A842B99E5D43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff86700000 -     0x7fff868c9ff7  com.apple.ImageIO.framework (3.3.0 - 1460) <A436D5E1-64E3-33A1-9403-DC63E7809285> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8693d000 -     0x7fff86940ff7  com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8698d000 -     0x7fff86a16ff7  com.apple.PerformanceAnalysis (1.0 - 1) <9EF745B2-ECD5-33F8-912F-E96771C9E6F8> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff86a94000 -     0x7fff86b34fff  com.apple.Metadata (10.7.0 - 972.34) <A58195C5-5D5C-32D5-8BBB-F4D32201E5AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff86b35000 -     0x7fff86b4cfff  libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
    0x7fff86b50000 -     0x7fff86df6ff7  com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff87647000 -     0x7fff87ea5fff  com.apple.GeForceGLDriver (10.10.14 - 10.1.0) <2B4C0F79-16CA-3B27-9274-18D97483B9F0> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff87ea6000 -     0x7fff87ee8ff7  com.apple.Metal (56.6 - 56.6) <30518711-8D00-3759-AA19-800D3C88E693> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff87ee9000 -     0x7fff87ef7fff  com.apple.opengl (12.1.0 - 12.1.0) <0718DB60-BA4F-3CF7-A117-10A2515D931F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff88e59000 -     0x7fff88e8dff7  com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff88e8e000 -     0x7fff88f47ff7  libvMisc.dylib (563.5) <BF612F7D-FA3B-3F9F-8BE7-8D1BCB21ECC5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff88f48000 -     0x7fff88f6aff7  com.apple.framework.familycontrols (4.1 - 410) <38729B72-37ED-3807-800D-00B05DEFE9D0> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff89570000 -     0x7fff8958cff3  libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
    0x7fff895e3000 -     0x7fff896c9ff7  libcrypto.0.9.8.dylib (59.60.1) <D68067AD-D1E0-3196-9796-51BE9B969C8E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff89706000 -     0x7fff8977bfff  com.apple.framework.IOKit (2.0.2 - 1179.50.2) <A509D3AE-9D48-31B7-89C7-326A7A2007B2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff89be8000 -     0x7fff89d15ff3  com.apple.CoreText (352.0 - 494.12) <ADBE8355-D4F5-3316-A6C4-D641D615CEC4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff89d16000 -     0x7fff89d38ff7  com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff89d39000 -     0x7fff89d7aff7  libGLU.dylib (12.1) <CD7A5916-3E3C-3EF3-A275-B281016B99CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff89fda000 -     0x7fff8a270fff  libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib
    0x7fff8a3c6000 -     0x7fff8a3c6fff  com.apple.CoreServices (728.13 - 728.13) <E3DFECD2-ECEA-3242-972D-95B9646B57B8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8a4b0000 -     0x7fff8a4eaff7  com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8a4eb000 -     0x7fff8a501ff7  libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8a826000 -     0x7fff8a84bff7  libPng.dylib (1460) <2A9174D0-445A-3AD9-8141-D602E9A1D735> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8a9d2000 -     0x7fff8a9d5ffb  libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
    0x7fff8ab27000 -     0x7fff8afe5fcf  com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8b014000 -     0x7fff8b016fff  libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8b074000 -     0x7fff8b306ffb  com.apple.RawCamera.bundle (6.21 - 879) <4F0A10FB-7C96-31E8-9A70-E30F615B2565> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8baff000 -     0x7fff8bccdff3  com.apple.QuartzCore (1.11 - 410.14) <076BDE58-8AED-3D47-84FD-548CF8E8EDB9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8bcce000 -     0x7fff8be5aff7  libGLProgrammability.dylib (12.1) <BCFFBF6B-9717-3456-B6F9-6AE46644B076> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff8be5b000 -     0x7fff8befffff  com.apple.Bluetooth (4.4.6 - 4.4.6f1) <4072EA3E-F2DD-32C1-9B19-9339C7087051> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8cbc1000 -     0x7fff8cbc6fff  com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8cbf9000 -     0x7fff8cbfafff  libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8d099000 -     0x7fff8d0a5fff  com.apple.CommerceCore (1.0 - 463.9) <92A641CE-2740-3B7A-B69D-E5CE1426B7DE> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8d0a6000 -     0x7fff8d0b1ff7  libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8d1b0000 -     0x7fff8d1b1fff  libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8d1b2000 -     0x7fff8d229feb  libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib
    0x7fff8d3fd000 -     0x7fff8d57bfff  com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8d5a4000 -     0x7fff8d5cdff7  libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib
    0x7fff8d5e3000 -     0x7fff8d5f3fff  libSparseBLAS.dylib (1162.2) <6F591A0F-80D0-384D-8304-B035C4ED1BBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff8d688000 -     0x7fff8d69afff  libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib
    0x7fff8d6af000 -     0x7fff8d6b5ff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8d6d0000 -     0x7fff8d7bfff7  libxml2.2.dylib (29.11) <DBAD6C6D-DF50-32E0-A621-F556DFD12A71> /usr/lib/libxml2.2.dylib
    0x7fff8d81c000 -     0x7fff8d831fff  com.apple.AppContainer (4.0 - 261.40.2) <F220E702-1C00-3BD2-9943-C7E75C3B4418> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8d9c8000 -     0x7fff8d9d3fff  libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib
    0x7fff8dd50000 -     0x7fff8dd6fff7  com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8dd7d000 -     0x7fff8dd8bff7  libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
    0x7fff8ddf9000 -     0x7fff8ddfbffb  libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
    0x7fff8de2b000 -     0x7fff8debaff7  libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib
    0x7fff8dee9000 -     0x7fff8dee9fff  libmetal_timestamp.dylib (600.0.44.2) <DEEA1127-7A5D-3EF2-A4B2-AE125CBA5DB5> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff8df57000 -     0x7fff8dfa5ff7  libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib
    0x7fff8e23d000 -     0x7fff8e23eff7  libodfde.dylib (23) <F84CB160-D638-3190-B6F5-A262E9AF09F6> /usr/lib/libodfde.dylib
    0x7fff8e23f000 -     0x7fff8e285ff7  libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
    0x7fff8e4c9000 -     0x7fff8e4e7ff7  libsystem_kernel.dylib (3248.60.11) <A3F069EA-6A41-35CA-BDF8-187E0209B3E2> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8e4e8000 -     0x7fff8e514fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <1318B6A5-FFC3-3615-914D-95CBFE5BA727> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff8e515000 -     0x7fff8e627fef  libvDSP.dylib (563.5) <5702650E-DF08-3D58-B16F-9EF0A28702B3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8e628000 -     0x7fff8e651fff  libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib
    0x7fff8e8ee000 -     0x7fff8e90afff  com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8e933000 -     0x7fff8e9a7ff3  com.apple.securityfoundation (6.0 - 55126) <DAA4FDD0-7F84-30AA-BE6F-96BB9F871F07> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8e9a8000 -     0x7fff8e9acfff  com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff8ea79000 -     0x7fff8eab7ff7  libGLImage.dylib (12.1) <BB1F1A93-5101-3906-AB17-8D83FCB200F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8eab8000 -     0x7fff8eae2ff7  libc++abi.dylib (307.2) <922EFB36-0E9E-315B-8270-E81AC43472C0> /usr/lib/libc++abi.dylib
    0x7fff8eae3000 -     0x7fff8eee5fff  libLAPACK.dylib (1162.2) <42238ED4-6B7A-39D0-BFF2-304A0C287213> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8f47b000 -     0x7fff8f47dfff  com.apple.SecCodeWrapper (4.0 - 261.40.2) <1F832591-59A8-3B3F-943F-D6D827463782> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8f499000 -     0x7fff8f4c3ff7  GLRendererFloat (12.1) <BE957AC5-82C2-3620-A625-56C9BE7B853F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff8f52c000 -     0x7fff8f52dff3  com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8f532000 -     0x7fff8f6f2ffb  libBLAS.dylib (1162.2) <B4C21826-5EB3-3C6D-B75D-CA4886E2B6A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8f737000 -     0x7fff8f751fff  com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8f752000 -     0x7fff8f75affb  libsystem_dnssd.dylib (625.60.4) <80189998-32B0-316C-B5C5-53857486713D> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8f78f000 -     0x7fff8f89dff3  com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff9011f000 -     0x7fff9018aff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff902e7000 -     0x7fff902ecff3  libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib
    0x7fff90324000 -     0x7fff9032ffff  libkxld.dylib (3248.60.11) <4F0110D1-66C6-3FF2-B30D-5AD4F34080E1> /usr/lib/system/libkxld.dylib
    0x7fff90333000 -     0x7fff90381fff  libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
    0x7fff90382000 -     0x7fff9039eff7  libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
    0x7fff90989000 -     0x7fff909efff7  libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib
    0x7fff90a08000 -     0x7fff90a08fff  com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff90a30000 -     0x7fff90d9b657  libobjc.A.dylib (680) <D55D5807-1FBE-32A5-9105-44D7AFE68C27> /usr/lib/libobjc.A.dylib
    0x7fff90dbd000 -     0x7fff90dd8ff7  libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
    0x7fff90dd9000 -     0x7fff90dddfff  libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
    0x7fff90de0000 -     0x7fff90de5ff7  libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
    0x7fff90de6000 -     0x7fff90deafff  com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff90deb000 -     0x7fff90e05ff3  liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
    0x7fff9102d000 -     0x7fff910c3fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff910c4000 -     0x7fff91114ff7  com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff91115000 -     0x7fff91116ffb  libSystem.B.dylib (1226.10.1) <012548CD-614D-3AF0-B3B1-676F427D2CD6> /usr/lib/libSystem.B.dylib
    0x7fff91117000 -     0x7fff91117fff  libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
    0x7fff91118000 -     0x7fff91128fff  libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
    0x7fff9152d000 -     0x7fff91565ff7  com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff91566000 -     0x7fff9156efff  libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
    0x7fff91691000 -     0x7fff91691fff  com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff916af000 -     0x7fff916d6fff  com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff919c9000 -     0x7fff919d1fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff919df000 -     0x7fff91b06fff  com.apple.LaunchServices (728.13 - 728.13) <DF9A69C3-06AD-3062-A40A-50ED12CA18CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff91b07000 -     0x7fff91f7dff7  com.apple.CoreFoundation (6.9 - 1259) <51D1F34F-9FEC-3EF2-8382-2D13D75F845A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff91f7e000 -     0x7fff923acfff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff923b3000 -     0x7fff923b6ffb  libdyld.dylib (360.22) <25D28225-99AE-3A04-B98C-ACFF47D6D9B0> /usr/lib/system/libdyld.dylib
    0x7fff923b7000 -     0x7fff923c0ff7  libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
    0x7fff923c1000 -     0x7fff92412fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff92413000 -     0x7fff92413ff7  libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
    0x7fff92419000 -     0x7fff92422ff3  libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib
    0x7fff92423000 -     0x7fff92451ff7  com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff9261e000 -     0x7fff92626fff  com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff926e8000 -     0x7fff92734fff  com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff92735000 -     0x7fff92751ff7  libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
    0x7fff9275f000 -     0x7fff93388ff7  com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff93389000 -     0x7fff93c19ff7  libclh.dylib (4.0.3 - 4.0.3) <0BAEC03B-9D7C-3CCF-AE2E-C8F431D9A32B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff93c1a000 -     0x7fff93c1afff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <848125D3-AF14-3526-8745-FFCDB200CD76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff93c1b000 -     0x7fff93c2cfff  libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
    0x7fff94039000 -     0x7fff94056ff7  com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <41378C0B-B56A-3A73-9BD0-E06FA1F87B8C> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff940dc000 -     0x7fff940dffff  libsystem_sandbox.dylib (460.60.2) <2A68B39C-B786-3A05-87A2-56E688469FB8> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff94179000 -     0x7fff94220fff  com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff942ac000 -     0x7fff942ddfff  com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff94304000 -     0x7fff94328fff  com.apple.MultitouchSupport.framework (304.12 - 304.12) <25FA270C-361D-3732-ABF5-A291240AD6A4> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff94329000 -     0x7fff94340ff7  libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
    0x7fff94341000 -     0x7fff9439ffff  com.apple.CoreServices.OSServices (728.13 - 728.13) <27C12B92-7845-38DD-B82D-DC5B678352D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff943a0000 -     0x7fff943a8fef  libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
    0x7fff943a9000 -     0x7fff94459fff  com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff944c0000 -     0x7fff944c3fff  com.apple.IOSurface (108.2.3 - 108.2.3) <52E51D16-42E9-3DDB-A16C-48225EF262C4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff944c4000 -     0x7fff944cbff7  libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib
    0x7fff944cc000 -     0x7fff944d6fff  com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff94cc3000 -     0x7fff94f5dff3  com.apple.security (7.0 - 57337.60.2) <E2E553E7-28C4-3296-B3B6-BB1B3CA73943> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff94f5e000 -     0x7fff94fa3ff3  libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff95095000 -     0x7fff95095fff  com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff95096000 -     0x7fff951b3fff  libsqlite3.dylib (216.4) <DC3D59E7-91A3-374F-957C-6699729CD82B> /usr/lib/libsqlite3.dylib
    0x7fff951b4000 -     0x7fff951bffff  com.apple.DirectoryService.Framework (10.11 - 194) <6F827D0E-0F02-3B09-B2A8-252865EECA7F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff9524f000 -     0x7fff95252fff  libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff955c4000 -     0x7fff955c9fff  com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff956ea000 -     0x7fff95719ffb  libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
    0x7fff9571a000 -     0x7fff95789fff  com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff9578a000 -     0x7fff95844fff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff95860000 -     0x7fff95863ff7  libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff9587b000 -     0x7fff958d6ff7  libTIFF.dylib (1460) <37D499DA-A4A6-3CC8-8F60-F374F992C304> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff958dd000 -     0x7fff958fffff  com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff95900000 -     0x7fff9590bff7  libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
    0x7fff95a3a000 -     0x7fff95ac7dd7  com.apple.AppleJPEG (1.0 - 1) <BF7EDBDB-A52D-37F7-BDE4-EAD49310D7A9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff95b0e000 -     0x7fff95b0efff  libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff95b3e000 -     0x7fff95b4fff7  libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
    0x7fff95b50000 -     0x7fff95b7fff7  com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff95b80000 -     0x7fff95b84fff  libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
    0x7fff95bf6000 -     0x7fff95bffff7  com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff95c00000 -     0x7fff95c02ff7  com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff95c2d000 -     0x7fff95c44ff7  libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib
    0x7fff95c45000 -     0x7fff95c56ff7  libsystem_trace.dylib (201.10.3) <E9311C03-9E61-3B13-AF3F-A64956FFF269> /usr/lib/system/libsystem_trace.dylib
    0x7fff95c9f000 -     0x7fff95ca1ff7  libRadiance.dylib (1460) <FE5180D2-115B-3B7C-8F90-CF352BCC38F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff96847000 -     0x7fff96847fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <5831771A-C1C3-3625-9FE9-2CCB6B2E7EE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff96848000 -     0x7fff96899ff7  libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib
    0x7fff96af5000 -     0x7fff96af6ffb  libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.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: 1763
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=276.2M resident=0K(0%) swapped_out_or_unallocated=276.2M(100%)
Writable regions: Total=5.5G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=5.5G(100%)
 
                                  VIRTUAL   REGION 
REGION TYPE                          SIZE    COUNT (non-coalesced) 
===========                       =======  ======= 
Accelerate.framework                 128K        2 
Activity Tracing                    2048K        2 
CG backing stores                   3528K        4 
CG image                            1040K        5 
CG shared images                     240K        7 
CoreAnimation                         76K       13 
CoreUI image data                    696K        8 
CoreUI image file                    192K        4 
Dispatch continuations              8192K        2 
Foundation                             4K        2 
IOKit                               39.1M       40 
JS JIT generated code              256.0M        5 
JS JIT generated code (reserved)   768.0M        2         reserved VM address space (unallocated)
JS VM register file                 4096K        2 
JS garbage collector                1216K        6 
Kernel Alloc Once                      8K        3 
MALLOC                              91.9M       48 
MALLOC guard page                     32K        7 
MALLOC_LARGE (reserved)             10.6M        2         reserved VM address space (unallocated)
Memory Tag 242                        12K        2 
OpenCL                                 8K        2 
OpenGL GLSL                          256K        4 
STACK GUARD                         56.1M       38 
Stack                               38.6M       38 
Stack (reserved)                     520K        2         reserved VM address space (unallocated)
Stack Guard                          268K       24 
VM_ALLOCATE                        302.7M       26 
VM_ALLOCATE (reserved)               4.0G       11         reserved VM address space (unallocated)
__DATA                              30.8M      240 
__GLSLBUILTINS                      2588K        2 
__IMAGE                              528K        2 
__LINKEDIT                          95.5M       23 
__TEXT                             180.6M      242 
__UNICODE                            552K        2 
mapped file                         46.7M       27 
shared memory                       16.4M       10 
===========                       =======  ======= 
TOTAL                                5.9G      823 
TOTAL, minus reserved VM space       1.2G      823 

Running the command as sudo git pull did not help either.

If there are any further logs I can provide, please let me know. I am forced to uninstall credential manager for now to continue using the repo, but I can reinstall and collect further logs or other information as needed.

I very much appreciate credential manager being available for mac, and I hope there is a way to address this issue so we can continue using it. Thank you.

fatal: Authentication failed while using Git 2.19.1

I have a Ubuntu 18.10 machine

aaneja@anant-vm:~/Code/CustomMetricsSource$ git --version
git version 2.19.1

When I run
aaneja@anant-vm:~/Code/CustomMetricsSource$ GIT_TRACE=1 git pull origin master
I get a OAuth Web browser pop-up, sign in works without errors but the command fails

aaneja@anant-vm:~/Code/CustomMetricsSource$ GIT_TRACE=1 git pull origin master
11:41:55.604083 git.c:415               trace: built-in: git pull origin master
11:41:55.604907 run-command.c:637       trace: run_command: git fetch --update-head-ok origin master
11:41:55.605959 git.c:415               trace: built-in: git fetch --update-head-ok origin master
11:41:55.606180 run-command.c:637       trace: run_command: GIT_DIR=.git git-remote-https origin https://anantaneja.visualstudio.com/DefaultCollection/tatooine/_git/CustomMetricsSource
11:41:55.793951 run-command.c:637       trace: run_command: '/usr/lib/jvm/java-8-oracle/jre/bin/java -Ddebug=true -Djava.net.useSystemProxies=false -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar get'
Configuration::loadGitConfiguration
Configuration::ParseGitConfig
Configuration::ParseGitConfig
   branch.master.merge = refs/heads/master
   branch.master.remote = origin
   core.autocrlf = false
   core.bare = false
   core.filemode = true
   core.logallrefupdates = true
   core.repositoryformatversion = 0
   credential.helper = !/usr/lib/jvm/java-8-oracle/jre/bin/java -Ddebug=true -Djava.net.useSystemProxies=false -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar
   remote.origin.fetch = +refs/heads/*:refs/remotes/origin/*
   remote.origin.url = https://anantaneja.visualstudio.com/DefaultCollection/tatooine/_git/CustomMetricsSource
   user.name = Anant Aneja
Program::loadOperationArguments
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Program::EnableTraceLogging
Program::get
   targetUri = https://anantaneja.visualstudio.com/
Program::ComponentFactory::createSecureStore
gnome-keyring library loaded, creating a password SCHEMA
Try access gnome-keyring with dummy data to make sure it's accessible...
Getting a persistent token store that must be secure
Getting a persistent credential store that must be secure
Program::createAuthentication
   detecting authority type
BaseVsoAuthentication::getAuthentication
BaseVsoAuthentication::detectAuthority
   detected visualstudio.com, checking AAD vs MSA
   server has responded
   MSA authority detected
   authority is Microsoft Live
BaseVsoAuthentication::getCredentials
SecretStore::getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
SecretStore::readCredentials
SecretCache::readCredentials
SecretCache::_getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
BaseSecureStore::readCredentials
Getting Credential for git:https://anantaneja.visualstudio.com
Could not retrieve secret from storage.
Return code: 9 description: No matching results
BaseVsoAuthentication::refreshCredentials
SecretCache::readToken
SecretCache::_getTargetName
Secret::uriToName
   target name = ada:https://anantaneja.visualstudio.com
SecretCache::readToken
SecretCache::_getTargetName
Secret::uriToName
   target name = registry:https://anantaneja.visualstudio.com
   failed to refresh credentials.
VsoMsaAuthentication::InteractiveLogon
AzureAuthority::acquireToken
   token acquisition succeeded.
   token successfully acquired.
BaseVsoAuthentication::storeRefreshToken
SecretCache::writeToken
SecretCache::_getTargetName
Secret::uriToName
   target name = ada:https://anantaneja.visualstudio.com
BaseVsoAuthentication::generatePersonalAccessToken
VsoAzureAuthority::generatePersonalAccessToken
   using token to acquire personal access token
VsoAzureAuthority::populateTokenTargetId
VsoAzureAuthority::createConnectionDataRequest
   validating token
   target identity is 64b9c7f9-09fd-46e9-a315-f580ac090645
   parsed identity service url: https://app.vssps.visualstudio.com/A64b9c7f9-09fd-46e9-a315-f580ac090645/
   creating access token scoped to 'vso.code_write' for '64b9c7f9-09fd-46e9-a315-f580ac090645'
   personal access token acquisition succeeded.
SecretStore::writeCredentials
SecretStore::getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
BaseSecureStore::writeCredential
Adding a Credential for git:https://anantaneja.visualstudio.com
SecretCache::writeCredentials
SecretCache::_getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
BaseVsoAuthentication::getCredentials
SecretStore::getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
SecretStore::readCredentials
SecretCache::readCredentials
SecretCache::_getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
   successfully retrieved stored credentials, updating credential cache
BaseVsoAuthentication::validateCredentials
VsoAzureAuthority::validateCredentials
   server returned: 200
   credentials found
11:42:23.770750 run-command.c:637       trace: run_command: '/usr/lib/jvm/java-8-oracle/jre/bin/java -Ddebug=true -Djava.net.useSystemProxies=false -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar erase'
Configuration::loadGitConfiguration
Configuration::ParseGitConfig
Configuration::ParseGitConfig
   branch.master.merge = refs/heads/master
   branch.master.remote = origin
   core.autocrlf = false
   core.bare = false
   core.filemode = true
   core.logallrefupdates = true
   core.repositoryformatversion = 0
   credential.helper = !/usr/lib/jvm/java-8-oracle/jre/bin/java -Ddebug=true -Djava.net.useSystemProxies=false -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar
   remote.origin.fetch = +refs/heads/*:refs/remotes/origin/*
   remote.origin.url = https://anantaneja.visualstudio.com/DefaultCollection/tatooine/_git/CustomMetricsSource
   user.name = Anant Aneja
Program::loadOperationArguments
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Program::EnableTraceLogging
Program::erase
   targetUri = https://anantaneja.visualstudio.com/
Program::ComponentFactory::createSecureStore
gnome-keyring library loaded, creating a password SCHEMA
Try access gnome-keyring with dummy data to make sure it's accessible...
Getting a persistent token store that must be secure
Getting a persistent credential store that must be secure
Program::createAuthentication
   detecting authority type
BaseVsoAuthentication::getAuthentication
BaseVsoAuthentication::detectAuthority
   detected visualstudio.com, checking AAD vs MSA
   server has responded
   MSA authority detected
   authority is Microsoft Live
BaseVsoAuthentication::deleteCredentials
SecretStore::getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
SecretStore::readCredentials
SecretCache::readCredentials
SecretCache::_getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
BaseSecureStore::readCredentials
Getting Credential for git:https://anantaneja.visualstudio.com
SecretStore::deleteCredentials
SecretStore::getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
BaseSecureStore::delete
Getting PersonalAccessToken for git:https://anantaneja.visualstudio.com
Could not retrieve secret from storage.
Return code: 9 description: No matching results
Getting Credential for git:https://anantaneja.visualstudio.com
Deleting Credential for git:https://anantaneja.visualstudio.com
SecretCache::deleteCredentials
SecretCache::_getTargetName
Secret::uriToName
   target name = git:https://anantaneja.visualstudio.com
fatal: Authentication failed for 'https://anantaneja.visualstudio.com/DefaultCollection/tatooine/_git/CustomMetricsSource/'

I also see that every time I run this command a new Personal Access Token is created on my profile
I was able to pull from the above repo before : I was on Ubuntu 18.04, Git version 2.17.1

Connection reset error with Git Credential Manager when certain GIT errors are thrown

I have found that tho Git Credential Manager gives Connection reset errors if certain git errors happen, with no information whatsoever. It took me forever to figure out what the problem is. If there is a problem with a git operation, it throw the git error, not just swallow it and kill the connection.

I was trying to push a commit to an upstream branch. What I was getting was a "Updates were rejected because a pushed branch tip is behind its remote counterpart." That's a legitimate error. All I kept getting was dropped connections. That's not good. Somehow the error handling in the credential manager needs to be improved.

Below is my original report of the problem. It's what I was seeing the credential manager doing.
............
We have Azure DevOps GIT repos. I have been using git successfully with them for a LONG time. All of a sudden, today, I cannot push changes. The Git Credential Manager is giving me Connection Reset errors after I successfully go to the website and put in the access code. I have tried updating JAVA, GIT, and the Git Credential Manager on my MacBook Pro to no avail. Google searches turn up very little. Any idea how I can get git working again? This is the error it is throwing:

Fatal: java.lang.Error encountered. Details: java.net.SocketException: Connection reset fatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar' told us to quit

Implicit java.xml.bind dependency unsatisfied on Java 9

I installed Java via brew cask install java which gave me Java 9.

When I tried to clone a VSTS repo it failed, and I found the following stacktrace when running GCM4ML in debug mode:

VsoAzureAuthority::validateCredentials
Fatal error encountered.  Details:
java.lang.Error:    unexpected error
	at com.microsoft.alm.authentication.VsoAzureAuthority.validateCredentials(VsoAzureAuthority.java:214)
	at com.microsoft.alm.authentication.BaseVsoAuthentication.validateCredentials(BaseVsoAuthentication.java:204)
	at com.microsoft.alm.gitcredentialmanager.Program.get(Program.java:322)
	at com.microsoft.alm.gitcredentialmanager.Program.get(Program.java:293)
	at com.microsoft.alm.gitcredentialmanager.Program.access$200(Program.java:63)
	at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:284)
	at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:281)
	at com.microsoft.alm.gitcredentialmanager.Program.innerMain(Program.java:195)
	at com.microsoft.alm.gitcredentialmanager.Program.main(Program.java:123)
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
	at com.microsoft.alm.secret.Credential.contributeHeader(Credential.java:125)
	at com.microsoft.alm.authentication.VsoAzureAuthority.createConnectionDataRequest(VsoAzureAuthority.java:315)
	at com.microsoft.alm.authentication.VsoAzureAuthority.validateCredentials(VsoAzureAuthority.java:199)
	... 8 more
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
	... 11 more

Turns out you need to specify the --add-modules java.xml.bind flag to include the DatatypeConverter class definition.

I'll leave it up to someone with more current Java experience than mine to find a proper solution to this which won't break people on Java 8…

GCM fails to detect java binary under /usr/bin/java

root@dragan224-VirtualBox:~# git-credential-manager
/usr/bin/git-credential-manager: 2: /usr/bin/git-credential-manager: /bin/java: not found
root@dragan224-VirtualBox:~# which java
/usr/bin/java
root@dragan224-VirtualBox:~# 

Thanks.

fatal: Authentication failed with GKR-message: received an invalid, unencryptable, or non-utf8 secret

failure_git_cred_mgr_with_logging.tar.gz

Host-OS: Ubuntu 16.04 x64
Java: 1.8.0_201
GIT: V 2.21.0
Test scenario is cyclic operation (see attached script tfs_git_test.sh): git clone of a repo (hostap e.g), delete the local work copy, wait 10s, do again
After a varrying timespan of 10 - 30 min. a failure occurs:

BaseSecureStore::readCredentials
Getting Credential for git:https://debrutfsq.de.eu.sew
Gkr-Message: received an invalid, unencryptable, or non-utf8 secret
Gkr-Message: call to daemon returned an invalid response: (null).(null)()
Could not retrieve secret from storage.
Return code: 6 description: Error communicating with gnome-keyring-daemon

To recover from this situation you must enter the credentials by hand again. This is not acceptable for automated night builds we want to use the git credential manager

Doesn't work with debian Jessie

Downloaded jar file and did the steps to install it.

Now if I use git I get the following error:

Fatal: java.lang.IllegalArgumentException encountered. Details:
tokenSecretStore can't be null

Hint: Running on an Xfce desktop.

No authentication screen popping up

I try to clone a repository in the MacOS terminal with the following command
git clone https://[email protected]/Company/StudioAI/_git/StudioAI

No popup is shown, but I'm requested for a password.

Cloning into 'StudioAI'... Password for 'https://[email protected]/':

I've followed the guide here.

git config --global --list gives last line:
credential.helper=!/Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar

I've excluded osxkeychain from the git global config, but it should either way have been ignored, to my understanding.

Setup:
MacOS Mojave 10.14 (18A391)
git version 2.18.0
java 10.0.1 2018-04-17

GCM fails on Mac OS with unexpected error

Sakthis-MBP:repo sasakthi$ git clone https://msasg.visualstudio.com/DefaultCollection/Bing_Geospatial/_git/NativeMapClient nmc
Cloning into 'nmc'...
Configuration::loadGitConfiguration
Configuration::ParseGitConfig
credential.helper = !/Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/bin/java -Ddebug=true -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar
Program::loadOperationArguments
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Program::EnableTraceLogging
Program::get
targetUri = https://msasg.visualstudio.com/
Program::ComponentFactory::createSecureStore
Getting a persistent token store that must be secure
Getting a persistent credential store that must be secure
Program::createAuthentication
detecting authority type
BaseVsoAuthentication::getAuthentication
BaseVsoAuthentication::detectAuthority
detected visualstudio.com, checking AAD vs MSA
server has responded
AAD authority for tenant '72f988bf-86f1-41af-91ab-2d7cd011db47' detected
authority is Azure Directory
BaseVsoAuthentication::getCredentials
SecretStore::getTargetName
Secret::uriToName
target name = gcm4ml:git:https://msasg.visualstudio.com
SecretStore::readCredentials
SecretCache::readCredentials
SecretCache::_getTargetName
Secret::uriToName
target name = gcm4ml:git:https://msasg.visualstudio.com
BaseSecureStore::readCredentials
successfully retrieved stored credentials, updating credential cache
BaseVsoAuthentication::validateCredentials
VsoAzureAuthority::validateCredentials
Fatal error encountered. Details:
java.lang.Error: unexpected error
at com.microsoft.alm.authentication.VsoAzureAuthority.validateCredentials(VsoAzureAuthority.java:214)
at com.microsoft.alm.authentication.BaseVsoAuthentication.validateCredentials(BaseVsoAuthentication.java:204)
at com.microsoft.alm.gitcredentialmanager.Program.get(Program.java:322)
at com.microsoft.alm.gitcredentialmanager.Program.get(Program.java:293)
at com.microsoft.alm.gitcredentialmanager.Program.access$200(Program.java:63)
at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:284)
at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:281)
at com.microsoft.alm.gitcredentialmanager.Program.innerMain(Program.java:195)
at com.microsoft.alm.gitcredentialmanager.Program.main(Program.java:123)
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at com.microsoft.alm.secret.Credential.contributeHeader(Credential.java:125)
at com.microsoft.alm.authentication.VsoAzureAuthority.createConnectionDataRequest(VsoAzureAuthority.java:315)
at com.microsoft.alm.authentication.VsoAzureAuthority.validateCredentials(VsoAzureAuthority.java:199)
... 8 more
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
... 11 more
fatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/bin/java -Ddebug=true -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar' told us to quit
Sakthis-MBP:repo sasakthi$

Process for MacOS Sierra

Machine Details are:

screen shot 2017-04-27 at 09 45 22

I get the error: 'Permission denied, please try again.' no matter what i put in. With or without git-credential-manager. But git-credential-manager works on other visualstudio.com accounts. Im very confused as to what is going on here. The logins work for the site directly. If i had a password via the manage git credentials tab, that password does not work. Any ideas what is going on here? Thank you.

 …/azure/gql-express  76d6d32d master  git remote -v   ✓  1306  09:31:37
azure	https://[email protected]:443/gql-express.git (fetch)
azure	https://[email protected]:443/gql-express.git (push)
origin	ssh://[email protected]:22/DefaultCollection/_git/gql-express (fetch)
origin	ssh://[email protected]:22/DefaultCollection/_git/gql-express (push)
 …/azure/gql-express  76d6d32d master  git push -u origin --all
Enter passphrase for key '/Users/devworx/.ssh/id_rsa':
Enter passphrase for key '/Users/devworx/.ssh/id_rsa':
Enter passphrase for key '/Users/devworx/.ssh/id_rsa':
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:

 …/azure/gql-express  76d6d32d master  brew remove git-credential-manager
Uninstalling /usr/local/Cellar/git-credential-manager/2.0.3... (4 files, 2.2MB)
 …/azure/gql-express  76d6d32d master  git push -u origin --all
Enter passphrase for key '/Users/devworx/.ssh/id_rsa':
Enter passphrase for key '/Users/devworx/.ssh/id_rsa':
Enter passphrase for key '/Users/devworx/.ssh/id_rsa':
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied (password,publickey).

Install Instructions on Ubuntu 16.04 Fail

This may be 3 separate issues:

  1. rpm --checksig --verbose git-credential-manager-2.0.2-1.noarch.rpm
    returns a sha1 and md5 hash not what is shown

  2. sudo rpm --install git-credential-manager-2.0.2-1.noarch.rpm
    says that /bin/sh is not available (but it is) and to use Alien to do the install. then alien wants an --script tag to be added

  3. git-credential-manager install
    says it cannot find /bin/java (it is not located there in this distribution)

Wrong home path is set, unable to use with sudo

Description

OS: Ubuntu Server 16.04.5

I'm trying to use it in combination with etckeeper.

I always get the error

Fatal: java.lang.RuntimeException encountered.  Details:
Secure credential storage is not available on this operating system. You may opt-in to store credentials in an unencrypted file under your user home directory by running 'git config --global credential.canFallBackToInsecureStore true'.

when pushing with sudo.

sudo git config --global credential.canFallBackToInsecureStore true

sets the directive in /home/user/.gitconfig, but not /root/.gitconfig where the credential manager reads the config from. Event a prompt for user and password isn't shown, probably because the fallback entry is not set.

Suggestion

Follow git configs way of parsing $HOME/.gitconfig instead of real users Java's user.home. At least for Linux, I don't have any Mac here to test this, but I think it behaves exactly the same.

Workaround

I currently added

-Duser.home=$HOME

to credential.helper in .gitconfig as it's working as intended.

Tracing the error

I run this tool under Ubuntu Server which has a sudo-only approach and sudoing preserves $HOME.

git pushing via a regular user parses the /home/user/.gitconfig file, which I can see in the output with -Ddebug=true.

sudo git pushing does not parse /home/user/.gitconfig but instead /root/.gitconfig where the credential helper config directives are not present, of course, and also ~/.VSTeamServicesAuthPlugin/insecureStore.xml is missing when using the fallback.

I'm not familiar very with Java, but printing

Environment.getFolderPath(Environment.SpecialFolder.UserProfile)

in

Where.gitGlobalConfig()

outputs /root as expected. As I see in com.microsoft.alm.helpers.Environment.getFolderPath()

SpecialFolder.UserProfile

returns

System.getProperty("user.home")

According to this Stack Overflow Thread it's

probably still the best

but

System.getenv( "HOME" )

is not a wrong way to resolve the home directory for a user. Obviously git config does it this way but I didn't look in the source.

Logs:

Pushing in /etc with root using default config -Ddebug=false:

19:19:12 root common-vm master /etc
 # git push --set-upstream my.domain.tld master
Fatal: java.lang.RuntimeException encountered.  Details:
Secure credential storage is not available on this operating system. You may opt-in to store credentials in an unencrypted file under your user home directory by running 'git config --global credential.canFallBackToInsecureStore true'.
fatal: credential helper '!/home/linuxbrew/.linuxbrew/Cellar/jdk/9.0.4/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar' told us to quit

Same push using -Ddebug=true:

19:20:07 root common-vm master /etc
 # git push --set-upstream my.domain.tld master
Configuration::loadGitConfiguration
Configuration::ParseGitConfig
Configuration::ParseGitConfig
   branch.master.merge = refs/heads/master
   branch.master.remote = my.domain.tld
   core.bare = false
   core.filemode = true
   core.logallrefupdates = true
   core.repositoryformatversion = 0
   remote.my.domain.tld.fetch = +refs/heads/*:refs/remotes/my.domain.tld/*
   remote.my.domain.tld.url = https://my.domain.tld/my.domain.tld/common-vm-configuration.git
   user.name = root
Program::loadOperationArguments
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Program::EnableTraceLogging
Program::get
   targetUri = https://my.domain.tld/
Program::ComponentFactory::createSecureStore
gnome-keyring library not loadedjava.lang.UnsatisfiedLinkError: Unable to load library 'gnome-keyring': Native library (linux-x86-64/libgnome-keyring.so) not found in resource path (/home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar)
gnome-keyring library not loadedjava.lang.NoClassDefFoundError: Could not initialize class com.microsoft.alm.storage.posix.internal.GnomeKeyringLibrary
gnome-keyring library not loaded, return null for SCHEMA
Getting a persistent token store that must be secure
Fatal error encountered.  Details:
java.lang.RuntimeException: Secure credential storage is not available on this operating system. You may opt-in to store credentials in an unencrypted file under your user home directory by running 'git config --global credential.canFallBackToInsecureStore true'.
        at com.microsoft.alm.gitcredentialmanager.Program$ComponentFactory.createSecureStore(Program.java:1192)
        at com.microsoft.alm.gitcredentialmanager.Program.initialize(Program.java:882)
        at com.microsoft.alm.gitcredentialmanager.Program.get(Program.java:292)
        at com.microsoft.alm.gitcredentialmanager.Program.access$200(Program.java:63)
        at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:284)
        at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:281)
        at com.microsoft.alm.gitcredentialmanager.Program.innerMain(Program.java:195)
        at com.microsoft.alm.gitcredentialmanager.Program.main(Program.java:123)
fatal: credential helper '!/home/linuxbrew/.linuxbrew/Cellar/jdk/9.0.4/bin/java -Ddebug=true -Djava.net.useSystemProxies=true -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar' told us to quit

git config directives for user

21:35:56 user common-vm ~
 $ git config --list --show-origin
file:/home/user/.gitconfig      [email protected]
file:/home/user/.gitconfig      user.name=Martin Hartmann
file:/home/user/.gitconfig      core.commentchar=~
file:/home/user/.gitconfig      core.autocrlf=input
file:/home/user/.gitconfig      pull.rebase=true
file:/home/user/.gitconfig      push.default=simple
file:/home/user/.gitconfig      credential.helper=!/home/linuxbrew/.linuxbrew/Cellar/jdk/9.0.4/bin/java -Duser.home=$HOME -Ddebug=false -Djava.net.useSystemProxies=true -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar
file:/home/user/.gitconfig      credential.canfallbacktoinsecurestore=true
file:/home/user/.gitconfig      alias.hist=log --graph --oneline --date-order --decorate --color --all
file:/home/user/.gitconfig      alias.histo=log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)''          %C(white)%s%C(reset) %C(dim white)- %an%C(reset) ' --all
file:/home/user/.gitconfig      alias.s=status -uno
file:/home/user/.gitconfig      alias.rc=rebase --continue
file:/home/user/.gitconfig      alias.ra=rebase --abort

git config directives for sudo

21:35:59 user common-vm ~
 $ sudo git config --list --show-origin
file:/home/user/.gitconfig      [email protected]
file:/home/user/.gitconfig      user.name=Martin Hartmann
file:/home/user/.gitconfig      core.commentchar=~
file:/home/user/.gitconfig      core.autocrlf=input
file:/home/user/.gitconfig      pull.rebase=true
file:/home/user/.gitconfig      push.default=simple
file:/home/user/.gitconfig      credential.helper=!/home/linuxbrew/.linuxbrew/Cellar/jdk/9.0.4/bin/java -Duser.home=$HOME -Ddebug=false -Djava.net.useSystemProxies=true -jar /home/linuxbrew/.linuxbrew/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar
file:/home/user/.gitconfig      credential.canfallbacktoinsecurestore=true
file:/home/user/.gitconfig      alias.hist=log --graph --oneline --date-order --decorate --color --all
file:/home/user/.gitconfig      alias.histo=log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)''          %C(white)%s%C(reset) %C(dim white)- %an%C(reset) ' --all
file:/home/user/.gitconfig      alias.s=status -uno
file:/home/user/.gitconfig      alias.rc=rebase --continue
file:/home/user/.gitconfig      alias.ra=rebase --abort

git config directives for root

21:36:02 user common-vm ~
 $ sudo -i
root@common-vm:~# git config --list --show-origin
file:/root/.gitconfig   user.useconfigonly=from root .gitconfig

Contents of /root/.gitconfig

root@common-vm:~# cat /root/.gitconfig
[user]
        useConfigOnly = from root .gitconfig

Which is shown using git push whilst being root, but never shown using [sudo] git config --list.

Brew install does not work on OS X

I'm trying to access Team Services using git and ssh, it looks like I need to install this Git Credential Manager, but the installation instructions fail. This is on OS X 10.11.5

brew install git-credential-manager

Error: No available formula for git-credential-manager
Searching formulae...
Searching taps...

Device Flow Auth is making me unable to pull/push from a repo

On my high Sierra (10.13.16) machine, I am unable to access any of my git repo's.

When I try to pull, I see:

"GIT_TRACE=1 git pull origin develop
16:45:45.284930 git.c:415 trace: built-in: git pull origin develop
16:45:45.290258 run-command.c:637 trace: run_command: git fetch --update-head-ok origin develop
16:45:45.294240 git.c:415 trace: built-in: git fetch --update-head-ok origin develop
16:45:45.295122 run-command.c:637 trace: run_command: GIT_DIR=.git git-remote-https origin 'https://office.visualstudio.com/DefaultCollection/Outlook%20Mobile/_git/client-cocoa'
16:45:45.496354 run-command.c:637 trace: run_command: 'git credential-osxkeychain get'
16:45:45.504206 git.c:659 trace: exec: git-credential-osxkeychain get
16:45:45.504767 run-command.c:637 trace: run_command: git-credential-osxkeychain get
16:45:45.532987 run-command.c:637 trace: run_command: '/Library/Java/JavaVirtualMachines/openjdk-11.jdk/Contents/Home/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.4/libexec/git-credential-manager-2.0.4.jar get'

OAuth 2.0 Device Flow authentication

To complete the authentication process, please open a web browser and visit the following URI:
https://microsoft.com/devicelogin
When prompted, enter the following code:
XXXXXXXX
Once authenticated and authorized, execution will continue."

This is happening on all repo's on this device using any git command that needs to auth. Let me know what sort of information you need.

Docs underselling the app?

The tag line of the repo is "Stores credentials for Git version control securely. Provides secure logon for Visual Studio Team Services (https://visualstudio.com)." I believe I am using this for VSTS Azure DevOps, but also GitHub and Bitbucket. It seems like the tag line of the repo is underselling the value of this application.

Ubuntu believes required packages are unused

Ubuntu believes that required APT packages are unused and cleans them up during common operations, such as apt autoremove.

OS: Ubuntu 18.10

Repro steps

  1. Install from linuxbrew
  2. Run sudo apt autoremove
  3. Operate on a private repo
  4. Observe Java issues
  5. Reinstall git credential manager
  6. Operate on a private rep
  7. Observe no Java issues

GCM fails intermittently with Java 8

Hi all,

I'm using CGM on a Mac running High Sierra 10.13.3. I had the same issue that Joey Herrington raised here, where Java 9 caused GCM to break.

So I uninstalled Java 9 and installed Java 8. That solved the problem for a while, but GCM still stops working occasionally, and throws this error:

james$git pull
Fatal: java.lang.Error encountered.  Details:
/usr/bin/security exited with result 51.
stdOut: 
stdErr: 

fatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/jre/bin/java -Ddebug=false -Djava.net.useSystemProxies=true -jar /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar' told us to quit

I've tried unstalling java and reinstalling it. Also uninstalled GCM and reinstalled it, but these fixes haven't restored my ability to pull or push to VSTS. Any ideas on what I can do to get this operational again?

Authentication fails on macOS Mojave

I've got the latest pre-release installed:

10.14 Beta (18A371a)

The credential manager is now popping an OAuth dialog and then failing to authenticate. Let me know if you'd like a Debug trace and I'll send one that removes personal information. Here's the relevant git config:

credential.helper = !/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/bin/java -Ddebug=true -Djava.net.useSystemProxies=true -jar /Users/david-noble/local/lib/git-credential-manager-2.0.3.jar

GCM fails with authenticated proxy network

git clone https://xxxxx.visualstudio.com/GOM/_git/GOM

A clonar em 'GOM'...
Configuration::loadGitConfiguration
Configuration::ParseGitConfig
core.editor = code --wait
core.excludesfile = /home/xx/.gitignore_global
credential.dev.azure.com.authority = MSA
credential.helper = !java -Ddebug=true -Dhttp.proxyHost=host -Dhttp.proxyPort=3128 -Dhttps.proxyHost=host -Dhttps.proxyPort=3128 -Dhttp.proxyUser=user -Dhttp.proxyPassword=password -jar /home/xx/git-credential-manager/git-credential-manager-2.0.4.jar
http.proxy = http://user:password@host:3128
http.sslVerify = false
https.proxy = http://user:password@host:3128
push.default = simple
user.email = xxx
user.name = XX
Program::loadOperationArguments
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Configuration::tryGetEntry
Program::EnableTraceLogging
Program::get
targetUri = https://xxxx.visualstudio.com/
Program::ComponentFactory::createSecureStore
gnome-keyring library loaded, creating a password SCHEMA
Try access gnome-keyring with dummy data to make sure it's accessible...
Getting a persistent token store that must be secure
Getting a persistent credential store that must be secure
Program::createAuthentication
detecting authority type
BaseVsoAuthentication::getAuthentication
BaseVsoAuthentication::detectAuthority
detected visualstudio.com, checking AAD vs MSA
Fatal error encountered. Details:
java.lang.Error: java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"
at com.microsoft.alm.authentication.BaseVsoAuthentication.detectAuthority(BaseVsoAuthentication.java:293)
at com.microsoft.alm.authentication.BaseVsoAuthentication.getAuthentication(BaseVsoAuthentication.java:324)
at com.microsoft.alm.gitcredentialmanager.Program.createAuthentication(Program.java:915)
at com.microsoft.alm.gitcredentialmanager.Program$ComponentFactory.createAuthentication(Program.java:1174)
at com.microsoft.alm.gitcredentialmanager.Program.initialize(Program.java:883)
at com.microsoft.alm.gitcredentialmanager.Program.get(Program.java:292)
at com.microsoft.alm.gitcredentialmanager.Program.access$200(Program.java:63)
at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:284)
at com.microsoft.alm.gitcredentialmanager.Program$3.call(Program.java:281)
at com.microsoft.alm.gitcredentialmanager.Program.innerMain(Program.java:195)
at com.microsoft.alm.gitcredentialmanager.Program.main(Program.java:123)
Caused by: java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"
at sun.net.www.protocol.http.HttpURLConnection.doTunneling(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
at com.microsoft.alm.helpers.HttpClient.head(HttpClient.java:97)
at com.microsoft.alm.authentication.BaseVsoAuthentication.detectAuthority(BaseVsoAuthentication.java:277)
... 10 more
fatal: credential helper '!java -Ddebug=true -Dhttp.proxyHost=host -Dhttp.proxyPort=3128 -Dhttps.proxyHost=host -Dhttps.proxyPort=3128 -Dhttp.proxyUser=user -Dhttp.proxyPassword=password -jar /home/xx/git-credential-manager/git-credential-manager-2.0.4.jar' told us to quit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.