Cannot read a >4GB ZIP on x86

Issue #35 closed
Former user created an issue

Originally reported on Google Code with ID 35

The following information might be useful to resolve a problem:

1. steps to reproduce problem

Download MM6_Demo.zip (4555345952 bytes, md5sum: dc6fefaa546358eaffbdbaf6c72e0f76)
from http://www.4players.de/4players.php/download_info/Downloads/Download/57067.html

2. unzip -t archivedFile.zip or attach archived file to bug report (only for small
files)

No errors detected in compressed data of MM6_Demo.zip.

3. grep fuse-zip /var/log/user.log

$ fuse-zip -r -d MM6_Demo.zip mm6
FUSE library version: 2.8.3
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.19
flags=0x0000047b
max_readahead=0x00020000
INIT: 7.12
flags=0x00000011
max_readahead=0x00020000
max_write=0x00020000
unique: 1, success, outsize: 40

Trying to read the root directory:

unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56
getattr /
unique: 2, success, outsize: 120
unique: 3, opcode: GETXATTR (22), nodeid: 1, insize: 65
getxattr / security.selinux 255
unique: 3, error: -95 (Operation not supported), outsize: 16
unique: 4, opcode: GETXATTR (22), nodeid: 1, insize: 72
getxattr / system.posix_acl_access 0
unique: 4, error: -95 (Operation not supported), outsize: 16
unique: 5, opcode: OPENDIR (27), nodeid: 1, insize: 48
opendir flags: 0x98800 /
opendir[0] flags: 0x98800 /
unique: 5, success, outsize: 32
unique: 6, opcode: READDIR (28), nodeid: 1, insize: 80
readdir[0] from 0
unique: 6, success, outsize: 80
unique: 7, opcode: READDIR (28), nodeid: 1, insize: 80
unique: 7, success, outsize: 16
unique: 8, opcode: RELEASEDIR (29), nodeid: 1, insize: 64
releasedir[0] flags: 0x0
unique: 8, success, outsize: 16

4. versions of libfuse, libzip

FUSE library version: 2.8.3
libzip 0.9
fuse-zip 0.2.13

5. uname -a

Linux localhost.localdomain 3.5.3 SMP PREEMPT Wed Aug 22 01:09:46 YEKT 2012 i686 i686
i386 GNU/Linux

Reported by anestling on 2012-09-02 08:31:12

Comments (3)

  1. Former user Account Deleted

    Reported by alexander.galanin on 2013-06-14 08:52:08 - Status changed: Accepted - Labels added: Milestone-0.3

  2. Former user Account Deleted
    Fixed in 0.3.0
    

    Reported by alexander.galanin on 2013-06-29 05:30:53 - Status changed: Fixed

  3. Log in to comment