Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustic crashes with misaligned pointer dereference: address must be a multiple of 0x8 #1075

Closed
aawsome opened this issue Feb 21, 2024 · 3 comments · Fixed by rustic-rs/rustic_core#169
Labels
A-dependencies Area: Related to updating dependencies C-bug Category: Something isn't working as expected O-macos Operating system: macOS

Comments

@aawsome
Copy link
Member

aawsome commented Feb 21, 2024

[00:00:00] backing up...                  █████████████████████░░░░░░░░░░░░░░░░░░░ 326.07 MiB/592.87 MiB 1.76 GiB/s   (ETA 0s)                                                              The application panicked (crashed).
Message:  misaligned pointer dereference: address must be a multiple of 0x8 but is 0x7fb16201f40d
Location: /Users/kptsky/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/unistd.rs:3794

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
thread caused non-unwinding panic. aborting.
@github-actions github-actions bot added the S-triage Status: Waiting for a maintainer to triage this issue/PR label Feb 21, 2024
@aawsome
Copy link
Member Author

aawsome commented Feb 21, 2024

already fixed upstream: nix-rust/nix#2311

We are waiting for the fix in the nix crate to be published...

@aawsome aawsome added C-bug Category: Something isn't working as expected A-dependencies Area: Related to updating dependencies O-macos Operating system: macOS and removed S-triage Status: Waiting for a maintainer to triage this issue/PR labels Feb 21, 2024
@SteveLauC
Copy link

We are waiting for the fix in the nix crate to be published...

Nix 0.28.0 released

@kapitainsky
Copy link
Contributor

Tested and indeed the issue is gone. Thank you!

aawsome added a commit to rustic-rs/rustic_core that referenced this issue Feb 24, 2024
Due to a memory alignment bug, crashes on macOS happened. This is fixed
by this dependency update.

closes rustic-rs/rustic#1075
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Related to updating dependencies C-bug Category: Something isn't working as expected O-macos Operating system: macOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants