Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fish on large files number #3612

Closed
mc-butler opened this issue Mar 14, 2016 · 3 comments
Closed

fish on large files number #3612

mc-butler opened this issue Mar 14, 2016 · 3 comments
Labels
area: vfs Virtual File System support prio: low Minor problem or easily worked around res: worksforme The bug reported in the ticket cannot be reproduced

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/3612
Reporter gregoryfenton (midnight-commander.org@….co.uk)

What version of Midnight Commander is used?
$ mc -V
GNU Midnight Commander 4.8.13
Built with GLib 2.43.1
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ext2undelfs, ftpfs, sftpfs, fish
Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;

What steps will reproduce the problem?

Transfer a file larger than 4 gigabytes
What is the expected output?
fish: storing file: x/y
What do you see instead?
fish: storing file: -z/y
Where x is current position of transfer, y is file size, z is 32 bit signed version of position

The issue is that the first parameter (z) is displayed in 32 bit signed and it should ideally be 64 bit unsigned, or at the very least the same as (y)

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 14, 2016 at 14:05 UTC (comment 1)

  • Component changed from mc-core to mc-vfs
  • Version changed from version not selected to master

@mc-butler
Copy link
Author

Changed by and on Mar 15, 2016 at 8:39 UTC (comment 2)

Mhh,
not reproducible with mc 4.8.16 (copy 5GB file local -> remote fish shell)

@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Mar 15, 2016 at 19:28 UTC (comment 3)

  • Status changed from new to closed
  • Resolution set to worksforme
  • Milestone Future Releases deleted

This was fixed long ago [2476f28] which went into 4.8.7, it's not possible that this is happening on 4.8.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: vfs Virtual File System support prio: low Minor problem or easily worked around res: worksforme The bug reported in the ticket cannot be reproduced
Development

No branches or pull requests

1 participant