-
Notifications
You must be signed in to change notification settings - Fork 21
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
segfault at exit when an exception exited stage_version context #250
Labels
question
Further information is requested
Comments
(internal ticket: https://desflow.nyc.deshaw.com/q/PyInf/10233) |
Here's the stack trace:
|
I'm working on this now, but can't seem to reproduce the issue. Do you know of a substitute module for I'm also curious whether the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I remove the 'import some_deshaw_module' or use python instead of ipython, then it doesn't reproduce the segfault.
I suspect whether the segfault happens depends on specifics of memory layout, so even if we get a reproducer without some_deshaw_module it might still not segfault on a different computer. I've seen similar cases where even the length of the contents of $PATH affected whether code segfaulted.
Before we do more work on making a more self-contained reproducer, are you able to see what the problem could be based on inspecting the code?
The text was updated successfully, but these errors were encountered: