Bill Allombert on Fri, 03 Jul 2009 18:31:45 +0200


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

Re: Some bugs?


On Fri, Jul 03, 2009 at 04:05:37PM +0100, Jason Moxham wrote:
> The test "program" fails on cygwin32/pari-svn static only with
>
> $ cat Ocygwin-i686/program-sta.dif
> *** ../src/test/32/program      Fri Jul  3 00:21:58 2009
> --- gp.out      Fri Jul  3 15:55:55 2009
> ***************
> *** 131,139 ****
>  400 1.632424285532931448171405619
>  ? install(addii,GG)
>  ? addii(1,2)
> ! 3
>  ? kill(addii)
>  ? getheap
> ! [26, 3338]
>  ? print("Total time spent: ",gettime);
> ! Total time spent: 40
> --- 131,141 ----
>  400 1.632424285532931448171405619
>  ? install(addii,GG)
>  ? addii(1,2)
> !   ***   at top-level: addii(1,2)
> !   ***                 ^----------
> !   *** addii: bug in PARI/GP (Segmentation Fault), please report
>  ? kill(addii)
>  ? getheap
> ! [25, 3331]
>  ? print("Total time spent: ",gettime);
> ! Total time spent: 0
>
> I assume that explains aurifeuille failing on static only.

Yes, this is bug #828. If you have any idea how to fix it, please tell us.

Cheers,
Bill.