mmm, the project on the productions servers is very rarely deployed/updated, maybe once or twice a week at best, but the error message occur several thousand time per day, just today I already have 1001 lines in the log of one server.
but, we have configured pylons to run as wsgi in daemon mode, which means lots of subprocess started and stopped all the time, could this be the problem ? best regards Oliver On Thu, Jun 16, 2011 at 2:08 PM, Oliver Tonnhofer <[email protected]> wrote: > 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 > _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
