Opened 10 years ago
Closed 10 years ago
#495 closed bug (wontfix)
factorize crashes
Reported by: | steenpass | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 3-2-0 and higher |
Component: | factory | Version: | 3-1-6 |
Keywords: | Cc: |
Description
> ring r = (0,s), (a,b), dp; > minpoly = s6+21s4+27s2-49; > poly p = -a6b2+a2b6+4*a6+9*a4b2-9*a2b4-4*b6-36*a4+36*b4+81*a2-81*b2; > factorize(p); zz_pX InvMod: can't compute multiplicative inverse Singular : signal 6 (v: 3160): current line:>>factorize(p);<< Segment fault/Bus error occurred at 7fff433a4cb0 because of 206 (r:1372776459) please inform the authors trying to restart... >
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
minpoly is not irreducible:
> ring r = 0,s, dp; > factorize ( s6+21s4+27s2-49); [1]: _[1]=1 _[2]=s-1 _[3]=s+1 _[4]=s4+22s2+49 [2]: 1,1,1,1
Note: See
TracTickets for help on using
tickets.
Hmm, this also holds for SW. The GDB back-trace is as follows:
Seems to be due to NTL Zass...