Opened 11 years ago

Last modified 11 years ago

#5181 closed defect

In Python, calls on a Point geometry cause crash — at Version 1

Reported by: lakshmanok Owned by: hobu
Priority: normal Milestone:
Component: PythonBindings Version: 1.10.0
Severity: major Keywords:
Cc:

Description (last modified by lakshmanok)

In Python, calls on a Point geometry cause the interpreter to crash. The Windows error reads "calls on a pure virtual function".

I have attached a bare-bones Python script that will cause the crash. The shapefile that I was using is attached, but the bug is not limited to this shapefile. I believe that the crash happens on any shapefile that contains Points. I was able to reproduce the bug on the point shapefile available at: http://invisibleroads.com/tutorials/_downloads/gdal-shapefile-points.zip

thanks Lak

Change History (3)

by lakshmanok, 11 years ago

Attachment: IsleOfWright.zip added

Example shapefile with Points that illustrates the bug

by lakshmanok, 11 years ago

Attachment: point_geometry_crash.py added

comment:1 by lakshmanok, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.