[mapserver-users] POINT layer from simple x, y table: Segmentation fault
Sebastian E. Ovide
sebastian.ovide at gmail.com
Tue Nov 16 02:13:53 PST 2010
Hi All,
I've created a POINT layer:
LAYER
NAME POLICY
TYPE POINT
EXTENT 54225.000000 5800.000000 655625.000000 1220325.000000
STATUS ON
CONNECTIONTYPE OGR
CONNECTION "OCI:la001/la001 at 192.168.60.70/MFUATDB"
DATA "Select match_level, x_coord, y_coord,
SDO_GEOMETRY(2001,27700,SDO_POINT_TYPE(x_coord, y_coord, NULL), NULL, NULL)
as point From policy"
PROJECTION
"init=epsg:27700"
END
CLASS
STYLE
SYMBOL "star"
COLOR 255 0 0
SIZE 10
END
END
END
and this is what I'm getting in apache logs:
OGR: OGROpen(OCI:la001/la001 at 192.168.60.70/MFUATDB/0xa194160) succeeded as
OCI.
OCI: ExecuteSQL(Select match_level, x_coord, y_coord,
SDO_GEOMETRY(2001,27700,SDO_POINT_TYPE(x_coord, y_coord, NULL), NULL, NULL)
as point From policy)
OCI: Prepare(Select match_level, x_coord, y_coord,
SDO_GEOMETRY(2001,27700,SDO_POINT_TYPE(x_coord, y_coord, NULL), NULL, NULL)
as point From policy)
[Tue Nov 16 10:06:31 2010] [error] [client 10.0.1.50] FastCGI: incomplete
headers (0 bytes) received from server "/home/gis/bin/mapserv"
[Tue Nov 16 10:06:31 2010] [warn] FastCGI: (dynamic) server
"/home/gis/bin/mapserv" (pid 1086) terminated due to uncaught signal '11'
(Segmentation fault)
any ideas ?
--
Sebastian E. Ovide
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20101116/d95f301a/attachment.htm>
More information about the MapServer-users
mailing list