Actions
Bug #21
closedshould terminate @receiver_thread of Net::IMAP safely
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
Updated by mame (Yusuke Endoh) over 14 years ago
- Category set to lib
- Target version changed from 2.0.0 to 1.9.2
- ruby -v set to -
Updated by shugo (Shugo Maeda) over 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
Like0
Like0Like0Like0