We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Upon creating a fourth 3D scatter plot from a loaded, small dataset, glue crashes with the error:
glue
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:
python --version
glue --version
The text was updated successfully, but these errors were encountered:
No issue with the Windows application. This problem only appears on the Linux/conda installation.
conda
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Upon creating a fourth 3D scatter plot from a loaded, small dataset,
glue
crashes with the error:The second time, it crashed with the error
To Reproduce
Load data file, create four 3D scatter plots.
Expected behavior
No crash.
Details:
python --version
): Python 3.12.7glue --version
): 1.21.1The text was updated successfully, but these errors were encountered: