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

David Woodhouse dwmw2 at infradead.org
Thu Apr 28 15:13:43 UTC 2011


On Thu, 2011-04-28 at 16:54 +0200, Matthias Apitz wrote:
> 
> I've rebuild glib-2.26.1 and evo-exchange 2.32.3 (removing my changes)
> with gcc46; the problem remains:
> 
> Server is up and running...
> [Thread 2997d200 (LWP 100749/e-calendar-factory) exited]
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 29804300 (LWP 100639/initial thread)]
> 0x29e28d87 in ?? ()
> (gdb) bt
> #0  0x29e28d87 in ?? ()
> #1  0x290edaf8 in g_hash_table_lookup () from
> /usr/local/lib/libglib-2.0.so.0
> #2  0x29f9e43e in e2k_autoconfig_lookup_option (
>     option=0x29fcf520 "Disable-Plaintext") at _ctype.h:106 

Can you do that with debugging symbols for glib? That just *shouldn't*
crash; g_hash_table_lookup() is being given a valid, but empty, hash
table and should return NULL.

The world is broken.

-- 
dwmw2



More information about the freebsd-gnome mailing list