kaist-cp / smr-benchmark

SMR Benchmark: A Microbenchmark Suite for Concurrent Safe Memory Reclamation Schemes
http://cp.kaist.ac.kr/gc
MIT License
36 stars 5 forks source link

assertion failure #14

Closed jeehoonkang closed 5 years ago

jeehoonkang commented 5 years ago

branch: new-pebr-cursor

cargo run --release -- -dlist -t128 -i10 -p1000 -r32
warning: dependency (crossbeam-epoch) specification is ambiguous. Only one of `git` or `path` is allowed. This will be considered an error in future versions
warning: dependency (crossbeam-utils) specification is ambiguous. Only one of `git` or `path` is allowed. This will be considered an error in future versions
    Finished release [optimized + debuginfo] target(s) in 0.03s
     Running `target/release/pebr-benchmark -dlist -t128 -i10 -p1000 -r32`
128 threads, List
prefilled
thread '<unnamed>' panicked at 'assertion failed: `(left == right)`
  left: `64`,
 right: `0`: unaligned pointer', /home/jeehoonkang/.cargo/git/checkouts/crossbeam-e11b8ee6b2951823/b055ac5/crossbeam-epoch/src/tag.rs:6:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[1]    17323 segmentation fault (core dumped)  cargo run --release -- -dlist -t128 -i10 -p1000 -r32