mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Crash when hashing multi-session disc (MilCD) #372
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FakeShemp on GitHub (Mar 16, 2020).
Prerequisites
Check and fill as appropriate:
Description
Aaru crashes when hashing the image created after dumping a multi-session CD.
Exact command line used:
./aaru m dump --first-pregap --persistent /dev/sr0 WindWater.aarufExpected behavior:
Disc to dump without errors
Actual behavior:
Disc dumped all right, but Aaru crashes when hashing.
If command was expected to work with a device fill this out:
Output of command execution
@TheRogueArchivist commented on GitHub (Mar 25, 2020):
Can confirm that it crashes for me too when hashing the last track of a normal multi session CD. Output from the command window, I didn't expect it to crash so I didn't run with debug.
@TheRogueArchivist commented on GitHub (Mar 25, 2020):
It also crashes when verifying or converting the disc image too, here's the debug log from verifying, and the error message for converting seems to be the same as well.
@claunia commented on GitHub (Apr 25, 2020):
Corrupt images generation fixed in
8852be3ccf.