#7764: [gis] Segfault on django.contrib.gis.geos.prototypes.errcheck.check_string -------------------------------------+-------------------------------------- Reporter: santiago_aguiar | Owner: nobody Status: new | Milestone: Component: GIS | Version: SVN Keywords: segfault geos string_at | Stage: Unreviewed Has_patch: 1 | -------------------------------------+-------------------------------------- Running GeoDjango gets me a segmentation fault on django.contrib.gis.geos.prototypes.errcheck:49 when doing string_at(result).
Following guidelines from http://trac.gispython.org/projects/PCL/ticket/129, I applied the attached patch and the problem disappeared. I'm not familiar enough with GEOS to know if the change should perform what is needed from string_from_geom. In case it is, additional changes should be performed to avoid using string_at. Version: CentOS 5.2 django_gis: r7928 postgis: 1.3.2 geos: 3.0.0 Running under apache + mod_python -- Ticket URL: <http://code.djangoproject.com/ticket/7764> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
