-
Notifications
You must be signed in to change notification settings - Fork 280
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
Segmentation Fault when calling md.compute_dssp #1574
Comments
Thanks for the bug report! A few quick questions (some of which may be easier than others): |
|
Thanks. I think in order to get a backtrace, you'd need to run it inside the debugger. In |
It looks like our OS X CI is running with Clang 10 (which already has problems -- #1572), whereas you have Clang 11. So it's possible that this is the reason we're not seeing these crashes on the CI environment. I don't mean to pour too much work on you (I don't have a recent-ish Mac), but can you confirm whether or not you get the crash when you run the current test suite? |
When I run the current test suite, tests 4-7 passed:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Running Mac OS 10.15.6 and python 3.7 and get a Seg Fault when calling compute_dssp on trajectory data for mdtraj 1.9.4. For reference, when I run this exact same setup and input on Ubuntu 18.04, I don't get the same issue.
Trace of the issue below:
The text was updated successfully, but these errors were encountered: