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 aleReimondo
Recipients aleReimondo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-08-13.00:17:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628813837.02.0.46640078544.issue44906@roundup.psfhosted.org>
In-reply-to
Content
The py8.py file starts a S8 system, a Smalltalk system running on Python runtime, I am actually developing (in Beta).
The system is running w/o problems on OSX systems, but crash (fast exit w/o any information) when running on Windows.
The crash occurs while compiling a simple expression (simple but produce a deep recursion on parsing stage). The expression is shown in "fileMeIn.st".
The issue happens on Windows and python version Python 3.9.2
The stack depth is aprox 1800 frames.
Steps to reproduce the crash:
1.- decompress the zip file in a folder
2.- on command prompt "python -i py8.py"
3.- "Image loaded" must be shown in console
4.- evaluate "t()" to run tests that fileIn the code in "fileMeIn.st"
5.- after aprox. one minute working, the fast exit occurs and the Python VM exits without reporting anything on output
History
Date User Action Args
2021-08-13 00:17:17aleReimondosetrecipients: + aleReimondo, paul.moore, tim.golden, zach.ware, steve.dower
2021-08-13 00:17:17aleReimondosetmessageid: <1628813837.02.0.46640078544.issue44906@roundup.psfhosted.org>
2021-08-13 00:17:16aleReimondolinkissue44906 messages
2021-08-13 00:17:16aleReimondocreate