ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Segmentation fault

Added by Devin Frazier at 2012-01-26 07:49 am

While running ChiliProject 2.6.0 my rails application randomly shuts down and my production log gives different segmentation faults each time. Any idea what is happening? More detail of the issue is here: http://forums.cpanel.net/f5/ruby-rails-app-randomly-stopping-254551.html


Replies (1)

RE: Segmentation fault - Added by Felix Schäfer at 2012-01-29 06:12 pm

The only common thing I see there is the gsub/RegEx, and that's something handled by ruby itself. Generally, a segfault is most likely either an error in the ruby interpreter (either in ruby itself or how it's been compiled) or some hardware error (memory most times). Please also note the CI/tests are run against patch level 352 of ruby 1.8.2, and you seem to be on an earlier one.

(1-1/1)