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 cgohlke
Recipients cgohlke, ezio.melotti, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-13.06:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473749735.07.0.359680040874.issue28114@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to build numpy-1.11.2rc1 wheels for Python 3.6.0b1 on Windows 10 with `python.exe setup.py bdist_wheel`, python36.dll (32 and 64 bit) segfaults in the `find_maxchar_surrogates` function. Some other packages built OK, e.g. Cython, pyzmq and Pillow.

The crash is at <https://hg.python.org/cpython/file/v3.6.0b1/Objects/unicodeobject.c#l1607>. The call stack is attached.

Locals:
+		begin	0x00454c49464f5250 <Error reading characters of string.>	const wchar_t *
		ch	1509860640	unsigned int
+		end	0x004550fc90512200 <Error reading characters of string.>	const wchar_t *
+		iter	0x00000259a500e7d8 L"\x2"	const wchar_t *
+		maxchar	0x0000005a59fea520 {0}	unsigned int *
+		num_surrogates	0x0000005a59fea528 {0}	__int64 *
History
Date User Action Args
2016-09-13 06:55:35cgohlkesetrecipients: + cgohlke, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower
2016-09-13 06:55:35cgohlkesetmessageid: <1473749735.07.0.359680040874.issue28114@psf.upfronthosting.co.za>
2016-09-13 06:55:35cgohlkelinkissue28114 messages
2016-09-13 06:55:34cgohlkecreate