Ticket #2489 (closed defect: invalid)

Opened 5 years ago

Last modified 5 years ago

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

Orbimage.jp2 Download (100.2 KB) - added by yanchen 5 years ago.
jp2 data

Change History

Changed 5 years ago by yanchen

jp2 data

Changed 5 years ago by yanchen

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

The problem is not in GDAL. So I marked the ticket as invalid.

Changed 5 years ago by mloskot

  • keywords jp2kak added

If I may, I'd like to ask you to specify what was the problem on Windows Vista? For us, it is quite important to know, so we can identify similar reports easier in future. Thank you in advance.

Changed 5 years ago by mloskot

  • cc pgao@…, swoo@…, mloskot added; pgao@… removed
Note: See TracTickets for help on using tickets.