-
Notifications
You must be signed in to change notification settings - Fork 673
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
select_atoms("around 0.0 protein") produces segmentation fault. #2656
Labels
Comments
I can reproduce the segfault with the latest develop on macOS 10.12.6 with Python 3.7.6. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
The result should be an empty AtomGroup.
Actual behavior
A segmentation fault results and the program crashes:
gdb backtrace:
Code to reproduce the behavior
Current version of MDAnalysis
Which version are you using? (run
python -c "import MDAnalysis as mda; print(mda.__version__)"
)0.20.1
The problem is reproducable in multiple versions of MDAnalysis. This is what I have currently.
Which version of Python (
python -V
)?Python 3.7.6
Does not seem to be specific to Python version either.
Which operating system?
Ubuntu 18.04.4 LTS (Windows Subsystem for Linux)
Found the problem originally in another Linux, so it does not seem to be OS-specific.
The text was updated successfully, but these errors were encountered: