-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Random failure in cycliccover_finite_field.py #33304
Comments
Changed keywords from none to random_fail |
comment:2
I don't know if it is related, but the |
comment:3
The KeyError is just because the value isn't cached, in response to it we try to compute the value and thats where things go wrong. So I don't think it has anything to do with the KeyError. The inner traceback was truncated, is now complete. |
This comment has been minimized.
This comment has been minimized.
comment:5
I see this too when doctesting
Is this a duplicate of #30419 ? |
set_ntl_matrix_modn_dense uses isinstance so there is a chance for Python garbage collection to run. Presumably you get the SystemError: calling remove_from_pari_stack() inside sig_on() if that happens. Fixes sagemath#33304 URL: sagemath#38628 Reported by: Volker Braun Reviewer(s):
set_ntl_matrix_modn_dense uses isinstance so there is a chance for Python garbage collection to run. Presumably you get the SystemError: calling remove_from_pari_stack() inside sig_on() if that happens. Fixes sagemath#33304 URL: sagemath#38628 Reported by: Volker Braun Reviewer(s):
set_ntl_matrix_modn_dense uses isinstance so there is a chance for Python garbage collection to run. Presumably you get the SystemError: calling remove_from_pari_stack() inside sig_on() if that happens. Fixes sagemath#33304 URL: sagemath#38628 Reported by: Volker Braun Reviewer(s): Matthias Köppe
set_ntl_matrix_modn_dense uses isinstance so there is a chance for Python garbage collection to run. Presumably you get the SystemError: calling remove_from_pari_stack() inside sig_on() if that happens. Fixes sagemath#33304 URL: sagemath#38628 Reported by: Volker Braun Reviewer(s): Matthias Köppe
set_ntl_matrix_modn_dense uses isinstance so there is a chance for Python garbage collection to run. Presumably you get the SystemError: calling remove_from_pari_stack() inside sig_on() if that happens. Fixes sagemath#33304 URL: sagemath#38628 Reported by: Volker Braun Reviewer(s): Matthias Köppe
set_ntl_matrix_modn_dense uses isinstance so there is a chance for Python garbage collection to run. Presumably you get the SystemError: calling remove_from_pari_stack() inside sig_on() if that happens. Fixes sagemath#33304 URL: sagemath#38628 Reported by: Volker Braun Reviewer(s): Matthias Köppe
set_ntl_matrix_modn_dense uses isinstance so there is a chance for Python garbage collection to run. Presumably you get the SystemError: calling remove_from_pari_stack() inside sig_on() if that happens. Fixes sagemath#33304 URL: sagemath#38628 Reported by: Volker Braun Reviewer(s): Matthias Köppe
Non-reproducible random failures with the following traceback:
CC: @kiwifb
Component: geometry
Keywords: random_fail
Issue created by migration from https://trac.sagemath.org/ticket/33304
The text was updated successfully, but these errors were encountered: