-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault when deleting a character. #255
Comments
Those appear to be escape codes. Like it's trying to send a new line, then |
I mentioned it in the other post, but I think it's either uninitialized memory or reusing the string without zeroing it out first that is causing the weirdness. |
The deletion code looks like it's in Lines 95 to 96 in dfac902
But that's not even used. What is actually sent to the delete command, which expects the path, is Lines 111 to 113 in dfac902
which calls into our old friend Lines 762 to 777 in dfac902
Another fun find here is we're purging logs for no good reason. Go figure. Lines 782 to 795 in dfac902
|
Happy happy joy joy.
Are we? Where do you see that? |
Oh nvm. You meant the SQL logs. |
A segfault happens when deleting a character. This issue was reported by @danielw97 here #251 (comment). Creating a new issue so this doesn't get lost.
The text was updated successfully, but these errors were encountered: