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're trying to install pyspoa with GCC 12.2.0, on top of Python 3.10.8, with pybind11 and spoa 4.0.7, and we're seeing a hard crash when running test_pyspoa:
I figured it was maybe due to a lack of memory, but that seems unlikely since I'm seeing the same problem on a system that has 250GB of RAM available...
When running through GDB, I get the following stack trace, maybe this helps:
We're trying to install
pyspoa
with GCC 12.2.0, on top of Python 3.10.8, with pybind11 and spoa 4.0.7, and we're seeing a hard crash when runningtest_pyspoa
:I figured it was maybe due to a lack of memory, but that seems unlikely since I'm seeing the same problem on a system that has 250GB of RAM available...
When running through GDB, I get the following stack trace, maybe this helps:
Could this be a problem in pyspoa itself, or do we need to look elsewhere for a bug (in
spoa
perhaps)?The text was updated successfully, but these errors were encountered: