[postgis-devel] WKB Problems on 64-Bit Linux

Markus Schaber schabi at logix-tt.com
Tue Mar 8 09:25:57 PST 2005


Hi, Strk,

strk at refractions.net schrieb:
> Even simpler. I get a segfault on this:
> 
> 	SELECT 'POINT()'::geometry;
> 
> [ x86_64 GNU/Linux ]

But this has to be a different problem, as it is the text parser and not
the binary parser.

BTW, this seems to work as intended on Itanium and IA32:

jdbc_test=# SELECT 'POINT()'::geometry;
ERROR:  parse error - invalid geometry

Do the parser generators generate the same output on all platforms?
Maybe the x86-32 generated WKT file fails on x86_64 for some odd reasons.

Markus

-- 
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org



More information about the postgis-devel mailing list