[#82706] [Ruby trunk Bug#13851] getting "can't modify string; temporarily locked" on non-frozen instances — cardoso_tiago@...
Issue #13851 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/07
[#82853] [Ruby trunk Bug#13916] Race condition when sending a signal to a new fork — russell.davis@...
Issue #13916 has been reported by russelldavis (Russell Davis).
3 messages
2017/09/19
[#82892] [Ruby trunk Bug#13921] buffered read_nonblock doesn't work as expected using SSLSocket — cardoso_tiago@...
Issue #13921 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/20
[ruby-core:82661] Re: [Ruby trunk Bug#13851] getting "can't modify string; temporarily locked" on non-frozen instances
From:
Eric Wong <normalperson@...>
Date:
2017-09-05 20:02:20 UTC
List:
ruby-core #82661
cardoso_tiago@hotmail.com wrote: > The problem is that I'm doing all socket monitoring in one > thread, and read/write operations on another. Is there any > thread-unsafety associated with such operations happening at > the same time? What operation(s) are you doing for "socket monitoring"? We need to know exactly which methods you're using to know if there's thread-safety problems with them. Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>