Ticket #2489 (closed defect: invalid)
Closing JP2 crashes on Vista
| Reported by: | yanchen | Owned by: | Frank Warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | default | Version: | unspecified |
| Severity: | normal | Keywords: | JP2 VISTA jp2kak |
| Cc: | pgao@…, swoo@…, mloskot |
Description
This only happens on Vista. No problem with Xp.
One way to reproduce it by GDAL Utility:
gdalinfo orbimage.jp2
In the end the problem crashes (gdaldataset.cpp) at function void CPL_STDCALL GDALClose( GDALDatasetH hDS )
delete poDS;
If you debug further, you'll see it crashes (jp2kakdataset.cpp) at function JP2KAKDataset::~JP2KAKDataset()
poInput->close();
Again, the crash only happens on Vista.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

