You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aPy_buffer
that gets freed before its time. Fixing this properly would require the nanny event to accept a variable number ofSVM
objects and wait on the operation to complete before letting them go.The text was updated successfully, but these errors were encountered: