[#88925] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
4 messages
2018/09/09
[#88927] Re: [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical
— Eric Wong <normalperson@...>
2018/09/09
ko1@atdot.net wrote:
[#88926] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
3 messages
2018/09/09
[#89218] [Ruby trunk Bug#15130] open-uri hangs on cygwin — duerst@...
Issue #15130 has been updated by duerst (Martin D端rst).
5 messages
2018/09/30
[ruby-core:89008] Re: [Ruby trunk Bug#11174] threads memory leak
From:
Eric Wong <normalperson@...>
Date:
2018-09-14 11:09:55 UTC
List:
ruby-core #89008
hartator@gmail.com wrote: > Issue #11174 has been updated by hartator (Julien Khaleghy). > Any idea if it's already fixed somewhere else, or you guys > still working on it? I missed it, too :x (and now I'm too sleepy to continue...). It seems specific to glibc (tested 2.24-11+deb9 on Debian stable) and does not happen with jemalloc (3.6.0). And it is NOT because of memalign fragmentation, either(*); I disabled memalign usage to fallback to the aligned malloc+free fallback; but can still reproduce it. Finally, it needs multiple threads to reproduce the issue, a single thread is not enough. (*) https://sourceware.org/bugzilla/show_bug.cgi?id=14581 Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>