You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just stumbled upon emacs crash when I do grep in files which contains binary files. In my case emacs calls rust function with file contents which causes the panic. utf-8-validation feature doesn't help much, it only catches invalid string earlier but still panics. Here is the error I have with this feature:
I just stumbled upon emacs crash when I do grep in files which contains binary files. In my case emacs calls rust function with file contents which causes the panic.
utf-8-validation
feature doesn't help much, it only catches invalid string earlier but still panics. Here is the error I have with this feature:Is there a way to handle such situation?
The text was updated successfully, but these errors were encountered: