Changes between Initial Version and Version 1 of Ticket #27766
- Timestamp:
- Jan 23, 2017, 9:10:55 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27766 – Description
initial v1 12 12 However, `python manage.py runserver --noreload` works fine, so it seems related to the auto-reloader. 13 13 14 Here is the info from the Windows Event Viewer: 15 16 17 18 {{{ 19 Faulting application name: python.exe, version: 3.5.1150.1013 20 Faulting module name: ucrtbase.dll, version: 10.0.14393.0 21 Exception code: 0xc0000005 22 Faulting module path: C:\WINDOWS\System32\ucrtbase.dll 23 24 }}} 25 26 14 27 I have seen it happen with at least 5 people using Py3 & PowerShell, with Windows 8 or 10, and various PC models. (Though most people seem unaffected.) 15 28 29 30 16 31 Occurs with Django 1.8/1.10 and Python 3.5/3.6, maybe others also.