This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cmckain
Recipients cmckain
Date 2017-03-26.03:53:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490500413.47.0.654460616526.issue29908@psf.upfronthosting.co.za>
In-reply-to
Content
Almost every time I attempt to run my Django server ("python manage.py runserver") from PyCharm, python.exe crashes with the error "Unhandled exception at 0x7647BD9E (ucrtbase.dll) in python.exe: 0xC0000005: Access violation reading location 0x03BF8000." and "Process finished with exit code -1073741819 (0xC0000005)" is printed in the console. These errors only happen about 90% of the time.
History
Date User Action Args
2017-03-26 03:53:33cmckainsetrecipients: + cmckain
2017-03-26 03:53:33cmckainsetmessageid: <1490500413.47.0.654460616526.issue29908@psf.upfronthosting.co.za>
2017-03-26 03:53:33cmckainlinkissue29908 messages
2017-03-26 03:53:32cmckaincreate