-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Polybori segfault #17143
Comments
A segfaulting example of an ideal in a boolean polynomial ring |
This comment has been minimized.
This comment has been minimized.
comment:1
Attachment: ideal.sobj.gz |
comment:2
Works for me:
|
comment:3
Most likely explanation is either a compiler bug or a broken build. So:
|
comment:4
There is still a bug though (for a different ticket), the result of a second call to
|
comment:5
Replying to @jdemeyer:
21 variables only? Did you edit? The ring has more than 100 variables. |
comment:6
And Jeroen, did you use a debug version of Sage? I don't see the segfault in the debug version, I only see it in a "normal" Sage version |
comment:7
A normal version of Sage. |
comment:8
|
comment:9
I see! I thought the number of variables coincides with the number of variables of the ring, but actually it only gives the number of used variables. What architecture are you using? I learnt that I am on 32 bit. |
comment:10
64-bit |
comment:11
Replying to @jdemeyer:
OK. I have
whatever of it is relevant... |
comment:12
On a different 32-bit system, it also works:
|
comment:13
Replying to @simon-king-jena:
It seems that the problem is only happening on your specific system. If you want to dig deeper, you should follow my suggestions from [comment:3] |
comment:14
Replying to @jdemeyer:
OK. Will do so as soon as I did some review of one of Nicolas' tickets. |
comment:15
Another data point: I get several segfaults in
and Nicolas gets the same. I guess he will soon comment here. |
comment:16
Indeed: with develop=6.4beta4 (or more precisely very close thereof), and on my laptop (Ubuntu 10.4):
I get a good dozen of segfaults:
If useful, I could post a complete trace. |
comment:17
This might also be an instance of #17072. |
comment:19
After pulling from develop, export SAGE_UPGRADE=yes, and make, the problem vanishes. So, probably this ticket can be closed. |
comment:20
Replying to @simon-king-jena:
If doing the former, the latter shouldn't be needed anymore (#17072). |
Reviewer: Jeroen Demeyer |
With the file attached, one gets:
Interestingly, if I do the same example in the debug version of Sage, it does work!
I hope putting Alexander on Cc counts as "reported upstream"...
Upstream: Reported upstream. No feedback yet.
CC: @alexanderdreyer @vbraun
Component: commutative algebra
Keywords: polybori segfault
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/17143
The text was updated successfully, but these errors were encountered: