[plt-scheme] mred, bitmaps, and X memory usage/leak

From: Sam TH (samth at ccs.neu.edu)
Date: Mon Dec 15 14:24:49 EST 2008

I can definitely reproduce this on my machine.

before:
17499 root      15   0  406m  62m  14m S  1.3  3.1   1279:21 Xorg
after 1 min:
17499 root      15   0 1676m 1.2g  12m S 21.9 61.2   1279:55 Xorg
after killing and `collect-garbage'
17499 root      15   0 1783m 1.3g  11m S  2.0 63.5   1279:58 Xorg
after quitting mred:
17499 root      15   0  406m  38m  11m R  2.3  1.9   1280:01 Xorg

Matthew, if you want to test on my machine, contact me off-list.

sam th


On Mon, Dec 15, 2008 at 2:12 PM, Dimitris Vyzovitis <vyzo at media.mit.edu> wrote:
> On Mon, 15 Dec 2008, Matthew Flatt wrote:
>
>> I'm not able to reproduce the problem so far. I've tried running the
>> program under x86_64 Linux and the X11 build for Mac OS X (as well as
>> normal Mac OS X).
>>
>> Can you think of anything special about your configuration? Or can you
>> reproduce the problem yourself on multiple machines (which would
>> suggest that I'm just not running it right)?
>
> There wasn't anything special for running it, just let it run for a while.
> X memory starts going way off after about 500 steps in the example code
> (palette switches to green).
>
> I don't have another machine with display available right now.
> I am using xorg-server-1.3.0.0, with the nv driver (xf86-video-nv-2.1.12)
> [xorg.conf: Option  "XaaNoOffscreenPixmaps"]
>
> Perhaps it is an X related bug? Can anyone else test on X11?
>
> -- vyzo
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.