Opened 11 years ago
Closed 11 years ago
#402 closed bug (fixed)
ssi link crashes when transferring an ideal in a ring with ordering wp
Reported by: | steenpass | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-4 and higher |
Component: | dontKnow | Version: | 3-1-3 |
Keywords: | Cc: | istenger@… |
Description
> ring r = 0, (x,y,z), wp(1,1,1); > link l = "ssi:fork"; > open(l); > ideal i = x, y, z; > write(l, i); > Singular : signal 11 (v: 3133/ ): current line:>>open(l);<< Segment fault/Bus error occurred at 7f97cd3d01a0 because of 10202 (r:1327584953) please inform the authors trying to restart... Auf Wiedersehen.
The same code works when I replace wp(1,1,1) by dp.
Note: See
TracTickets for help on using
tickets.
fixed with rev. 14541 and 14543. (orderings with weigths were not implemented - matrix orderings are still missing)