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.

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:00adminsetgithub: 52740
2010-04-22 13:25:10dmalcolmsetstatus: open -> closed
resolution: duplicate
superseder: test_gdb, gdb/libpython.py: Unable to read information on python frame
messages: + msg103966
2010-04-22 00:49:13vstinnersetmessages: + msg103932
title: test_gdb assertEndsWith failing -> test_gdb assertEndsWith failing: Unable to read information on python frame
2010-04-21 23:10:25vstinnersetnosy: + vstinner
2010-04-21 22:42:42loewiscreate