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

RuntimeError: Aborted #226

Open
quchangle1 opened this issue May 10, 2022 · 6 comments
Open

RuntimeError: Aborted #226

quchangle1 opened this issue May 10, 2022 · 6 comments

Comments

@quchangle1
Copy link

quchangle1 commented May 10, 2022

When we run the following code, some errors occur. The code is:

from fpylll import BKZ
         BKZ.EasyParam(5)

Error reported as:

  ---------------------------------------------------------------------------
          RuntimeError                              Traceback (most recent call last)
          <ipython-input-38-202ec960dbb7> in <module>
                1 from fpylll import BKZ
          ----> 2 BKZ.EasyParam(Integer(5))
          
          src/fpylll/fplll/bkz_param.pyx in fpylll.fplll.bkz_param.BKZEasyParam()
          
          src/fpylll/fplll/bkz_param.pyx in fpylll.fplll.bkz_param.BKZParam.__init__()
          
          RuntimeError: Aborted

We want to know how to solve it!
QQ图片20220510191546

@joerowell
Copy link
Collaborator

I can't reproduce this:

In [1]: from fpylll import BKZ

In [2]: BKZ.EasyParam(5)
Out[2]: <BKZParam(5, flags=0x0020) at 0x7f630ad42040>

Could you give us more details please? What version of fpylll are you using?

@quchangle1
Copy link
Author

quchangle1 commented May 10, 2022

I use the 9.4 version of sagemath,and I don't know what to think of fpylll's version.And there is no problem using other functions in fpylll.

@joerowell
Copy link
Collaborator

I also can't replicate this inside a SagemathCell, so I'm leaning towards thinking it's an issue on your side.

Maybe @malb has an idea?

@quchangle1
Copy link
Author

I also have no problem running locally, but this problem occurs when running in the server.

@quchangle1
Copy link
Author

@malb

@malb
Copy link
Collaborator

malb commented May 10, 2022

I can't reproduce it either, using SageMath 9.4.

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

No branches or pull requests

3 participants