Gramps 5.1.5
macOS Ventura 13.3.1
Gramps has been crashing intermittently for a while, but I was ignoring it. I do not know the exact sequence leading to a crash, but it seems to be the faster I click on [OK] to save data the more likely it is to happen such as when I get into rote editing such as adding coordinates to places.
Today I started running Gramps from the command line. These are the results from the most recent crash which happened after adding coordinates to about three places.
$ /Applications/Gramps.app/Contents/MacOS/Gramps
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
2025-01-26 16:48:10.122: WARNING: spell.py: line 149: You have no installed dictionaries. Either install one or disable spell checking
2025-01-26 16:48:10.157: WARNING: dummydb.py: line 685: database is closed
2025-01-26 16:48:10.158: WARNING: dummydb.py: line 1420: database is closed
2025-01-26 16:48:10.158: WARNING: dummydb.py: line 1372: database is closed
2025-01-26 16:48:10.158: WARNING: dummydb.py: line 405: database is closed
2025-01-26 16:48:10.220: WARNING: dummydb.py: line 1420: database is closed
2025-01-26 16:48:10.220: WARNING: dummydb.py: line 718: database is closed
2025-01-26 16:48:10.220: WARNING: dummydb.py: line 1396: database is closed
2025-01-26 16:48:10.220: WARNING: dummydb.py: line 734: database is closed
2025-01-26 16:48:10.222: WARNING: dummydb.py: line 710: database is closed
2025-01-26 16:48:10.223: WARNING: dummydb.py: line 1420: database is closed
2025-01-26 16:48:10.225: WARNING: dummydb.py: line 1428: database is closed
2025-01-26 16:48:10.225: WARNING: dummydb.py: line 1372: database is closed
2025-01-26 16:48:10.257: WARNING: dummydb.py: line 685: database is closed
2025-01-26 16:48:10.257: WARNING: dummydb.py: line 1420: database is closed
2025-01-26 16:48:10.257: WARNING: dummydb.py: line 1372: database is closed
2025-01-26 16:48:10.257: WARNING: dummydb.py: line 405: database is closed
2025-01-26 16:48:44.615: WARNING: spell.py: line 149: You have no installed dictionaries. Either install one or disable spell checking
/Applications/Gramps.app/Contents/Resources/lib/python3.10/site-packages/gramps/gui/utils.py:319: Warning: corrupted double-linked list detected
self.__dialog.destroy()
/Applications/Gramps.app/Contents/Resources/lib/python3.10/site-packages/gi/overrides/GObject.py:493: Warning: ../../src/glib-2.72.0/gobject/gsignal.c:2731: instance '0x7f8f7679e2d0' has no handler with id '16986'
return func(*args, **kwargs)
/Applications/Gramps.app/Contents/Resources/lib/python3.10/site-packages/gi/overrides/GObject.py:493: Warning: ../../src/glib-2.72.0/gobject/gsignal.c:2731: instance '0x7f8f7679e550' has no handler with id '23876'
return func(*args, **kwargs)
/Applications/Gramps.app/Contents/Resources/lib/python3.10/site-packages/gramps/gui/utils.py:319: Warning: corrupted double-linked list detected
self.__dialog.destroy()
/Applications/Gramps.app/Contents/Resources/lib/python3.10/site-packages/gramps/gui/managedwindow.py:216: Warning: corrupted double-linked list detected
item.get_window().destroy()
/Applications/Gramps.app/Contents/Resources/lib/python3.10/site-packages/gi/overrides/GObject.py:493: Warning: ../../src/glib-2.72.0/gobject/gsignal.c:2731: instance '0x7f8f7679e7d0' has no handler with id '34748'
return func(*args, **kwargs)
Segmentation fault: 11
I would appreciate any pointers to fixing this.
Doug