Actions
Defect #13724
closedSystemStackError when saving some issues
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Example 1:
SystemStackError (stack level too deep): app/models/issue.rb:159:in `create_or_update' app/models/issue.rb:986:in `save_issue_with_child_records' app/models/issue.rb:973:in `save_issue_with_child_records' app/controllers/issues_controller.rb:179:in `update'
Example 2:
SystemStackError (stack level too deep): app/models/issue.rb:159:in `create_or_update' app/controllers/issues_controller.rb:270:in `bulk_update' app/controllers/issues_controller.rb:259:in `each' app/controllers/issues_controller.rb:259:in `bulk_update'
What can be intersting to check regarding the structure of the issues, I presume this must have something to do with circular dependencies between issues some how.
Updated by Kristoffer Renholm over 11 years ago
The problem seem to be updating or creating sub tasks.
Updated by Kristoffer Renholm over 11 years ago
- Status changed from New to Resolved
Nevermind, as usually it's the Redmine Backlogs plugin that cause the problem.
Updated by Etienne Massip over 11 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
Actions