[New-bugs-announce] [issue45637] The fallback to find the current frame in the gdb helpers fails for inlined frames

Pablo Galindo Salgado report at bugs.python.org
Wed Oct 27 19:26:30 EDT 2021


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

This code does not work in the presence of inlined Python calls:

https://github.com/python/cpython/blob/d02ffd1b5c0fd8dec6dd2f7e3f2b0cfae48b7899/Tools/gdb/libpython.py#L1804-L1813

----------
components: Interpreter Core
messages: 405140
nosy: Mark.Shannon, pablogsal
priority: normal
severity: normal
status: open
title: The fallback to find the current frame in the gdb helpers fails for inlined frames
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45637>
_______________________________________


More information about the New-bugs-announce mailing list