Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
JRuby ConcurrencyError #77
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Thanks, much appreciated, I'll look into it ASAP. |
jmettraux
closed this
in
6a97f14
Mar 21, 2013
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Danke schoen ! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
seen
commented
Mar 21, 2013
@ mentions are fun! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Sorry Sean! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
seen
commented
Mar 21, 2013
No worries, it's not the first time, and it won't be the last! |
added a commit
that referenced
this issue
Mar 22, 2013
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
mwotton
Apr 7, 2013
(I know this is closed already - just wanted to record that this fix did in fact solve my intermittent problem. Cheers!)
mwotton
commented
Apr 7, 2013
(I know this is closed already - just wanted to record that this fix did in fact solve my intermittent problem. Cheers!) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Cheers! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mwotton commentedMar 21, 2013
Is ruote expected to work with JRuby? Very intermittently, I've been getting errors in wait_logger.rb:
looking at line 102:
if @seen is being called from multiple threads without a GIL, it can indeed be modified concurrently, as is detailed at http://merbist.com/2011/10/18/data-safety-and-gil-removal/