Skip to content
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 opening four 3D scatter plots #2523

Open
tvwenger opened this issue Dec 4, 2024 · 1 comment
Open

Crash when opening four 3D scatter plots #2523

tvwenger opened this issue Dec 4, 2024 · 1 comment
Labels

Comments

@tvwenger
Copy link

tvwenger commented Dec 4, 2024

Describe the bug
Upon creating a fourth 3D scatter plot from a loaded, small dataset, glue crashes with the error:

malloc(): unsorted double linked list corrupted

The second time, it crashed with the error

corrupted double-linked list

To Reproduce

conda create -n glue -c conda-forge glueviz
conda activate glue
glue

Load data file, create four 3D scatter plots.

Expected behavior
No crash.

Details:

  • Operating System: Ubuntu/WSL
  • Python version (python --version): Python 3.12.7
  • Glue version (glue --version): 1.21.1
  • How you installed glue: conda (see above)
@tvwenger tvwenger added the bug label Dec 4, 2024
@tvwenger
Copy link
Author

tvwenger commented Dec 4, 2024

No issue with the Windows application. This problem only appears on the Linux/conda installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant