all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: aidalgol@amuri.net
Cc: 9436@debbugs.gnu.org
Subject: bug#9436: 24.0.50; Segmentation fault during redisplay
Date: Thu, 25 Sep 2014 11:02:07 +0300	[thread overview]
Message-ID: <838ul8w2kg.fsf@gnu.org> (raw)
In-Reply-To: <71a114476cb7a4ebf7ad7d164ff7e507@amuri.net>

> Date: Thu, 25 Sep 2014 15:59:57 +1200
> From: aidalgol@amuri.net
> 
> I think I am running into this bug.  Backtrace attached.

I don't think we can trust any crash backtraces from the 64-bit
Cygwin-w32 builds until we understand what happens with the assertion
violations in bidi.c.

Let's try anyway (assuming you still have this in a debugger):

> #0  0x0000000100650249 in composition_update_it (cmp_it=0x226a98, charpos=1819, bytepos=1819, string=4306700338) at composite.c:1322
>         cmp = 0x226240
>         i = 0
>         c = 2272050

Please show what these commands print in GDB:

 (gdb) frame 0
 (gdb) p *cmp
 (gdb) frame 1
 (gdb) p it->cmp
 (gdb) p it->current

And I imagine that your buffer was pure-ASCII (is that right?), so no
compositions are involved and we probably shouldn't be even entering
composition_update_it at all.





      reply	other threads:[~2014-09-25  8:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-04 17:53 bug#9436: 24.0.50; Segmentation fault during redisplay Helmut Eller
2011-09-04 18:21 ` Eli Zaretskii
2011-09-04 22:35   ` Helmut Eller
2011-09-05  4:20     ` Eli Zaretskii
2015-12-25 23:08       ` Lars Ingebrigtsen
2014-09-25  3:59 ` aidalgol
2014-09-25  8:02   ` Eli Zaretskii [this message]

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=838ul8w2kg.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=9436@debbugs.gnu.org \
    --cc=aidalgol@amuri.net \
    /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.