napari: Seg fault on closing napari with framework launch mac

πŸ› Bug

We’re currently getting a seg fault when quitting napari after it has been launched with the framework build on mac - likely after #1554. See

(base) czirwc1macos2701:napari nsofroniew$ napari
/Users/nsofroniew/opt/anaconda3/bin/pythonw: line 3: 34762 Segmentation fault: 11  /Users/nsofroniew/opt/anaconda3/python.app/Contents/MacOS/python "$@"

If you do this a couple times in a row you start getting this dialog which blocks launch until it is addressed.

Screen Shot 2020-09-04 at 11 14 21 AM

Fixing this and the minimum version issues seems like a critical thing we should do before the 0.3.8 release cc @jni @tlambert03 @Czaki

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 17 (9 by maintainers)

Most upvoted comments

I wil create such PR. This time with tests.

Sometimes ago I have symilar problem and it could be PySide. In my case it was problem with wrong cleaning order.

How install PySide with Anaconda (I use mainly core CPython )