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 660252 - gnutls backend in glib-networking does not allow simultaneous read and write
gnutls backend in glib-networking does not allow simultaneous read and write
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
2.30.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-09-27 15:16 UTC by ayo
Modified: 2012-07-18 21:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ayo 2011-09-27 15:16:50 UTC
As mentioned on gtk-devel[1], the gnutls backend in glib-networking appears to be using a single internal state for both read and write operations. This is incorrect, since these operations may be performed simultaneously from two separate threads.

1. http://mail.gnome.org/archives/gtk-devel-list/2011-September/msg00200.html
Comment 1 Dan Winship 2012-07-18 21:49:12 UTC
fixed in master