[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hard bug caused by window management code?
From: |
Eli Zaretskii |
Subject: |
Re: Hard bug caused by window management code? |
Date: |
Wed, 27 Mar 2013 09:07:03 +0200 |
> Date: Wed, 27 Mar 2013 10:11:48 +0400
> From: Dmitry Antipov <address@hidden>
>
> I'm trying to push some changes to window management code and now using a
> kind of
> simple automated test stuff (attached), mostly to check whether the code
> doesn't
> crash or trigger eassert. Results are totally unexpected - even with 24.3,
> running:
>
> emacs -Q -l window-test.el -f window-test
>
> causes 2.7G RSS and following OOM killer invocation for the Emacs process.
Does it help to add
(garbage-collect)
to the loop?