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: Fri, 11 Oct 2013 14:06:52 +0300

> Date: Fri, 11 Oct 2013 12:28:33 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 15575@debbugs.gnu.org
> 
> Sorry, no login is needed.  I was blind: the reason for the crash is
> acutely visible in your backtrace:
> 
>   #4  0x000000000046dc26 in display_tty_menu_item (item_text=0xbf5224 
> <pure+2867940> "New Frame on Display...", width=40, face_id=15, x=0, y=24, 
> submenu=0) at /home/jhd/src/emacs/current/src/xdisp.c:20648
>                                                                               
>                                                              ^^^^
> 
> Note that y's value is 24.  Your terminal window has only 25 lines,
> right?  I guess everyone else's, including mine, are taller.  The
> "File" menu is longer than 24 lines, so the code is trying to write
> beyond the end of the frame's glyph matrix, with predictably bad
> results.
> 
> I will fix that ASAP.

Should be fixed with trunk revision 114623.  Please test.





reply via email to

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