ports/106632: gimp destroys files on fat32 upon opening

[LoN]Kamikaze LoN_Kamikaze at gmx.de
Tue Dec 12 12:22:06 PST 2006


The following reply was made to PR ports/106632; it has been noted by GNATS.

From: "[LoN]Kamikaze" <LoN_Kamikaze at gmx.de>
To: bug-followup at FreeBSD.org,  lon_kamikaze at gmx.de
Cc:  
Subject: Re: ports/106632: gimp destroys files on fat32 upon opening
Date: Tue, 12 Dec 2006 20:39:12 +0100

 Actually it has to be a fat32 bug, because gimp operates entirely in read only mode.
 It's also supplied bogus information by the OS. Just look at the file size.
 
 # grep -n stage4.xcf trace-original
 88492:stat("/mnt/msdos/vault/graphics/space/starfield01/stage4.xcf", {st_mode=0624, st_size=667297867660179424, ...}) = 0
 88494:stat("/mnt/msdos/vault/graphics/space/starfield01/stage4.xcf", {st_mode=0624, st_size=667297867660179424, ...}) = 0
 88952:open("/mnt/msdos/vault/graphics/space/starfield01/stage4.xcf", O_RDONLY) = 5
 88956:access("/mnt/msdos/vault/graphics/space/starfield01/stage4.xcf", F_OK) = 0
 88957:stat("/mnt/msdos/vault/graphics/space/starfield01/stage4.xcf", {st_mode=0, st_size=0, ...}) = 0
 88958:access("/mnt/msdos/vault/graphics/space/starfield01/stage4.xcf", R_OK) = 0
 88985:open("/mnt/msdos/vault/graphics/space/starfield01/stage4.xcf", O_RDONLY) = 5


More information about the freebsd-gnome mailing list