From: Eli Zaretskii <eliz@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 16350@debbugs.gnu.org
Subject: bug#16350: 24.3.50; emacs_backtrace.txt
Date: Sun, 05 Jan 2014 20:00:14 +0200 [thread overview]
Message-ID: <83ob3qtikx.fsf@gnu.org> (raw)
In-Reply-To: <CAAeL0SRwd8Z-SKzPHrAp6KDO6w9G3ihNYYABM7LPyRCP2eGAfg@mail.gmail.com>
> 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.
next prev parent reply other threads:[~2014-01-05 18:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-05 7:23 bug#16350: 24.3.50; emacs_backtrace.txt Drew Adams
2014-01-05 17:29 ` Juanma Barranquero
2014-01-05 18:00 ` Eli Zaretskii [this message]
2014-02-10 3:51 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83ob3qtikx.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=16350@debbugs.gnu.org \
--cc=lekktu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.