* Face cache related crash!
@ 2005-03-22 14:57 Johan Bockgård
2005-03-22 16:09 ` Lennart Borgman
2005-03-22 21:19 ` Kim F. Storm
0 siblings, 2 replies; 3+ messages in thread
From: Johan Bockgård @ 2005-03-22 14:57 UTC (permalink / raw)
- Run `emacs -Q -nw'
- Evaluate
(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'.
--
Program received signal SIGSEGV, Segmentation fault.
turn_on_face (f=0x903710, face_id=27) at term.c:1911
1911 long fg = face->foreground;
(gdb) bt
#0 turn_on_face (f=0x903710, face_id=27) at term.c:1911
#1 0x0000000000467d26 in write_glyphs (string=0x2a96c7f628, len=24)
at term.c:965
#2 0x0000000000411db2 in update_frame_line (f=0x903710, vpos=0)
at dispnew.c:5656
#3 0x0000000000410fab in update_frame_1 (f=0x903710, force_p=0,
inhibit_id_p=0) at dispnew.c:5154
#4 0x000000000040f297 in update_frame (f=0x903710, force_p=0,
inhibit_hairy_id_p=0) at dispnew.c:3853
#5 0x0000000000429484 in redisplay_internal (preserve_echo_area=9451280)
at xdisp.c:10432
[...]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Face cache related crash!
2005-03-22 14:57 Face cache related crash! Johan Bockgård
@ 2005-03-22 16:09 ` Lennart Borgman
2005-03-22 21:19 ` Kim F. Storm
1 sibling, 0 replies; 3+ messages in thread
From: Lennart Borgman @ 2005-03-22 16:09 UTC (permalink / raw)
----- Original Message -----
From: "Johan Bockgård" <bojohan+news@dd.chalmers.se>
> - Run `emacs -Q -nw'
>
> - Evaluate
>
> (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'.
FYI: Trying this on w32 with a not quite uptodate cvs version I get no
crash.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Face cache related crash!
2005-03-22 14:57 Face cache related crash! Johan Bockgård
2005-03-22 16:09 ` Lennart Borgman
@ 2005-03-22 21:19 ` Kim F. Storm
1 sibling, 0 replies; 3+ messages in thread
From: Kim F. Storm @ 2005-03-22 21:19 UTC (permalink / raw)
bojohan+news@dd.chalmers.se (Johan Bockgård) writes:
> - Run `emacs -Q -nw'
>
> - Evaluate
>
> (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=0x903710, face_id=27) at term.c:1911
> 1911 long fg = face->foreground;
> (gdb) bt
> #0 turn_on_face (f=0x903710, face_id=27) at term.c:1911
> #1 0x0000000000467d26 in write_glyphs (string=0x2a96c7f628, len=24)
> at term.c:965
> #2 0x0000000000411db2 in update_frame_line (f=0x903710, vpos=0)
> at dispnew.c:5656
> #3 0x0000000000410fab in update_frame_1 (f=0x903710, force_p=0,
> inhibit_id_p=0) at dispnew.c:5154
> #4 0x000000000040f297 in update_frame (f=0x903710, force_p=0,
> inhibit_hairy_id_p=0) at dispnew.c:3853
> #5 0x0000000000429484 in redisplay_internal (preserve_echo_area=9451280)
> at xdisp.c:10432
> [...]
>
>
>
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-03-22 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-22 14:57 Face cache related crash! Johan Bockgård
2005-03-22 16:09 ` Lennart Borgman
2005-03-22 21:19 ` Kim F. Storm
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).