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
Note: Unrelated to this issue due to how and when the Corral exception is caught, another exception is thrown. The following message in the output appears after the type error:
Corral call terminates inconclusively with The process cannot access the file 'C:\Users\Doc\repos\test_null_check\bug_gt_0\error.bpl' because it is being used by another process....
I'm not sure what the desired behavior in these cases would be and if a separate issue should be created.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
AvHarnessInstrumentation.exe input.bpl input_inst.bpl /unknownType:Ref /unknownType:int
AngelicVerifierNull.exe .\input_inst.bpl /nodup /traceSlicing /copt:recursionBound:5 /copt:k:1 /copt:tryCTr ace /EE:noFilters /EE:onlyDisplayAliasingInPre- /sdv > AvnOutput
The output contains the following:
The code involved is the following:
corral/AddOns/AngelicVerifierNull/AngelicVerifierNull/Program.cs
Lines 1682 to 1714 in b3b26bb
Note: Unrelated to this issue due to how and when the Corral exception is caught, another exception is thrown. The following message in the output appears after the type error:
I'm not sure what the desired behavior in these cases would be and if a separate issue should be created.
The text was updated successfully, but these errors were encountered: