aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-14 01:38:14 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-14 01:38:14 +0000
commit497f8904cb3f90a3abf5340a129811aceb96ee33 (patch)
tree945836041c123c912fc376fdd5a17c27d69f17de /ChangeLog
parent1e7ef5882e18b318f68804aada885eee47045593 (diff)
downloadruby-497f8904cb3f90a3abf5340a129811aceb96ee33.tar.gz
* vm_trace.c (exec_hooks): add volatile to avoid segv.
On test-all with -j, it may crash in TH_POP_TAG. Detailed mechanism is not known but this fixes it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2ed0724fa..171ecaf450 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Dec 14 10:36:10 2012 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * vm_trace.c (exec_hooks): add volatile to avoid segv.
+ On test-all with -j, it may crash in TH_POP_TAG.
+ Detailed mechanism is not known but this fixes it.
+
Fri Dec 14 04:08:05 2012 NARUSE, Yui <naruse@ruby-lang.org>
* test/ruby/envutil.rb (EnvUtil::Unit::Assertionsassert_separately):