Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing device on MacOS Catalina freezes UI and hangs library #74

Open
sargue opened this issue May 27, 2020 · 0 comments
Open

Removing device on MacOS Catalina freezes UI and hangs library #74

sargue opened this issue May 27, 2020 · 0 comments

Comments

@sargue
Copy link

sargue commented May 27, 2020

Disconnecting a Ledger USB devices freezes the UI (other parts of the app work fine). A Thread Dump shows this thread that looks like the internal handler for the device removal hang trying to close.

"jfx" #16 daemon prio=5 os_prio=31 cpu=4528.76ms elapsed=570.79s tid=0x00007f80ea1eb000 nid=0x307 in Object.wait()  [0x00007ffee649b000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait([email protected]/Native Method)
	- waiting on <no object reference available>
	at java.lang.Object.wait([email protected]/Object.java:321)
	at purejavahidapi.shared.SyncPoint.waitAndSync(SyncPoint.java:55)
	- locked <0x000000070185df78> (a java.lang.Object)
	at purejavahidapi.macosx.HidDevice.close(HidDevice.java:337)
	- locked <0x000000070185e018> (a purejavahidapi.macosx.HidDevice)
	at purejavahidapi.macosx.HidDevice$HidDeviceRemovalCallback.hid_device_removal_callback(HidDevice.java:238)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0([email protected]/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke([email protected]/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke([email protected]/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke([email protected]/Method.java:564)
	at com.sun.jna.CallbackReference$DefaultCallbackProxy.invokeCallback(CallbackReference.java:520)
	at com.sun.jna.CallbackReference$DefaultCallbackProxy.callback(CallbackReference.java:551)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant