diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-23 19:50:49 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-23 19:50:49 +0000 |
commit | 362208c041ee8feed9262d0c7f2c78bf3caea6e5 () | |
tree | 9bac89e1c6be37624cbcf3a262a4e858274e986a | |
parent | 20219afd83a34cf4f09424f5d18d39db2b6dedba (diff) |
Add timeout to infinite loop [Bug #8100]
On FreeBSD, it doesn't SEGV. http://fbsd.rubyci.org/~chkbuild/ruby-trunk/log/20130323T170203Z.log.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | KNOWNBUGS.rb | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -4,10 +4,13 @@ # assert_normal_exit %q{ - loop do - def x - "hello" * 1000 end - method(:x).call end }, '[ruby-core:53640] [Bug #8100]' |