[New-bugs-announce] [issue24851] infinite loop in faulthandler._stack_overflow

Paul Murphy report at bugs.python.org
Wed Aug 12 22:40:48 CEST 2015


New submission from Paul Murphy:

This is a duplicate of Issue 23654, except it occurs on GCC 5.1 with -O2 when building for a ppc64le target.

GCC is optimizes this as a tail call, removing the accesses to the "unused" stack variables.

----------
components: Extension Modules
files: fix_stack_overflow.patch
keywords: patch
messages: 248472
nosy: Paul Murphy
priority: normal
severity: normal
status: open
title: infinite loop in faulthandler._stack_overflow
versions: Python 3.4
Added file: http://bugs.python.org/file40170/fix_stack_overflow.patch

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


More information about the New-bugs-announce mailing list