Re: [GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Geert Janssens
Yeah, I don't know either. I suspect the ld_PRELOAD cache has something to do with it, but the exact details escape me as well. I guess we could solve this by versioning our shared libraries. We will probably start doing that at some point in the future. Until then the solution will remain to re

Re: [GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Colin Law
Thanks Geert, as usual you have hit the nail smack on the head. I had some files left lying around from an old build. I guess why it should suddenly pick up the wrong one is a mystery that may never be solved. I don't have any recollection of doing anything that would have changed the PATH or any

Re: [GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Geert Janssens
Colin, gnc-build-userdata-path is defined in libgnc-core-utils.so, a shared library part of gnucash. This particular symbol was introduced for gnucash 3.x or shortly before that in the 2.7 development series to be precise. The error suggests this shared library is not found or more likely gnuca

Re: [GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Colin Law
I have tried removing ~/.local/share/gnucash but that didn't make any difference On Mon, 26 Nov 2018 at 09:55, Colin Law wrote: > > I have been using version 3.3 installed from the Ubuntu repository on > Ubuntu 18.10 for some weeks. Suddenly today it will not open. > When I run it from the comman

[GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Colin Law
I have been using version 3.3 installed from the Ubuntu repository on Ubuntu 18.10 for some weeks. Suddenly today it will not open. When I run it from the command line I see the output below. The gnucash trace file is empty. Googling found similar problems during build and suggested renaming ~/.ca