aisk / pick

create curses based interactive selection list in the terminal
MIT License
731 stars 63 forks source link

SegFault on Ubuntu 18.04 #22

Closed replay closed 4 years ago

replay commented 6 years ago

I'm getting a Segmentation Fault when I'm trying to use this module on Ubuntu 18.04. On both Python 2.7 and also 3.6:

Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34) 
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pick
>>> pick.pick(['abc'])
Segmentation fault (core dumped)
Python 3.6.6 (default, Sep 12 2018, 18:26:19) 
[GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pick
>>> pick.pick(['abc'])
Segmentation fault (core dumped)

This system is up2date with all the system packages, as of 2018.09.24.

wong2 commented 6 years ago

Thanks, can you try to investigate more on this? as I don't have Ubuntu 18.04