bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13573: 24.3.50; src/profiler.c:123: Emacs fatal error: assertion fai


From: Dmitry Antipov
Subject: bug#13573: 24.3.50; src/profiler.c:123: Emacs fatal error: assertion failed: EQ (log->next_free, make_number (i))
Date: Thu, 31 Jan 2013 06:17:58 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 01/30/2013 09:52 PM, Stefan Monnier wrote:

Could you look at log->next_free to see if it's a number or if it's nil?

If it's nil it means that Fremq somehow did not find `key', even though
we took it straight from the has-table itself.
If it's a number different from i, it means that Fremq somehow found
(and removed) another occurrence of `key' in the has-table.

It's a number which is less than i in all crashes I have recorded.

Dmitry






reply via email to

[Prev in Thread] Current Thread [Next in Thread]