New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10962>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to