problems, rev 12354
Josh Sled
jsled at asynchronous.org
Sat Jan 14 23:01:22 EST 2006
On Sat, 2006-01-14 at 20:02 -0700, Mark Johnson wrote:
> I selected a simple checkbook, and made all top-level accounts
> placeholders (also Current Assets). No opening balances. Then gnucash
> unexpectedly quit.
>
> Here is the resulting backtrace:
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1224492832 (LWP 14760)]
> 0xb732a179 in g_type_check_instance_cast () from /usr/lib/libgobject-2.0.so.0
> (gdb) bt
> #0 0xb732a179 in g_type_check_instance_cast () from /usr/lib/libgobject-2.0.so.0
> #1 0xb6ea9359 in gnc_tree_model_account_do_deletions (unused=0x0)
> at gnc-tree-model-account.c:1445
> #2 0xb72aec03 in g_child_watch_add () from /usr/lib/libglib-2.0.so.0
> #3 0xb72abc02 in g_main_depth () from /usr/lib/libglib-2.0.so.0
Yup ... this is consistent with what I was seeing earlier today.
There's some logic handing synchronizing account-deletions with the
account-tree model that's not quite right, particularly when tearing
down the new-account-hierarchy druid. The way it manifests itself, I
didn't run into it *before* making my changes, but started to as I was
in the process of changing related code; frankly, I'm glad to see you
run into it as well. :)
In any case, I'm hoping to debug this in the balance of this weekend.
--
...jsled
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo ${a}@${b}`
More information about the gnucash-devel
mailing list