Starting server yields [BUG] Bus Error

Hi,

When I type script/server, I get the following errors:

/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.bundle: [BUG] Bus Error
ruby 1.8.6 (2007-09-24) [i686-darwin9.2.0]

script/server webrick returns the same error.

I intend to use mongrel, not fcgi. I have no idea why I get this error.

T

On 5/12/08, T K [email protected] wrote:

I intend to use mongrel, not fcgi. I have no idea why I get this error.
Does script/console produce anything helpful? Sometimes if you take
the server out of the equation the Rails environment will give you a
better error message.


Greg D.
http://destiney.com/

I uninstalled all the gems and reinstalled them again, then everything
was fixed.

-T