java-native / jssc

Java library for talking to serial ports (with added build support for maven, cmake, MSVC)
https://discord.gg/RBsUfE9sX9
GNU Lesser General Public License v3.0
172 stars 53 forks source link

App crashes after card is read on MAC (after update from 2.6.0 to 2.9.6) #174

Open lukasondrak96 opened 3 days ago

lukasondrak96 commented 3 days ago

Hello,

we used JSSC v2.6.0 for many years but in newest version of our app we moved to v2.9.6. Everything seems to be working. We tested that on Windows, Linux and MAC without any issues. But today we updated our client to this new version with JSSC v2.9.6 and card reader was correctly found and set, but when client tried to read a card, whole app always crashes. They were using MAC.

tresf commented 2 days ago

Hi,

Steps to reproduce are required for investigation. At a bare minimum:

For example, "Try to read a card" is ambiguous and does not describe the code path necessary for identifying the crash.

Also, additional troubleshooting measures performed (reproducing on a different machine) is helpful for identifying.

Lastly, if you have a way of obtaining the JVM crash it may also allude to the problematic code path.