Project

General

Profile

Receiving "SystemStackError: stack level too deep" when updating parent task ID

Added by Andy Shinn almost 12 years ago

I have a certain issue that has a preceding, following, and related issue IDs. This issue is a sub-issue of another parent. When I try to change the parent issue ID, Redmine hangs for a couple minutes and then comes back with a "Redmine 500 error - Internal error". I have pasted the "stack level too deep" full error at https://gist.github.com/2776340.

My environment is:

[root@services redmine]# RAILS_ENV=production script/about
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /usr/lib64/ruby/gems/1.8/gems/rails-2.3.14/lib/rails/gem_dependency.rb:21.
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.8.22
Rack version 1.1.3
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Application root /var/www/redmine-1.4.1
Environment production
Database adapter mysql
Database schema version 20120301153455

About your Redmine plugins
Redmine Theme Changer plugin 0.0.5

This is on CentOS 5 with just one plugin (which is shown). I have also tried removing the plugin and it doesn't seem to affect it. What could be the issue here?