Project

General

Profile

Actions

Bug #6181

closed

Ruby crash when trying to send a mail (tls/gmail)

Added by mljsimone (Mariano Simone) about 12 years ago. Updated almost 8 years ago.

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:
[ruby-core:43515]

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!!", "", "")
end


Files

ruby_2012-03-21-002337_Mariano-Simones-MacBook-Pro.crash (6.85 KB) ruby_2012-03-21-002337_Mariano-Simones-MacBook-Pro.crash crash report mljsimone (Mariano Simone), 03/21/2012 12:28 PM
crash.txt (4.02 KB) crash.txt bash output mljsimone (Mariano Simone), 03/21/2012 12:28 PM

Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #6886: Segmentation fault after updateThird Party's Issue08/17/2012Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0