heapwolf / prompt-sync

a synchronous prompt for node.js
MIT License
211 stars 42 forks source link

Segmentation fault error on zsh #24

Closed michaelseibt closed 5 years ago

michaelseibt commented 7 years ago

Hi there!

Coming from Nucleus, one of the users reported a problem with our init script.

While prompting for user input, the script terminates with a seg-fault if the user tries to resize the terminal window.

[1] 3380 segmentation fault nucleus init

I know that this could be a problem with zsh, since the error seems to be on a quite low level.

Steps to reproduce:

davidmarkclements commented 5 years ago

there's nothing that this module is doing that would (or at least should) cause a segfault - it's either a zsh issue (most likely) or a node core issue. Closing as this isn't a problem with this module