Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemStackError #356

Open
cccxg opened this issue Jul 3, 2023 · 0 comments
Open

SystemStackError #356

cccxg opened this issue Jul 3, 2023 · 0 comments

Comments

@cccxg
Copy link

cccxg commented Jul 3, 2023

Got a SystemStackError while try to access a specified issue.

When i try to access http://10.10.1.10/issues/62146, it shows:

Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.

If you are the Redmine administrator, check your log files for details about the error.

Back

While others issues are accessible except this one.

Versions are:

- Redmine 4.1.1
- Apache 2.4.46
- ImageMagick 6.9.8
- MySQL 5.7.31
- Subversion 1.14.0
- Git 2.28.0
- Ruby 2.5.8
- Rails 5.0.7.2
- RubyGems 2.7.9

- Redmine CKEditor plugin 1.2.3

Log:

Started GET "/issues/62146" for 10.10.2.81 at 2023-07-03 14:19:13 +0800
Processing by IssuesController#show as HTML
  Parameters: {"id"=>"62146"}
  Current user: cxg95926 (id=677)
  Rendering issues/show.html.erb within layouts/base
  Rendered issues/_action_menu.html.erb (3.5ms)
  Rendered issues/tabs/_history.html.erb (261.6ms)
  Rendered common/_tabs.html.erb (263.0ms)
  Rendered issues/show.html.erb within layouts/base (310.5ms)
Completed 500 Internal Server Error in 435ms (ActiveRecord: 46.6ms)
  
SystemStackError (stack level too deep):
  
plugins/redmine_ckeditor/lib/redmine_ckeditor/wiki_formatting/formatter.rb:27:in `to_html'
lib/redmine/wiki_formatting.rb:90:in `block in to_html'
lib/redmine/wiki_formatting.rb:89:in `to_html'
app/helpers/application_helper.rb:783:in `textilizable'
app/helpers/journals_helper.rb:63:in `render_notes'
app/views/issues/tabs/_history.html.erb:34:in `block in _app_views_issues_tabs__history_html_erb___3379207512781074879_69945905064120'
app/views/issues/tabs/_history.html.erb:7:in `each'
app/views/issues/tabs/_history.html.erb:7:in `_app_views_issues_tabs__history_html_erb___3379207512781074879_69945905064120'
app/views/common/_tabs.html.erb:21:in `block in _app_views_common__tabs_html_erb__2777821713393971960_69945903693760'
app/views/common/_tabs.html.erb:20:in `each'
app/views/common/_tabs.html.erb:20:in `_app_views_common__tabs_html_erb__2777821713393971960_69945903693760'
app/helpers/application_helper.rb:439:in `render_tabs'
app/views/issues/show.html.erb:126:in `_app_views_issues_show_html_erb__2110095140919337371_69945901219480'
app/controllers/issues_controller.rb:107:in `block (2 levels) in show'
app/controllers/issues_controller.rb:99:in `show'
plugins/redmine_per_project_formatting/lib/redmine_per_project_formatting/application_controller_patch.rb:24:in `block in change_text_formatting'
plugins/redmine_per_project_formatting/lib/redmine_per_project_formatting/setting_patch.rb:19:in `within_text_formatting'
plugins/redmine_per_project_formatting/lib/redmine_per_project_formatting/application_controller_patch.rb:23:in `change_text_formatting'
lib/redmine/sudo_mode.rb:65:in `sudo_mode'
plugins/redmine_dmsf/lib/redmine_dmsf/webdav/custom_middleware.rb:60:in `call'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant