On 16.06.2011, at 12:29, Oliver Christen wrote:
> I have a Mapfish project using Shapely 1.2.10
> and my apache error logs are getting cluttered by such error message:
> 
> [Wed Jun 15 15:35:16 2011] [error] Exception exceptions.AttributeError: 
> "'LGEOS16LR' object has no attribute 'GEOSGeom_destroy'" in <bound method 
> MultiLineString.__del__ of <shapely.geometry.multilinestring.MultiLineString 
> object at 0x3c3ef10>> ignored
> 
> does anyone have an idea what is the cause and what I should do to prevent 
> such message?


How do you deploy Mapfish? It is possible during shutdown of the of the 
Python/Mapfish, that LGEOS16LR is already "freed" from memory when the geometry 
is being "freed". In this case it should not be serious.

Sean: We could add a check for GEOSGeom_destroy in the __del__ method, what do 
you think?


Regards,
Oliver
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to