Skip to content

Problem: segmentation fault #12

@feldroop

Description

@feldroop

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions