-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when running the test suite with Python 3.10 #210
Comments
Or there is this backtrace ... not exactly the same: |
I have similar one under valgrind:
it appears this is due to where I'm obviously not understanding things, but this is not doing a deep-copy, just copying the pointer. what exactly is supposed to keep the reference alive? shouldn't this be copied and freed then in |
Isn't it just that |
I don't see how it can be uninitialized, it is unconditionally initialized in the constructing function? |
|
Debugging this problem I've found that the problem is when trying to access
I've also detected that this problem doesn't happen to me if I run just the |
Looks like the problem is with |
https://build.opensuse.org/request/show/1043746 by user dgarcia + dimstar_suse - Run tests with -n1 to avoid race condition in tests gh#xmlsec/python-xmlsec#210
When running the test suite, it fails with this backtrace:
https://gist.github.com/mcepl/43ada31674951bdbd62d8d560575a9f1
This is complete build log describing all packages used and steps taken to reproduce the problem (unfortunately, I had to collect backtrace outside of the build environment).
It is probably blocking #204
The text was updated successfully, but these errors were encountered: