microsoft / oauth2-useragent

Microsoft OAuth 2.0 User Agent library for Java. Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749.
Other
35 stars 22 forks source link

useragent crashes on Mac OSX 10.12.6 with JDK 1.8.0_131 #40

Open ghost opened 7 years ago

ghost commented 7 years ago

Similar to #8 The version of java though is 1.8.0_131-b11 After updating to this version - the useragent crashes.

The behavior is that the login "browser" window appears, loads and when hovered with a mouse or after some time it vanishes leaving the crash report.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fffc27fcfcc, pid=33916, tid=0x0000000000000307
#
# JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libsystem_platform.dylib+0x5fcc]  _platform_memmove$VARIANT$Haswell+0x12c

VM env:

VM Arguments:
jvm_args: -Djava.protocol.handler.pkgs=com.microsoft.alm.oauth2.useragent -Dhttp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16 -Djava.net.useSystemProxies=true 
java_command: com.microsoft.alm.oauth2.useragent.JavaFx requestAuthorizationCode
java_class_path (initial): /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-manager-2.0.3.jar
Launcher Type: SUN_STANDARD

System info:

OS:Bsduname:Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64
rlimit: STACK 8192k, CORE 0k, NPROC 709, NOFILE 10240, AS infinity
load average:3.18 3.07 2.75

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

Memory: 4k page, physical 16777216k(215136k free)

/proc/meminfo:

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.131-b11) for bsd-amd64 JRE (1.8.0_131-b11), built on Mar 15 2017 01:32:22 by "java_re" with gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

time: Tue Aug  8 06:37:33 2017
elapsed time: 14 seconds (0d 0h 0m 14s)