Bug #2590
closed[BUG] Segmentation fault
Description
=begin
I am running
rake:db create
and I get
-- control frame ----------
c:0001 p:0000 s:0002 b:0002 l:001ebc d:001ebc TOP
-- Ruby level backtrace information-----------------------------------------
=end
Updated by luislavena (Luis Lavena) almost 15 years ago
=begin
Hello,
Reporting a segmentation fault from a Rails application without providing details about database configuration and others will not help determine the root of the segmentation fault.
There are lot of variables to consider inside a Rails application.
Also, could be this the cause of another library used in background either defined by you on config.gem / initializer or something else.
Also database adapters can be the root of this segmentation fault.
I guess you're running MySQL, and can bet version 5.1 with mysql-ruby gem 2.8.1
If I'm correct on the above, please read this:
http://blog.mmediasys.com/2009/08/21/mysqlruby-2-8-1-released/
See the "Importance of MySQL version used"
--
Luis Lavena
=end
Updated by marlboro05 (Stelios Nikolidakis) almost 15 years ago
=begin
It was the dll of the mysql
After following these instructions it worked as expected
http://forums.aptana.com/viewtopic.php?f=20&t=7563&p=27407&hilit=libmysql.dll#p27407
=end
Updated by luislavena (Luis Lavena) almost 15 years ago
=begin
Exactly, as I indicated in the post and and the previous tutorial in my blog.
Someone with rights over Redmine, please reject and close this bug report.
Thank you.¶
Luis Lavena
=end
Updated by nobu (Nobuyoshi Nakada) almost 15 years ago
- Status changed from Open to Third Party's Issue
=begin
=end