-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
segmentation fault on down arrow keypress #137
Comments
i have reproduced this in my own app. |
valgrind gives a better stack trace
the code is
|
So |
Workaround: add |
Thanks for the workaround Kamila. Merry Christmas and/or Newtonmas and/or Winter Solstice! |
The following REPL session break replxx for me:
On the third line, after pressing arrow down (history next, while there is no next element) segfaults my program. I presume there's a guard against a common case like this missing.
GDB backtrace:
My code is located in the kspalaiologos/kamilalisp repository. NB: I keep my own copy of replxx, since I dislike the bloaty buildsystem bundled with the official distribution.
The text was updated successfully, but these errors were encountered: