aaru-dps / Aaru

Aaru Data Preservation Suite
Other
493 stars 35 forks source link

[ISO9660] Extracting files with extended attributes randomly hangs. #835

Open claunia opened 8 months ago

claunia commented 8 months ago

Version

Development commit

Commit hash

4825d414604fe30e23ceabc169be94f1b0dcd781

Tested debug version?

Which operating systems have you used?

What is the architectural bit size you're using?

What processor are you using?

Image format

Raw image format

Application that created the image

dd

What were you doing when it failed?

Destination image format

-

Filesystem

ISO9660

Description

Extracting files with extended attributes ended in hangs, possibly due to some infinite loops at execution kept starting and ending threads.

Exact command line used

aaru fs extract -x pcm15.iso foo

Expected behavior

File extracted correctly.

Actual behavior

Aaru stopped in a random file (different one between runs, changes), but kept executing cycles and starting and ending threads.

Output of command execution with debug output enabled

Not relevant.

Affected image

Sha512: b74ca73cc6744b2e650d2585dfc80167c7afafbff71a9bcc4a6750f0f2d40e19106921f85db683b0980f1fd20c5d29243a58a677c1bd57a48e6b16aa228d37ec

claunia commented 8 months ago

[ISO9660] Extracting files with extended attributes randomly hangs.