Opened 9 years ago

Closed 9 years ago

#733 closed bug (fixed)

division() gives 'dError: wrong rank' in debug version

Reported by: steenpass Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: dontKnow Version: 4-0-2
Keywords: Cc:

Description

With the debug version of Singular, I get the following:

> ring r = 0, x, dp;
> module m1 = gen(2);
> module m2 = gen(1);
> division(m1, m2);

// ***dError: wrong rank 2 (should be 3) in /home/steenpas/Singular/spielwiese/sources/libpolys/polys/simpleideals.cc:765
 for ideal addr:0x7f1915dc5090 size:24

// ***dError: wrong rank 1 (should be 4) in /home/steenpas/Singular/spielwiese/sources/libpolys/polys/simpleideals.cc:765
 for ideal addr:0x7f1915dc50a8 size:24
[1]:
   _[1,1]=0
[2]:
   _[1]=gen(2)
[3]:
   _[1,1]=1
> 

I'm not completely sure where the 3 and the 4 come from, but I guess it shouldn't be like this.

Change History (1)

comment:1 Changed 9 years ago by hannes

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