NeuronRobotics / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
Other
345 stars 143 forks source link

Error on Close serial port on Raspbarry Pi 4 64bits #242

Open josepacelli opened 1 year ago

josepacelli commented 1 year ago

Erro on serial.close() on Raspbarry PI 4 64 bits

Using version 5.1.1

When a try to close the serial port the JVM crash

hs_err_pid827.log hs_err_pid1059.log

image The line on NRSerialPort that crash

MrDOS commented 1 year ago

Thanks for the report. Does this happen every time you call disconnect?

josepacelli commented 1 year ago

every time.

Tested with version 5.2.1 too.