[New-bugs-announce] [issue3697] "Fatal Python error: Cannot recover from stack overflow" on Windows buildbots

Antoine Pitrou report at bugs.python.org
Wed Aug 27 13:06:00 CEST 2008


New submission from Antoine Pitrou <pitrou at free.fr>:

This error appears more or less regularly on the Windows py3k buildbots.
Today it has appeared following my changes to isinstance() /
issubclass(), but it had already appeared before, e.g.
http://www.python.org/dev/buildbot/3.0.stable/x86%20XP-4%203.0/builds/1093/step-test/0

What puzzles me is that the said "Fatal Python error" is computed in a
deterministic way (from the overflowing of the recursion counter),
therefore it shouldn't occur randomly on only some selected platforms.

----------
components: Interpreter Core, Windows
messages: 72017
nosy: pitrou
priority: critical
severity: normal
status: open
title: "Fatal Python error: Cannot recover from stack overflow" on Windows buildbots
type: crash
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3697>
_______________________________________


More information about the New-bugs-announce mailing list