Issue #9844 has been updated by Tomoyuki Chikanaga. Status changed from Assigned to Closed % Done changed from 0 to 100 Applied in changeset r46522. ---------- merge revision(s) r45947,r45951: [Backport #9739] [Backport #9844] * thread_win32.c (rb_w32_stack_overflow_handler): use Structured Exception Handling by Addvectoredexceptionhandler() for machine stack overflow on mingw. This would be equivalent to the handling using __try and __exept on mswin introduced by r43748. Exception Handling by AddVectoredExceptionHandler() for machine This would be equivalent to the handling using __try and __except ---------------------------------------- Backport #9844: Backport r45947, r45951 https://bugs.ruby-lang.org/issues/9844#change-47348 * Author: Hiroshi Shirosaki * Status: Closed * Priority: Normal * Assignee: Tomoyuki Chikanaga ---------------------------------------- Fix machine stack overflow handling on mingw. See #9739. r45947, r45951 -- https://bugs.ruby-lang.org/