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 eryksun
Recipients Cao Hongfu, eryksun, izbyshev, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-12-05.23:56:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544054164.02.0.788709270274.issue35418@psf.upfronthosting.co.za>
In-reply-to
Content
> This traceback doesn't make sense

Enable the installer options for the debug binaries and symbol files. Ensure that this installs the *_d.[exe|dll] debug binaries and also the *.pdb symbol files for the release and debug builds. 

Run the debug build via python_d.exe to check whether it aborts from a failed assertion. If it still hangs, in Process Explorer open the dialog for Options -> Configure Symbols and add the installation directory of Python 3.7 to the beginning of the "Symbols path". At least now your stack traces should have proper symbols instead of only the names of exported functions, for what that's worth. It's a poor substitute for a [mini]dump file and a debugger.
History
Date User Action Args
2018-12-05 23:56:04eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, izbyshev, Cao Hongfu
2018-12-05 23:56:04eryksunsetmessageid: <1544054164.02.0.788709270274.issue35418@psf.upfronthosting.co.za>
2018-12-05 23:56:04eryksunlinkissue35418 messages
2018-12-05 23:56:03eryksuncreate