Opened 6 years ago

Closed 6 years ago

#809 closed bug (fixed)

Segment fault while creating ring from list

Reported by: Johannes Hoffmann <johannes.hoffmann@…> Owned by: somebody
Priority: minor Milestone: 4-2-0 and higher
Component: singular-kernel Version: 4-1-0
Keywords: Cc:

Description

The execution of

ring R;
list RL = ringlist(R);
RL[3] = insert(RL[3], list("a", intvec(1,0,1)), 1);
ring(RL);

yields the following:

Singular : signal 11 (v: 4100):
current line:>>ring(RL);<<
Segment fault/Bus error occurred at 7f3e2c3e9150 because of 10217 (r:1504881764)
please inform the authors
trying to restart...

Change History (1)

comment:1 Changed 6 years ago by hannes

Component: dontKnowsingular-kernel
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.