Opened 6 years ago

Closed 6 years ago

#7157 closed defect (fixed)

DGNv8 driver raises access violation exception on simple open/close

Reported by: chandr24 Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords: DGNv8 Teigha 4.3.1
Cc:

Description (last modified by chandr24)

This code fragment (x64, DGNv8 & Teigha 4.3.1 Static Link) raises exception when calling the function OGR_DS_Destroy():

OGRDataSourceH poDS = OGROpen("3071.dgn", FALSE, NULL); OGR_DS_Destroy(poDS);

Solved. It needs to add OdAllocOp.cpp to the GDAL project.

Change History (4)

comment:1 by chandr24, 6 years ago

Description: modified (diff)

comment:2 by chandr24, 6 years ago

Summary: DGVv8 driver raises access violation exception on simple open/closeDGNv8 driver raises access violation exception on simple open/close

comment:3 by chandr24, 6 years ago

Description: modified (diff)

comment:4 by chandr24, 6 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.