Re: Please test pari-2.17.4 prerelease 1
Paul Voutier <[email protected]> Fri, 26 Jun 2026 08:27:05 +0100
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <CAB8us8HO1+S8k1fiv-VFpSL-1PvfF1BENGb661Q14d3K09Lotg@mail.gmail.com> |
--000000000000598e060655230b97 Content-Type: multipart/alternative; boundary="000000000000598e050655230b95" --000000000000598e050655230b95 Content-Type: text/plain; charset="UTF-8" Dear Bill, I did my small regression tests against all the WIndows versions listed in your email. Everything was fine. One thing that I did notice was that there is a behaviour difference between the 32-bit and 64-bit versions. Perhaps a change in memory management? When I tried factor(10^67-1) in the 32-bit version with all the default settings, it worked fine. In the 64-bit version, I got a stack overflow. I called allocatemem() once and then the factorisation completed successfully. This behaviour was consistent across all the 32-bit and 64-bit versions in your email. I am attaching the full session output for both a 32-bit and a 64-bit versions, in case that is helpful. And of course, you may already be aware of this and this may be expected behaviour. Regards, Paul On Mon, 22 Jun 2026 at 13:07, Bill Allombert < [email protected]> wrote: > Dear PARI developers, > > We have made available a prerelease of PARI 2.17.4 (stable). > > Please test to make sure there are no regressions! > > The expected release date is 29/06/2026, but it might be delayed because > I am missing MacOS binaries for Arm-based Mac (M1, M2, M3, etc.) > > Please test the prerelease tarball: > < > https://pari.math.u-bordeaux.fr/pub/pari/snapshots/pari-2.17.4-pre1.tar.gz > > > > The digital signature is > < > https://pari.math.u-bordeaux.fr/pub/pari/snapshots/pari-2.17.4-pre1.tar.gz.asc > > > > Please test the 64bit Windows installer: > < > https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/Pari64-2-17-4-pre1.exe > > > > I have also built the 32bit Windows installer: > < > https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/Pari32-2-17-4-pre1.exe > > > > and the following standalone Windows binaries: > > 32bit > < > https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp32-2-17-4-pre1.exe > > > < > https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp32-readline-2-17-4-pre1.exe > > > > 64bit > < > https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp64-2-17-4-pre1.exe > > > < > https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp64-readline-2-17-4-pre1.exe > > > > 64bit, multithreaded > < > https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gppthread64-2-17-4-pre1.exe > > > < > https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gppthread64-readline-2-17-4-pre1.exe > > > I will provide link to MacOS binaries later. > > For intel-based mac: > > the following MacOS DMG: > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-2.17.4-pre1.dmg > > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-2.17.4-pre1-pthread.dmg > > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-2.17.4-pre1.dmg > > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-2.17.4-pre1-pthread.dmg > > > > the following MacOS stand-alone binaries: > <https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-2.17.4-pre1-osx > > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-2.17.4-pre1-pthread-osx > > > > For arm-based ("Apple silicon") mac > (not available yet) > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-arm-2.17.4-pre1.dmg > > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-arm-2.17.4-pre1-pthread.dmg > > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-arm-2.17.4-pre1.dmg > > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-arm-2.17.4-pre1-pthread.dmg > > > > the following MacOS stand-alone binaries: > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-arm-2.17.4-pre1-osx > > > < > https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-arm-2.17.4-pre1-pthread-osx > > > > On behalf of the PARI Group, > Bill > P.S. the CHANGES > > Bug numbers refer to the BTS at http://pari.math.u-bordeaux.fr/Bugs/ > > [last column crossreferences current development release 2.18.1] > Done for version 2.17.4 (released 29/06/2026): > Fixed > BA 1- call(printsep, [" "]) -> SEGV > [F44] > 2- forsubset: handle trivial case of negative cardinalities [#2652] > [F47] > BA 3- ellchangecurve(E).roots could be wrong [#2660] > [F48] > 4- charpoly(Mod(x+y,y^2+x+1),y) -> invalid t_POL [#2668] > [F50] > 5- writebin(file) only saved polynomials variables in file > [F53] > BA 6- lfun(1/3+I*10^19) -> overflow in expo() > [F54] > BA 7- fflog(a, b, o) was very slow for small o but large fields [#2676] > [F55] > LGr 8- psi(1+O(x^5)) -> wrong result [#2677] > [F56] > 9- zetahurwitz(large s, |x| > 1) is inaccurate (correct absolute > accuracy > but zeta(s,x) is small and relative error is large) [#2673] > [F57] > BA 10- ellcard(ellinit([ffgen([53,36]),1])) -> wrong result > [F58] > 11- polcyclofactors(((x^6+x^3+1)*(3*x^3+1))^2) -> oo loop [#2680] > [F59] > > > --000000000000598e050655230b95 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Dear Bill,</div><div><br></div><div>I did my small re= gression tests against all the WIndows versions listed in your email.</div>= <div><br></div><div>Everything was fine. One thing that I did notice was th= at there is a behaviour difference between the 32-bit and 64-bit versions. = Perhaps a change in memory management?</div><div>When I tried</div><div>fac= tor(10^67-1)</div><div>in the 32-bit version with all the default settings,= it worked fine.</div><div>In the 64-bit version, I got a stack overflow. I= called allocatemem() once and then the factorisation completed successfull= y.</div><div>This behaviour was consistent across all the 32-bit and 64-bit= versions in your email.</div><div><br></div><div>I am attaching the full s= ession output for both a 32-bit and a 64-bit versions, in case that is help= ful.</div><div><br></div><div>And of course, you may already be aware of th= is and this may be expected behaviour.</div><div><br></div><div>Regards,</d= iv><div><br></div><div>Paul</div><div><br></div></div><br><div class=3D"gma= il_quote gmail_quote_container"><div dir=3D"ltr" class=3D"gmail_attr">On Mo= n, 22 Jun 2026 at 13:07, Bill Allombert <<a href=3D"mailto:Bill.Allomber= [email protected]">[email protected]</a>> wrote:<br><= /div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;bo= rder-left:1px solid rgb(204,204,204);padding-left:1ex">Dear PARI developers= ,<br> <br> We have made available a prerelease of PARI 2.17.4 (stable).<br> <br> Please test to make sure there are no regressions!<br> <br> The expected release date is 29/06/2026, but it might be delayed because<br= > I am missing MacOS binaries for Arm-based Mac (M1, M2, M3, etc.)<br> <br> Please test the prerelease tarball:<br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/snapshots/pari-2.17= .4-pre1.tar.gz" rel=3D"noreferrer" target=3D"_blank">https://pari.math.u-bo= rdeaux.fr/pub/pari/snapshots/pari-2.17.4-pre1.tar.gz</a>><br> <br> The digital signature is <br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/snapshots/pari-2.17= .4-pre1.tar.gz.asc" rel=3D"noreferrer" target=3D"_blank">https://pari.math.= u-bordeaux.fr/pub/pari/snapshots/pari-2.17.4-pre1.tar.gz.asc</a>><br> <br> Please test the 64bit Windows installer:<br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/P= ari64-2-17-4-pre1.exe" rel=3D"noreferrer" target=3D"_blank">https://pari.ma= th.u-bordeaux.fr/pub/pari/windows/snapshots/Pari64-2-17-4-pre1.exe</a>><= br> <br> I have also built the 32bit Windows installer:<br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/P= ari32-2-17-4-pre1.exe" rel=3D"noreferrer" target=3D"_blank">https://pari.ma= th.u-bordeaux.fr/pub/pari/windows/snapshots/Pari32-2-17-4-pre1.exe</a>><= br> <br> and the following standalone Windows binaries:<br> <br> 32bit <br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/g= p32-2-17-4-pre1.exe" rel=3D"noreferrer" target=3D"_blank">https://pari.math= .u-bordeaux.fr/pub/pari/windows/snapshots/gp32-2-17-4-pre1.exe</a>><br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/g= p32-readline-2-17-4-pre1.exe" rel=3D"noreferrer" target=3D"_blank">https://= pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp32-readline-2-17-4-pre= 1.exe</a>><br> <br> 64bit<br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/g= p64-2-17-4-pre1.exe" rel=3D"noreferrer" target=3D"_blank">https://pari.math= .u-bordeaux.fr/pub/pari/windows/snapshots/gp64-2-17-4-pre1.exe</a>><br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/g= p64-readline-2-17-4-pre1.exe" rel=3D"noreferrer" target=3D"_blank">https://= pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp64-readline-2-17-4-pre= 1.exe</a>><br> <br> 64bit, multithreaded<br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/g= ppthread64-2-17-4-pre1.exe" rel=3D"noreferrer" target=3D"_blank">https://pa= ri.math.u-bordeaux.fr/pub/pari/windows/snapshots/gppthread64-2-17-4-pre1.ex= e</a>><br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/g= ppthread64-readline-2-17-4-pre1.exe" rel=3D"noreferrer" target=3D"_blank">h= ttps://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gppthread64-readl= ine-2-17-4-pre1.exe</a>><br> I will provide link to MacOS binaries later.<br> <br> For intel-based mac:<br> <br> the following MacOS DMG:<br> <br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariG= P-2.17.4-pre1.dmg" rel=3D"noreferrer" target=3D"_blank">https://pari.math.u= -bordeaux.fr/pub/pari/mac/snapshots/PariGP-2.17.4-pre1.dmg</a>><br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariG= P-2.17.4-pre1-pthread.dmg" rel=3D"noreferrer" target=3D"_blank">https://par= i.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-2.17.4-pre1-pthread.dmg<= /a>><br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariG= P-full-2.17.4-pre1.dmg" rel=3D"noreferrer" target=3D"_blank">https://pari.m= ath.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-2.17.4-pre1.dmg</a>>= ;<br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariG= P-full-2.17.4-pre1-pthread.dmg" rel=3D"noreferrer" target=3D"_blank">https:= //pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-2.17.4-pre1-pt= hread.dmg</a>><br> <br> the following MacOS stand-alone binaries:<br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-2.= 17.4-pre1-osx" rel=3D"noreferrer" target=3D"_blank">https://pari.math.u-bor= deaux.fr/pub/pari/mac/snapshots/gp-2.17.4-pre1-osx</a>><br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-2.= 17.4-pre1-pthread-osx" rel=3D"noreferrer" target=3D"_blank">https://pari.ma= th.u-bordeaux.fr/pub/pari/mac/snapshots/gp-2.17.4-pre1-pthread-osx</a>><= br> <br> For arm-based ("Apple silicon") mac<br> (not available yet)<br> <br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariG= P-arm-2.17.4-pre1.dmg" rel=3D"noreferrer" target=3D"_blank">https://pari.ma= th.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-arm-2.17.4-pre1.dmg</a>><= br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariG= P-arm-2.17.4-pre1-pthread.dmg" rel=3D"noreferrer" target=3D"_blank">https:/= /pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-arm-2.17.4-pre1-pthr= ead.dmg</a>><br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariG= P-full-arm-2.17.4-pre1.dmg" rel=3D"noreferrer" target=3D"_blank">https://pa= ri.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-arm-2.17.4-pre1.dm= g</a>><br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariG= P-full-arm-2.17.4-pre1-pthread.dmg" rel=3D"noreferrer" target=3D"_blank">ht= tps://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/PariGP-full-arm-2.17.4= -pre1-pthread.dmg</a>><br> <br> the following MacOS stand-alone binaries:<br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-ar= m-2.17.4-pre1-osx" rel=3D"noreferrer" target=3D"_blank">https://pari.math.u= -bordeaux.fr/pub/pari/mac/snapshots/gp-arm-2.17.4-pre1-osx</a>><br> <<a href=3D"https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-ar= m-2.17.4-pre1-pthread-osx" rel=3D"noreferrer" target=3D"_blank">https://par= i.math.u-bordeaux.fr/pub/pari/mac/snapshots/gp-arm-2.17.4-pre1-pthread-osx<= /a>><br> <br> On behalf of the PARI Group,<br> Bill<br> P.S. the CHANGES<br> <br> Bug numbers refer to the BTS at <a href=3D"http://pari.math.u-bordeaux.fr/B= ugs/" rel=3D"noreferrer" target=3D"_blank">http://pari.math.u-bordeaux.fr/B= ugs/</a><br> <br> =C2=A0[last column crossreferences current development release 2.18.1]<br> Done for version 2.17.4 (released 29/06/2026):<br> =C2=A0 Fixed<br> BA=C2=A0 1- call(printsep, [" "]) -> SEGV=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [F44]<br> =C2=A0 =C2=A0 2- forsubset: handle trivial case of negative cardinalities [= #2652]=C2=A0 =C2=A0[F47]<br> BA=C2=A0 3- ellchangecurve(E).roots could be wrong [#2660]=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0[F48]<br> =C2=A0 =C2=A0 4- charpoly(Mod(x+y,y^2+x+1),y) -> invalid t_POL [#2668]= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [F50]<br> =C2=A0 =C2=A0 5- writebin(file) only saved polynomials variables in file=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [F53]<br> BA=C2=A0 6- lfun(1/3+I*10^19) -> overflow in expo()=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 [F54]<br> BA=C2=A0 7- fflog(a, b, o) was very slow for small o but large fields [#267= 6]=C2=A0 [F55]<br> LGr 8- psi(1+O(x^5)) -> wrong result [#2677]=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 [F56]<br> =C2=A0 =C2=A0 9- zetahurwitz(large s, |x| > 1) is inaccurate (correct ab= solute accuracy<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 but zeta(s,x) is small and relative error is la= rge) [#2673]=C2=A0 =C2=A0 =C2=A0 =C2=A0[F57]<br> BA=C2=A0 10- ellcard(ellinit([ffgen([53,36]),1])) -> wrong result=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [F58]<br> =C2=A0 =C2=A0 11- polcyclofactors(((x^6+x^3+1)*(3*x^3+1))^2) -> oo loop = [#2680]=C2=A0 =C2=A0 =C2=A0[F59]<br> <br> <br> </blockquote></div> --000000000000598e050655230b95-- --000000000000598e060655230b97 Content-Type: text/plain; charset="US-ASCII"; name="Pari-64-2.17.4-session.txt" Content-Disposition: attachment; filename="Pari-64-2.17.4-session.txt" Content-Transfer-Encoding: base64 Content-ID: <f_mquly5vv1> X-Attachment-Id: f_mquly5vv1 ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBHUC9QQVJJIENBTENVTEFUT1Ig VmVyc2lvbiAyLjE3LjQgKHJlbGVhc2VkKQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg YW1kNjQgcnVubmluZyBtaW5ndyAoeDg2LTY0L0dNUC02LjEuMiBrZXJuZWwpIDY0LWJpdCB2ZXJz aW9uDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbXBpbGVkOiBKdW4gMjAg MjAyNiwgZ2NjIHZlcnNpb24gMTQtcG9zaXggKEdDQykNCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIHRocmVhZGluZyBlbmdpbmU6IHNpbmdsZQ0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAocmVhZGxpbmUgbm90IGNvbXBpbGVkIGluLCBl eHRlbmRlZCBoZWxwIGVuYWJsZWQpDQoNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgQ29weXJpZ2h0IChDKSAyMDAwLTIwMjQgVGhlIFBBUkkgR3JvdXANCg0KUEFSSS9H UCBpcyBmcmVlIHNvZnR3YXJlLCBjb3ZlcmVkIGJ5IHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGlj ZW5zZSwgYW5kIGNvbWVzIFdJVEhPVVQgQU5ZIFdBUlJBTlRZIFdIQVRTT0VWRVIuDQoNClR5cGUg PyBmb3IgaGVscCwgXHEgdG8gcXVpdC4NClR5cGUgPzE4IGZvciBob3cgdG8gZ2V0IG1vcmFsIChh bmQgcG9zc2libHkgdGVjaG5pY2FsKSBzdXBwb3J0Lg0KDQpwYXJpc2l6ZSA9IDgwMDAwMDAsIHBy aW1lbGltaXQgPSAxMDQ4NTc2LCBmYWN0b3JsaW1pdCA9IDEwNDg1NzYNCj8gZmFjdG9yKDEwXjQ3 LTEpDQolMSA9DQpbICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAzIDJdDQoN ClsgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMzUxMjE0MDkgMV0NCg0KWzMxNjM2Mjkw ODc2MzQ1ODUyNTAwMTQwNjE1NDAzODcyNjM4MjI3OSAxXQ0KDQo/IGZhY3RvcigxMF42Ny0xKQ0K ICAqKiogICBhdCB0b3AtbGV2ZWw6IGZhY3RvcigxMF42Ny0xKQ0KICAqKiogICAgICAgICAgICAg ICAgIF4tLS0tLS0tLS0tLS0tLS0NCiAgKioqIGZhY3RvcjogdGhlIFBBUkkgc3RhY2sgb3ZlcmZs b3dzICENCiAgY3VycmVudCBzdGFjayBzaXplOiA4MDAwMDAwICg3LjYyOSBNYnl0ZXMpDQogIFto aW50XSBzZXQgJ3BhcmlzaXplbWF4JyB0byBhIG5vbnplcm8gdmFsdWUgaW4geW91ciBHUFJDDQoN CiAgKioqICAgQnJlYWsgbG9vcDogdHlwZSAnYnJlYWsnIHRvIGdvIGJhY2sgdG8gR1AgcHJvbXB0 DQpicmVhaz4gYnJlYWsNCg0KPyBhbGxvY2F0ZW1lbQ0KICAqKiogICBXYXJuaW5nOiBuZXcgc3Rh Y2sgc2l6ZSA9IDE2MDAwMDAwICgxNS4yNTkgTWJ5dGVzKS4NCj8gZmFjdG9yKDEwXjY3LTEpDQol MiA9DQpbICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDMgMl0NCg0KWyAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgNDkzMTIxIDFdDQoNClsgICAgICAgICAg ICAgICAgICAgICA3OTg2MzU5NTc3ODkyNDM0MjA4MyAxXQ0KDQpbMjgyMTMzODA5NDMxNzY2Njcw MDEyNjMxNTM2NjA5OTkxNzcyNDU2NzcgMV0NCg0KPw== --000000000000598e060655230b97 Content-Type: text/plain; charset="US-ASCII"; name="Pari-32-2.17.4-session.txt" Content-Disposition: attachment; filename="Pari-32-2.17.4-session.txt" Content-Transfer-Encoding: base64 Content-ID: <f_mquly5vm0> X-Attachment-Id: f_mquly5vm0 ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBHUC9QQVJJIENBTENVTEFUT1Ig VmVyc2lvbiAyLjE3LjQgKHJlbGVhc2VkKQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IGk2ODYgcnVubmluZyBtaW5ndyAoaXg4Ni9HTVAtNi4wLjAga2VybmVsKSAzMi1iaXQgdmVyc2lv bg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb21waWxlZDogSnVuIDIwIDIw MjYsIGdjYyB2ZXJzaW9uIDE0LXdpbjMyIChHQ0MpDQogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICB0aHJlYWRpbmcgZW5naW5lOiBzaW5nbGUNCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgKHJlYWRsaW5lIG5vdCBjb21waWxlZCBpbiwgZXh0 ZW5kZWQgaGVscCBlbmFibGVkKQ0KDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIENvcHlyaWdodCAoQykgMjAwMC0yMDI0IFRoZSBQQVJJIEdyb3VwDQoNClBBUkkvR1Ag aXMgZnJlZSBzb2Z0d2FyZSwgY292ZXJlZCBieSB0aGUgR05VIEdlbmVyYWwgUHVibGljIExpY2Vu c2UsIGFuZCBjb21lcyBXSVRIT1VUIEFOWSBXQVJSQU5UWSBXSEFUU09FVkVSLg0KDQpUeXBlID8g Zm9yIGhlbHAsIFxxIHRvIHF1aXQuDQpUeXBlID8xOCBmb3IgaG93IHRvIGdldCBtb3JhbCAoYW5k IHBvc3NpYmx5IHRlY2huaWNhbCkgc3VwcG9ydC4NCg0KcGFyaXNpemUgPSA4MDAwMDAwLCBwcmlt ZWxpbWl0ID0gMTA0ODU3NiwgZmFjdG9ybGltaXQgPSAxMDQ4NTc2DQo/IGZhY3RvcigxMF40Ny0x KQ0KJTEgPQ0KWyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMyAyXQ0KDQpb ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDM1MTIxNDA5IDFdDQoNClszMTYzNjI5MDg3 NjM0NTg1MjUwMDE0MDYxNTQwMzg3MjYzODIyNzkgMV0NCg0KPyBmYWN0b3IoMTBeNjctMSkNCiUy ID0NClsgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMyAyXQ0KDQpbICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA0OTMxMjEgMV0NCg0KWyAgICAgICAgICAg ICAgICAgICAgIDc5ODYzNTk1Nzc4OTI0MzQyMDgzIDFdDQoNClsyODIxMzM4MDk0MzE3NjY2NzAw MTI2MzE1MzY2MDk5OTE3NzI0NTY3NyAxXQ0KDQo/DQoNCg== --000000000000598e060655230b97--