Issue 8494: test_gdb assertEndsWith failing: Unable to read information on python frame (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/52740

classification

Title: test_gdb assertEndsWith failing: Unable to read information on python frame
Type: Stage:
Components: Versions: Python 3.2

process

Status: closed Resolution: duplicate
Dependencies: Superseder: test_gdb, gdb/libpython.py: Unable to read information on python frame View:8482
Assigned To: dmalcolm Nosy List: dmalcolm, loewis, vstinner
Priority: normal Keywords:

Created on 2010-04-21 22:42 by loewis, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_gdb.txt loewis,2010-04-21 22:42
Messages (3)
msg103919 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-04-21 22:42
test_gdb fails on 3k, with the attached output.
msg103932 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-04-22 00:49
Looks to be a duplicate of #8482 ("unable to read python frame information").
msg103966 - (view) Author: Dave Malcolm (dmalcolm) (Python committer) Date: 2010-04-22 13:25
Thanks - yes, this does indeed look like a dup of issue 8482; resolving it as such.
History
Date User Action Args
2022-04-11 14:57:00 admin set github: 52740
2010-04-22 13:25:10 dmalcolm set status: open -> closedresolution: duplicatesuperseder: test_gdb, gdb/libpython.py: Unable to read information on python framemessages: +
2010-04-22 00:49:13 vstinner set messages: + title: test_gdb assertEndsWith failing -> test_gdb assertEndsWith failing: Unable to read information on python frame
2010-04-21 23:10:25 vstinner set nosy: + vstinner
2010-04-21 22:42:42 loewis create