an unescapable BUG.
May 5, 2009
it’s just so sad that for a couple of days i have not gone far enough for my project because of this bug i don’t know how to solve.
When i try to run the server, and access the homepage (http://localhost:3000), it works fine. but when i append a controller, say ‘hello’, to form http://localhost:3000/hello, this bug shows:
C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:39: [BUG] Segmentation fault
ruby 1.8.6 (2008-08-11) [i386-mswin32]
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application’s support team for more information.
The server terminates unexpectedly. I know this isn’t a coding error, because even if an error occurs due to what I code, the server won’t terminate and instead shows an error message. I would appreciate it if anyone could give me a little help on this.
By the way, I am using Ruby 1.8.6, Rails 2.3.2, Gem 1.3.1, and MySQL Server 5.1.
** my internet connection’s currently unstable, so i cannot upload a video blog right now. Sorry.
May 5, 2009 at 4:09 pm
Seems like this has something to do with the memory but I am not sure since I don’t use RoR – http://community.appcelerator.org/message/7368;jsessionid=576AC6993954908F23B18AF509669540
May 5, 2009 at 4:11 pm
Also, have you tried upgrading your packages – Ruby 1.8.7? etc?
May 5, 2009 at 9:50 pm
yes sir, i have already done updating the packages, but the error still occurs. anyway, it might sound weird, but i tried the other way around. i tried rails 2.2.2, and voila, it worked.
finally i can now proceed. anyway, thanks sir!