After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680960 - Invalid g_object_ref() call on evolution start
Invalid g_object_ref() call on evolution start
Status: RESOLVED FIXED
Product: evolution-ews
Classification: Other
Component: Mail
3.5.x
Other Linux
: Normal critical
: ---
Assigned To: Matthew Barnes
Evolution EWS maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-08-01 09:47 UTC by Milan Crha
Modified: 2012-08-01 11:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milan Crha 2012-08-01 09:47:34 UTC
This is new, most likely after Matthew's recent changes, thus I'm assigning this to him. On start is shown:

(evolution:4706): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

which comes from:

0x00007fffe5dad98b in camel_ews_store_ref_connection (ews_store=0x76d450) at camel-ews-store.c:1041
1041		return g_object_ref (ews_store->priv->connection);
(gdb) p ews_store->priv->connection
$1 = 0x0

(gdb) bt
  • #0 g_logv
    from /lib64/libglib-2.0.so.0
  • #1 g_log
    from /lib64/libglib-2.0.so.0
  • #2 g_object_ref
    from /lib64/libgobject-2.0.so.0
  • #3 camel_ews_store_ref_connection
    at camel-ews-store.c line 1041
  • #4 ews_connect_sync
    at camel-ews-store.c line 233
  • #5 service_connect_thread
    at camel-service.c line 759
  • #6 ??
    from /lib64/libgio-2.0.so.0
  • #7 ??
    from /lib64/libgio-2.0.so.0
  • #8 ??
    from /lib64/libglib-2.0.so.0
  • #9 ??
    from /lib64/libglib-2.0.so.0
  • #10 start_thread
    from /lib64/libpthread.so.0
  • #11 clone
    from /lib64/libc.so.6