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 vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-05-31.15:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527779615.11.0.682650639539.issue33720@psf.upfronthosting.co.za>
In-reply-to
Content
Follow-up of bpo-33719.

C:\Users\vstinner\AppData\Local\Programs\Python\Python37>python.exe -m test test_marshal -v
== CPython 3.7.0b5 (v3.7.0b5:abb8802389, May 31 2018, 01:54:01) [MSC v.1913 64 bit (AMD64)]
== Windows-10-10.0.16299-SP0 little-endian
== cwd: C:\Users\vstinner\AppData\Local\Temp\test_python_3836
== CPU count: 2
== encodings: locale=cp1252, FS=utf-8
Run tests sequentially
0:00:00 [1/1] test_marshal
(...)
test_loads_2x_code (test.test_marshal.BugsTestCase) ... Windows fatal exception: stack overflow

Current thread 0x000003a0 (most recent call first):
  File "C:\Users\vstinner\AppData\Local\Programs\Python\Python37\lib\unittest\case.py", line 178 in handle
  File "C:\Users\vstinner\AppData\Local\Programs\Python\Python37\lib\unittest\case.py", line 743 in assertRaises
  File "C:\Users\vstinner\AppData\Local\Programs\Python\Python37\lib\test\test_marshal.py", line 215 in test_loads_2x_code
  (...)

Crashes in test_marshal is on old topic:

* bpo-1050
* bpo-2286
* bpo-25264
* bpo-22734
* bpo-27019

Current stack size: 2 million bytes (1.9 MiB)

PCbuild/python.vcxproj:      <StackReserveSize>2000000</StackReserveSize>
PCbuild/pythonw.vcxproj:      <StackReserveSize>2000000</StackReserveSize>
History
Date User Action Args
2018-05-31 15:13:35vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2018-05-31 15:13:35vstinnersetmessageid: <1527779615.11.0.682650639539.issue33720@psf.upfronthosting.co.za>
2018-05-31 15:13:35vstinnerlinkissue33720 messages
2018-05-31 15:13:35vstinnercreate