Random Segfaults
I'm running debian lenny 32bit with ruby 1.8.6 and passenger 2.2.8.
I've tried upgrading the ruby 1.8.7 and passenger 3.0.2 and I get the
same errors.
I also can't reproduce the segfault in console by running the code
that is crashing the passenger Rails process. Here are a few that are
showing up in my nginx error log:
[ pid=22232 file=ext/common/Application.h:427 time=2010-12-19
14:14:08.502 ]:
Application 0x9c6daa8: destroyed.
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/
active_record/attribute_methods.rb:60: [BUG] Segmentation fault
ruby 1.8.6 (2008-08-11) [i686-linux]
[ pid=22232 file=ext/common/Application.h:427 time=2010-12-19
14:01:30.300 ]:
Application 0xb7201048: destroyed.
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/
active_support/multibyte/chars.rb:99: [BUG] Segmentation fault
[ pid=22232 file=ext/common/Application.h:427 time=2010-12-19
13:51:46.498 ]:
Application 0xb7201048: destroyed.
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/
active_record/connection_adapters/postgresql_adapter.rb:992: [BUG]
Segmentation fault
/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/
active_record/base.rb:1045: [BUG] Segmentation fault
I have a similar setup on another server that is running debian lenny
64 bit and I don't get these errors. Anyone have any ideas how I can
start troubleshooting this?
Thanks.