Opened 6 years ago

Closed 6 years ago

#28855 closed Bug (needsinfo)

Running Django, I crashed the Python interpreter (wow)

Reported by: Bill Torcaso Owned by: nobody
Component: Uncategorized Version: 1.8
Severity: Normal Keywords: crash, python
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 was debugging my Django 1.8 app with 'runserver', and I crashed Python. I hope that submitting this trace will be of some use to the Django team. The error is not repeatable.

Attachments (1)

python-realloc-failure.txt (26.6 KB ) - added by Bill Torcaso 6 years ago.

Download all attachments as: .zip

Change History (2)

by Bill Torcaso, 6 years ago

Attachment: python-realloc-failure.txt added

comment:1 by Tim Graham, 6 years ago

Resolution: needsinfo
Status: newclosed

Without a way to reproduce, it's not of much use. Also, an interpreter crash is more likely a Python problem than a Django one.

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