Skip to content

Commit

Permalink
signal.c: do not disable handlers to dump core
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jun 9, 2017
1 parent 9abe121 commit 1b6e7a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,6 @@ sig_list(void)
static const char failed[] = "failed to install "signame" handler"; \
if (!(cond)) break; \
if (reserved_signal_p(signum)) rb_bug(failed); \
ruby_enable_coredump = 1; \
perror(failed); \
} while (0)
static int
Expand Down

0 comments on commit 1b6e7a3

Please sign in to comment.