Bug#637888: aqbanking-cli segfault since last upgrade

2011-08-18 Thread Florent Fourcot
Hi, I installed new packages but it doesn't change anything. I become exactly the same trace. Regards, -- Florent. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#637888: aqbanking-cli segfault since last upgrade

2011-08-17 Thread Cyril Brulebois
(Adding Micha to Cc.) Martin Preuss mar...@aqbanking.de (15/08/2011): (gdb) bt f #0 0x in ?? () No symbol table info available. #1 0x7f169bccb40c in std::ios_base::Init::~Init() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 [...] I stumbled upon this one

Bug#637888: aqbanking-cli segfault since last upgrade

2011-08-17 Thread Micha Lenk
Hi Florent, thank you very much for providing the backtrace. The missing symbols are probably missing from libktoblzcheck. I've just uploaded libktoblzcheck 1.33-3 which now provides a new package 'libktoblzcheck-dbg'. As long as it isn't distributed over the official mirrors (via unstable)

Bug#637888: aqbanking-cli segfault since last upgrade

2011-08-17 Thread Martin Preuss
Hi, On Mittwoch 17 August 2011, Cyril Brulebois wrote: [...] {+4.1.0), libktoblzcheck1c2a (= 1.19)+} So you get, as expected, an extra dependency on that package. Which, surprise! uses libstdc++. Now, time to debug why it crashes in that destructor. [...] Ah, I see. Maybe it has to do with

Bug#637888: aqbanking-cli segfault since last upgrade

2011-08-15 Thread Florent Fourcot
Package: aqbanking-tools Version: 5.0.14-2 Severity: important Hi, the aqbanking-cli is broken on my system since the last upgrade. I obtain only segfault, with interactive mode activated or not. The library works fine with external software, like kmymomey with the Aqbanking plugins.

Bug#637888: aqbanking-cli segfault since last upgrade

2011-08-15 Thread Martin Preuss
Hi, you might want to install the *-dbg packages of AqBanking and Gwenhywfar. You could then enable coredumps (i.e. ulimit -c unlimited) and try again. That should give you a core file which could then be analyzed with gdb (like in gdb /usr/bin/aqbanking-cli core and in gdb bt f). Regards

Bug#637888: aqbanking-cli segfault since last upgrade

2011-08-15 Thread Florent Fourcot
Hi, I installed some *-dbg packets and made the core file. Some symbols are still missing, like for libstdc++ (I tried to install libstdc++6-4.6-dbg but it was not enough). If you need others informations, please tell me. Regards, Florent. $ gdb /usr/bin/aqbanking-cli core [...] Reading

Bug#637888: aqbanking-cli segfault since last upgrade

2011-08-15 Thread Martin Preuss
Hi, On Montag 15 August 2011, Florent Fourcot wrote: [...] (gdb) bt f #0 0x in ?? () No symbol table info available. #1 0x7f169bccb40c in std::ios_base::Init::~Init() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 [...] I stumbled upon this one myself. However, I