Opened 9 years ago
Closed 7 years ago
#541 closed bug (postponed)
bug in interred over integers? (segfault)
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | Release 4-0-0 |
Component: | singular-kernel | Version: | spielwiese |
Keywords: | interred integers Singular rings | Cc: |
Description
Hello,
we are observing a segfault in 'interred()' over integers. Can someone reproduce this issue?
ring rng = integer,(x,y),dp; ideal j= x, 5*y, -3*x-4*y+2; interred(j); //segfault
also we observe a bug for
ring rng = integer,(x,y),dp; ideal j= x, 3*y, x-2*y; interred(j); //hangs
Change History (10)
comment:2 Changed 9 years ago by
Hmm, i get
? not implemented for rings with rings as coeffients
after those interred
calls... (i am on git commit id: 3b1cb6f)
comment:3 Changed 9 years ago by
Keywords: | rings added; bug removed |
---|---|
Priority: | major → minor |
comment:4 Changed 9 years ago by
This is one of the things on Adi's and my TODO list and it is currently work in progress.
comment:5 Changed 9 years ago by
Hmm, looks like https://github.com/Singular/Sources/pull/563 enables interred
over arith. rings...
comment:6 Changed 9 years ago by
Hm... Was this the only cause for "fix: disable interred for ring-cf" by Hans (4ffdb110bddefb15e3b1aad9f3a81cd8f82e5c02) ?
Or are there any deeper problems with interred
?
comment:7 follow-up: 8 Changed 9 years ago by
I am not 100% sure that this was the only issue. Hence, I scheduled a code review on these changes with adi for april 30th in KL (subject to confirmation of my business trip ...).
comment:8 Changed 9 years ago by
Replying to anne:
I am not 100% sure that this was the only issue. Hence, I scheduled a code review on these changes with adi for april 30th in KL (subject to confirmation of my business trip ...).
What about accepting this Adi's changes for now but adding a warning about this feature being experimental ?
comment:10 Changed 7 years ago by
Resolution: | → postponed |
---|---|
Status: | new → closed |
interred is (currently) only usuable for field coefficients. To allow it for ring coeffs. it needs a major rewrite or (better) a separate routine. Closed for the time being.