<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>this oughta be interesting... &#187; rvm</title>
	<atom:link href="http://joshsharpe.com/archives/category/rvm/feed" rel="self" type="application/rss+xml" />
	<link>http://joshsharpe.com</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 17:52:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SSL! Abort Trap! Egad!</title>
		<link>http://joshsharpe.com/archives/ssl-abort-trap-egad</link>
		<comments>http://joshsharpe.com/archives/ssl-abort-trap-egad#comments</comments>
		<pubDate>Wed, 06 Jan 2010 15:23:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rvm]]></category>

		<guid isPermaLink="false">http://joshsharpe.com/?p=76</guid>
		<description><![CDATA[This recently happened to me: $ rake db:migrate /Users/jsharpe/.rvm/ree-1.8.7-2009.10/lib/ruby/1.8/openssl/ssl.rb:31: [BUG] Bus Error ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin9.8.0], MBARI 0x8770, Ruby Enterprise Edition 2009.10 Abort trap I&#8217;m really not sure who the culprit is here. I don&#8217;t think it&#8217;s REE since it also happens with 1.8.7. So is it 1.8.7? Is it RVM? Openssl? Or [...]]]></description>
			<content:encoded><![CDATA[<p>This recently happened to me:</p>
<pre>
$ rake db:migrate
/Users/jsharpe/.rvm/ree-1.8.7-2009.10/lib/ruby/1.8/openssl/ssl.rb:31: [BUG] Bus Error
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin9.8.0], MBARI 0x8770, Ruby Enterprise Edition 2009.10

Abort trap
</pre>
<p>I&#8217;m really not sure who the culprit is here.  I don&#8217;t think it&#8217;s REE since it also happens with 1.8.7.  So is it 1.8.7?  Is it RVM?  Openssl?  Or is it me? Whatever the case this took me a LONG time to figure out &#8211; I hope this post saves many thousands of people countless wasted hours.</p>
<p>Add this to ~/.bash_profile</p>
<pre>
export RUBYOPT="-ropenssl"
</pre>
]]></content:encoded>
			<wfw:commentRss>http://joshsharpe.com/archives/ssl-abort-trap-egad/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

