GNOME Bugzilla – Bug 708526
GnuCash Crashes when opening About page
Last modified: 2018-06-29 23:19:23 UTC
Created attachment 255474 [details] User diagnostic report from Mac Console On Mac OS 10.8.5, using GNUCash 2.5.5 Opening the About page (Gnucash->About) crashes the application Console report is attached.
OK, the immediate problem is that the AUTHORS, DOCUMENTERS, and LICENSE file are missing from the bundle. I've resolved that in git. But the crash is caused by gnc_filepath_locate_file() calling g_error() if it can't find a file, and that seems a bit extreme to me. G_error() should be used only if the failure is so severe that the program can't safely continue to function.
*** Bug 704723 has been marked as a duplicate of this bug. ***
Fixed in r23477.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=708526. Please update any external references or bookmarks.