Skip to content

Segmentation Fault upon importing compiled Cython module #19

@aromanielloNTIA

Description

@aromanielloNTIA

Despite fixing the compile errors I mentioned before, I am still not having success using the Cython API (previous issue: #18)

Since I successfully compiled a .so module, I tried to run the cython_example.py script. This results in a simple but completely uninformative error message:

Segmentation fault (core dumped)

It seems that this error occurs while importing the module (and not when making calls to it after a successful import). As of now, I have no idea what is causing this error or how to fix it. Any input on that would be appreciated.

Thanks

Edit: For more information, I am trying to use the Cython API on Linux (Ubuntu)

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