Comment 25 for bug 235698

Revision history for this message
Austin Lund (austin-lund) wrote :

Sorry about all the spam. But it appears that subthread_main_loop has uninitialised data in it when the g_main_loop_quit() function is called. From my core file:

(gdb) print *subthread_main_loop
$10 = {context = 0x62696c0062696c2f, is_running = 1600349031, ref_count = 1869819507}

That's a lot of running and references.