You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We provide a small example project here: parallelNqueens.zip
This example project tries to solve two instances of N-queens in parallel and
crashes with with SegFault instantly when JSylvan internally calles lace_get_head.
The problem happens deterministically on several Ubuntu-based machines under OpenJDK 11 and 15.
The text was updated successfully, but these errors were encountered:
Our Java application crashes deterministically when using one central JSylvan instance from multiple threads.
Reported SegFault:
Stacktrace when crashing:
We provide a small example project here: parallelNqueens.zip
This example project tries to solve two instances of N-queens in parallel and
crashes with with SegFault instantly when JSylvan internally calles
lace_get_head
.The problem happens deterministically on several Ubuntu-based machines under OpenJDK 11 and 15.
The text was updated successfully, but these errors were encountered: