Skip to content
  • nagachika's avatar
    0cc0e437
    merge revision(s) f9a48548: [Backport #20042] · 0cc0e437
    nagachika authored
    	restore the stack pointer on finalizer
    
    	When error on finalizer, the exception will be ignored.
    	To restart the code, we need to restore the stack pointer.
    
    	fix [Bug #20042]
    	---
    	 gc.c                 | 4 ++++
    	 test/ruby/test_gc.rb | 9 +++++++++
    	 2 files changed, 13 insertions(+)
    0cc0e437
    merge revision(s) f9a48548: [Backport #20042]
    nagachika authored
    	restore the stack pointer on finalizer
    
    	When error on finalizer, the exception will be ignored.
    	To restart the code, we need to restore the stack pointer.
    
    	fix [Bug #20042]
    	---
    	 gc.c                 | 4 ++++
    	 test/ruby/test_gc.rb | 9 +++++++++
    	 2 files changed, 13 insertions(+)
Loading