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
We have a user running a custom PyFi extension that is segfaulting. I'm able to reproduce this on my OSX laptop with Catalina. It does not seem to occur on lower versions of OSX or any other OS.
The segfault occurs when the method in the C++ kernel file is called from within the PyMOD file. However, error output is showing that the crash occurs on another thread.
The text was updated successfully, but these errors were encountered:
We have a user running a custom PyFi extension that is segfaulting. I'm able to reproduce this on my OSX laptop with Catalina. It does not seem to occur on lower versions of OSX or any other OS.
The segfault occurs when the method in the C++ kernel file is called from within the PyMOD file. However, error output is showing that the crash occurs on another thread.
The text was updated successfully, but these errors were encountered: