gnucash coredump gnome
Sent: Wednesday, December 20, 2017 at 9:07 PM From: "Cliff McDiarmid" To: "Colin Law" Subject: Re: gnucash coredump gnome >On 19 December 2017 at 22:19, cliffhan...@gardener.com wrote: > Using Linux with gnome see message for ver. Gnucash was installed with dpkg. >Oh, you mean Ubuntu Gnome 16.04 LTS. You say you installed using >dpkg, do you mean apt-get install? If you used dpkg where did you get >?the deb file? >To give us more information what do see if you run in a terminal: >apt-cache policy gnucash >But first run >sudo apt-get update && sudo apt-get dist-upgrade >which will make sure everything is up to date (dist-upgrade does not >try to upgrade to the next version of Ubuntu, it just makes sure >everything is up to date for that version). Obviously report if that >shows any errors > > > Original Message > Subject: Re: gnucash coredump gnome > From: Colin Law > To: Cliff McDiarmid > CC: gnucash-user@gnucash.org > > > On 19 December 2017 at 19:20, Cliff McDiarmid wrote: >> >> Hi >> >> Just joined. i have been using Quicken for 24years running under Wine! >> It's now time to change, problems with older versions of it. >> >> I'm running Gnome 16.04LTS. But I have problems with my first foray into >> Gnucash. It is coredumping without starting, version 1:2.6.12-1. Other >> versions also dump. I've run it with Strace and the log is attached. AFAIK >> all dependencies are satisfied. > > Which OS are you using and how did you install gnucash? > > Colin Thanks Colin and all, but in the end I managed to compile from source and it started first time! I had wanted to do this originally but had problems with guille. All I've got to do now is learn the damn thing. Cliff ___ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: gnucash coredump gnome
On 19 December 2017 at 22:19, cliffhan...@gardener.com wrote: > Using Linux with gnome see message for ver. Gnucash was installed with dpkg. Oh, you mean Ubuntu Gnome 16.04 LTS. You say you installed using dpkg, do you mean apt-get install? If you used dpkg where did you get the deb file? To give us more information what do see if you run in a terminal: apt-cache policy gnucash But first run sudo apt-get update && sudo apt-get dist-upgrade which will make sure everything is up to date (dist-upgrade does not try to upgrade to the next version of Ubuntu, it just makes sure everything is up to date for that version). Obviously report if that shows any errors. . Colin > > > Original Message > Subject: Re: gnucash coredump gnome > From: Colin Law > To: Cliff McDiarmid > CC: gnucash-user@gnucash.org > > > On 19 December 2017 at 19:20, Cliff McDiarmid wrote: >> >> Hi >> >> Just joined. i have been using Quicken for 24years running under Wine! >> It's now time to change, problems with older versions of it. >> >> I'm running Gnome 16.04LTS. But I have problems with my first foray into >> Gnucash. It is coredumping without starting, version 1:2.6.12-1. Other >> versions also dump. I've run it with Strace and the log is attached. AFAIK >> all dependencies are satisfied. > > Which OS are you using and how did you install gnucash? > > Colin ___ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: Gnucash coredump
On Tue, Dec 19, 2017 at 5:24 PM, Cliff McDiarmid wrote: > Just found this here 'https://lists.gnucash.org/wiki/Slackware' > > /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 > > > Please execute the last command after installation or you will receive > error like: Settings schema 'org.gnucash.general' is not > installed > > Maybe this is not a fault. At a terminal all I get is : Trace/breakpoint > trap (core dumped) > > Cliff > > >From what you said in the other thread, Slackware isn't your distribution. If you are running Slackware, installing an Ubuntu package would explain your trouble, because they don't use the same package system. You mentioned using dpkg in the other thread, and that's the Debian or Ubuntu command to use when you have either downloaded or compiled individual packages, but it can be a crude implement -- you may have accidentally overrode the package manager's recommendations. You will find apt is much more helpful about making sure all the pieces are in place. Did you try installing gnucash using the apt command as mentioned in the other thread? Using the Ubuntu Software tool would work, too. > - > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. ___ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Gnucash coredump
Just found this here 'https://lists.gnucash.org/wiki/Slackware' /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 Please execute the last command after installation or you will receive error like: Settings schema 'org.gnucash.general' is not installed Maybe this is not a fault. At a terminal all I get is : Trace/breakpoint trap (core dumped) Cliff ___ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: gnucash coredump gnome
Hi -- you must mean Ubuntu. If you used dpkg you probably didn't install all the dependencies. I suggest these two terminal commands first sudo apt update sudo apt upgrade Watch the output of those for errors. If you see any, you'll want to correct them. Then to get all of gnucash installed, you might try sudo apt install gnucash When that gets all the dependencies in, the application should work. You might also want the documentation and python bindings: sudo apt install gnucash-docs python-gnucash On Tue, Dec 19, 2017 at 4:19 PM, cliffhan...@gardener.com < cliffhan...@gardener.com> wrote: >Using Linux with gnome see message for ver. Gnucash was installed with >dpkg. > > Original Message ---- > Subject: Re: gnucash coredump gnome >From: Colin Law >To: Cliff McDiarmid >CC: gnucash-user@gnucash.org > > On 19 December 2017 at 19:20, Cliff McDiarmid wrote: > > > > Hi > > > > Just joined. i have been using Quicken for 24years running under > Wine! It's now time to change, problems with older versions of it. > > > > I'm running Gnome 16.04LTS. But I have problems with my first > foray into Gnucash. It is coredumping without starting, version > 1:2.6.12-1. Other versions also dump. I've run it with Strace and > the log is attached. AFAIK all dependencies are satisfied. > Which OS are you using and how did you install gnucash? > Colin > ___ > gnucash-user mailing list > gnucash-user@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-user > - > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. > ___ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: gnucash coredump gnome
> On Dec 19, 2017, at 11:20 AM, Cliff McDiarmid > wrote: > > > Hi > > Just joined. i have been using Quicken for 24years running under Wine! It's > now time to change, problems with older versions of it. > > I'm running Gnome 16.04LTS. But I have problems with my first foray into > Gnucash. It is coredumping without starting, version 1:2.6.12-1. Other > versions also dump. I've run it with Strace and the log is attached. AFAIK > all dependencies are satisfied. > > Can anyone help here? > Welcome. At the end of your log is a tantalizing start of an error message from GIO, "Sett...". Can you look at the tail of the trace file [1] and see if the whole thing is there? If not, start GnuCash from a terminal, it should show up there. Regards, John Ralls [1] https://wiki.gnucash.org/wiki/Trace_File ___ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: gnucash coredump gnome
Using Linux with gnome see message for ver. Gnucash was installed with dpkg. Original Message Subject: Re: gnucash coredump gnome From: Colin Law To: Cliff McDiarmid CC: gnucash-user@gnucash.org On 19 December 2017 at 19:20, Cliff McDiarmid wrote: > > Hi > > Just joined. i have been using Quicken for 24years running under Wine! It's now time to change, problems with older versions of it. > > I'm running Gnome 16.04LTS. But I have problems with my first foray into Gnucash. It is coredumping without starting, version 1:2.6.12-1. Other versions also dump. I've run it with Strace and the log is attached. AFAIK all dependencies are satisfied. Which OS are you using and how did you install gnucash? Colin ___ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: gnucash coredump gnome
On 19 December 2017 at 19:20, Cliff McDiarmid wrote: > > Hi > > Just joined. i have been using Quicken for 24years running under Wine! It's > now time to change, problems with older versions of it. > > I'm running Gnome 16.04LTS. But I have problems with my first foray into > Gnucash. It is coredumping without starting, version 1:2.6.12-1. Other > versions also dump. I've run it with Strace and the log is attached. AFAIK > all dependencies are satisfied. Which OS are you using and how did you install gnucash? Colin ___ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
Re: gnucash coredump gnome
On Tue, 19 Dec 2017 20:20:06 +0100 "Cliff McDiarmid" wrote: > Hi > > Just joined. i have been using Quicken for 24years running under > Wine! It's now time to change, problems with older versions of it. > I'm running Gnome 16.04LTS. But I have problems with my first foray > into Gnucash. It is coredumping without starting, version > 1:2.6.12-1. Other versions also dump. I've run it with Strace and > the log is attached. AFAIK all dependencies are satisfied. > > Can anyone help here? > > Many thanks could you repeat the strace using longer strings (using e.g. strace -s 200) the whole error message get's cut: write(3, "* 19:18:00 OTHER Sett"..., 83) = 83 --- SIGTRAP {si_signo=SIGTRAP, si_code=SI_KERNEL} --- +++ killed by SIGTRAP (core dumped) +++ seems to be related to GLib-GIO.. ___ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user - Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.