Opened 11 years ago

Closed 11 years ago

#385 closed bug (fixed)

imap leads to Segment fault/Bus error

Reported by: steenpass Owned by: somebody
Priority: minor Milestone: 3-1-4 and higher
Component: singular-kernel Version: 3-1-3
Keywords: imap, function field Cc:

Description

Of course this can't work, but a clean error message would be better that a segment fault.

> ring r = (0,t), x, dp;
> ideal i = (1/t)*x;
> ring s = 0, (t,x), dp;
> ideal i = imap(r, i);
Singular : signal 11 (v: 3132/ 14372 ):
current line:>>ideal i = imap(r, i);<<
Segment fault/Bus error occurred at 8 because of 10202 (r:1320877764)
please inform the authors
trying to restart...
> 

Change History (2)

comment:1 Changed 11 years ago by hannes

fixed with [77206088d3a3bf8ed8f5d8e5682f4a190358ca16] silently ignore all term with denominator !=1

comment:2 Changed 11 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.