Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2006 20:10:18 GMT
From:      "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To:        gnome@FreeBSD.org
Subject:   Re: ports/106632: gimp destroys files on fat32 upon opening
Message-ID:  <200612122010.kBCKAIFm013947@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/106632; it has been noted by GNATS.

From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To: bug-followup@FreeBSD.org,  lon_kamikaze@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612122010.kBCKAIFm013947>