Actions
Bug #6181
closedRuby crash when trying to send a mail (tls/gmail)
Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0]
Backport:
Description
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
Updated by drbrain (Eric Hodel) over 12 years ago
- Category set to ext
- Assignee set to MartinBosslet (Martin Bosslet)
The crash is during X509 certificate verification.
Updated by mame (Yusuke Endoh) over 12 years ago
- Status changed from Open to Assigned
Updated by wanabe (_ wanabe) almost 10 years ago
Updated by wanabe (_ wanabe) almost 10 years ago
- Related to Bug #6886: Segmentation fault after update added
Updated by zzak (zzak _) about 9 years ago
- Assignee changed from MartinBosslet (Martin Bosslet) to 7150
Updated by rhenium (Kazuki Yamaguchi) over 8 years ago
- 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.
Actions
Like0
Like0Like0Like0Like0Like0Like0