Re: [mapserver-users] Expression segmentation fault

2013-09-06 Thread thomas bonfort
Frank, can you try without including the hstore tags in your select? -- thomas On Thu, Sep 5, 2013 at 3:49 PM, Frank Broniewski b...@metrico.lu wrote: Ok, this is weird. It is, as I know now, data source related. I was poking in the layer configuration to find out why the core dump happens.

Re: [mapserver-users] Expression segmentation fault

2013-09-06 Thread Frank Broniewski
Sorry, but it's not that simple :-(: My current layer configuration: I will write a PostGIS query and see what differences turn up between the line and polygon tables and if it is really the geometry as Jukka Rahkonen and Steve W suggest ... Layer Connection host=10.0.0.2 dbname=osm

Re: [mapserver-users] Expression segmentation fault

2013-09-06 Thread Frank Broniewski
Ok, so I did a little bit of geometry testing. Don't know why that should cause an expression crash, but well ... here's the query I ran on planet_osm_line and planet_osm_polygon in PostGIS: select osm_id, boundary, admin_level, tags, st_isvalid(way) as isvalid, st_isvalidreason(way) as

Re: [mapserver-users] Expression segmentation fault

2013-09-06 Thread thomas bonfort
Does this feature in particular crash mapserver? On Fri, Sep 6, 2013 at 2:20 PM, Frank Broniewski b...@metrico.lu wrote: Ok, so I did a little bit of geometry testing. Don't know why that should cause an expression crash, but well ... here's the query I ran on planet_osm_line and

Re: [mapserver-users] Expression segmentation fault

2013-09-06 Thread Frank Broniewski
No, it doesn't. Tried right now the mapfile on my desktop machine (ubuntu) and it crashes here also (same error msg, more or less): Segfault happened at: 0x7fb2bb94895c yylex+764: mov (%rax,%rdx,8),%rdi PC (0x7fb2bb94895c) ok source (%rax,%rdx,8) (0x) not located in a known VMA region

Re: [mapserver-users] Expression segmentation fault

2013-09-06 Thread Frank Broniewski
Ok, maybe it does it when called in a resultset? I ran the mapfile with -all_debug 5 and the last two msPostGISLayerNextShape calls (without the geometry) are below: msPostGISLayerNextShape called. msPostGISReadShape called. msPostGISReadShape: PQgetlength = 0 msPostGISReadShape:

[mapserver-users] MapServer 6.4 Release Candidate released

2013-09-06 Thread thomas bonfort
The MapServer Team is pleased to announce the release of MapServer 6.4.0 RC1. This is a release candiate for the 6.4 release, and contains only minor fixes compared to beta2. We currently have no blocking issues, so depending on this feedback phase our next release will hopefully be a final

Re: [mapserver-users] Expression segmentation fault

2013-09-06 Thread thomas bonfort
Frank, I'm able to reproduce this with a geometrycollection empty. What's strange is I was obliged to force postgis to return the feature, as the bounding box where clause was filtering it out and it was therefore never returned to mapserver. I'll come up with a patch soon, would you mind opening

Re: [mapserver-users] Expression segmentation fault

2013-09-06 Thread thomas bonfort
and here is a patch for mappostgis.c. it will apply cleanly to master, you may have to massage it a bit for 6.2 but that should be simple: diff --git a/mappostgis.c b/mappostgis.c index 0631b79..de90766 100644 --- a/mappostgis.c +++ b/mappostgis.c @@ -586,9 +586,9 @@

[mapserver-users] New ScribeUI 0.3 Release

2013-09-06 Thread Jessica Lapointe
Hi List, ScribeUI is a tool meant to help the editing and management of mapfiles, supporting Scribe and Standard mapfile syntax. I am currently developing this tool as a Google Summer of Code project. The Google Summer of Code ending very soon, the goal of this new release is bugfixes, and the

[mapserver-users] mapserver minimum installation

2013-09-06 Thread John Smith
what does installing mapserver mean (on windows, so no apt-get)? i don't mean also installing server, database or language. not even mapcache if that's possible. no optional libraries either and no changing environment variables. just plain vanilla mapserver. does it mean simply dropping

[mapserver-users] using MASK in context of WCS 1.0.0 GetCoverage

2013-09-06 Thread Peter Freimuth
Hi, i try to use a MASK layer to clip a WCS layer (5 bands a 16bit) in a GetCoverage request. It works fine when i use it in context of WMS GetMap requests. But the GetCoverage requests just ignores the MASK and i get my result unclipped. I would expect that the requested Geotiff contains

Re: [mapserver-users] [mapserver-dev] New ScribeUI 0.3 Release

2013-09-06 Thread Umberto Nicoletti
Jessica, would you mind sharing some screenshots? On Sep 6, 2013 10:31 PM, Jessica Lapointe jlapoi...@mapgears.com wrote: Hi List, ScribeUI is a tool meant to help the editing and management of mapfiles, supporting Scribe and Standard mapfile syntax. I am currently developing this tool as a