[postgis-devel] lwg wkt parser kills postgres

David Blasby dblasby at refractions.net
Mon Jun 7 16:15:46 PDT 2004


Carl Anderson wrote:

> On 06/07/2004 05:28:01 PM, David Blasby wrote:
> 
>> strk wrote:
>>
>>> bison-1.33 and bison-1.32
>>> Both keep killing the backend.
>>>
>>> test=# select 'POINT()'::lwgeom::geometry;
>>> server closed the connection unexpectedly
>>>
>>> What about flex Dave ?
>>
>>
>> $ flex --version
>> flex version 2.5.4
> 
> 
> this patch will give a hint
> with it all regression tests complete correctly for me.


Looks like your lex/yacc were giving you an extra error() function that 
was being incorrectly called instead of the "real" one.


dave



More information about the postgis-devel mailing list