unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Yotam Medini יותם מדיני" <yotam.medini@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 11850@debbugs.gnu.org
Subject: bug#11850: crash (null font) running emacs built from git
Date: Wed, 4 Jul 2012 17:31:38 +0300	[thread overview]
Message-ID: <CAAE-6rYk9cbOfHWkQZk0Nyc0kPc9BS14KO8VxzL=ByhYMnCi6A@mail.gmail.com> (raw)
In-Reply-To: <83y5n04wno.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 2672 bytes --]

With the patch it still crashes immediately (on my office LinuxMint).
But in a 'later' place. See following gdb-log:

Program received signal SIGSEGV, Segmentation fault.
0x080feb2f in x_draw_glyphless_glyph_string_foreground (s=0xbfffd230)
    at xterm.c:1420
(gdb) where
#0  0x080feb2f in x_draw_glyphless_glyph_string_foreground (s=0xbfffd230)
    at xterm.c:1420
#1  0x08102077 in x_draw_glyph_string (s=0xbfffd230) at xterm.c:2817
#2  0x0809a80a in draw_glyphs (w=0x86bf5c0, x=599, row=0x88cfe68,
    area=TEXT_AREA, start=0, end=53, hl=DRAW_NORMAL_TEXT, overlaps=0)
    at xdisp.c:23404
#3  0x0809fa99 in x_write_glyphs (start=0x88d5638, len=53) at xdisp.c:25046
#4  0x080559a4 in update_text_area (vpos=12, w=0x86bf5c0) at dispnew.c:3773
#5  update_window_line (w=0x86bf5c0, vpos=12,
    mouse_face_overwritten_p=0xbfffd75c) at dispnew.c:4014
#6  0x08056574 in update_window (w=0x86bf5c0, force_p=1) at dispnew.c:3633
#7  0x08058499 in update_window_tree (w=0x86bf5c0, force_p=1)
    at dispnew.c:3340
#8  0x0805b3a6 in update_frame (f=0x871e9d0, force_p=1,
inhibit_hairy_id_p=0)
    at dispnew.c:3269
#9  0x080811ac in redisplay_internal () at xdisp.c:13403
#10 0x0807f331 in redisplay () at xdisp.c:12575
#11 0x0813b9e9 in read_char (commandflag=1, nmaps=3, maps=0xbfffecb0,
    prev_event=138768554, used_mouse_menu=0xbfffeda8, end_time=0x0)
    at keyboard.c:2452
#12 0x0813dc44 in read_key_sequence (keybuf=0xbfffee18, prompt=138768554,
    dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1,
    bufsize=30) at keyboard.c:9338
#13 0x0813f43f in command_loop_1 () at keyboard.c:1450
#14 0x081a08fd in internal_condition_case (bfun=0x813f2b0 <command_loop_1>,
    handlers=138802082, hfun=0x81356e0 <cmd_error>) at eval.c:1333
#15 0x08134185 in command_loop_2 (ignore=138768554) at keyboard.c:1155
#16 0x081a0819 in internal_catch (tag=138800058,
    func=0x8134160 <command_loop_2>, arg=138768554) at eval.c:1090
#17 0x0813522a in command_loop () at keyboard.c:1134
#18 recursive_edit_1 () at keyboard.c:754
#19 0x0813551f in Frecursive_edit () at keyboard.c:818
#20 0x08051d9b in main (argc=2, argv=0x822099d) at emacs.c:1693
(gdb) p s->font
$31 = (struct font *) 0x0
(gdb) p s->font
$31 = (struct font *) 0x0
(gdb) shell gcc --version
gcc (Debian 4.6.3-1) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

(gdb)





On Tue, Jul 3, 2012 at 7:49 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> merge 11813 11850
> thanks
>
> This looks the same crash as in 11813, so I'm merging them.
>

[-- Attachment #2: Type: text/html, Size: 3631 bytes --]

  reply	other threads:[~2012-07-04 14:31 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03 11:27 bug#11850: crash (null font) running emacs built from git Yotam Medini יותם מדיני
2012-07-03 16:35 ` Eli Zaretskii
2012-07-03 16:49   ` Eli Zaretskii
2012-07-04 14:31     ` Yotam Medini יותם מדיני [this message]
2012-07-04 16:32       ` Eli Zaretskii
2012-07-04 20:49         ` bug#11850: bug#11813: " Eli Zaretskii
2012-07-05  7:34           ` Left Right
2012-07-05 13:17             ` bug#11850: " Eli Zaretskii
2012-07-05 13:33               ` Left Right
2012-07-05 16:54                 ` Eli Zaretskii
2012-07-07 22:42                   ` Left Right
2012-07-07 22:58                     ` bug#11850: " Left Right
2012-07-08  3:00                       ` Eli Zaretskii
2012-07-08 14:20                   ` Chong Yidong
2012-07-08 15:56                     ` bug#11850: " Eli Zaretskii
2012-07-08 16:29                     ` Left Right
2012-07-08 18:40                       ` bug#11850: " Jan Djärv
2012-07-09  4:21                       ` Chong Yidong
2012-07-11 17:36                         ` Left Right
2012-07-12  7:18                           ` Chong Yidong
2012-08-16  3:25                             ` Chong Yidong
2012-08-16 10:51                               ` bug#11813: " Left Right
2012-08-26  4:36                                 ` Chong Yidong
2012-09-19 13:01                                   ` Left Right
     [not found]         ` <CAAE-6rb+efByT+um7KB-MfvmN2QbOiq_GRRmuwN7drsDu8TC_A@mail.gmail.com>
     [not found]           ` <837guj4ffq.fsf@gnu.org>
2012-07-08 15:58             ` Yotam Medini יותם מדיני
2012-07-08 16:43               ` Eli Zaretskii
2012-07-03 17:15   ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAE-6rYk9cbOfHWkQZk0Nyc0kPc9BS14KO8VxzL=ByhYMnCi6A@mail.gmail.com' \
    --to=yotam.medini@gmail.com \
    --cc=11850@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).