[New-bugs-announce] [issue10962] gdb support broken

Antoine Pitrou report at bugs.python.org
Thu Jan 20 21:04:19 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

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.

----------
assignee: dmalcolm
components: Demos and Tools
messages: 126639
nosy: dmalcolm, georg.brandl, pitrou
priority: critical
severity: normal
status: open
title: gdb support broken
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list