Actions
Bug #2572
closedMissing file size for big files
Start date:
03/03/2012
Due date:
% Done:
0%
Estimated time:
Description
While using the bin/jsaga-0.9.14/bin/jsaga-ls.sh -l srm://[location]
command for a location with several files of different sizes I get the following output:
-rw-rw-r-- 'user' vo 485 Oct-08-2011 07:45 file1 -rw-rw-r-- 'user' vo 1992294400 Oct-21-2011 11:53 file2 -rw-rw-r-- 'user' vo 104857600 Feb-29-2012 16:20 file3 -rw-rw-r-- 'user' vo 1073741824 Oct-21-2011 08:50 file4 -rw-rw-r-- 'user' vo ? Mar-01-2012 07:58 file5 -rw-rw-r-- 'user' vo 34 Aug-10-2011 10:09 file6 -rw-rw-r-- 'user' vo 104857600 Oct-14-2011 09:57 file7
The file file5
is 2621440000 bytes in size which I can obtain by using the lcg-ls
command. Why isn't this working with jsaga-ls.sh
? Instead we get this strange question mark.
Updated by Schwarz Lionel about 13 years ago
- Status changed from New to Assigned
- Assigned To set to Schwarz Lionel
- Priority changed from Normal to High
really looks like an int/long issue (2GB limit on 32 bits). Will fix this asap.
Thanks
Lionel
Updated by Schwarz Lionel about 13 years ago
- Status changed from Assigned to Resolved
fixed in 0.9.15
Actions