[Evolution] evolution-2.32.1 (FreeBSD HEAD) && calendar not working

David Woodhouse dwmw2 at infradead.org
Wed May 4 09:52:06 UTC 2011


On Wed, 2011-05-04 at 11:44 +0200, Matthias Apitz wrote:
> I have inserted some fprintf's in read_conf() to print in hex the memory
> of the hash_table (see below); it matches what gdb reads about the
> hash_table (values marked with ^^^);  

Was that *right* after the g_hash_table_new() call?

That would seem to imply that your hash table was buggered from the very
beginning. If you really can't get gdb to work properly and use a
hardware watchpoint, try littering similar printfs all the way through
g_hash_table_new() so you can find out why it isn't being set to the
function you *provided*.

-- 
dwmw2



More information about the freebsd-gnome mailing list