Max Alekseyev on Fri, 05 Feb 2010 19:27:23 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
thue() wants more than 4GB stack
|
- To: pari-users <pari-users@list.cr.yp.to>
- Subject: thue() wants more than 4GB stack
- From: Max Alekseyev <maxale@gmail.com>
- Date: Fri, 5 Feb 2010 13:25:38 -0500
- Delivery-date: Fri, 05 Feb 2010 19:27:23 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=S9ZckuyVnJc69L1ObMh3eSY6SSqzqejw4nkYSHlaMiI=; b=H8i2DPwLXHRdoHH70Qd9Y2fWvoVm0LnM5oCUn+dGMSpbk2rC72UJRZRQr3Nq11IoTW L7CG+rj3z33ln9rTFoSYj6Uzd3O0496RFIrPJsnthJbM9n3dFcfgVjpRBi41d+5OG41c SywNWX7gT9+YDybAEHYTZyVWdlPqN3+/rQ9sA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MYJUNlBYvyzIO0XV3gew7Jg8v20kKCXpZlmz/WmhKrEb5ggOXBnuy+ORmZAyCX5Y+Y 8BpKPLoV1yWcf5OB3P/UE16OjNEvSDjMue46LBQTnroJPVLzwvHZJhoSvPvC1nDa+r7v Y+97lhmi41/lrlTglWD4BsKh9WdGOAkM1ctDY=
- Mailing-list: contact pari-users-help@list.cr.yp.to; run by ezmlm
Hello!
I wonder whether this behavior is intended?
? thue(thueinit(-3711916*x^4 - 161330*x^3 + 178491*x^2 - 365*x - 19),344622096)
*** thue: Warning: Non trivial conditional class group.
*** The result returned by 'thue' is conditional on the GRH.
*** at top-level: thue(thueinit(-37119
*** ^--------------------
*** thue: the PARI stack overflows !
current stack size: 4294967296 (4096.000 Mbytes)
[hint] you can increase GP stack with allocatemem()
This is rather unusual example since many other thue() computations I
performed were not so eager for memory.
Regards,
Max