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

Interrupt in NTL malloc() hangs Sage #16850

Open
jdemeyer opened this issue Aug 18, 2014 · 1 comment
Open

Interrupt in NTL malloc() hangs Sage #16850

jdemeyer opened this issue Aug 18, 2014 · 1 comment

Comments

@jdemeyer
Copy link

Inspired by #16667, the following usually breaks Sage badly:

sage: x = polygen(GF(2^8, 'a')); alarm(0.1); x^1000000

This reason is that this tends to interrupt during a malloc() call, which can totally mess up the heap. We always knew this could happen, but now we have a case which is relatively easy to reproduce.

CC: @vbraun @jpflori @defeo @pjbruin @sagetrac-sbesnier @nexttime

Component: cython

Keywords: interrupt

Issue created by migration from https://trac.sagemath.org/ticket/16850

@jdemeyer jdemeyer added this to the sage-6.4 milestone Aug 18, 2014
@jdemeyer

This comment has been minimized.

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

No branches or pull requests

2 participants