Skip to content

Segmentation fault (core dumped) #1

@JYSquare2

Description

@JYSquare2

Good morning, I was trying to run JitSpMM with the provided toy sample, but it showed the error "Segmentation fault (core dumped)". At first, I wondered if it was because my AMD server was not compatible, so I tried on another server with Intel cpu, but the same error occured. Then, I dig in the code and found the error was from the void function spmm_csr_row_split_dynamic_jit when the generated JIT kernel (fn) is executed and destroyed unsuccessfully (line 205 in RowSplit.hpp).

I suspect your code doesn't allow the threads exit properly before releasing fn, could you please check it from your side? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions