From: k@... Date: 2016-07-02T02:38:18+00:00 Subject: [ruby-core:76221] [Ruby trunk Bug#6181][Third Party's Issue] Ruby crash when trying to send a mail (tls/gmail) Issue #6181 has been updated by Kazuki Yamaguchi. Status changed from Assigned to Third Party's Issue I think this is the same as #6886, too. OpenSSL bundled with OS X is no longer supported, so I'm closing this as Third Party's Issue. ---------------------------------------- Bug #6181: Ruby crash when trying to send a mail (tls/gmail) https://bugs.ruby-lang.org/issues/6181#change-59445 * Author: Mariano Simone * Status: Third Party's Issue * 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/ Unsubscribe: