Re: [Rails] ActionMailer and Ruby SMTP causing a segmentation fault!

2012-01-29 Thread Paul
First, the 1.9.1 is "normal". That's always the folder it uses. Second, are you having this problem? http://www.christopherirish.com/2011/09/02/ruby-1-9-2-segmentation-fault-and-openssl/ On Sat, Jan 28, 2012 at 1:14 PM, Don wrote: >>> tries to send out the confirmation-link email I get a segment

Re: [Rails] ActionMailer and Ruby SMTP causing a segmentation fault!

2012-01-28 Thread Don
>> tries to send out the confirmation-link email I get a segmentation-fault >> error in Ruby's SMTP library: >> >> ... lib/ruby/1.9.1/net/smtp.rb:583: [BUG] Segmentation fault > If you are using ruby 1.9.1 then upgrade to 1.9.2 (or 1.9.3 though > maybe it is still a bit new) or go back to 1.8.7 >1

Re: [Rails] ActionMailer and Ruby SMTP causing a segmentation fault!

2012-01-28 Thread Colin Law
On 27 January 2012 23:14, Don wrote: > I just activated Devise' :confirmable option in my User model.  As Devise > tries to send out the confirmation-link email I get a segmentation-fault > error in Ruby's SMTP library: > > ... lib/ruby/1.9.1/net/smtp.rb:583: [BUG] Segmentation fault If you are u