After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314691 - gnomevfs-ls can't deal with >4GB sizes
gnomevfs-ls can't deal with >4GB sizes
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: file
2.10.x
Other Linux
: Normal major
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-28 10:37 UTC by Loïc Minier
Modified: 2005-11-16 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix it baby! (1.74 KB, patch)
2005-11-16 16:15 UTC, Christian Kellner
committed Details | Review

Description Loïc Minier 2005-08-28 10:37:50 UTC
Hi,

Benoit Hamet reported in Debian bug http://bugs.debian.org/325383 that
gnomevfs-ls can't deal with big files:
update.img              (Regular, application/octet-stream)     size            
-161071104 mode 0644

I confirm his bug with 2.10:
hda2            (Regular, application/octet-stream)     size -67175424  mode 0600

(this is a real file, not the device)
ls -l hda2:
-rw-------  1 lool lool 29997595648 2005-08-02 22:11 hda2

He says this causes issues with programs relying on gnomevfs.

Bye,
Comment 1 Christian Kellner 2005-11-16 16:15:55 UTC
Created attachment 54829 [details] [review]
Fix it baby!
Comment 2 Christian Kellner 2005-11-16 16:18:04 UTC
Patch commited on HEAD. I attached the patch here, packagers might find it handy.