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

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

bug#15575: 24.3.50; New tty menus crash Emacs


From: Eli Zaretskii
Subject: bug#15575: 24.3.50; New tty menus crash Emacs
Date: Wed, 09 Oct 2013 20:41:10 +0300

> From: Jan Djärv <jan.h.d@swipnet.se>
> Date: Wed, 9 Oct 2013 19:05:30 +0200
> 
> Hello.
> 
> Starting emacs with -Q -nw and then press F10 gives a crash:
> 
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_INVALID_ADDRESS at address: 0x000000000002fe21
> 0x00007fff8a1cb20d in memmove$VARIANT$sse3x ()
> #0  0x00007fff8a1cb207 in memmove$VARIANT$sse3x ()
> #1  0x00000001000484bc in deep_copy_glyph_row (to=0x10383ae00, 
> from=0x10383c600) at /Users/jhd/src/emacs/current/src/xdisp.c:20619

Can you tell the values of the following, after stopping at line
20617 of xdisp.c:

  from->used[0]
  from->used[1]
  from->used[2]
  from->glyphs[0]
  from->glyphs[1]
  from->glyphs[2]
  to->used[0]
  to->used[1]
  to->used[2]
  to->glyphs[0]
  to->glyphs[1]
  to->glyphs[2]
  sizeof(struct glyph)
  sum_used
  i

Thanks.





reply via email to

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