#1 0x00007f08dd022a56 in g_hash_table_lookup_node (hash_table=0x41ec880, 
key=0x41ec890, notify=1) at /build/buildd/glib2.0-2.28.6/./glib/ghash.c:313
        node = <value optimized out>
        node_index = <value optimized out>
        hash_value = <value optimized out>
        step = 0

313:    hash_value = (* hash_table->hash_func) (key);
314:    if (G_UNLIKELY (hash_value <= 1))
315:      hash_value = 2;
316:
317:    node_index = hash_value % hash_table->mod;

Can hash_table->hash_func == NULL ?

Line 313 has been since changed by this patch:
http://git.gnome.org/browse/glib/commit/glib/ghash.c?id=88f23fb1d9aa0f84cbeebe086db022864a7eb3be

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/806306

Title:
  rhythmbox crashed with SIGSEGV in g_hash_table_lookup_node()

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/806306/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to