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

can't run on mac m2 due to ipc channel dependencies? #267

Open
rjrobben opened this issue Nov 21, 2023 · 0 comments
Open

can't run on mac m2 due to ipc channel dependencies? #267

rjrobben opened this issue Nov 21, 2023 · 0 comments

Comments

@rjrobben
Copy link

rjrobben commented Nov 21, 2023

platform: mac os
chip: apple m2

Cargo.toml:

[dependencies]
turtle = {git = "https://github.com/sunjay/turtle"}

Error encountered:

    Finished dev [unoptimized + debuginfo] target(s) in 0.14s
warning: the following packages contain code that will be rejected by a future version of Rust: svg v0.10.0
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
     Running `target/debug/turtle-geometry`
thread 'tokio-runtime-worker' panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipc-channel-0.15.0/src/platform/macos/mod.rs:531:17:
misaligned pointer dereference: address must be a multiple of 0x8 but is 0x14d4041f9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.

Is this related to servo/ipc-channel#313? seems newer version of ipc-channel addressed this error.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant