mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Bus error trying to extract from image on Raspberry Pi 4 #564
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 @TheRogueArchivist on GitHub (Dec 4, 2020).
Prerequisites
Check and fill as appropriate:
Description
Trying to extract an image on a Raspberry Pi 4 stops because of a bus error.
Exact command line used:
aaru -d fs extract 0.aaruf 0Output of command execution with debug output enabled
Image
468.zip
@claunia commented on GitHub (Jun 2, 2021):
I think bus error was because of a stack overflow caused by an infinite loop fixed in
a39258524cso I'm going to close this, re-open if not so.