all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Dani Moncayo <dmoncayo@gmail.com>
Cc: 21031@debbugs.gnu.org
Subject: bug#21031: 25.0.50; emacs_backtrace.txt
Date: Sat, 11 Jul 2015 09:14:28 +0300	[thread overview]
Message-ID: <831tgfb4qj.fsf@gnu.org> (raw)
In-Reply-To: <CAH8Pv0j_6-zWZVkTQ_u3mGfSYjoc-xAVXZn_85LP7fZbE2=6Xw@mail.gmail.com>

> Date: Sat, 11 Jul 2015 00:47:48 +0200
> From: Dani Moncayo <dmoncayo@gmail.com>
> Cc: Drew Adams <drew.adams@oracle.com>, 21031@debbugs.gnu.org
> 
> On Fri, Jul 10, 2015 at 10:00 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> >> Date: Fri, 10 Jul 2015 12:14:03 -0700 (PDT)
> >> From: Drew Adams <drew.adams@oracle.com>
> >>
> >> Crash from emacs -Q.  This is the contents of emacs_backtrace.txt:
> >>
> >>
> >> Exception 0xc0000005 at this address:
> >> 01174719
> >>
> >> Backtrace:
> >> 011ae147
> >>
> >>
> >> In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
> >>  of 2015-07-03 on LEG570
> >> Repository revision: 2b848fadd51e805b2f46da64c5958ea7f009048a
> >
> > Thanks, but I cannot do anything with this data, because the binary
> > you downloaded was stripped of all symbols (something I won't expect
> > to see in snapshots).
> >
> > Perhaps Dani can provide the output of addr2line for this backtrace.
> > Failing that, this data is useless.
> 
> ??
> ??:0
> Fbackward_prefix_chars at syntax.c:3047

Thanks.  This is here:

  while (!char_quoted (pos, pos_byte)
	 /* Previous statement updates syntax table.  */
	 && ((c = FETCH_CHAR_AS_MULTIBYTE (pos_byte), SYNTAX (c) == Squote)
	     || syntax_prefix_flag_p (c)))
    {
      opoint = pos;
      opoint_byte = pos_byte;

      if (pos + 1 > beg)
	DEC_BOTH (pos, pos_byte);  <<<<<<<<<<<<<<<<<<<<<
    }

I don't see how could that crash.  Anyone?





  reply	other threads:[~2015-07-11  6:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-10 19:14 bug#21031: 25.0.50; emacs_backtrace.txt Drew Adams
2015-07-10 20:00 ` Eli Zaretskii
2015-07-10 22:47   ` Dani Moncayo
2015-07-11  6:14     ` Eli Zaretskii [this message]
2015-07-12 18:04   ` Glenn Morris
2015-09-10 16:25 ` bug#21031: Glenn Morris

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=831tgfb4qj.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=21031@debbugs.gnu.org \
    --cc=dmoncayo@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.