Opened 13 years ago
Closed 13 years ago
#191 closed bug (duplicate)
ZZ/10 als Koeffizientenring
Reported by: | Owned by: | seelisch | |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-1 |
Component: | dontKnow | Version: | 3-1-0 |
Keywords: | Cc: | seelisch@… |
Description
Thomas Cluzeau hat den folgenden Bug gefunden. Beim Ausführen von: option(noredefine);option(redSB);LIB "matrix.lib";LIB "ring.lib";LIB "involut.lib";LIB "poly.lib"; ring r = (integer,10),(x,y,z),dp; setring r; option(redTail);short=0; matrix m[2][3] = 0,y,2*x,x,x,x; syz(m); transpose(syz(m)); ensteht ein Segmentation fault: Singular : signal 11 (v: 3100/2009041417): current line:>>transpose(syz(m));<< Segment fault/Bus error occurred at 7feb143445d0 because of 10202 (r:1258661297) please inform the authors trying to restart...
Change History (4)
comment:1 Changed 13 years ago by
Owner: | changed from somebody to seelisch |
---|
comment:2 Changed 13 years ago by
Milestone: | → Releases 3-1-1 and higher |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
already, syz(m) is wrong as it mentions gen(1)..gen(9) although it may only mention gen(1) and gen(2)