Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdb support broken #55171

Closed
pitrou opened this issue Jan 20, 2011 · 4 comments
Closed

gdb support broken #55171

pitrou opened this issue Jan 20, 2011 · 4 comments
Assignees
Labels
type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Jan 20, 2011

BPO 10962
Nosy @birkenfeld, @pitrou, @davidmalcolm

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/davidmalcolm'
closed_at = <Date 2011-01-20.20:19:14.917>
created_at = <Date 2011-01-20.20:04:18.703>
labels = ['type-bug']
title = 'gdb support broken'
updated_at = <Date 2011-01-20.20:19:14.916>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2011-01-20.20:19:14.916>
actor = 'pitrou'
assignee = 'dmalcolm'
closed = True
closed_date = <Date 2011-01-20.20:19:14.917>
closer = 'pitrou'
components = ['Demos and Tools']
creation = <Date 2011-01-20.20:04:18.703>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 10962
keywords = []
message_count = 4.0
messages = ['126639', '126640', '126641', '126642']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'pitrou', 'dmalcolm']
pr_nums = []
priority = 'critical'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue10962'
versions = ['Python 3.2']

@pitrou
Copy link
Member Author

pitrou commented Jan 20, 2011

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.

@pitrou pitrou added the type-bug An unexpected behavior, bug, or error label Jan 20, 2011
@pitrou
Copy link
Member Author

pitrou commented Jan 20, 2011

$ gdb --version
GNU gdb (GDB) 7.1-1mdv2010.1 (Mandriva Linux release 2010.1)

@pitrou
Copy link
Member Author

pitrou commented Jan 20, 2011

And bizarrely, test_gdb runs fine.

@pitrou
Copy link
Member Author

pitrou commented Jan 20, 2011

Er, for some reason it seems to have just stopped happening.

@pitrou pitrou closed this as completed Jan 20, 2011
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants