From 401c4a465761b03a16fde23dec9bccc63f5146e4 Mon Sep 17 00:00:00 2001 From: ngoto Date: Thu, 25 Jun 2015 12:42:07 +0000 Subject: * test/-ext-/popen_deadlock/test_popen_deadlock.rb: test [Bug #11265] * ext/-test-/popen_deadlock/infinite_loop_dlsym.c: new ext to call dlsym(3) infinitely without GVL, used in the above test. * ext/-test-/popen_deadlock/extconf.rb: extconf.rb for the above ext. Currently, only enabled on Solaris (main target) and Linux (as a reference platform and for debugging the ext). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fae0558719..dde7a756bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Jun 25 21:24:28 2015 Naohisa Goto + + * test/-ext-/popen_deadlock/test_popen_deadlock.rb: test [Bug #11265] + + * ext/-test-/popen_deadlock/infinite_loop_dlsym.c: new ext to call + dlsym(3) infinitely without GVL, used in the above test. + + * ext/-test-/popen_deadlock/extconf.rb: extconf.rb for the above + ext. Currently, only enabled on Solaris (main target) and Linux + (as a reference platform and for debugging the ext). + Thu Jun 25 19:24:25 2015 Naohisa Goto * configure.in: not to use vfork on Solaris to avoid deadlock -- cgit v1.2.3