aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-09-06 13:04:36 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-09-06 13:04:36 +0900
commit41b7c335d3ede90e7bc1b469de242df392dc6adc (patch)
treed78023c3ee7c3b8bf7cb8beab83389fceda6c560 /tool/lib
parent3b60e5e6bc2c84b971bea9c8312eb5d33ada2ff5 (diff)
downloadruby-41b7c335d3ede90e7bc1b469de242df392dc6adc.tar.gz
Revert "Add a temporal stack dumper for debugging on trunk-mjit"
This reverts commit 433c9c00d96124e3b416d0a20ff795b0ad4273fa. Successfully captured some traces, and 3b60e5e6bc2c84b971bea9c8312eb5d33ada2ff5 seems to fix the issue.
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/envutil.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/tool/lib/envutil.rb b/tool/lib/envutil.rb
index 2b943834ac..2faf48385e 100644
--- a/tool/lib/envutil.rb
+++ b/tool/lib/envutil.rb
@@ -149,9 +149,6 @@ module EnvUtil
if (!th_stdout || th_stdout.join(timeout)) && (!th_stderr || th_stderr.join(timeout))
timeout_error = nil
else
- if File.exist?("/home/ko1/ruby/build-ruby/gdbscript")
- system("gdb", "-p", pid.to_s, "-x", "/home/ko1/ruby/build-ruby/gdbscript", "-batch", "-quiet")
- end
status = terminate(pid, signal, opt[:pgroup], reprieve)
terminated = Time.now
end