Skip to content

scel stuck in non-functional state #57

@ahihi

Description

@ahihi

sometimes scel will get stuck in a state where sclang-start reaches the point of

*** Welcome to SuperCollider 3.13.0. *** For help type C-c C-y.

but then nothing happens - no "Index help topics" or "Built symbol table" messages appear, and no SC code can be evaluated.

i am not sure what circumstances lead to this exactly, but after some debugging, it seems the problem relates to the sclang-command-process-previous variable. i checked its value while in this stuck state, and it was an extremely long string (didnt save it, sorry) which leads me to wonder whether some part of the string processing in sclang-command-process-filter just fails to deal with the amount of data.

regardless, it seems to me that sclang-command-process-previous should be cleared when sclang is stopped. after doing this manually, sclang-start works fine again. i can make a PR adding this to sclang-stop-command-process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions