Bill Allombert on Thu, 09 Jul 2015 19:36:56 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: gp2c segfault |
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. Thanks! Bill.