ImportChangesFiles test segfaults on linux-arm64 and darwin-arm64 #1172
Labels
bug
please confirm resolved
We believe the issue is resolved ! if so, please close the issue, thanks ;-)
Milestone
Detailed Description
When running Aptly's test suite on linux-arm64 or darwin-arm64, a segmentation fault is hit during the ImportChangesFiles test. The trace goes back through goleveldb into snappy. This appears to be related to golang/snappy#62, the suggested fix is to update to snappy 0.0.4 or higher. goleveldb updated to this version of snappy in
v1.0.1-0.20210819022825-2ae1ddf74ef7
(syndtr/goleveldb#365).Possible Implementation
Fixed by updating goleveldb:
Your Environment
darwin-arm64 on an M1 Mac (where else?) and linux-amd64 via Podman Machine on the same host (it's running Fedora Core OS in a VM)
Full output
Output of "go test -v ./deb/ -gocheck.v=true -check.f 'ImportChangesFiles'"
The text was updated successfully, but these errors were encountered: