linkage-rs / linkage

Desktop typing tutor, written in Rust
80 stars 6 forks source link

Core dump when building #14

Open yuvadm opened 6 months ago

yuvadm commented 6 months ago

Build dumps core due to https://github.com/dfrg/swash/issues/38

$ cargo run
...
thread 'main' panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swash-0.1.6/src/internal/parse.rs:452:13:
misaligned pointer dereference: address must be a multiple of 0x2 but is 0x71dadd505b8f
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
Aborted (core dumped)