GNU bug report logs - #16350
24.3.50; emacs_backtrace.txt

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Sun, 5 Jan 2014 07:24:02 UTC

Severity: normal

Tags: moreinfo

Found in version 24.3.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 16350 <at> debbugs.gnu.org, drew.adams <at> oracle.com
Subject: bug#16350: 24.3.50; emacs_backtrace.txt
Date: Sun, 05 Jan 2014 20:00:14 +0200
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Sun, 5 Jan 2014 18:29:10 +0100
> Cc: 16350 <at> 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.




This bug report was last modified 11 years and 107 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.