Ticket #2428 (closed defect: fixed)
shapefile crash on huge polygon
| Reported by: | richengel | Owned by: | rouault |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.4 |
| Component: | OGR_SF | Version: | 1.5.1 |
| Severity: | normal | Keywords: | shape |
| Cc: |
Description
Attempting to read shapefile crashes in OGRGeometryFactory::organizePolygons for a particular shapefile. The shapefile has 1 polygon with 2514199 vertices and 43688 parts, according to shpdump. Get SIGABRT from new[] on line #806 in ogrgeometryfactory.cpp. Here i = 23246, so it apparently exhausted available memory in building the relations table. Testing done with a 32 bit version.
Change History
Note: See
TracTickets for help on using
tickets.
