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
When verifying a closed-source Dafny program and pressing ctrl+C in the shell, the following exception occurs.
Unhandledexception. System.AggregateException: One or more errors occurred.(Objectreference not set to an instance of an object.)---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Boogie.SMTLib.SMTLibProcess.Send(Stringcmd)
at Microsoft.Boogie.SMTLib.SMTLibProcess.PingPong()
at Microsoft.Boogie.Checker.GoBackToIdle()
at VC.SplitAndVerifyWorker.DoWork(Int32iteration,Splitsplit,CancellationTokencancellationToken)
at VC.SplitAndVerifyWorker.DoWorkForMultipleIterations(Splitsplit,CancellationTokencancellationToken)
at VC.SplitAndVerifyWorker.WorkUntilDone(CancellationTokencancellationToken)
at VC.VCGen.VerifyImplementation(ImplementationRunrun,VerifierCallbackcallback,CancellationTokencancellationToken)
at VC.ConditionGeneration.VerifyImplementation(ImplementationRunrun,CancellationTokencancellationToken)
at Microsoft.Boogie.ExecutionEngine.VerifyImplementationWithoutCaching(ProcessedProgramprocessedProgram,PipelineStatisticsstats,ErrorReporterDelegateer,CancellationTokencancellationToken,StringprogramId,Implementationimpl,TextWritertraceWriter)
at Microsoft.Boogie.ExecutionEngine.VerifyImplementation(ProcessedProgramprocessedProgram,PipelineStatisticsstats,ErrorReporterDelegateer,CancellationTokencancellationToken,Implementationimplementation,StringprogramId,TextWritertraceWriter)
at Microsoft.Boogie.ExecutionEngine.<>c__DisplayClass38_0.<<VerifyEachImplementation>b__1>d.MoveNext()---Endof stack trace from previous location ---atMicrosoft.Boogie.ExecutionEngine.<>c__DisplayClass38_0.<<VerifyEachImplementation>b__1>d.MoveNext()--- End of stack trace from previous location ---
at Microsoft.Boogie.ExecutionEngine.VerifyEachImplementation(TextWriteroutput,ProcessedProgramprocessedProgram,PipelineStatisticsstats,StringprogramId,ErrorReporterDelegateer,StringrequestId,Implementation[]stablePrioritizedImpls)at Microsoft.Boogie.ExecutionEngine.InferAndVerify(TextWriteroutput,Programprogram,PipelineStatisticsstats,StringprogramId,ErrorReporterDelegateer,StringrequestId)at Microsoft.Dafny.Main.BoogiePipelineWithRerun(TextWriteroutput,ExecutionEngineengine,Programprogram,StringbplFileName,StringprogramId)at Microsoft.Dafny.Main.BoogieOnce(TextWriteroutput,ExecutionEngineengine,StringbaseFile,StringmoduleName,ProgramboogieProgram,StringprogramId)at Microsoft.Dafny.DafnyDriver.BoogieOnceWithTimerAsync(TextWriteroutput,StringbaseName,StringprogramId,StringmoduleName,Programprogram)at Microsoft.Dafny.DafnyDriver.<>c__DisplayClass20_0.<<BoogieAsync>b__0>d.MoveNext()---Endof stack trace from previous location---at Microsoft.Dafny.DafnyDriver.<>c__DisplayClass20_0.<<BoogieAsync>b__0>d.MoveNext()---End of stack trace from previous location---at Microsoft.Dafny.DafnyDriver.BoogieAsync(StringbaseName,IEnumerable`1boogiePrograms,StringprogramId)at Microsoft.Dafny.DafnyDriver.ProcessFilesAsync(IList`1dafnyFiles,ReadOnlyCollection`1otherFileNames,ErrorReporterreporter,BooleanlookForSnapshots,StringprogramId)---End of inner exception stack trace ---at System.Threading.Tasks.Task.ThrowIfExceptional(BooleanincludeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(BooleanwaitCompletionNotification)
at System.Threading.Tasks.Task`1.get_Result()at Microsoft.Dafny.DafnyDriver.ThreadMain(String[]args)
at Microsoft.Dafny.DafnyDriver.<>c__DisplayClass10_0.<Main>b__0()atSystem.Threading.Thread.StartCallback()
The text was updated successfully, but these errors were encountered:
When verifying a closed-source Dafny program and pressing ctrl+C in the shell, the following exception occurs.
The text was updated successfully, but these errors were encountered: