-
Notifications
You must be signed in to change notification settings - Fork 626
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
Piping to tig segfaults on exit #893
Comments
Same here after Homebrew updated readline to 8.0. The tig test suite also fails with the same error. Switched back to readline 7.0.5 for now. |
koutcher
added a commit
to koutcher/tig
that referenced
this issue
Apr 22, 2019
koutcher
added a commit
to koutcher/tig
that referenced
this issue
Apr 23, 2019
landonb
added a commit
to landonb/tig
that referenced
this issue
Jul 17, 2024
- On macOS, you cannot cancel out of search ('/') using Ctrl-C (SIGINT), but rather must press <Enter> (and perform the search) to return to the main view. - This commit partially reverts ea43f8b, “Fix segfaults with readline 8.0” (and associated Issue, “Piping to tig segfaults on exit” jonas#893), but just for macOS builds.
landonb
added a commit
to landonb/tig
that referenced
this issue
Jul 17, 2024
- On macOS, you cannot cancel out of search ('/') using Ctrl-C (SIGINT), but rather must press <Enter> (and perform the search) to return to the main view. - This commit partially reverts ea43f8b, “Fix segfaults with readline 8.0” (and associated Issue, “Piping to tig segfaults on exit” jonas#893), but just for macOS builds.
This was referenced Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
valgrind output:
The text was updated successfully, but these errors were encountered: