Comment 7 for bug 1820618

Revision history for this message
John Purser (jmpurser) wrote : Re: [Bug 1820618] Re: 5.2.3 Import Bank File Crash

Maxime,

I'm doing something wrong with GDB and I don't know enough to figure
out what it is.

I have deleted /usr/bin/homebank and /usr/share/homebank, downloaded
the 5.2.3 source, compiled and reinstalled it. I get the same error.

When I try to follow your instructions I get the following:

jmpurser@Precision-M6600:~$ gdb ./source/homebank-5.2.3/src/
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show
copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
./source/homebank-5.2.3/src/: Is a directory.
(gdb) bt
No stack.
(gdb) quit

I'm following the compile directions at:
http://homebank.free.fr/en/troubleshooting.php#linuxcompilation

Let me know if I need to activate debugging symbols or if I'm running
gdb incorrectly.

John Purser

On Tue, 2019-03-19 at 11:54 +0000, Maxime DOYEN wrote:
> @John,
> I don't have crash here under ubuntu 19.04, GTK 3.24.7.
> could you launch the compiled 5.3.2 with gdb and then backtrace post
> the output here ?
>
> gdb ./src/homebank
> -- try import / wiat crash --
> bt
>
>
> thx
>