Ticket #3164 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

XPlane driver causes fatal memory allocation in ogrinfo/ogr2ogr

Reported by: rouault Owned by: rouault
Priority: normal Milestone: 1.6.3
Component: OGR_SF Version: unspecified
Severity: normal Keywords:
Cc:

Description

OGRXPlaneLayer::RegisterFeature?() currently does a realloc of an array that holds features for every feature added. On WIN32 (at least), such frequent realloc cause the process to exhaust its virtual memory space, although the total memory is not that big.

Change History

Changed 4 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed

Fixed in trunk (r17746) and in branches/1.6 (r17747)

Note: See TracTickets for help on using tickets.