Project

General

Profile

Actions

Bug #21

closed

should terminate @receiver_thread of Net::IMAP safely

Added by shugo (Shugo Maeda) almost 16 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
-
Backport:
[ruby-dev:34881]

Description

=begin
@receiver_thread of Net::IMAP may be terminated by exception,
and this causes the process termination if Thread.abort_on_exception is true.

Then Net::IMAP#disconnect does not call @receiver_thread.join if TCPSocket#close
raises an exception.

Reported by Tanaka Akira in [ruby-dev:34821].
=end

Actions #1

Updated by yugui (Yuki Sonoda) over 15 years ago

  • Target version set to 2.0.0

=begin

=end

Actions #2

Updated by mame (Yusuke Endoh) almost 14 years ago

  • Category set to lib
  • Target version changed from 2.0.0 to 1.9.2
  • ruby -v set to -

=begin
Hi, Shugo

Is this issue still unsolved?

--
Yusuke Endoh
=end

Actions #3

Updated by shugo (Shugo Maeda) almost 14 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

=begin
This issue was solved with changeset r27690.
Shugo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0