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 779002 - Race enumerating the monitors
Race enumerating the monitors
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
3.20.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-02-21 08:02 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2017-02-21 10:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (7.41 KB, patch)
2017-02-21 08:02 UTC, Ignacio Casal Quinteiro (nacho)
committed Details | Review

Description Ignacio Casal Quinteiro (nacho) 2017-02-21 08:02:50 UTC
Created attachment 346304 [details] [review]
patch

This fixes a race when enumerating the monitors. We need to make a single enumeration instead of enumerating twice.
Comment 1 LRN 2017-02-21 08:10:05 UTC
Review of attachment 346304 [details] [review]:

The patch makes sense. Also, it is, hopefully, already nitpicked :)