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 778097 - race in gsource detected by TSan
race in gsource detected by TSan
Status: RESOLVED DUPLICATE of bug 737677
Product: glib
Classification: Platform
Component: general
2.50.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-02-02 20:23 UTC by Fabrice Bellet
Modified: 2017-02-03 00:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ThreadSanitizer: data race glib-2-50/glib/gmain.c:1543 in g_source_callback_unref (16.63 KB, text/plain)
2017-02-02 20:23 UTC, Fabrice Bellet
  Details
Access GSourceCallback ref_count with g_atomic functions (611 bytes, patch)
2017-02-02 20:37 UTC, Fabrice Bellet
none Details | Review

Description Fabrice Bellet 2017-02-02 20:23:59 UTC
Created attachment 344810 [details]
ThreadSanitizer: data race glib-2-50/glib/gmain.c:1543 in g_source_callback_unref

This other case concerns the GSourceCallback ref_count variable
Comment 1 Fabrice Bellet 2017-02-02 20:37:26 UTC
Created attachment 344811 [details] [review]
Access GSourceCallback ref_count with g_atomic functions
Comment 2 Philip Withnall 2017-02-03 00:19:24 UTC
Already filed this one a while ago. :-(

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