[ruby-core:70764] [Ruby trunk - Bug #6181] Ruby crash when trying to send a mail (tls/gmail)

From: zzak@...
Date: 2015-09-13 03:19:00 UTC
List: ruby-core #70764
Issue #6181 has been updated by Zachary Scott.

Assignee changed from Martin Bosslet to openssl

----------------------------------------
Bug #6181: Ruby crash when trying to send a mail (tls/gmail)
https://bugs.ruby-lang.org/issues/6181#change-54143

* Author: Mariano Simone
* Status: Assigned
* Priority: Normal
* Assignee: openssl
* ruby -v: ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0]
* Backport: 
----------------------------------------
The following code made ruby crash:

require 'net/smtp'

smtp = Net::SMTP.new 'smtp.gmail.com', 587

smtp.enable_starttls

smtp.start("gmail.com", "***edited***", "***edited***", :login) do
  smtp.send_message("hello world!!", "mljsimone@gmail.com", "undefined.behaviour@gmail.com")
end

---Files--------------------------------
ruby_2012-03-21-002337_Mariano-Simones-MacBook-Pro.crash (6.85 KB)
crash.txt (4.02 KB)


-- 
https://bugs.ruby-lang.org/

In This Thread