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

Change History (1)

comment:1 by Tim Graham, 6 years ago

Resolution: needsinfo
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top