Comment 5 for bug 196724

Revision history for this message
Austin Lund (austin-lund) wrote : Re: console-kit-daemon crashed with SIGSEGV

OK. So that pointer can never be null in this code. But It seems that the GHashTable structure somehow gets it's node array pointer nulled. I have hash_table->nodes == 0x0.

(gdb) print *hash_table
$8 = {size = 6403520, nnodes = 0, nodes = 0x0,
  hash_func = 0x405738 <g_direct_hash@plt>,
  key_equal_func = 0x404cd8 <g_direct_equal@plt>, ref_count = 0, version = 66,
  key_destroy_func = 0, value_destroy_func = 0}