Opened 7 years ago

Last modified 7 years ago

#7157 closed defect

DGNv8 driver raises access violation exception on simple open/close — at Version 3

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);

The exception raises with any other .dgn too (not with 3071.dgn only). If I repeat open/close operation of any other .dgn after first time exception raised - all works fine (no exceptions).

See 3071.dgn https://yadi.sk/d/q7e7hu0F3Pv2yo

Change History (3)

comment:1 by chandr24, 7 years ago

Description: modified (diff)

comment:2 by chandr24, 7 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, 7 years ago

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