Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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@…, Mateusz Łoskot

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 (1)

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

Download all attachments as: .zip

Change History (4)

by yanchen, 16 years ago

Attachment: Orbimage.jp2 added

jp2 data

comment:1 by yanchen, 16 years ago

Resolution: invalid
Status: newclosed

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

comment:2 by Mateusz Łoskot, 16 years ago

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.

comment:3 by Mateusz Łoskot, 16 years ago

Cc: Mateusz Łoskot added
Note: See TracTickets for help on using tickets.