Re: [Django] #27766: runserver crashes because of auto-reloader (Py3 + PowerShell)

2017-02-23 Thread Django
#27766: runserver crashes because of auto-reloader (Py3 + PowerShell)
---+--
 Reporter:  oTree-org  |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Utilities  |  Version:  1.10
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by David O'Connor):

 Same issue, with both Powershell and PyCharm. Sorry, can't confirm if the
 bug lies with Django, or Powershell and Pycharm.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.08f1e08f13d9d68977ecac7e8f59d8f9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27766: runserver crashes because of auto-reloader (Py3 + PowerShell)

2017-02-16 Thread Django
#27766: runserver crashes because of auto-reloader (Py3 + PowerShell)
---+--
 Reporter:  oTree-org  |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Utilities  |  Version:  1.10
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by oTree-org):

 @urbanit: I think this issue is related:
 https://youtrack.jetbrains.com/issue/PY-17069#comment=27-1804561&tab=Comments

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.1beb5131e0e09429fb99fbf7ef26d499%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27766: runserver crashes because of auto-reloader (Py3 + PowerShell)

2017-02-16 Thread Django
#27766: runserver crashes because of auto-reloader (Py3 + PowerShell)
---+--
 Reporter:  oTree-org  |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Utilities  |  Version:  1.10
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Description changed by oTree-org:

Old description:

> @urbanit: I think this may be related:
> https://youtrack.jetbrains.com/issue/PY-17069#comment=27-1804561&tab=Comments

New description:

 Repro steps:

 - Install Python 3.x (doesn't happen on 2.x)
 - Open Windows PowerShell (only happens with PowerShell, not CMD or bash)
 - `pip install django`
 - `django-admin startproject foobar`
 - `cd foobar`
 - `python manage.py runserver`

 This causes a Windows crash with a window that says: "Python has stopped
 working": http://imgur.com/dOt6eKE

 However, `python manage.py runserver --noreload` works fine, so it seems
 related to the auto-reloader.

 Here is the info from the Windows Event Viewer:

 {{{
 Faulting application name: python.exe, version: 3.5.1150.1013
 Faulting module name: ucrtbase.dll, version: 10.0.14393.0
 Exception code: 0xc005
 Faulting module path: C:\WINDOWS\System32\ucrtbase.dll

 }}}

 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.)

 Occurs with Django 1.8/1.10 and Python 3.5/3.6, maybe others also.

--

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.f9ea1b4e9fa22c7c3c1ee2ecca5b3afb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27766: runserver crashes because of auto-reloader (Py3 + PowerShell)

2017-02-16 Thread Django
#27766: runserver crashes because of auto-reloader (Py3 + PowerShell)
---+--
 Reporter:  oTree-org  |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Utilities  |  Version:  1.10
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Description changed by oTree-org:

Old description:

> Repro steps:
>
> - Install Python 3.x (doesn't happen on 2.x)
> - Open Windows PowerShell (only happens with PowerShell, not CMD or bash)
> - `pip install django`
> - `django-admin startproject foobar`
> - `cd foobar`
> - `python manage.py runserver`
>
> This causes a Windows crash with a window that says: "Python has stopped
> working": http://imgur.com/dOt6eKE
>
> However, `python manage.py runserver --noreload` works fine, so it seems
> related to the auto-reloader.
>
> Here is the info from the Windows Event Viewer:
>

>
> {{{
> Faulting application name: python.exe, version: 3.5.1150.1013
> Faulting module name: ucrtbase.dll, version: 10.0.14393.0
> Exception code: 0xc005
> Faulting module path: C:\WINDOWS\System32\ucrtbase.dll
>
> }}}
>

> 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.)
>

>
> Occurs with Django 1.8/1.10 and Python 3.5/3.6, maybe others also.

New description:

 @urbanit: I think this may be related:
 https://youtrack.jetbrains.com/issue/PY-17069#comment=27-1804561&tab=Comments

--

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.fd682eea6a77ec98ecee31ffb5cc6856%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27766: runserver crashes because of auto-reloader (Py3 + PowerShell)

2017-02-13 Thread Django
#27766: runserver crashes because of auto-reloader (Py3 + PowerShell)
---+--
 Reporter:  oTree-org  |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Utilities  |  Version:  1.10
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Tim Graham):

 * status:  new => closed
 * resolution:   => needsinfo


Comment:

 As I said before, "To accept the ticket, we need an explanation of why
 Django (and not, for example, Python or PowerShell) is at fault." Please
 don't reopen the ticket without that explanation.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.fd71bbaf765d671106f28ce8b558d2fd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27766: runserver crashes because of auto-reloader (Py3 + PowerShell)

2017-02-13 Thread Django
#27766: runserver crashes because of auto-reloader (Py3 + PowerShell)
---+--
 Reporter:  oTree-org  |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  Utilities  |  Version:  1.10
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by urbanit):

 * status:  closed => new
 * resolution:  needsinfo =>


Comment:

 Same situation here, windows 10 pro 1607 // pyhton 3.6 // Django 1.10.5

 Thanks @oTree-org for the workaround with --noreload

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.579d7a3eb6bdbee6b6f75773d4f8224d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27766: runserver crashes because of auto-reloader (Py3 + PowerShell)

2017-01-24 Thread Django
#27766: runserver crashes because of auto-reloader (Py3 + PowerShell)
---+--
 Reporter:  oTree-org  |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Utilities  |  Version:  1.10
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Tim Graham):

 * status:  new => closed
 * resolution:   => needsinfo


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.e5a959c598b1d396d8da7e47b4039aa6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27766: runserver crashes because of auto-reloader (Py3 + PowerShell)

2017-01-23 Thread Django
#27766: runserver crashes because of auto-reloader (Py3 + PowerShell)
---+--
 Reporter:  oTree-org  |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  Utilities  |  Version:  1.10
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by Tim Graham):

 * type:  Uncategorized => Bug
 * component:  Uncategorized => Utilities


Comment:

 To accept the ticket, we need an explanation of why Django (and not, for
 example, Python or PowerShell) is at fault. In similar tickets, (#27657,
 #27586) no one has been able to provide that.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.9b42a19b83f5aa57b186a22b9dc703fc%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27766: runserver crashes because of auto-reloader (Py3 + PowerShell)

2017-01-23 Thread Django
#27766: runserver crashes because of auto-reloader (Py3 + PowerShell)
---+--
 Reporter:  oTree-org  |Owner:  nobody
 Type:  Uncategorized  |   Status:  new
Component:  Uncategorized  |  Version:  1.10
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Description changed by oTree-org:

Old description:

> Repro steps:
>
> - Install Python 3.x (doesn't happen on 2.x)
> - Open Windows PowerShell (only happens with PowerShell, not CMD or bash)
> - `pip install django`
> - `django-admin startproject foobar`
> - `cd foobar`
> - `python manage.py runserver`
>
> This causes a Windows crash with a window that says: "Python has stopped
> working": http://imgur.com/dOt6eKE
>
> However, `python manage.py runserver --noreload` works fine, so it seems
> related to the auto-reloader.
>
> 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.)
>
> Occurs with Django 1.8/1.10 and Python 3.5/3.6, maybe others also.

New description:

 Repro steps:

 - Install Python 3.x (doesn't happen on 2.x)
 - Open Windows PowerShell (only happens with PowerShell, not CMD or bash)
 - `pip install django`
 - `django-admin startproject foobar`
 - `cd foobar`
 - `python manage.py runserver`

 This causes a Windows crash with a window that says: "Python has stopped
 working": http://imgur.com/dOt6eKE

 However, `python manage.py runserver --noreload` works fine, so it seems
 related to the auto-reloader.

 Here is the info from the Windows Event Viewer:



 {{{
 Faulting application name: python.exe, version: 3.5.1150.1013
 Faulting module name: ucrtbase.dll, version: 10.0.14393.0
 Exception code: 0xc005
 Faulting module path: C:\WINDOWS\System32\ucrtbase.dll

 }}}


 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.)



 Occurs with Django 1.8/1.10 and Python 3.5/3.6, maybe others also.

--

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.774873789cf746c3e1287c83a21f1d72%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.