On 12/9/20 4:56 PM, Bill Allombert wrote:
On Wed, Dec 09, 2020 at 04:21:39PM +0000, Tobias Hansen wrote:
On 12/9/20 4:15 PM, Bill Allombert wrote:
On Mon, Nov 16, 2020 at 11:16:58AM +0100, Bill Allombert wrote:
On Mon, Nov 16, 2020 at 12:19:07AM +0000, Tobias Hansen wrote:
Package: pari-gp
Version: 2.13.0-2
Severity: normal
Hi,
with pari 2.13.0-2 the following code (which is a sagemath test and worked with
pari 2.11.4) hangs indefinitely in gp when calling rnfinit.
Hello Tobias, this is not a regression in PARI.
Note that %2 has changed between PARI 2.11.4 and PARI 2.13.0,
so the list of primes is not the right one.
The test should be changed to use a factor bound instead of a list of
primes.
L = rnfinit(K, [pol, 10^6]);
finishes quickly.
Hello Tobias,
Would you mind acknowledging my answer so that we can move forward ?
Cheers,
Dear Bill,
sorry that I forgot to answer. I think you are right, it should be changed in
sagemath.
Then, should we reassign this bug to sagemath or close it ?
Cheers,
Close it. The code is already patched out of the sagemath Debian package.
Best,
Tobias