This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
multiple data races in map access #29
Comments
fsouza
pushed a commit
to tsuru/config
that referenced
this issue
Feb 6, 2013
This function will update configuration whenever a file changes. This change introduces many data races (actually, it inherits these data races from howeyc/fsnotify). This issue has been reported as howeyc/fsnotify#29. Closes #2.
Thanks for working on fixing the races on BSD. |
Is the -race flag only on tip or something? I couldn't get that on 1.0.3. |
Yes, @howeyc. It will be included in go 1.1 release. Currently it's available only at tip. I will prepare another pull request for Linux. Unfortunately, I don't access to any Windows machine, so I won't be able to test it on Windows. |
Oh, sorry. Looks like you already did some work on Linux and Windows. Thanks! :-) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To reproduce this, run tests with the -race flag. I didn't paste it here because there are more than 50 races (about 4200 lines), but here comes a gist: https://gist.github.com/fsouza/4722172.
The text was updated successfully, but these errors were encountered: