Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-15 Thread Alex
Thanks for helping me out with this. How could I oversee this? I removed all those much older repository packages which I had installed some time late at night tired from failing. Compiling succeeded with de_DE and we're back in book keeping! Online actions working fine. Trying to transfer a

Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-15 Thread Christian Stimming
As derek already said: you are using a system-installed gwenhywfar. You need to check at aqbanking configure time that it really chose the correct libgwenhywfar, and gnucash subsequently too. Thanks! Christian > Am 15.10.2019 um 12:00 schrieb Alex : > > First of all, I forgot to say I'm on

Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-15 Thread Derek Atkins
Hi, It looks like you may have a system-installed libgwenhywfar? It's finding (and using) one from /usr/lib/x86_64-linux-gnu/ ?? -derek On Tue, October 15, 2019 6:00 am, Alex wrote: > First of all, I forgot to say I'm on Linux Debian, sorry @Martin for not > mentioning! > > Dear Christian, >

Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-15 Thread Alex
Additionally, here's the last lines of the /tmp/gnucash.trace file: * 11:48:56 INFO job_new.c: 339: Single message job │ * 11:48:56 INFO jobgetbankinfo.c: 71: JobGetBankInfo created

Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-14 Thread John Ralls
> On Oct 14, 2019, at 2:51 PM, Martin Preuss wrote: > > Hi, > > Am 14.10.19 um 21:51 schrieb Christian Stimming: > [...] >>> (gdb) bt full >>> #0 0x7fffd6075989 in GWEN_Text_EscapeToBuffer () >>>at /usr/lib/x86_64-linux-gnu/libgwenhywfar.so.60 >>> #1 0x7fffbe22d5a3 in

Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-14 Thread Martin Preuss
Hi, Am 14.10.19 um 21:51 schrieb Christian Stimming: [...] >> (gdb) bt full >> #0 0x7fffd6075989 in GWEN_Text_EscapeToBuffer () >> at /usr/lib/x86_64-linux-gnu/libgwenhywfar.so.60 >> #1 0x7fffbe22d5a3 in GWEN_ConfigMgrDir_AddGroupFileName () >> at

Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-14 Thread Christian Stimming
Dear Alex, we're getting closer... the libaqbanking lines already have full debug info, but only the libgwenhywfar do not have it. Can you compile again gwenhywfar, this time with --enable-debug, so that the first few lines from the backtrace (only those are important) contain some more

Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-14 Thread Alex
Here is a backtrace of Gnucash when crashing upon clicking on "Get Bank Info" in the aqbanking wizard. Let me know if I can do anything else. -- GDB BACKTRACE START --- Thread 1 "gnucash" received signal SIGSEGV, Segmentation fault. 0x7fffd6075989 in GWEN_Text_EscapeToBuffer () from

Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-14 Thread Derek Atkins
HI, Please be sure to CC the list on all replies so that the other developers can actually respond. Me, I was just getting them more information. I am not looking into it. However, from the crash, it's crashing in GWEN, which is an AqB library. -derek On Mon, October 14, 2019 11:29 am, Alex

Re: [GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-14 Thread Derek Atkins
How about a GDB Backtrace? -derek On Mon, October 14, 2019 11:01 am, Alex wrote: > May anyone help me and others resolving this issue? > > Gnucash crashes upon online-actions with "segmentation fault" and maybe > other errors (see log / trace excerpts below). > > I had compiled and installed

[GNC-dev] segmentation fault / gnucash crashing upon using online banking actions

2019-10-14 Thread Alex
May anyone help me and others resolving this issue? Gnucash crashes upon online-actions with "segmentation fault" and maybe other errors (see log / trace excerpts below). I had compiled and installed gwenhywfar (./configure --with-guis="gtk3") and aqbanking bleeding edge from auqamaniac git,