GNOME Bugzilla – Bug 616913
Unnecessary check producing false critical warnings
Last modified: 2010-05-06 03:58:59 UTC
evolution 2.31.1 (e-addressbook-factory:7556): evolution-exchange-storage-CRITICAL **: exchange_share_config_listener_get_account_for_uri: assertion `uri != NULL' failed (e-addressbook-factory:7556): evolution-exchange-storage-CRITICAL **: exchange_share_config_listener_get_account_for_uri: assertion `uri != NULL' failed (e-addressbook-factory:7556): evolution-exchange-storage-CRITICAL **: exchange_account_get_context: assertion `EXCHANGE_IS_ACCOUNT (account)' failed (e-addressbook-factory:7556): e-book-backend-gal-WARNING **: ldap_search_handler: 04 (Size limit exceeded), additional info: (null)
Output of command gdb ~/opt/gnome3/libexec/e-addressbook-factory --ex "b g_logv" --ex r Breakpoint 1, IA__g_logv (log_domain=0xb71ce369 "evolution-exchange-storage", log_level=G_LOG_LEVEL_CRITICAL, format=0xb7712c69 "%s: assertion `%s' failed", args1= 0xbfffe37c "@\344\034\267\022\344\034\267") at gmessages.c:430 430 in gmessages.c (gdb) bt
+ Trace 221620
Continuing. (e-addressbook-factory:13803): e-book-backend-gal-WARNING **: ldap_search_handler: 04 (Size limit exceeded), additional info: (null)
Thanks. I see those first warnings too, as those are coming from Contacts, not from GAL, which may explain why I didn't see them earlier. Looking around those warnings are false, I removed the check. The last warning from LDAP, it might be that the size limit wasn't set. It's probably because of this warning, with which I do not know what to do: > (e-addressbook-factory:7024): libedata-book-DEBUG: > e_data_book_view_set_thresholds does nothing in eds-dbus
Created commit 91d10cd in eex master (2.31.1+) Created commit ed3fb16 in eex gnome-2-30 (2.30.2+) It was my fault, anyway. I'm keeping the decision whether keep this bug opened or close it up to you.