Skip to content
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 with ncurses-6 #16

Open
pkulev opened this issue Oct 10, 2016 · 3 comments
Open

Segmentation fault with ncurses-6 #16

pkulev opened this issue Oct 10, 2016 · 3 comments
Labels

Comments

@pkulev
Copy link
Owner

pkulev commented Oct 10, 2016

ncurses-5.9 works well, but segfaults with version 6.
Looks like all broken here: 8b1d6c2.
Previous commit works well on python2.7.11 and python3.5, but this only with python2.7.11.

Traceback: ... > curses.cbreak()

2016-10-10-180119_781x593_scrot
2016-10-10-180133_966x757_scrot
2016-10-10-192002_950x661_scrot

@pkulev pkulev added the bug label Oct 10, 2016
@pkulev
Copy link
Owner Author

pkulev commented Oct 10, 2016

To check:

  • python3.5 with ncurses-5.9
  • add python2 support (issue Python 2.x support #13), take for work
  • make minimal working example with bug

@pkulev
Copy link
Owner Author

pkulev commented Oct 12, 2016

Workarounded with de51ada.

@pkulev
Copy link
Owner Author

pkulev commented Jun 16, 2017

Python 2.x support implemented. Now I can investigate this issue more carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant