monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] Re: Re: Re: Re: monotone on alpha, possibly only De


From: Jack Lloyd
Subject: Re: [Monotone-devel] Re: Re: Re: Re: monotone on alpha, possibly only Debian (was Re: ikiwiki monotone support)
Date: Thu, 17 Jan 2008 17:54:06 -0500
User-agent: Mutt/1.5.11

On Thu, Jan 17, 2008 at 11:42:53PM +0100, Pavel Cahyna wrote:

> It compiles; ./check output is attached. I interrupted it after 7 minutes
> when it did not seem to make any progress.

If division/modulo is broken as badly as the tests suggest, it's
highly likely that one of the power_mod algorithms had gone into an
infinte loop. In particular it looks like it is possible with this bug
for a % n > n -- that is going to cause problems.

The most likely files to be miscompiled that would break things in
this way are mp_misc.cpp, divide.cpp, then the other mp_* files, then
the big_* files (in order of likelyhood).

-Jack




reply via email to

[Prev in Thread] Current Thread [Next in Thread]