Project

General

Profile

« Previous | Next » 

Revision bcf823fd

Added by ko1 (Koichi Sasada) almost 2 years ago

Revert "[rubygems/rubygems] Set thread configurations inside block"

This reverts commit db80e947a382a6a9ef2295e81f5b97c6a8ecbce7.

This patch uses Thread.abort_on_exception = true and it affects
all of threads. This is why CI systems fails.

How to modify:

  • use thread.abort_on_exception = true for specific threads
  • Run this code in a separated process