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 yapydev
Recipients paul.moore, steve.dower, terry.reedy, tim.golden, yapydev, zach.ware
Date 2019-04-26.22:00:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556316057.24.0.35353108339.issue36736@roundup.psfhosted.org>
In-reply-to
Content
Here's the crash call stack:

Debug session time: Fri Apr 26 14:39:04.000 2019 (UTC - 7:00)
System Uptime: 3 days 12:26:46.641
Process Uptime: 0 days 0:02:27.000
...............................................
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(70a8.52a0): Access violation - code c0000005 (first/second chance not available)
For analysis of this file, run !analyze -v
ntdll!ZwWaitForMultipleObjects+0x14:
00007ffc`c67cf114 c3              ret
0:000> kc
 # Call Site
00 ntdll!ZwWaitForMultipleObjects
01 KERNELBASE!WaitForMultipleObjectsEx
02 KERNELBASE!WaitForMultipleObjects
03 kernel32!WerpReportFaultInternal
04 kernel32!WerpReportFault
05 KERNELBASE!UnhandledExceptionFilter
06 ntdll!RtlpThreadExceptionFilter
07 ntdll!RtlUserThreadStart$filt$0
08 ntdll!__C_specific_handler
09 ntdll!RtlpExecuteHandlerForException
0a ntdll!RtlDispatchException
0b ntdll!KiUserExceptionDispatch
*** WARNING: Unable to verify checksum for win32file.pyd
0c KERNELBASE!LockFileEx
0d win32file
0e python37!_PyMethodDef_RawFastCallKeywords
0f python37!_PyCFunction_FastCallKeywords
10 python37!call_function
11 python37!_PyEval_EvalFrameDefault
12 python37!PyEval_EvalFrameEx
13 python37!_PyEval_EvalCodeWithName
14 python37!PyEval_EvalCodeEx
15 python37!PyEval_EvalCode
16 python37!run_mod
17 python37!PyRun_InteractiveOneObjectEx
18 python37!PyRun_InteractiveLoopFlags
19 python37!PyRun_AnyFileExFlags
1a python37!pymain_run_file
1b python37!pymain_run_filename
1c python37!pymain_run_python
1d python37!pymain_main
1e python37!Py_Main
1f python!invoke_main
20 python!__scrt_common_main_seh
21 kernel32!BaseThreadInitThunk
22 ntdll!RtlUserThreadStart
History
Date User Action Args
2019-04-26 22:00:57yapydevsetrecipients: + yapydev, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2019-04-26 22:00:57yapydevsetmessageid: <1556316057.24.0.35353108339.issue36736@roundup.psfhosted.org>
2019-04-26 22:00:57yapydevlinkissue36736 messages
2019-04-26 22:00:56yapydevcreate