Opened 7 years ago
Last modified 7 years ago
#13800 new bug
Debugger doesn't free all memory when Restarting the team
Reported by: | KapiX | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When you restart the team Debugger doesn't free all memory associated with debug info. This is especially visible when loading big .so
s.
(Example: #13160)
Change History (5)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
There's still more work to be done on this issue, but the situation should be significantly improved as of hrev51724.
comment:3 by , 7 years ago
Blocking: | 13939 added |
---|
comment:4 by , 7 years ago
Blocking: | 13939 removed |
---|
comment:5 by , 7 years ago
hrev51750 should fix most of what's remaining. Leaving this open as there are still a handful to deal with.
Note:
See TracTickets
for help on using tickets.
This is most likely a reference counting issue somewhere (more or less all of the debugger's internal classes are ref counted), and may take some time to track down.