GNOME Bugzilla – Bug 535814
hangup on g_input_stream_close after cancelling from other thread
Last modified: 2009-03-06 15:15:17 UTC
Please describe the problem: g_input_stream_close hangs when cancelled from other thread. Only observed for smb:// and obex:// protocols, other not tested Steps to reproduce: run attached program with argument pointing to obex:// or smb:// file Actual results: program hangs on close operation Expected results: program closes stream and exits. Does this happen every time? yes Other information:
Created attachment 111813 [details] testcase
This error is due to the patch in bug 522192 *** This bug has been marked as a duplicate of 522192 ***