Opened 15 years ago
Closed 15 years ago
#4957 closed bug (fixed)
Memory leak with simple shell invocation
Reported by: | Adek336 | Owned by: | axeld |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The following
while true; do ls; done
leads to continuos memory usage increase.
Change History (2)
comment:1 by , 15 years ago
Component: | - General → System/Kernel |
---|---|
Owner: | changed from | to
Priority: | normal → high |
Status: | new → assigned |
Summary: | Memory leak with simple shell incantation → Memory leak with simple shell invocation |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Looks like the vm_translation_map_arch_info objects are leaked. Looking into it.