y-scope / clp-ffi-java

Apache License 2.0
10 stars 3 forks source link

Concurrent instances of MessageEncoder corrupt each other's state #18

Closed kirkrodrigues closed 1 year ago

kirkrodrigues commented 1 year ago

Bug

It seems concurrent instances of the MessageEncoder corrupt each other's state. This can lead to segmentation faults which kill the JVM.

clp-ffi version

0.2

Environment

Java 11

Reproduction steps