﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35120	Stack overflow in render method when many instances of included template	Morgan10E	nobody	"To reproduce behavior:
1. Create a base template
2. Create a template to include. It does not matter what the contents are
3. Force included template to be included thousands of times
4. See ""error_no_response"" on client

On the server, we were able to observe through print statements that everything up to the render call was executing as expected. However, there was no error to indicate what might be going wrong. We narrowed down the likely culprit to stack overflow via the following observations:
1. If you put the contents of the included template directly in the base template, the issue does not occur and the page renders as expected
2. If you reduce the number of instances of the include, the issue does not occur and the page renders as expected

The desired behavior would be to at least surface some type of actionable error message.
"	Bug	closed	Template system	4.1	Normal	needsinfo	render template include		Unreviewed	0	0	0	0	0	0
