HBCI abort

Christian Stimming stimming@tuhh.de
Thu, 28 Nov 2002 17:34:42 +0100


Derek Atkins wrote:

> once you've got gnucash up and running, in particular when you've got
> a crash screen, you can:
> 
> --> ps aux | grep gnucash
> [prints stuff, including the "guile ... gnucash" process ]
> --> gdb
> [stuff]
> gdb> attach <pid>       <-- <pid> is the ProcessID of the guile..gnucash process
> [gdb spews a lot]
> gdb> backtrace
> [gdb spews a backtrace]

Does this also work for a failed g_assert assertion? Since that's what 
Eildert is talking about. IIRC you don't get a crash screen there, the 
program simply terminates.

Anyway, I'll have a look at that tonight (i.e. 2 or 6 hours from now).

Christian