sagemath / cysignals

cysignals: interrupt and signal handling for Cython. Source repository for https://pypi.org/project/cysignals/
GNU Lesser General Public License v3.0
43 stars 23 forks source link

sigaltstack: Cannot allocate memory #68

Closed johnyf closed 6 years ago

johnyf commented 6 years ago
$ pip freeze | ag cysignals
cysignals==1.6.7
$ python -c "import cysignals"
sigaltstack: Cannot allocate memory

Using:

I do not get this error with cysignals == 1.6.5 installed in the same environment. Not sure whether this issue relates to #67.

vbraun commented 6 years ago

See also

jdemeyer commented 6 years ago

That is a known issue with 1.6.7 on OS X. Don't use that version.

johnyf commented 6 years ago

Thanks for addressing this issue. I installed ee6e81eaed82f87690da21be4ef7d3bc7b298473 and it works without this error.

jdemeyer commented 6 years ago

I installed ee6e81e and it works without this error.

No no no no no! That version is still completely broken on OS X for a different reason.

jdemeyer commented 6 years ago

Fully fixed in version 1.6.8