#7504 closed bug (not reproducible)
[ext2] crashes in DataStream while trying to bunzip on a full partition
Reported by: | diver | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | File Systems/ext2 | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev41457, gcc4hybrid in VirtualBox.
Mounting 54Mb ext2 partition (one of the partitions of a NAS firmware image) in rw mode and trying to "bzip -d rootfs2.bz" on a full volume results in a crash. Reproducible.
I can upload this partition to somewhere if needed.
Attachments (5)
Change History (12)
by , 14 years ago
Attachment: | kdl_ext2_3.png added |
---|
by , 14 years ago
Attachment: | kdl_ext2.png added |
---|
by , 14 years ago
Attachment: | kdl_on_boot_in_vbox.png added |
---|
comment:1 by , 14 years ago
by , 14 years ago
Attachment: | kdl_ext2.2.png added |
---|
by , 14 years ago
Attachment: | kdl_ext2_2.png added |
---|
comment:2 by , 14 years ago
I would need to download the partition. If you could put it somewhere on dl.free.fr for instance, that would definitely help. Also you meant bzip2 and not bzip, right?
comment:3 by , 14 years ago
Here you are: http://dl.free.fr/bCZWTY24P/sdx.zip mirror
Yes, it was bzip2. Also I converted raw hard drive image to vbox format via
VBoxManage convertfromraw -format VDI sdx sdx.vdi
I'm curious, is it possible to attach hard drive image in haiku itself, or mount one of it's partitions by offset (e.g. mount -w -o loop,ro,offset=1048576 sdx /mnt)?
parted sdx_raw.img print Model: (file) Disk /home/diver/sdx_raw.img: 128MB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 16.4kB 1049kB 1032kB primary ext2 2 1049kB 57.7MB 56.6MB primary ext2 3 57.7MB 114MB 56.6MB primary ext2 4 114MB 128MB 13.8MB extended 5 114MB 120MB 5358kB logical ext2 6 120MB 128MB 8372kB logical ext2
comment:6 by , 5 years ago
Resolution: | → not reproducible |
---|---|
Status: | new → closed |
comment:7 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
kdl_on_boot_in_vbox.png is unrelated.