IntegerTest>>#testExactSqrt broken on 32bit trunk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

IntegerTest>>#testExactSqrt broken on 32bit trunk

fniephaus
Hi all,

It looks like there's a large integer-related problem in 32bit trunk (see screenshot and [1]). I'm assuming this was introduced with the recent changes Nicolas incorporated. Maybe someone could have a look? For reproducing, download the last 32bit trunk image [2], update it, and run IntegerTest>>#testExactSqrt.

Since 64bit works, we finally have a new 64bit trunk build (see [3]).

Cheers,
Fabio


image.png


Reply | Threaded
Open this post in threaded view
|

Re: IntegerTest>>#testExactSqrt broken on 32bit trunk

Nicolas Cellier
Hi Fabio,
It seems to just be a timeOut.
I'll have a look.

Le jeu. 23 mai 2019 à 17:05, Fabio Niephaus <[hidden email]> a écrit :
Hi all,

It looks like there's a large integer-related problem in 32bit trunk (see screenshot and [1]). I'm assuming this was introduced with the recent changes Nicolas incorporated. Maybe someone could have a look? For reproducing, download the last 32bit trunk image [2], update it, and run IntegerTest>>#testExactSqrt.

Since 64bit works, we finally have a new 64bit trunk build (see [3]).

Cheers,
Fabio


image.png



Reply | Threaded
Open this post in threaded view
|

Re: IntegerTest>>#testExactSqrt broken on 32bit trunk

Nicolas Cellier
Ah, it's an infinite loop on 32bits, I'll commit a patch soon.

Le jeu. 23 mai 2019 à 18:40, Nicolas Cellier <[hidden email]> a écrit :
Hi Fabio,
It seems to just be a timeOut.
I'll have a look.

Le jeu. 23 mai 2019 à 17:05, Fabio Niephaus <[hidden email]> a écrit :
Hi all,

It looks like there's a large integer-related problem in 32bit trunk (see screenshot and [1]). I'm assuming this was introduced with the recent changes Nicolas incorporated. Maybe someone could have a look? For reproducing, download the last 32bit trunk image [2], update it, and run IntegerTest>>#testExactSqrt.

Since 64bit works, we finally have a new 64bit trunk build (see [3]).

Cheers,
Fabio


image.png



Reply | Threaded
Open this post in threaded view
|

Re: IntegerTest>>#testExactSqrt broken on 32bit trunk

Nicolas Cellier
done

Le jeu. 23 mai 2019 à 21:00, Nicolas Cellier <[hidden email]> a écrit :
Ah, it's an infinite loop on 32bits, I'll commit a patch soon.

Le jeu. 23 mai 2019 à 18:40, Nicolas Cellier <[hidden email]> a écrit :
Hi Fabio,
It seems to just be a timeOut.
I'll have a look.

Le jeu. 23 mai 2019 à 17:05, Fabio Niephaus <[hidden email]> a écrit :
Hi all,

It looks like there's a large integer-related problem in 32bit trunk (see screenshot and [1]). I'm assuming this was introduced with the recent changes Nicolas incorporated. Maybe someone could have a look? For reproducing, download the last 32bit trunk image [2], update it, and run IntegerTest>>#testExactSqrt.

Since 64bit works, we finally have a new 64bit trunk build (see [3]).

Cheers,
Fabio


image.png



Reply | Threaded
Open this post in threaded view
|

Re: IntegerTest>>#testExactSqrt broken on 32bit trunk

fniephaus
Perfect...thanks for the swift fix, Nicolas!
Our CI pipeline is now fully unblocked, here are the new trunk builds:

Fabio


On Thu, 23 May 2019 at 9:26 pm, Nicolas Cellier <[hidden email]> wrote:
done

Le jeu. 23 mai 2019 à 21:00, Nicolas Cellier <[hidden email]> a écrit :
Ah, it's an infinite loop on 32bits, I'll commit a patch soon.

Le jeu. 23 mai 2019 à 18:40, Nicolas Cellier <[hidden email]> a écrit :
Hi Fabio,
It seems to just be a timeOut.
I'll have a look.

Le jeu. 23 mai 2019 à 17:05, Fabio Niephaus <[hidden email]> a écrit :
Hi all,

It looks like there's a large integer-related problem in 32bit trunk (see screenshot and [1]). I'm assuming this was introduced with the recent changes Nicolas incorporated. Maybe someone could have a look? For reproducing, download the last 32bit trunk image [2], update it, and run IntegerTest>>#testExactSqrt.

Since 64bit works, we finally have a new 64bit trunk build (see [3]).

Cheers,
Fabio


image.png