PythonNut / zsh-config

:wrench: My personal ZSH config
MIT License
6 stars 1 forks source link

Random crashes caused by `zle reset-prompt` #1

Closed PythonNut closed 9 years ago

PythonNut commented 9 years ago

When an async job triggers a USR1/USR2 hook, zle && zle reset prompt is called. Once in a great while, this crashes zsh. Will need to look into this, as this is probably a bug in zsh.

PythonNut commented 9 years ago

This only occurs when the user is rapidly typing.... bizarre.

PythonNut commented 9 years ago

May be fixed (bizarrely) by caeb04e.

PythonNut commented 9 years ago

Apparently not. It's still crashing, just less often.

PythonNut commented 9 years ago

It's getting statistically less prominent, but not fixed.

PythonNut commented 9 years ago

Just in case anyone is reading this, I've entered discussion with the zsh developers and they're trying to fix memory problems on their end. Hopefully this can resolve the issue.

PythonNut commented 9 years ago

One possible solution would be to disable it entirely 9970909

PythonNut commented 8 years ago

Haven't been seeing these ever since the new async framework was introduced. I'm hopeful!