Bug appears

Hey,

im currently working on Ruby with Qt for almost 6 months
now but never come across any bug. Just now i have something appears on
my terminal and here it is:

/usr/local/lib/ruby/site_ruby/1.8/Qt/qtruby.rb:1367: [BUG] Bus Error
ruby 1.8.2 (2004-12-25) [powerpc-darwin7.8.0]

Abort trap

What
will be the cause of this bug to appear? Could you guys help me? I’m
indeed need help since i’m working on ruby for my Final Year project.
Thanx.

Regards,

-Rain-

Nuraini Pht wrote:

Hey,

im currently working on Ruby with Qt for almost 6 months
now but never come across any bug. Just now i have something appears on
my terminal and here it is:

/usr/local/lib/ruby/site_ruby/1.8/Qt/qtruby.rb:1367: [BUG] Bus Error
ruby 1.8.2 (2004-12-25) [powerpc-darwin7.8.0]

running ruby from within gdb then using “bt” backtrace might tell you
where it is from. How to fix it? Maybe upgrade your ruby vesion?
-=r