Bug #3806
closedbug report
Description
=begin
rubyw piramideMenu20100515.rbw
piramideMenu20100515.rbw: [BUG] Segmentation fault
ruby 1.9.2p0 (2010-08-18) [i386-mingw32]
-- control frame ----------
c:0001 p:0000 s:0002 b:0002 l:000f2c d:000f2c TOP¶
I make this little program on Ruby 1.8.xxx, o.s. is windows xp, gui is fxruby, database mysql.
I installed Ruby 1.9.2 and running my program by Ruby 1.9.2 I have the following warning:
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Exit code: 3
Can you help me?
=end
Files
Updated by naruse (Yui NARUSE) about 15 years ago
- Status changed from Open to Rejected
=begin
You seems to use libraries for 1.8 with 1.9.2.
Ruby 1.9 needs libraries built for 1.9.
=end