I'm getting a segmentation fault when using the napari viewer in the preview function in LLSpy. This may be related to napari/napari#729 but I haven't had a chance to look closely yet.
one addition bit of info: It very reliably happens on the second preview attempt (that is: the first time you hit preview it works, the second time, right before viewing, the program crashes)
I'm getting a segmentation fault when using the napari viewer in the preview function in LLSpy. This may be related to napari/napari#729 but I haven't had a chance to look closely yet.
The relevant call to napari is here: https://github.com/tlambert03/LLSpy/blob/94d7ee6ff6505c22cf891a59d8f378d1ec7beed7/llspy/gui/mainwindow.py#L1358-L1377
one addition bit of info: It very reliably happens on the second preview attempt (that is: the first time you hit preview it works, the second time, right before viewing, the program crashes)