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
I have quite little info yet, but in the tests we have in the project orekit the new 1.5.2 is throwing a SIGSEV at the end of tests while it works with 1.5.1, 1.5.0.
It comes at the very end after tests are (successfully) concluded, so I guess it has to do with the shutdown of the JVM.
It happens when pytest itself discovers the tests, if i run them one by one it does not appear.
I can reproduce this outside the CI by running "uv run python3 -m pytest" in the test dir.
Sorry for the fragmented information but in case it gives some hints it would be good.
The text was updated successfully, but these errors were encountered:
petrushy
changed the title
SIGSEGV at end thrown in v1.5.2 but not in previous
SIGSEGV at end thrown in v1.5.2 but not in previous version
Feb 10, 2025
Hi,
I have quite little info yet, but in the tests we have in the project orekit the new 1.5.2 is throwing a SIGSEV at the end of tests while it works with 1.5.1, 1.5.0.
It comes at the very end after tests are (successfully) concluded, so I guess it has to do with the shutdown of the JVM.
It happens when pytest itself discovers the tests, if i run them one by one it does not appear.
The MR for orekit is at https://gitlab.orekit.org/orekit/orekit_jpype/-/merge_requests/26
I can reproduce this outside the CI by running "uv run python3 -m pytest" in the test dir.
Sorry for the fragmented information but in case it gives some hints it would be good.
The text was updated successfully, but these errors were encountered: