marlonrichert / zsh-autocomplete

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
MIT License
5.38k stars 148 forks source link

"Read-only file system" error #603

Closed marcio1002 closed 1 year ago

marcio1002 commented 1 year ago

Hello!

I'm having problems with my OS, it's getting corrupted after zsh-autocomplete throws an error and it's in an endless loop showing the error message. The OS information is just below.

image

jaiakash commented 1 year ago

Can you send the screenshot of the error.

marcio1002 commented 1 year ago

I can't because when this error happens, it ends up corrupting my operating system, and then I have to correct it to continue reusing it, but when it happens again (I hope not) I'll try to take a print or a photo.

marlonrichert commented 1 year ago

Is it be the same as this? https://github.com/marlonrichert/zsh-snap/issues/255

That one is caused by a bug in Zsh itself.

marcio1002 commented 1 year ago

Happened recently 6/22

image

marlonrichert commented 1 year ago

@marcio1002 The error says that the file that Autocomplete is trying to write to is read-only. What happens if you delete /home/marcio/.local/state/zsh-autocomplete?

marcio1002 commented 1 year ago

At that moment I can't execute any command because the terminal is stuck and when I restart the notebook zorion only shows the terminal to fix the zorion interface once and for all. In this case, I run a bootable to fix it.

Now that I've recovered I can show you the logo that appeared in the print

image

marlonrichert commented 1 year ago

push_past is not a function in Autocomplete nor one supplied with Zsh itself. I also have no idea what Xdebug is. Looks like you have some additional software installed that's causing problems. I can't help you with that, unless you can provide a minimal, reproducible test case.