[postgis-devel] more fun on Ultrasparc, unfortunately...
Alex Mayrhofer
axelm-postgis at nona.net
Tue Nov 29 11:15:03 PST 2005
I'm running into more problems on Ultrasparc/Linux:
terrasketch=# select transform(geomfromewkt('SRID=4326;LINESTRING(1 1, 2
2)'), 32633);
Program received signal SIGABRT, Aborted.
0x703d7164 in kill () from /lib/libc.so.6
(gdb) bt
#0 0x703d7164 in kill () from /lib/libc.so.6
#1 0x703d6e34 in raise () from /lib/libc.so.6
#2 0x703d82e8 in abort () from /lib/libc.so.6
#3 0x0023768c in ExceptionalCondition ()
#4 0x00251898 in pfree ()
#5 0x72333548 in lwfree (mem=0x3ea388) at liblwgeom.c:142
#6 0x723254b0 in lwgeom_release (lwgeom=0x3ea1b0) at lwgeom.c:278
#7 0x723489d4 in transform_geom (fcinfo=0x3ea2d0) at lwgeom_transform.c:335
#8 0x0011cfd4 in ExecMakeFunctionResult ()
...
(gdb) frame 6
#6 0x723254b0 in lwgeom_release (lwgeom=0x3ea1b0) at lwgeom.c:278
278 in lwgeom.c
(gdb) print col->ngeoms
$3 = -2067174921
(gdb) whatis lwgeom
type = LWGEOM *
(gdb) whatis col
type = LWCOLLECTION *
(gdb)
This is 1.0.5 (haven't tried with 1.0.6 candidate) together with PostgreSQL
8.1.0.
I regret that i can't provide a patch - sorry - but i can provide any
information from the debugger and will test potential fixes.
cheers
alex
More information about the postgis-devel
mailing list