-
Notifications
You must be signed in to change notification settings - Fork 232
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 on "Ctrl + /" invocation ... reproducible with "Ctrl + \" #508
Comments
|
@myrrc thank you for the report! Just in case you have time - could you please try latest
Thank you! |
Yes, the issue reproduces on the .deb you pointed me to.
Fresh master build `make CFLAGS='-O0 -g3'` does the same.
Looks like most interesting thing here is
```
#3 0x000055555555e2ba in loop_to_select () at hstr.c:1303
1303 c = wgetch(stdscr);
```
Unfortunately, I haven't been able to dig into ncurses despite
installing all debug packages.
|
Hints:
|
I'm having the same issue when I accidentally type Ctrl+\ (instead of Ctrl+/ which does work). Also on ubuntu and the segfault seems to be on the same line as above ( |
@atleta thank you Laszlo for the detailed repro description! Ctrl + / worked without problems, but with Ctrl + \ it is reproducible! |
Steps to reproduce: launch hstr and press "Ctrl+/".
GDB stacktrace (no debugging info, unfortunately)
I may send you core dump if you email me
The text was updated successfully, but these errors were encountered: