-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Collection of segfaults in CPython master #22718
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
Labels
Duplicate Report
Duplicate issue or pull request
Comments
ujson related segfault code import pandas._libs.json as ujson
import numpy as np
ujson.encode(np.array(1)) stacktrace
Thanks |
3 tasks
Let's just keep in one issue and use checkboxes to take not of what problems exist / problems are being made. I've edited your other post to get that started - closing this one for now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have reported #22714 but as I ran the test suite I can still see more segfaults. I am opening this to collect all of them since I don't know how to name the issue for every segfault since I don't know the proper reason. Kindly let me know if I need to use separate issues. I am using master branch of Pandas for testing against CPython master branch which will be released as Python 3.8
segfault code
stacktrace
Thanks
The text was updated successfully, but these errors were encountered: