tlambert03 / LLSpy

Lattice light-sheet post-processing utility.
http://llspy.readthedocs.io
Other
27 stars 6 forks source link

segmentation fault in napari viewer #27

Closed tlambert03 closed 8 months ago

tlambert03 commented 4 years ago

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)

tlambert03 commented 8 months ago

don't plan to continue working on napari integration