robot_dart
robot_dart copied to clipboard
Thread safety issue coming from recent fix in dart
A recent fix introduced in Dart to avoid a problematic increase of memory usage has created a new problem in thread safety causing our usual sferes experiments to raise segfaults at a random point in time.
This issue is just to keep track of the problem. I have open an issue in dart directly:
https://github.com/dartsim/dart/issues/1468