From 6ccadbafcd86fd236beb9bc3390d13ccf8fb9be0 Mon Sep 17 00:00:00 2001 From: nagachika Date: Mon, 26 Sep 2016 14:13:28 +0000 Subject: merge revision(s) 56030,56035: [Backport #12711] * vm_dump.c (backtrace): use rip in the saved context for the case the SIGSEGV is received when the process is in userland. Note that ip in the stack should be used if the signal is received when it is in kernel (when it is calling syscall) [Bug #12711] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@56257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b143725230..20cb13f06a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 26 23:10:43 2016 NARUSE, Yui + + * vm_dump.c (backtrace): use rip in the saved context for the case + the SIGSEGV is received when the process is in userland. + Note that ip in the stack should be used if the signal is received + when it is in kernel (when it is calling syscall) [Bug #12711] + Mon Sep 26 20:23:32 2016 CHIKANAGA Tomoyuki * gems/bundled_gems: update minitest to 5.8.5. -- cgit v1.2.3