GEOSGeometry function dies with error pure virtual method called message

2018-08-02 Thread Saurabh Khanduja
Hi, This is the piece of code I am working with:- poly = GEOSGeometry('Polygon((-951499 -1276279, ' '-951498 -1276279, ' '-951498 -1276278, ' '-951499 -1276278,' '-951499 -1276279))', srid=5514).transform(4326) On debugging, the file geometry.py it crashes on line 475:- capi.destroy_geom(se

Re: GEOSGeometry function dies with error pure virtual method called message

2018-08-02 Thread Saurabh Khanduja
re what you mean by "On debugging". Is that the complete code > snippet to reproduce the issue? I don't see a crash on my system. Which > Django version? > > On Thursday, August 2, 2018 at 8:29:51 AM UTC-4, Saurabh Khanduja wrote: >> >> Hi, >>

Re: GEOSGeometry function dies with error pure virtual method called message

2018-08-04 Thread Saurabh Khanduja
f you need any further details, I can provide then. On Friday, 3 August 2018 15:45:23 UTC+2, Tim Graham wrote: > > The code you gave doesn't crash on my system, even with Django 2.0.x. Can > you give a complete traceback? > > On Thursday, August 2, 2018 at 12:15:52 PM UTC-4, Sau