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: gdb support broken
Type: behavior Stage:
Components: Demos and Tools Versions: Python 3.2
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: dmalcolm Nosy List: dmalcolm, georg.brandl, pitrou
Priority: critical Keywords:

Created on 2011-01-20 20:04 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg126639 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-01-20 20:04
This happens when I try to debug a Python process (py3k HEAD in pydebug mode):

Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/python-gdb.py", line 52, in <module>
    _type_size_t = gdb.lookup_type('size_t')
RuntimeError: No type named size_t.
msg126640 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-01-20 20:04
$ gdb --version
GNU gdb (GDB) 7.1-1mdv2010.1 (Mandriva Linux release 2010.1)
msg126641 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-01-20 20:09
And bizarrely, test_gdb runs fine.
msg126642 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-01-20 20:12
Er, for some reason it seems to have just stopped happening.
History
Date User Action Args
2022-04-11 14:57:11adminsetgithub: 55171
2011-01-20 20:19:14pitrousetstatus: pending -> closed
nosy: georg.brandl, pitrou, dmalcolm
2011-01-20 20:12:30pitrousetstatus: open -> pending

messages: + msg126642
resolution: works for me
nosy: georg.brandl, pitrou, dmalcolm
2011-01-20 20:09:46pitrousetnosy: georg.brandl, pitrou, dmalcolm
messages: + msg126641
2011-01-20 20:04:35pitrousetnosy: georg.brandl, pitrou, dmalcolm
messages: + msg126640
2011-01-20 20:04:18pitroucreate