New issue 2472: Access violation writing location 0x00000000. https://bitbucket.org/pypy/pypy/issues/2472/access-violation-writing-location
Chris Muller: pypy.exe crashes eventually when running my application. Sometimes it takes 30 minutes or more to crash, but it always eventually crashes. Here's the full error message: Unhandled exception at 0x776B6B97 (ntdll.dll) in pypy.exe: 0xC0000005: Access violation writing location 0x00000000. I am running on Windows 10, and the project uses Tornado and some thread calculations, but I have yet to pinpoint what exactly is causing this error since it takes so long to trigger it. Wanted to make the team aware in case they have some idea of what causes this. I am mostly avoiding pypy for now due to this bug, even though it gives me great performance up until the crash. I am aware that Tornado is not officially supported on Windows, which may be part of the issue - however, my project runs perfectly using standard Python. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue