From: Eric Wong Date: 2015-12-10T00:07:27+00:00 Subject: [ruby-core:72012] Re: [Ruby trunk - Bug #11799] [Open] Object allocation during garbage collection phase terminates the Ruby process charlez.leu@gmail.com wrote: > * If this is a problem due to usage of certain gems that aren't 'well-behaved', it would be good to know which ones to avoid. Fwiw, I took a quick look at the dmark/dfree callbacks registered with *Data_(Wrap|Make)_Struct macros in the following non-standard extension gems but did not notice anything amiss with the dmark/dfree callbacks that could trigger allocations: google_hash 0.8.9 (C++) msgpack 0.7.0 and 0.7.1 xxhash 0.3.0 yajl-ruby 1.2.1 Perhaps I missed something in those or the bug is elsewhere. Keep in mind I don't know C++, so I'm least confident about google_hash.