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

Updated by drbrain (Eric Hodel) about 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) about 12 years ago

  • Status changed from Open to Assigned

Updated by wanabe (_ wanabe) over 9 years ago

This issue may be due to Mac bundled OpenSSL like [Bug #6886].
Two crash reports (this and [Bug #6886]'s) are similar in that crashed threads have called 'CRYPTO_get_ex_data' before '_sigtramp' and crashes have been triggered by 'ossl_start_ssl'.

Actions #4

Updated by wanabe (_ wanabe) over 9 years ago

  • Related to Bug #6886: Segmentation fault after update added
Actions #5

Updated by zzak (zzak _) over 8 years ago

  • Assignee changed from MartinBosslet (Martin Bosslet) to 7150

Updated by rhenium (Kazuki Yamaguchi) almost 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

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0