[Bugs] #4889 Sugar NORM: virtual memory leak in background control panel
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Mon Oct 5 19:15:19 EDT 2015
#4889: virtual memory leak in background control panel
--------------------------+--------------------------
Reporter: quozl | Owner:
Type: defect | Status: new
Priority: Normal | Milestone: Unspecified
Component: Sugar | Version: Unspecified
Severity: Minor | Keywords:
Distribution/OS: OLPC | Bug Status: New
--------------------------+--------------------------
Virtual memory size of the shell increases by 20 Mb for each ten launches
of the background control panel.
To reproduce, capture virtual memory size at one second intervals;
{{{
while true; do
echo $(date +%s.%N) \
$(awk '/VmSize/ { print $2; }' /proc/$(pgrep -f jarabe)/status)
sleep 1
done | tee memory.log
}}}
Then open the background control panel, close it, and repeat ten times.
Compare the starting VmSize to the ending VmSize.
A graph to be attached.
Cause might be Fedora 18, Python, libraries, or Sugar.
--
Ticket URL: <https://bugs.sugarlabs.org/ticket/4889>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list