Created attachment 49693 [details] [review] Use tp_strdiff instead of g_str_equal The problem is in presence-cache.c:1318 if (g_str_equal (waiter_self->ver, computed_hash)) computed_hash = wocky_caps_hash_compute_from_node (query_result) and computed_hash is NULL The attached patch fixes the crash using tp_strdiff instead of g_str_equal, but I don't know why wocky fails to compute hash, and I cannot reproduce the bug every time (and at the moment I cannot reproduce it to add a debug log to the bug report, sorry)
*** This bug has been marked as a duplicate of bug 39464 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.