Re: [Evolution-hackers] Evolution-data-server crashes when running syncevolution - poll() called with GPollFD?



On Thu, 2007-11-01 at 23:06 +0100, Patrick Ohly wrote:
> can someone please comment on:
>          http://bugzilla.gnome.org/show_bug.cgi?id=488881
> 
> I got Evolution 2.12.x compiled and can reproduce the problem and look
> at it in a debugger, but I have no clue about the underlying reason.
> It's somehow related to having poll() as poll_func in a main loop
> context.

poll() isn't the problem, this is:

#9  <signal handler called>
#10 IA__g_str_hash (v=0x0) at gstring.c:95
#11 0xb7b5d52b in IA__g_hash_table_lookup (hash_table=0x8087480, key=0x0)
    at ghash.c:236

GHashTable doesn't like NULL keys.

It's being called from e_cal_backend_file_modify_object(), line 1927.

Hope this helps,
Matthew Barnes



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]