Absolutely, we'd be happy to test a patch. I have some additional info (which you probably already know at this point but I'll pass it along just in case). I started looking into the WMS GetFeatureInfo request failure that Michelle was reporting in her post and found that ultimately it was the exact same problem.
In that case, mapquery.c's msQueryByPoint makes an msLayerClose call on a layer that is not open (line 1535). Again, it ultimately gets down to the msSDELayerFreeItemInfo function where the layer->layerinfo is null, so sde->basedefs causes a segmentation fault. So, somewhere, there just needs to be a check that stops the attempt to free memory if the memory is not allocated at that time. Anyway, I'll send you an email directly to give you my coordinates and we'll arrange to try the patch. Cheers, jtm -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Can-t-WFS-getFeature-w-MapServer-6-0-1-tp6600286p6608020.html Sent from the Mapserver - User mailing list archive at Nabble.com. _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
