Skip to content

Strange failure after a bit #23

@MichaelSinz

Description

@MichaelSinz

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.

cycod-bug.tgz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions