This project is closed and read-only.
Actions
Backport #9844
closedBackport r45947, r45951
Backport #9844:
Backport r45947, r45951
Status:
Closed
Assignee:
Actions
This project is closed and read-only.
Added by h.shirosaki (Hiroshi Shirosaki) over 12 years ago. Updated over 12 years ago.
Tomoyuki Chikanaga, can you apply those revisions to ruby_2_1 branch?
This is part of the last 2 issues holding 2.1.x release of RubyInstaller, so want to ensure are backported before any new release.
Thank you.
Tomoyuki Chikanaga, do you want us create patch/pull request with the modifications?
Will be great to have this backported before next release of 2.1
Thank you.
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