From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Face cache related crash! Date: Tue, 22 Mar 2005 22:19:50 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1111527357 11760 80.91.229.2 (22 Mar 2005 21:35:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2005 21:35:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 22 22:35:56 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDqwi-00014z-Rh for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2005 22:29:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDrE5-00072i-ML for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2005 16:47:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDrBd-00062u-L3 for emacs-devel@gnu.org; Tue, 22 Mar 2005 16:45:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDrBT-0005xE-9S for emacs-devel@gnu.org; Tue, 22 Mar 2005 16:45:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDrBS-0005uM-3l for emacs-devel@gnu.org; Tue, 22 Mar 2005 16:45:06 -0500 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDqmh-0001KR-Ut for emacs-devel@gnu.org; Tue, 22 Mar 2005 16:19:32 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id A628B5EE023 for ; Tue, 22 Mar 2005 22:19:29 +0100 (CET) Original-To: emacs-devel@gnu.org In-Reply-To: ( =?utf-8?q?Johan_Bockg=C3=A5rd's_message_of?= "Tue, 22 Mar 2005 15:57:15 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34997 bojohan+news@dd.chalmers.se (Johan Bockg=C3=A5rd) writes: > - Run `emacs -Q -nw' > > - Evaluate=20 > > (set-display-table-slot > standard-display-table > 'vertical-border > (let* ((face 'isearch) > (face-offset (lsh (face-id face) 19))) > (+ face-offset ?\|))) > > - Hit `C-x 3'. I see it too. I'll investigate. > > -- > > Program received signal SIGSEGV, Segmentation fault. > turn_on_face (f=3D0x903710, face_id=3D27) at term.c:1911 > 1911 long fg =3D face->foreground; > (gdb) bt > #0 turn_on_face (f=3D0x903710, face_id=3D27) at term.c:1911 > #1 0x0000000000467d26 in write_glyphs (string=3D0x2a96c7f628, len=3D24) > at term.c:965 > #2 0x0000000000411db2 in update_frame_line (f=3D0x903710, vpos=3D0) > at dispnew.c:5656 > #3 0x0000000000410fab in update_frame_1 (f=3D0x903710, force_p=3D0,=20 > inhibit_id_p=3D0) at dispnew.c:5154 > #4 0x000000000040f297 in update_frame (f=3D0x903710, force_p=3D0,=20 > inhibit_hairy_id_p=3D0) at dispnew.c:3853 > #5 0x0000000000429484 in redisplay_internal (preserve_echo_area=3D945128= 0) > at xdisp.c:10432 > [...] > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel