Difference between revisions of "Memory leak testing"

From OLPC
Jump to: navigation, search
m (New page: == How to == === Setup === # Download and install guppy to the XO you want to test. In Terminal, as root: <code> wget http://dev.laptop.org/~tomeu/guppy-0.1.9-1.i386.rpm rpm -i guppy...)
(No difference)

Revision as of 14:21, 18 September 2008

How to

Setup

  1. Download and install guppy to the XO you want to test. In Terminal, as root:

wget http://dev.laptop.org/~tomeu/guppy-0.1.9-1.i386.rpm rpm -i guppy-0.1.9-1.i386.rpm

  1. Edit /usr/bin/sugar-shell and add a line that reads

import guppy.heapy.RM

  1. Restart Sugar (ctrl-alt-erase)
  2. ssh into the XO from another computer; when we observe Sugar, is better not use it for anything else than to execute the test case.