Bug ID 15989
Summary Unable to allocate memory after inferior crash and step
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter andrew.kaylor@intel.com
Classification Unclassified
When the inferior has crashed, if I evaluate an expression then attempt to step
the evaluate the same expression again, the second expression evaluation fails
with the error: "Couldn't allocate space for the stack frame: Couldn't malloc:
Address space is full."
I am adding a test case to test/functionalities/inferior-crashing which
reproduces this issue.