﻿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
2414	coredump of python by a template extending itself	chukharev@…	Chris Beaven	"I'm just starting with Django. When I made by a mistake so that a template jobs/base.html extended inself instead of intended base.html
(one level up), the development server died and I got a python.core file. I believe this is a bug in python interpreter, but I think that
django can detect the situation triggering this bug and present a resonable message. I also hope that django developers can extract
a small reproducible case for python developers...


If jobs/base.html starts with
{{{
{% extends ""base.html"" %}
}}}
everything works OK. If it starts with 
{{{
{% extends ""jobs/base.html"" %}
}}}
the coredump happens.

Additional information:
{{{
$ uname -a
FreeBSD h33.h33.erkki.ton.tut.fi 6.1-RC FreeBSD 6.1-RC #0: Fri Apr 21 12:34:43 EEST 2006     root@h33.h33.erkki.ton.tut.fi:/usr/obj/usr/src/sys/H33  i386
$ pkg_info -I '*django*'
py24-django-devel-20060704 High-level Python Web framework
}}}
BTW, thanks for great software!"	defect	closed	Template system		normal	wontfix		karsten@… crucialfelix@…	Ready for checkin	1	0	0	0	0	0
