-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I had the system doing a longer operation (not that long but it was a few turns) and it suddenly lost ability to run commands. It could not even run ls.
I then exited the chat and the tool produced the following crash - this seems to be related to why it could no longer function - I think the persistent shell you used had crashed/failed/something.
User: Unhandled exception. System.InvalidOperationException: No process is associated with this object.
at System.Diagnostics.Process.EnsureState(State state)
at System.Diagnostics.Process.get_HasExited()
at RunnableProcess.ForceShutdown() in /build/src/common/ProcessExecution/RunnableProcess/RunnableProcess.cs:line 583
at PersistentShellProcess.ForceShutdown() in /build/src/common/ProcessExecution/PersistentShell/PersistentShellProcess.cs:line 522
at ShellSession.ForceShutdown() in /build/src/common/ShellHelpers/ShellSession.cs:line 74
at ShellSession.ShutdownAll() in /build/src/common/ShellHelpers/ShellSession.cs:line 82
at CycoDevProgramRunner.RunAsync(String[] args) in /build/src/cycod/CycoDevProgramRunner.cs:line 16
at Program.Main(String[] args) in /build/src/cycod/Program.cs:line 5
at Program.<Main>(String[] args)
See full history in the tgz file attached - which includes the trajectory and chat-history files along with the actual files being worked on and the git repo. (Just in case it helps) (Albeit it is after I did the cleanup)
Metadata
Metadata
Assignees
Labels
No labels