Opened 6 years ago
Closed 6 years ago
#29601 closed Bug (needsinfo)
Segfault while rendering a template
Reported by: | Veli-Matti Helke | Owned by: | nobody |
---|---|---|---|
Component: | Template system | Version: | 2.0 |
Severity: | Normal | Keywords: | segfault, template, rendering |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I have found a segfault in Django 2.0 while rendering a template.
Detailed info here, and instructions of how to reproduce the fault: https://github.com/vhelke/django-cas-crash
Note:
See TracTickets
for help on using tickets.
Generally a segfault would be blamed on Python or elsewhere as Django doesn't contain any C code. Feel free to reopen if you can explain why Django is at fault.