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

Re: [GNC-dev] [gnucash-de] Test gnucash-3.7-2019-10-13-git-3.7-131-g57e403b04+.setup.exe (Windows)

2019-10-14 Thread John Ralls
> On Oct 13, 2019, at 1:01 PM, Martin Preuss wrote: > > Hi, > > as you know there are hard to debug crashes with current Gnucash GIT > and branch-6 of AqBanking on Windows. These crashes don't seem to happen > under Linux or in other apps. > > Because of that I ran gnucash through valgrind

[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,