I cannot give more informations because I don't have a debug environment
right now.
We're using QgsServer in a Python server app.

The basic use is:

server = QgsServer()
headers, body = server.handleRequest(q.urlencode())

We are facing this problem with GetLegendGraphic requests, we haven't
tested with GetMap or other request types.

it works fine with single requests but when multiple requests arrive it
crashes with segmentation fault.
Could it be a thread safety issue?

IMPORTANT: this happens only if we use QgsServer. Proxied calls to
qgis_mapserv.fcgi work fine.

giovanni

-- 
Giovanni Allegri
http://about.me/giovanniallegri
Gis3W - http://gis3w.it
Ikare - http://ikare.it
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to