Opened 14 years ago

Closed 14 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 axeld, 14 years ago

Component: - GeneralSystem/Kernel
Owner: changed from nobody to axeld
Priority: normalhigh
Status: newassigned
Summary: Memory leak with simple shell incantationMemory leak with simple shell invocation

Looks like the vm_translation_map_arch_info objects are leaked. Looking into it.

comment:2 by axeld, 14 years ago

Resolution: fixed
Status: assignedclosed

hrev32216 was the culprit. Fixed in hrev34090.

Note: See TracTickets for help on using tickets.