Project

General

Profile

Actions

Defect #13724

closed

SystemStackError when saving some issues

Added by Kristoffer Renholm about 11 years ago. Updated about 11 years ago.

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.

Actions

Also available in: Atom PDF