[issue10962] gdb support broken

2011-01-20 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue10962] gdb support broken

2011-01-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Er, for some reason it seems to have just stopped happening. -- resolution: -> works for me status: open -> pending ___ Python tracker ___ ___

[issue10962] gdb support broken

2011-01-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: And bizarrely, test_gdb runs fine. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue10962] gdb support broken

2011-01-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: $ gdb --version GNU gdb (GDB) 7.1-1mdv2010.1 (Mandriva Linux release 2010.1) -- ___ Python tracker ___

[issue10962] gdb support broken

2011-01-20 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 _type_size_t = gdb.lookup_type('size_t') RuntimeError: No type named size_t.