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
Hello everyone,
while working on #345 I noticed that one of the concurrent tests seems to (occasionally) fail for CVC5. The test case is testBvConcurrencyWithConcurrentContext from SolverConcurrencyTest and you can find two examples here and here. I was able to replicate the issue on my own machine by running the test in a loop. After a few iterations the test will always fail, however, I get a segfault instead of the assertion error. The issue seems to equally affect testIntConcurrencyWithConcurrentContext and is different from #310. Has this already been looked into?
The text was updated successfully, but these errors were encountered:
Hello everyone,
while working on #345 I noticed that one of the concurrent tests seems to (occasionally) fail for CVC5. The test case is testBvConcurrencyWithConcurrentContext from SolverConcurrencyTest and you can find two examples here and here. I was able to replicate the issue on my own machine by running the test in a loop. After a few iterations the test will always fail, however, I get a segfault instead of the assertion error. The issue seems to equally affect testIntConcurrencyWithConcurrentContext and is different from #310. Has this already been looked into?
The text was updated successfully, but these errors were encountered: