Bug 109785 - "mi_cmd_var_create: unable to create variable object" when stepping out of stack frame
Summary: "mi_cmd_var_create: unable to create variable object" when stepping out of st...
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 3.0.1   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-16 15:13 EDT by Nobody - feel free to take it CLA
Modified: 2005-09-16 15:36 EDT (History)
0 users

See Also:


Attachments
Project to reproduce the problem. (67.30 KB, application/octet-stream)
2005-09-16 15:16 EDT, Nobody - feel free to take it CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody - feel free to take it CLA 2005-09-16 15:13:02 EDT
Posted to the cdt news group by Adrian Cox (adrian@humboldt.co.uk).

When I debug a C program, I get a large number of error messages of the 
following form when I step out of a function:
mi_cmd_stack_list_frames: No stack.
No symbol "name" in current context.
mi_cmd_var_create: unable to create variable object
No symbol "fd" in current context.
mi_cmd_var_create: unable to create variable object

The variables "name" and "fd" are local variables in the function I am 
stepping out of.
Comment 1 Nobody - feel free to take it CLA 2005-09-16 15:16:26 EDT
Created attachment 27225 [details]
Project to reproduce the problem.
Comment 2 Nobody - feel free to take it CLA 2005-09-16 15:36:10 EDT
Fixed in the HEAD and 3.0.1 branch.