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
AMBiT sometimes crashes with SIGSEGV when multiple threads try to write to log/error files at once. These files are currently handled as standard C++ file streams and no mutex/locking, which is probably not thread safe.