Ticket #3713 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Core Dump from Format=KML/Z with Oracle Spatial layers

Reported by: msmitherdc Owned by: aboudreault
Priority: normal Milestone: 6.0 release
Component: Output-KML Version: svn-trunk (development)
Severity: major Keywords: kml, oracle
Cc:

Description

See  http://pastebin.com/jauGUDxg

it sounds like a null value in the items list. Layer works correctly from shapefile. Only errors with Oracle layer.

Layer definition  http://pastebin.com/SX1jEbcu

Change History

Changed 2 years ago by msmitherdc

The issue only occurs when blobs are present. Lines 3165 - 3188 remove blobs from the list. It appears the number of items is not being properly set when the blobs are removed from the items list and this is throwing an error in the KmlRenderer::createDescriptionNode, bufferSize = strlen(currentLayer->items[i]) + 3.

Changed 2 years ago by aboudreault

  • owner changed from assefa, aboudreault to aboudreault
  • status changed from new to assigned

Changed 2 years ago by aboudreault

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

Fixed and committed in r11117.

Note: See TracTickets for help on using tickets.