[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Please help a newbie:

Michael Broukhim

1/10/2009 12:55:00 AM

Whenever I run any script on my web app (rake commands, script/server),
I get the following error, and I have no idea what to do about it:

/opt/local/lib/ruby/gems/1.8/gems/libxml-ruby-0.9.7/lib/libxml_ruby.bundle:
[BUG] Bus Error
ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9]

Abort trap



Any help would be greatly appreciated. Already have tried reinstalling
libxml via macports, installing ruby in macports, etc... In a bit over
my head...
--
Posted via http://www.ruby-....

1 Answer

Ilan Berci

1/12/2009 9:46:00 PM

0

Michael Broukhim wrote:
> Whenever I run any script on my web app (rake commands, script/server),
> I get the following error, and I have no idea what to do about it:
>
> /opt/local/lib/ruby/gems/1.8/gems/libxml-ruby-0.9.7/lib/libxml_ruby.bundle:
> [BUG] Bus Error
> ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9]
>
> Abort trap
>
>
>
> Any help would be greatly appreciated. Already have tried reinstalling
> libxml via macports, installing ruby in macports, etc... In a bit over
> my head...

run the command again with tracing enabled and you will probably get
more of a clue..

rake --version --trace

ilan
--
Posted via http://www.ruby-....