Skip to content

Lifetime of SVM wrapper objects shouldn't matter #378

@inducer

Description

@inducer

It currently does, cf. the crashes observed for #377.

As far as I can tell, the problem with this style of SVM usage is that the SVM object holds on to a Py_buffer that gets freed before its time. Fixing this properly would require the nanny event to accept a variable number of SVM objects and wait on the operation to complete before letting them go.

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