After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 535814 - hangup on g_input_stream_close after cancelling from other thread
hangup on g_input_stream_close after cancelling from other thread
Status: RESOLVED DUPLICATE of bug 522192
Product: gvfs
Classification: Core
Component: general
0.2.x
Other All
: Normal major
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-05-30 17:06 UTC by mrk
Modified: 2009-03-06 15:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
testcase (1.08 KB, text/plain)
2008-05-30 17:07 UTC, mrk
Details

Description mrk 2008-05-30 17:06:55 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:
Comment 1 mrk 2008-05-30 17:07:56 UTC
Created attachment 111813 [details]
testcase
Comment 2 Alexander Larsson 2009-03-06 15:15:17 UTC
This error is due to the patch in bug 522192

*** This bug has been marked as a duplicate of 522192 ***