Re: Gnumeric regression is wrong?




Morten Welinder wrote:

Fixed in cvs.  For those of you keeping score, I broke it on 2001-02-20.

To test without cvs, in src/regression.c, function LUPDecomp, change the
loop that flips row to

        for (j = 0; j < n; j++) {            /*swap the two rows */
               gnum_float temp = LU[j][i];
               LU[j][i] = LU[j][mov];
               LU[j][mov] = temp;
        }

[Then it no longer matches, the comment.  *sigh*]

Morten


I used to use debuggers on other platforms but I guess I don't understand gdb well enough: the regression seems to work now when I run gnumeric outside of gdb but fails miserably in gdb....

Is there anything I need to watch for when using gdb to debug gnumeric. I am using GNU gdb 5.0mdk-11mdk Linux-Mandrake 8.0

Andreas

--
Prof. Dr. Andreas J. Guelzow Assoc. Prof of Mathematics
Concordia University College of Alberta
http://www.math.concordia.ab.ca/aguelzow





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]