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
If there was an exception in SILI.Interpret before call to API.Reset(), V# crashes in finally with not pretty looking exception:
---> System.InvalidOperationException: Stack empty.
at System.Collections.Generic.Stack`1.ThrowForEmptyStack()
at System.Collections.Generic.Stack`1.Pop()
at VSharp.persistent`1.Restore() in D:\VSharp\VSharp.Utils\Persistent.fs:line 9
at VSharp.IdGenerator.restore() in D:\VSharp\VSharp.Utils\IdGenerator.fs:line 48
at VSharp.Core.API.Restore() in D:\VSharp\VSharp.SILI.Core\API.fs:line 19
The text was updated successfully, but these errors were encountered:
If there was an exception in SILI.Interpret before call to API.Reset(), V# crashes in finally with not pretty looking exception:
The text was updated successfully, but these errors were encountered: