Bill Allombert on Thu, 09 Jul 2015 23:36:25 +0200


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

Re: gp2c segfault


On Thu, Jul 09, 2015 at 07:36:53PM +0200, Bill Allombert wrote:
> On Thu, Jul 09, 2015 at 03:37:57PM +0200, Jeroen Demeyer wrote:
> > Running gp2c on the code
> > 
> > global(x):small; x=0;
> > 
> > results in a Segmentation Fault. Changing this to
> > 
> > global(x:small); x=0;
> 
> This is a bug I thought I already fixed in 9pl3, but only
> when 'gp2c -g' was used.

This should be fixed in rev 43fdf2f7 of GP2C, along with two
other issues with global().

Cheers,
Bill.