Opened 13 years ago
Closed 13 years ago
#7756 closed bug (duplicate)
Infinite recursion/stack overflow in DwarfTypeFactory::CreateType() while loading qemu
Reported by: | anevilyak | Owned by: | anevilyak |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #5495 | Blocking: | |
Platform: | All |
Description
When one attempts to load the qemu binary in the Debugger, it crashes while parsing DIEs due to an infinite recursion leading to a stack overflow during type creation. Needs to be investigated.
Change History (1)
comment:1 by , 13 years ago
Blocked By: | 5495 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Forgot to check my own ticket list before creating this one, problem is also detailed in ticket #5495.