Changes between Version 2 and Version 3 of Ticket #27647
- Timestamp:
- Dec 27, 2016, 8:45:42 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27647 – Description
v2 v3 5 5 https://github.com/django/django/blob/b79fc11d730b5beff92e9dd8853a61524cdeffe3/django/utils/autoreload.py#L290 6 6 7 Python documentation states that the _`os.spawnve` function is NOT thread-safe on Windows_and that the `subprocess` module should be used instead.7 Python documentation states that the ''`os.spawnve` function is NOT thread-safe on Windows'' and that the `subprocess` module should be used instead. 8 8 9 9 I hence suspect that a thread that is spawned on reload makes a memory violation and causes a segmentation fault which kills off the server.