[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Elusive assertion failure related to completion
From: |
Stefan Monnier |
Subject: |
Re: Elusive assertion failure related to completion |
Date: |
Tue, 01 Sep 2009 19:32:11 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
>> Could you check if it's triggerd by the xassert
>>
>> xassert (NILP (leaf_windows[i]->hchild)
>> && NILP (leaf_windows[i]->vchild));
> No, it's not :-(
> I think the assertion failure is a read herring; it seems like some
> kind of memory corruption. In fact, sometimes I just get a crash in
> other unrelated places.
Yes, looking at the code, I can't think of a way this data could be
anything else than a symbol at that point, so it smells like
memory corruption.
Stefan