Changes between Initial Version and Version 3 of Ticket #981


Ignore:
Timestamp:
Apr 4, 2007, 8:29:37 PM (17 years ago)
Author:
warmerdam
Comment:

Closing for lack of feedback. I suspect reproducing this might depend on the particulars of how the file is corrupt, and therefore at one point things fail.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #981

    • Property Priority highnormal
    • Property Status assignedclosed
    • Property Resolutionworksforme
  • Ticket #981 – Description

    initial v3  
    1 {{{
     1
    22Hi,
    33
    44First, thank you for creating such a great library.
    55
    6 I tried loading a tiff file which was unfortunately corrupted. The function
    7 rightfully returns a NULL GDALDatasetH. However, when I try to rename or remove
    8 the corrupted file in my program, it is locked. I tried removing it using
    9 Windows Explorer while the program is still running but that doesn't work too.
    10 However it works when the program exits.
     6I tried loading a tiff file which was unfortunately corrupted. The function rightfully returns a NULL GDALDatasetH. However, when I try to rename or remove the corrupted file in my program, it is locked. I tried removing it using Windows Explorer while the program is still running but that doesn't work too.  However it works when the program exits.
    117
    128I can't provide you with the file because it is very huge (~700MB).
    139
    14 It might be a problem with the function failing to close the handle properly. I
    15 would appreciate it if you could look into the problem. Thanks.
     10It might be a problem with the function failing to close the handle properly. I would appreciate it if you could look into the problem. Thanks.
    1611
    1712Warmest Regards.