You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run it, then drag the dataset onto the main area and make an imagewidget. This gives a segmentation fault.
gdb shows the following error:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000008
0x0000000105d820fd in QVariant_isStringList ()
EDIT: need to also install the latest developer version of glue once the conda environment is set up
The text was updated successfully, but these errors were encountered:
One of the issues I ran into when debugging #768 is that on PySide (on Mac), I get a segmentation fault when opening a new viewer.
To reproduce:
then create a Python script with
Run it, then drag the dataset onto the main area and make an imagewidget. This gives a segmentation fault.
gdb shows the following error:
EDIT: need to also install the latest developer version of glue once the conda environment is set up
The text was updated successfully, but these errors were encountered: