405: *hash_return = hash_value; 406: 407: node_index = hash_value % hash_table->mod; /* SIGFPE */ 408: node_hash = hash_table->hashes[node_index];
Attached patch should fix it. ** Patch added: "0001-Fix-modulo-division-by-zero-SIGFPE-in-g_hash_table_l.patch" https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/985264/+attachment/3173204/+files/0001-Fix-modulo-division-by-zero-SIGFPE-in-g_hash_table_l.patch ** Changed in: rhythmbox (Ubuntu) Status: New => In Progress ** Changed in: rhythmbox (Ubuntu) Status: In Progress => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/985264 Title: rhythmbox crashed with SIGFPE in g_hash_table_lookup_node() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/985264/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
