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

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

bug#16350: 24.3.50; emacs_backtrace.txt


From: Lars Ingebrigtsen
Subject: bug#16350: 24.3.50; emacs_backtrace.txt
Date: Sun, 09 Feb 2014 19:51:01 -0800
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Juanma Barranquero <lekktu@gmail.com>
>> Date: Sun, 5 Jan 2014 18:29:10 +0100
>> Cc: 16350@debbugs.gnu.org
>> 
>> next_interval at intervals.c:720
>
> This is here:
>
>   if (! NULL_RIGHT_CHILD (i))
>     {
>       i = i->right;
>       while (! NULL_LEFT_CHILD (i))  <<<<<<<<<<<<<<<<<<
>       i = i->left;
>
> Which means we enter this fragment with 'i' that is non-NULL, but an
> invalid pointer.
>
> I don't see how to catch this except on a debugger.

Ok; closing.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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