-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello, I am currently working on a thorough benchmark for Rust FM-Indices. I am including the library AWRY, which uses sufr to construct the suffix array. I got a segmentation fault when running the benchmark and traced it down to sufr functions. I believe the unsafety happens in the slice_to_u8_vec function. I am running the benchmark on a machine that supports avx 512 with rustflags = ["-C", "target-cpu=native"]. The whole error message was:
Exception has occurred: Signal
signal SIGSEGV: address not mapped to object (fault address: 0x7fffc3495000)
The benchmark is still fluid work inprogess, but you can find it here, if you want to attempt reproducing the issue.

Metadata
Metadata
Assignees
Labels
No labels