From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 22 14:21:06 2013 Received: (at submit) by debbugs.gnu.org; 22 Oct 2013 18:21:06 +0000 Received: from localhost ([127.0.0.1]:35686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VYgZk-0004KD-Ef for submit@debbugs.gnu.org; Tue, 22 Oct 2013 14:21:05 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34369) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VYgZh-0004Ja-FZ for submit@debbugs.gnu.org; Tue, 22 Oct 2013 14:21:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYgZT-0001SO-0a for submit@debbugs.gnu.org; Tue, 22 Oct 2013 14:20:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYgZS-0001SK-KF for submit@debbugs.gnu.org; Tue, 22 Oct 2013 14:20:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYgZK-0000Ii-QA for bug-gnu-emacs@gnu.org; Tue, 22 Oct 2013 14:20:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYgZC-0001LK-6Y for bug-gnu-emacs@gnu.org; Tue, 22 Oct 2013 14:20:38 -0400 Received: from mout.gmx.net ([212.227.17.20]:62692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYgZB-0001Ja-Mr for bug-gnu-emacs@gnu.org; Tue, 22 Oct 2013 14:20:30 -0400 Received: from [62.47.60.12] ([62.47.60.12]) by mail.gmx.com (mrgmx001) with ESMTPA (Nemesis) id 0MBExR-1VP6Az0jxd-00AGIN for ; Tue, 22 Oct 2013 20:20:28 +0200 Message-ID: <5266C1E3.6030704@gmx.at> Date: Tue, 22 Oct 2013 20:20:19 +0200 From: martin rudalics MIME-Version: 1.0 To: Bug-Gnu-Emacs Subject: 24.3.50; Face related crash in current trunk Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:lXLDT0A8E8WG1oX9SpdD9hdvg0dPospbSNv9jaJt1UN2BRCkmdT k07ipYYSfOjvHByWxr0xnRksbxzy0lcb4EE9WbKLDOdE2jGu3dJ5MMQ0Gmedajkf0ZDO4/G DCqu7NqPAaxfqv9qKXUWFWWYchq+bx12j91bxx3szZH9yIlRUaDTZE6ZAVaGqlpckmLHZ1J fgZLY8bHdrp7zKnFFpCvA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) With emacs -Q I evaluated the following form: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:stipple nil :background "grey92" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "outline" :family "Courier New")))) '(buffer-menu-buffer ((t (:weight normal)))) '(button ((t (:background "#D8D0C8" :foreground "darkblue" :box (:line-width 2 :color "grey72"))))) '(custom-button ((((type x w32 mac) (class color)) (:inherit highlight)))) '(custom-button-mouse ((((type x w32 mac) (class color)) (:inherit custom-button :background "cornsilk3")))) '(custom-button-pressed ((((type x w32 mac) (class color)) (:inherit highlight :box (:line-width 2 :style pressed-button))))) '(custom-comment ((((class grayscale color) (background light)) (:inherit widget-field :foreground "darkgreen4")))) '(custom-comment-tag ((((class color) (background light)) nil))) '(custom-documentation ((t (:foreground "darkgreen4")))) '(custom-face-tag ((t (:inherit nil :foreground "magenta4" :weight bold :height 1.2)))) '(custom-group-tag ((t (:inherit variable-pitch :foreground "red4" :weight bold :height 1.1)))) '(custom-group-tag-1 ((t (:inherit variable-pitch :foreground "red4" :weight bold :height 1.4)))) '(custom-link ((((min-colors 88) (class color) (background light)) (:inherit button)))) '(custom-state ((((class color) (background light)) (:foreground "brown4" :slant italic)))) '(custom-variable-tag ((t (:inherit nil :foreground "blue4" :weight bold :height 1.2)))) '(custom-visibility ((t (:inherit button)))) '(diff-added ((t (:background "chartreuse1")))) '(diff-removed ((t (:background "tomato1")))) '(ediff-current-diff-A ((t (:background "tomato1" :foreground "black")))) '(ediff-current-diff-B ((t (:background "chartreuse1" :foreground "black")))) '(ediff-fine-diff-A ((t (:background "red1" :foreground "black")))) '(ediff-fine-diff-B ((t (:background "green1" :foreground "black")))) '(eldoc-highlight-function-argument ((t (:foreground "red")))) '(eldoc-highlight-unsupplied-argument ((t (:inherit font-lock-string-face)))) '(font-lock-comment-face ((((class color) (background light)) (:background "Beige" :foreground "Black")))) '(font-lock-constant-face ((t (:foreground "Dark Cyan")))) '(font-lock-doc-face ((t (:inherit font-lock-string-face :background "grey96")))) '(font-lock-function-name-face ((t (:foreground "red3")))) '(font-lock-keyword-face ((t (:foreground "Blue3")))) '(font-lock-regexp-grouping-backslash ((t (:foreground "PaleGreen3")))) '(font-lock-string-face ((t (:foreground "green4")))) '(font-lock-type-face ((t (:foreground "SteelBlue")))) '(font-lock-variable-name-face ((t (:foreground "Magenta4")))) '(font-lock-warning-face ((t (:bold t :foreground "Red3")))) '(fringe ((t (:background "#D8D0C8")))) '(highlight ((t (:inherit button :box (:line-width 2 :style released-button))))) '(info-xref ((t (:foreground "blue4" :weight bold)))) '(info-xref-visited ((t (:inherit (link-visited info-xref) :underline nil)))) '(link ((((class color) (min-colors 88) (background light)) (:foreground "blue1")))) '(mode-line ((t (:background "#000040" :foreground "wheat" :box (:line-width 2 :color "#000040") :weight bold :family "Verdana")))) '(mode-line-buffer-id ((t nil))) '(mode-line-highlight ((nil (:inverse-video t)))) '(mode-line-inactive ((t (:inherit mode-line :background "grey48" :foreground "wheat" :box (:line-width 2 :color "#000040"))))) '(region ((t (:background "#000040" :foreground "grey92")))) '(scroll-restore-region ((t (:background "lightcyan3")))) '(tooltip ((t (:inherit default)))) '(trailing-whitespace ((t (:background "goldenrod")))) '(variable-pitch ((t (:family "Sans Serif")))) '(vertical-border ((t (:foreground "red")))) '(widget-button ((t (:inherit button)))) '(widget-button-pressed ((((min-colors 88) (class color)) (:inherit button :box (:line-width 2 :color "grey75" :style pressed-button))))) '(widget-field ((((class grayscale color) (background light)) (:background "gray86" :box (:line-width 1 :color "grey75" :style pressed-button))))) '(widget-single-line-field ((((class grayscale color) (background light)) (:background "gray86" :box (:line-width 1 :color "grey75" :style pressed-button))))) '(window-divider ((t (:foreground "dark olive green"))) t)) Then I typed C-h a and moved my mouse around the window. The backtrace I eventually obtained is: #0 terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:350 #1 0x01151496 in die (msg=0x146e018 "((((struct vectorlike_header *) ((void *) ((font_object) - (Lisp_Vectorlike)))) ->size) & (PSEUDOVECTOR_FLAG | PVEC_TYPE_MASK)) == (PSEUDOVECTOR_FLAG | (PVEC_FONT << PSEUDOVECTOR_AREA_BITS))", file=0x146d0b0 "xfaces.c", line=5261) at alloc.c:6670 #2 0x010d7ab0 in realize_default_face (f=0x3c2f770) at xfaces.c:5261 #3 0x010d781b in realize_basic_faces (f=0x3c2f770) at xfaces.c:5202 #4 0x010d71b3 in Fdisplay_supports_face_attributes_p (attributes=19492422, display=63108981) at xfaces.c:5021 #5 0x0116f1eb in Ffuncall (nargs=3, args=0x82b924) at eval.c:2792 #6 0x011af45f in exec_byte_code (bytestr=19486289, vector=19486309, maxdepth=20, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #7 0x0116fd63 in funcall_lambda (fun=19486261, nargs=2, arg_vector=0x1295665) at eval.c:3023 #8 0x0116f3f9 in Ffuncall (nargs=3, args=0x82bc54) at eval.c:2838 #9 0x011af45f in exec_byte_code (bytestr=19486529, vector=19486549, maxdepth=16, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #10 0x0116fd63 in funcall_lambda (fun=19486501, nargs=2, arg_vector=0x1295755) at eval.c:3023 #11 0x0116f3f9 in Ffuncall (nargs=3, args=0x82bf84) at eval.c:2838 #12 0x011af45f in exec_byte_code (bytestr=19487433, vector=19487453, maxdepth=24, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #13 0x0116fd63 in funcall_lambda (fun=19487397, nargs=3, arg_vector=0x1295add) at eval.c:3023 #14 0x0116f3f9 in Ffuncall (nargs=4, args=0x82c2b4) at eval.c:2838 #15 0x011af45f in exec_byte_code (bytestr=19487321, vector=19487341, maxdepth=24, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #16 0x0116fd63 in funcall_lambda (fun=19487301, nargs=2, arg_vector=0x1295a6d) at eval.c:3023 #17 0x0116f3f9 in Ffuncall (nargs=3, args=0x82c5e4) at eval.c:2838 #18 0x011af45f in exec_byte_code (bytestr=19814761, vector=19814781, maxdepth=28, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #19 0x0116fd63 in funcall_lambda (fun=19814717, nargs=1, arg_vector=0x12e597d) at eval.c:3023 #20 0x0116f3f9 in Ffuncall (nargs=2, args=0x82c918) at eval.c:2838 #21 0x0116ecac in call1 (fn=56101250, arg1=63108981) at eval.c:2588 #22 0x010d3d33 in update_face_from_frame_parameter (f=0x3c2f770, param=56133898, new_value=59832369) at xfaces.c:3307 #23 0x011d96b3 in x_set_background_color (f=0x3c2f770, arg=59832369, oldval=61910321) at w32fns.c:1295 #24 0x01016150 in x_set_frame_parameters (f=0x3c2f770, alist=56100890) at frame.c:2752 #25 0x010153d1 in Fmodify_frame_parameters (frame=63108981, alist=56089902) at frame.c:2313 #26 0x010d3c29 in Finternal_set_lisp_face_attribute (face=56134018, attr=56101466, value=59832369, frame=63108981) at xfaces.c:3266 #27 0x0116f252 in Ffuncall (nargs=5, args=0x82cc04) at eval.c:2800 #28 0x011af45f in exec_byte_code (bytestr=19478289, vector=19478309, maxdepth=28, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #29 0x0116fd63 in funcall_lambda (fun=19478253, nargs=30, arg_vector=0x1293725) at eval.c:3023 #30 0x0116f3f9 in Ffuncall (nargs=31, args=0x82cf30) at eval.c:2838 #31 0x0116e6f0 in Fapply (nargs=4, args=0x82d0b8) at eval.c:2328 #32 0x0116f0b1 in Ffuncall (nargs=5, args=0x82d0b4) at eval.c:2770 #33 0x011af45f in exec_byte_code (bytestr=19487433, vector=19487453, maxdepth=24, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #34 0x0116fd63 in funcall_lambda (fun=19487397, nargs=3, arg_vector=0x1295add) at eval.c:3023 #35 0x0116f3f9 in Ffuncall (nargs=4, args=0x82d3e4) at eval.c:2838 #36 0x011af45f in exec_byte_code (bytestr=19487321, vector=19487341, maxdepth=24, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #37 0x0116fd63 in funcall_lambda (fun=19487301, nargs=2, arg_vector=0x1295a6d) at eval.c:3023 #38 0x0116f3f9 in Ffuncall (nargs=3, args=0x82d714) at eval.c:2838 #39 0x011af45f in exec_byte_code (bytestr=19490609, vector=19490637, maxdepth=12, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #40 0x011ae8c0 in Fbyte_code (bytestr=19490609, vector=19490637, maxdepth=12) at bytecode.c:482 #41 0x0116de69 in eval_sub (form=19490598) at eval.c:2165 #42 0x0116bf55 in internal_lisp_condition_case (var=56100890, bodyform=19490598, handlers=19317078) at eval.c:1300 #43 0x011b03a5 in exec_byte_code (bytestr=19490497, vector=19490517, maxdepth=24, args_template=56100890, nargs=0, args=0x0) at bytecode.c:1169 #44 0x0116fd63 in funcall_lambda (fun=19490469, nargs=2, arg_vector=0x12966d5) at eval.c:3023 #45 0x0116f3f9 in Ffuncall (nargs=3, args=0x82de14) at eval.c:2838 #46 0x0116ece6 in call2 (fn=56235634, arg1=63108981, arg2=56100890) at eval.c:2603 #47 0x011e1f37 in x_create_tip_frame (dpyinfo=0x1512e20, parms=61772958, text=61910369) at w32fns.c:5764 #48 0x011e2770 in Fx_show_tip (string=61910369, frame=56842325, parms=61772918, timeout=40, dx=20, dy=80) at w32fns.c:6015 #49 0x0116f2eb in Ffuncall (nargs=7, args=0x82e064) at eval.c:2810 #50 0x011af45f in exec_byte_code (bytestr=20114545, vector=20114573, maxdepth=28, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #51 0x011ae8c0 in Fbyte_code (bytestr=20114545, vector=20114573, maxdepth=28) at bytecode.c:482 #52 0x0116de69 in eval_sub (form=20114534) at eval.c:2165 #53 0x0116bf55 in internal_lisp_condition_case (var=56155306, bodyform=20114534, handlers=20114662) at eval.c:1300 #54 0x011b03a5 in exec_byte_code (bytestr=20114481, vector=20114501, maxdepth=12, args_template=56100890, nargs=0, args=0x0) at bytecode.c:1169 #55 0x0116fd63 in funcall_lambda (fun=20114437, nargs=2, arg_vector=0x132ec45) at eval.c:3023 #56 0x0116f3f9 in Ffuncall (nargs=3, args=0x82e764) at eval.c:2838 #57 0x011af45f in exec_byte_code (bytestr=20115713, vector=20115733, maxdepth=12, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #58 0x0116fd63 in funcall_lambda (fun=20115685, nargs=1, arg_vector=0x132f115) at eval.c:3023 #59 0x0116f3f9 in Ffuncall (nargs=2, args=0x82eb98) at eval.c:2838 #60 0x0116eb6c in run_hook_with_args (nargs=2, args=0x82eb98, funcall=0x116ee8d ) at eval.c:2525 #61 0x0116e7c8 in Frun_hook_with_args_until_success (nargs=2, args=0x82eb98) at eval.c:2407 #62 0x0116f0b1 in Ffuncall (nargs=3, args=0x82eb94) at eval.c:2770 #63 0x011af45f in exec_byte_code (bytestr=19343465, vector=20114293, maxdepth=12, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #64 0x0116fd63 in funcall_lambda (fun=20114261, nargs=1, arg_vector=0x132eb75) at eval.c:3023 #65 0x0116f3f9 in Ffuncall (nargs=2, args=0x82efa8) at eval.c:2838 #66 0x0116e31b in Fapply (nargs=2, args=0x82efa8) at eval.c:2275 #67 0x0116f0b1 in Ffuncall (nargs=3, args=0x82efa4) at eval.c:2770 #68 0x011af45f in exec_byte_code (bytestr=19903049, vector=19903077, maxdepth=16, args_template=56100890, nargs=0, args=0x0) at bytecode.c:919 #69 0x011ae8c0 in Fbyte_code (bytestr=19903049, vector=19903077, maxdepth=16) at bytecode.c:482 #70 0x0116de69 in eval_sub (form=19903038) at eval.c:2165 #71 0x0116bf55 in internal_lisp_condition_case (var=58271130, bodyform=19903038, handlers=19903102) at eval.c:1300 #72 0x011b03a5 in exec_byte_code (bytestr=19902897, vector=19902917, maxdepth=20, args_template=56100890, nargs=0, args=0x0) at bytecode.c:1169 #73 0x0116fd63 in funcall_lambda (fun=19902877, nargs=1, arg_vector=0x12fb1c5) at eval.c:3023 #74 0x0116f3f9 in Ffuncall (nargs=2, args=0x82f6b8) at eval.c:2838 #75 0x0116ecac in call1 (fn=56146946, arg1=59490261) at eval.c:2588 #76 0x010e9331 in timer_check_2 (timers=61774814, idle_timers=56100890) at keyboard.c:4519 #77 0x010e941c in timer_check () at keyboard.c:4586 #78 0x010e7421 in readable_events (flags=1) at keyboard.c:3453 #79 0x010ecf9d in get_input_pending (flags=1) at keyboard.c:6756 #80 0x010f335c in detect_input_pending_run_timers (do_display=true) at keyboard.c:9881 #81 0x011b8f8c in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=56100890, wait_proc=0x0, just_wait_proc=0) at process.c:4676 #82 0x0100da4f in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5763 #83 0x010e5753 in read_char (commandflag=1, map=62612486, prev_event=56100890, used_mouse_menu=0x82fbc3, end_time=0x0) at keyboard.c:2815 #84 0x010f1af3 in read_key_sequence (keybuf=0x82fce0, bufsize=30, prompt=56100890, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9076 #85 0x010e28ba in command_loop_1 () at keyboard.c:1431 #86 0x0116c072 in internal_condition_case (bfun=0x10e253b , handlers=56155306, hfun=0x10e1dc4 ) at eval.c:1331 #87 0x010e21f0 in command_loop_2 (ignore=56100890) at keyboard.c:1158 #88 0x0116b635 in internal_catch (tag=56145210, func=0x10e21cc , arg=56100890) at eval.c:1097 #89 0x010e21aa in command_loop () at keyboard.c:1137 #90 0x010e1961 in recursive_edit_1 () at keyboard.c:776 #91 0x010e1b1d in Frecursive_edit () at keyboard.c:840 #92 0x010dfeb9 in main (argc=2, argv=0xa32838) at emacs.c:1581 Lisp Backtrace: "display-supports-face-attributes-p" (0x82b928) "face-spec-set-match-display" (0x82bc58) "face-spec-choose" (0x82bf88) "face-spec-set-2" (0x82c2b8) "face-spec-recalc" (0x82c5e8) "frame-set-background-mode" (0x82c91c) "internal-set-lisp-face-attribute" (0x82cc08) "set-face-attribute" (0x82cf34) "apply" (0x82d0b8) "face-spec-set-2" (0x82d3e8) "face-spec-recalc" (0x82d718) "byte-code" (0x82d9a0) "face-set-after-frame-default" (0x82de18) "x-show-tip" (0x82e068) "byte-code" (0x82e300) "tooltip-show" (0x82e768) "tooltip-help-tips" (0x82eb9c) "run-hook-with-args-until-success" (0x82eb98) "tooltip-timeout" (0x82efac) "apply" (0x82efa8) "byte-code" (0x82f240) "timer-event-handler" (0x82f6bc) In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-10-22 on MACHNO Bzr revision: 114739 rgm@gnu.org-20131022004732-jx18h2mdb2sjpgwg Windowing system distributor `Microsoft Corp.', version 5.1.2600 Configured using: `configure --prefix=/c/emacs/trunk --enable-checking=yes 'CFLAGS=-O0 -g3'' Important settings: value of $LANG: ENU locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) martin From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 22 16:12:58 2013 Received: (at 15686) by debbugs.gnu.org; 22 Oct 2013 20:12:58 +0000 Received: from localhost ([127.0.0.1]:35902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VYiK1-0008Ba-KQ for submit@debbugs.gnu.org; Tue, 22 Oct 2013 16:12:57 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:39289) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VYiJy-0008BC-DX for 15686@debbugs.gnu.org; Tue, 22 Oct 2013 16:12:55 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MV300F006PS2Q00@a-mtaout20.012.net.il> for 15686@debbugs.gnu.org; Tue, 22 Oct 2013 23:12:47 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MV300F1Y6TB0S40@a-mtaout20.012.net.il>; Tue, 22 Oct 2013 23:12:47 +0300 (IDT) Date: Tue, 22 Oct 2013 23:13:03 +0300 From: Eli Zaretskii Subject: Re: bug#15686: 24.3.50; Face related crash in current trunk In-reply-to: <5266C1E3.6030704@gmx.at> X-012-Sender: halo1@inter.net.il To: martin rudalics Message-id: <83bo2hjc8g.fsf@gnu.org> References: <5266C1E3.6030704@gmx.at> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15686 Cc: 15686@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Tue, 22 Oct 2013 20:20:19 +0200 > From: martin rudalics > > #0 terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:350 > #1 0x01151496 in die (msg=0x146e018 "((((struct vectorlike_header *) ((void *) ((font_object) - (Lisp_Vectorlike)))) ->size) & (PSEUDOVECTOR_FLAG | PVEC_TYPE_MASK)) == (PSEUDOVECTOR_FLAG | (PVEC_FONT << PSEUDOVECTOR_AREA_BITS))", file=0x146d0b0 "xfaces.c", line=5261) at alloc.c:6670 > #2 0x010d7ab0 in realize_default_face (f=0x3c2f770) at xfaces.c:5261 What kind of object is font_object in frame #2? From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 23 02:06:59 2013 Received: (at 15686) by debbugs.gnu.org; 23 Oct 2013 06:06:59 +0000 Received: from localhost ([127.0.0.1]:36724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VYras-0001Q3-0v for submit@debbugs.gnu.org; Wed, 23 Oct 2013 02:06:58 -0400 Received: from mout.gmx.net ([212.227.17.22]:55589) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VYrap-0001Pl-5n for 15686@debbugs.gnu.org; Wed, 23 Oct 2013 02:06:56 -0400 Received: from [62.47.32.134] ([62.47.32.134]) by mail.gmx.com (mrgmx002) with ESMTPA (Nemesis) id 0MLO9y-1VYJMQ3apm-000bBx for <15686@debbugs.gnu.org>; Wed, 23 Oct 2013 08:06:48 +0200 Message-ID: <5267676F.3050702@gmx.at> Date: Wed, 23 Oct 2013 08:06:39 +0200 From: martin rudalics MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#15686: 24.3.50; Face related crash in current trunk References: <5266C1E3.6030704@gmx.at> <83bo2hjc8g.fsf@gnu.org> In-Reply-To: <83bo2hjc8g.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:h7Srtd9pz+8+EhgY5lt7WFTIDborKjHWdrO2o64yrnlobkB2RkI wayZMu0oi3lfV0I7GqEqpAQBLbR8B1vSskIW83bASSjSsTamg+tYG9kxawQhwtVS+Ejux85 il83jvbZ5xKn4WPt733wwExQMcWckgeAZSmCtGmgualRMm9ilsq6/BrdDbr0Slb9UJoA9FT FxiJXVYeqtBYjMyENA74A== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15686 Cc: 15686@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) >> #0 terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:350 >> #1 0x01151496 in die (msg=0x146e018 "((((struct vectorlike_header *) ((void *) ((font_object) - (Lisp_Vectorlike)))) ->size) & (PSEUDOVECTOR_FLAG | PVEC_TYPE_MASK)) == (PSEUDOVECTOR_FLAG | (PVEC_FONT << PSEUDOVECTOR_AREA_BITS))", file=0x146d0b0 "xfaces.c", line=5261) at alloc.c:6670 >> #2 0x010d7ab0 in realize_default_face (f=0x3c2f770) at xfaces.c:5261 > > What kind of object is font_object in frame #2? What can I do to find out? martin From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 23 11:18:56 2013 Received: (at 15686) by debbugs.gnu.org; 23 Oct 2013 15:18:56 +0000 Received: from localhost ([127.0.0.1]:37955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZ0D1-0000ra-Rz for submit@debbugs.gnu.org; Wed, 23 Oct 2013 11:18:56 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:33133) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZ0Cz-0000rN-Vj for 15686@debbugs.gnu.org; Wed, 23 Oct 2013 11:18:54 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MV400100N20N100@a-mtaout20.012.net.il> for 15686@debbugs.gnu.org; Wed, 23 Oct 2013 18:18:48 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MV4001HBNVBIA80@a-mtaout20.012.net.il>; Wed, 23 Oct 2013 18:18:48 +0300 (IDT) Date: Wed, 23 Oct 2013 18:19:05 +0300 From: Eli Zaretskii Subject: Re: bug#15686: 24.3.50; Face related crash in current trunk In-reply-to: <5267676F.3050702@gmx.at> X-012-Sender: halo1@inter.net.il To: martin rudalics Message-id: <83vc0ohv6e.fsf@gnu.org> References: <5266C1E3.6030704@gmx.at> <83bo2hjc8g.fsf@gnu.org> <5267676F.3050702@gmx.at> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15686 Cc: 15686@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Wed, 23 Oct 2013 08:06:39 +0200 > From: martin rudalics > CC: 15686@debbugs.gnu.org > > >> #0 terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:350 > >> #1 0x01151496 in die (msg=0x146e018 "((((struct vectorlike_header *) ((void *) ((font_object) - (Lisp_Vectorlike)))) ->size) & (PSEUDOVECTOR_FLAG | PVEC_TYPE_MASK)) == (PSEUDOVECTOR_FLAG | (PVEC_FONT << PSEUDOVECTOR_AREA_BITS))", file=0x146d0b0 "xfaces.c", line=5261) at alloc.c:6670 > >> #2 0x010d7ab0 in realize_default_face (f=0x3c2f770) at xfaces.c:5261 > > > > What kind of object is font_object in frame #2? > > What can I do to find out? As with any Lisp object: (gdb) p font_object (gdb) xtype From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 23 12:54:20 2013 Received: (at 15686) by debbugs.gnu.org; 23 Oct 2013 16:54:20 +0000 Received: from localhost ([127.0.0.1]:38196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZ1hL-0003F8-K6 for submit@debbugs.gnu.org; Wed, 23 Oct 2013 12:54:19 -0400 Received: from mout.gmx.net ([212.227.17.22]:62098) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZ1hI-0003Ev-Vg for 15686@debbugs.gnu.org; Wed, 23 Oct 2013 12:54:18 -0400 Received: from [62.47.55.41] ([62.47.55.41]) by mail.gmx.com (mrgmx003) with ESMTPA (Nemesis) id 0LdIBN-1Vyye32L9l-00iRAX for <15686@debbugs.gnu.org>; Wed, 23 Oct 2013 18:54:10 +0200 Message-ID: <5267FF28.2010806@gmx.at> Date: Wed, 23 Oct 2013 18:54:00 +0200 From: martin rudalics MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#15686: 24.3.50; Face related crash in current trunk References: <5266C1E3.6030704@gmx.at> <83bo2hjc8g.fsf@gnu.org> <5267676F.3050702@gmx.at> <83vc0ohv6e.fsf@gnu.org> In-Reply-To: <83vc0ohv6e.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:9cOAcJQzfk+hQAZyzl7hVyP5aqJrLiLJc3nKxDTSk/gsdzXzogM 3+8SAoJimHphd2Z56Uh/wL7n7lwD7EO5ByR8lAEyZRf3Wcrb+zQv+mBiE2qm0WmooXCe5QM +YjQA/KoV0U7DtM/Bp/0SJQ1E34+lNB/aM9bkOgKpcpPdkB0E2MtC7kkNlG/hg42aFtM5sj 4+KUygCgtNgCQ4h6dal6w== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15686 Cc: 15686@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) >> >> #0 terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:350 >> >> #1 0x01151496 in die (msg=0x146e018 "((((struct vectorlike_header *) ((void *) ((font_object) - (Lisp_Vectorlike)))) ->size) & (PSEUDOVECTOR_FLAG | PVEC_TYPE_MASK)) == (PSEUDOVECTOR_FLAG | (PVEC_FONT << PSEUDOVECTOR_AREA_BITS))", file=0x146d0b0 "xfaces.c", line=5261) at alloc.c:6670 >> >> #2 0x010d7ab0 in realize_default_face (f=0x3c2f770) at xfaces.c:5261 >> > >> > What kind of object is font_object in frame #2? >> >> What can I do to find out? > > As with any Lisp object: > > (gdb) p font_object > (gdb) xtype But when (or where) do I do that? martin From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 23 13:50:09 2013 Received: (at 15686) by debbugs.gnu.org; 23 Oct 2013 17:50:10 +0000 Received: from localhost ([127.0.0.1]:38328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZ2ZM-0004fO-Dk for submit@debbugs.gnu.org; Wed, 23 Oct 2013 13:50:09 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:32910) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZ2ZH-0004eo-QJ for 15686@debbugs.gnu.org; Wed, 23 Oct 2013 13:50:05 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MV400000UUPKU00@a-mtaout21.012.net.il> for 15686@debbugs.gnu.org; Wed, 23 Oct 2013 20:49:57 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MV4000WMUV8E280@a-mtaout21.012.net.il>; Wed, 23 Oct 2013 20:49:57 +0300 (IDT) Date: Wed, 23 Oct 2013 20:49:55 +0300 From: Eli Zaretskii Subject: Re: bug#15686: 24.3.50; Face related crash in current trunk In-reply-to: <5267FF28.2010806@gmx.at> X-012-Sender: halo1@inter.net.il To: martin rudalics Message-id: <83iownj2rg.fsf@gnu.org> References: <5266C1E3.6030704@gmx.at> <83bo2hjc8g.fsf@gnu.org> <5267676F.3050702@gmx.at> <83vc0ohv6e.fsf@gnu.org> <5267FF28.2010806@gmx.at> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15686 Cc: 15686@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Wed, 23 Oct 2013 18:54:00 +0200 > From: martin rudalics > CC: 15686@debbugs.gnu.org > > >> >> #0 terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:350 > >> >> #1 0x01151496 in die (msg=0x146e018 "((((struct vectorlike_header *) ((void *) ((font_object) - (Lisp_Vectorlike)))) ->size) & (PSEUDOVECTOR_FLAG | PVEC_TYPE_MASK)) == (PSEUDOVECTOR_FLAG | (PVEC_FONT << PSEUDOVECTOR_AREA_BITS))", file=0x146d0b0 "xfaces.c", line=5261) at alloc.c:6670 > >> >> #2 0x010d7ab0 in realize_default_face (f=0x3c2f770) at xfaces.c:5261 > >> > > >> > What kind of object is font_object in frame #2? > >> > >> What can I do to find out? > > > > As with any Lisp object: > > > > (gdb) p font_object > > (gdb) xtype > > But when (or where) do I do that? Where -- in the frame where the variable is defined, in this case frame #2 (as I mentioned above). When -- when the program crashes, or (if you succeed to somehow get to the same place in the code before it crashes) before realize_default_face does whatever it does in line 5261 that causes the assertion violation. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 24 02:04:17 2013 Received: (at 15686) by debbugs.gnu.org; 24 Oct 2013 06:04:17 +0000 Received: from localhost ([127.0.0.1]:39961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZE1o-0008T1-Ee for submit@debbugs.gnu.org; Thu, 24 Oct 2013 02:04:17 -0400 Received: from mout.gmx.net ([212.227.15.18]:49167) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZE1k-0008Si-Q9 for 15686@debbugs.gnu.org; Thu, 24 Oct 2013 02:04:14 -0400 Received: from [62.47.36.106] ([62.47.36.106]) by mail.gmx.com (mrgmx002) with ESMTPA (Nemesis) id 0LaXEN-1VzAzZ24yd-00mGMV for <15686@debbugs.gnu.org>; Thu, 24 Oct 2013 08:04:06 +0200 Message-ID: <5268B84B.3080908@gmx.at> Date: Thu, 24 Oct 2013 08:03:55 +0200 From: martin rudalics MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#15686: 24.3.50; Face related crash in current trunk References: <5266C1E3.6030704@gmx.at> <83bo2hjc8g.fsf@gnu.org> In-Reply-To: <83bo2hjc8g.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:0WiN3y7L+//ug4/LlUXGO4SBeqwlhhB8iNfaGmeOgutmpbSclT1 jBIdGhEHwUZKB+snJHOQik/Y1e4A01V/r1aqQ7W6kIJh9r/EDqdRiNdOAymW7HQPBgt9gXT 602Oj+wqjIqoHei0HNAEmzdNISFCWniyFUJFysH8smbyB8laSFKbbJCsevTnvrG7OzSTfnM 9qtP+yLAD0113LRjvcmBA== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15686 Cc: 15686@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) > What kind of object is font_object in frame #2? It's Lisp_Vectorlike PVEC_NORMAL_VECTOR martin From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 24 02:04:25 2013 Received: (at 15686) by debbugs.gnu.org; 24 Oct 2013 06:04:25 +0000 Received: from localhost ([127.0.0.1]:39964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZE1w-0008TN-Tm for submit@debbugs.gnu.org; Thu, 24 Oct 2013 02:04:25 -0400 Received: from mout.gmx.net ([212.227.15.15]:62996) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZE1u-0008T3-1u for 15686@debbugs.gnu.org; Thu, 24 Oct 2013 02:04:22 -0400 Received: from [62.47.36.106] ([62.47.36.106]) by mail.gmx.com (mrgmx002) with ESMTPA (Nemesis) id 0MCtql-1VRDff05XH-009dij for <15686@debbugs.gnu.org>; Thu, 24 Oct 2013 08:04:16 +0200 Message-ID: <5268B855.1000606@gmx.at> Date: Thu, 24 Oct 2013 08:04:05 +0200 From: martin rudalics MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#15686: 24.3.50; Face related crash in current trunk References: <5266C1E3.6030704@gmx.at> <83bo2hjc8g.fsf@gnu.org> <5267676F.3050702@gmx.at> <83vc0ohv6e.fsf@gnu.org> <5267FF28.2010806@gmx.at> <83iownj2rg.fsf@gnu.org> In-Reply-To: <83iownj2rg.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:5+rpGac7qafUmPdvs2gRDTjAtTDE/EjfJBhtXhkkv97ijt3N4MG SgW5NANKxN2RvP0f15ejTINquZfxyRo615in7cqVLzTtm5zwNzqjGXoT78NFFDsTDBsDamB QfGrmO1+GI7DwbrZT4L0hYvZBZBKpjKzkTnL94pqDaWKQTf+p3nnsfORyv6QfqLnpXRiUCC UiyYha/cqxfS+1P02bs2w== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15686 Cc: 15686@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) > Where -- in the frame where the variable is defined, in this case > frame #2 (as I mentioned above). When -- when the program crashes, or > (if you succeed to somehow get to the same place in the code before it > crashes) before realize_default_face does whatever it does in line > 5261 that causes the assertion violation. And to get to that frame I have to type "frame 2" first which is what I didn't know. martin From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 09:57:27 2019 Received: (at 15686) by debbugs.gnu.org; 30 Sep 2019 13:57:28 +0000 Received: from localhost ([127.0.0.1]:59964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEwB5-0002nW-F0 for submit@debbugs.gnu.org; Mon, 30 Sep 2019 09:57:27 -0400 Received: from mail-pg1-f174.google.com ([209.85.215.174]:43450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEwB3-0002nF-9L for 15686@debbugs.gnu.org; Mon, 30 Sep 2019 09:57:25 -0400 Received: by mail-pg1-f174.google.com with SMTP id v27so7433919pgk.10 for <15686@debbugs.gnu.org>; Mon, 30 Sep 2019 06:57:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=Ro4mQ/hUKj6pep6fSK4ofkbUZOEYPxoWxKZmXSO8dW4=; b=TFYqPA2se7zPH44NgCRw3H8+M/s/JAs+nE/30A2t2mNwINwcVE6W4ObiAJMCYBRZey dgbg5mgTrdhrje44HLGsLsb4ulECPN5xrG+Fo8bzolNfRGrSZlYj1IOSmYF0lwfXYmsy SXIhgaCIrMw3h4IhmHX7vaD1nSzhZdbuqxXpVAYZ6UDlbdhJaxjBUIMUNaRbPVCRPpNx io906oYI7aPa/MhknEPg8X0alpO2CNIkw2iNwbFg2WfIsJg5XJyh4dukfBfTUkgeLnwS b8eUr0zbKCsErbMw4e/cfJLKR+ZyVa2gYsO22GoTnlgHafxvRIsSBnrCHr97o4uVFLYT 0t6w== X-Gm-Message-State: APjAAAUIAzf/2mBNXJR408GjVsYe2KgySQ09Y1iKVXDji1ALNhqPI7hS A/mRSz05mjH4Jp6nIsEtcc1d93AxEPp9hoXp9KQ= X-Google-Smtp-Source: APXvYqzxUEVIOhdqMMJEvKikcLSpX4qRygVhoTMF+0ChnQdBoVz5AjYMVppjlHAHLsv0re9fGsHnFSNVeQIdy0+4M9k= X-Received: by 2002:aa7:8009:: with SMTP id j9mr21200477pfi.107.1569851839525; Mon, 30 Sep 2019 06:57:19 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Mon, 30 Sep 2019 15:57:08 +0200 Message-ID: Subject: Re: bug#15686: 24.3.50; Face related crash in current trunk To: martin rudalics Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 15686 Cc: 15686@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) martin rudalics writes: > With emacs -Q I evaluated the following form: > [...] > > Then I typed C-h a and moved my mouse around the window. The backtrace > I eventually obtained is: [...] That was close to six years ago. Are you still seeing this crash in a more modern version of Emacs? Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 09:57:35 2019 Received: (at control) by debbugs.gnu.org; 30 Sep 2019 13:57:35 +0000 Received: from localhost ([127.0.0.1]:59967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEwBD-0002nv-0p for submit@debbugs.gnu.org; Mon, 30 Sep 2019 09:57:35 -0400 Received: from mail-pl1-f171.google.com ([209.85.214.171]:40296) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEwBB-0002nX-7a for control@debbugs.gnu.org; Mon, 30 Sep 2019 09:57:33 -0400 Received: by mail-pl1-f171.google.com with SMTP id d22so3946303pll.7 for ; Mon, 30 Sep 2019 06:57:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Zwoxpw9ZmEiPo4zA/1U6sW3ax+3hSfliCip3ikfg5cE=; b=jchu8o/41v7s6cSCz8OW48kV1xnud+VoG8vNjj5L4LUGeHAHCEdAIFgNpVakQk4OhV 4PAO2k93EQyfhwpkr4uZk/Ijn/fdBJTiRRQJTfVUxDMM/7cyMLYskbXWF0KmV+Jm1d5L tZ/FS2C/+tizai6OJaw4hSO05rb7RZ1eS3nugwD4yuzs7nLT1UqjW6aTY+Pvaig5+W7Y shAyGyCBKFETVSdTYUH64kISOyPXc69PG+pHJ8RsEWLEfYfFllIS1fB3y37DLsNAstAE dwhMjhZn9FnMGqnPCH1vkKR+TcJTF7QIuOE5ukcitW6ncuAUhFCtJz+T/PlbywS6X6Lj jA/w== X-Gm-Message-State: APjAAAUISpySpEgfddpImLJDhFySneLTsn7VfaymDpxZOnLhO30MJJUt DchKy92YtYu546uhmGwlgiC/zGxaVhSbKMHUxp1/Awn/02M= X-Google-Smtp-Source: APXvYqxeAl8t+T5Gfvy1+IRuSrGD1qkQfGf7YvFiw8/J6ghJJe7Yl1aat+zfgLpwys82Qd3c/fDaAR6x7LRyBQ4pRJM= X-Received: by 2002:a17:902:d88f:: with SMTP id b15mr19447262plz.251.1569851847194; Mon, 30 Sep 2019 06:57:27 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Mon, 30 Sep 2019 15:57:16 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 15686 + moreinfo quit Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.171 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.214.171 listed in wl.mailspike.net] 2.0 BLANK_SUBJECT Subject is present but empty 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 15686 + moreinfo quit Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.171 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.214.171 listed in wl.mailspike.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 2.0 BLANK_SUBJECT Subject is present but empty 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager tags 15686 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 01 03:33:00 2019 Received: (at 15686-done) by debbugs.gnu.org; 1 Oct 2019 07:33:00 +0000 Received: from localhost ([127.0.0.1]:60805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iFCeZ-0005Eu-VP for submit@debbugs.gnu.org; Tue, 01 Oct 2019 03:33:00 -0400 Received: from mout.gmx.net ([212.227.15.15]:56079) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iFCeY-0005Eh-BS for 15686-done@debbugs.gnu.org; Tue, 01 Oct 2019 03:32:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1569915171; bh=T+8fpzY+Y6GXM3E3PDFl9elAV7iXqNBQrrdw4M88FmQ=; h=X-UI-Sender-Class:Subject:To:Cc:References:From:Date:In-Reply-To; b=T5cUAV+QBBqHMZcR9khzuOIh+Vh1uIFwhkUbmLSwRxH8UIq1ADZDbmcr6oGPBFkNz UK3/MWnteen65TAIl6MOWWwGmGaCaSlp5WE1tUSICs3C+0e1xstRQhh1SQUyEQC9ds hnWASHHNQm7jV86DI6URGZozIHZYtTc/3lw3M4S8= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from [192.168.1.101] ([212.95.5.139]) by mail.gmx.com (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MJE2D-1iYFuC2LT1-00KdRe; Tue, 01 Oct 2019 09:32:51 +0200 Subject: Re: bug#15686: 24.3.50; Face related crash in current trunk To: Stefan Kangas References: From: martin rudalics Message-ID: Date: Tue, 1 Oct 2019 09:32:51 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-AT Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:8sC9RYW24xhn5/fwwEktP3gsfbBbaintvQAxVhxL9kgLrzadxX0 oCnyZDMtBTD8nHw2CtZdPBBwwirXdYk7nDkcSvpeqSa7+knKG3raLql+6YgYfwg4AtgjMET qNNVh6g/v2bmwd7TBbfo/F27FXxICEVI/tNPJec4CSX6LtYgi7GxwsTwf1PyhI5fX1Whf0b 9N/7AUA34dIK7wKAN6/cg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:quvyFS3+MFs=:44ltpf0b7T2p/6Ojt9el2+ JHMXRwmxer+wbnc3hPc90ck2UPrdQJFKoxoHvz6fUYkzbenJxQRhy20Xvv1K9rYlJ4CyYFNES mqiX642Q8V+w8epGtbMReahBDzxWvlFw+Ia4OojcyuIlW8A1Gd68MjdEF9KpB21UbY5t+p+qw TYsbIhLcNOXrzwuaVRuZxpS+LX13isZqW6/kxUBTPTDSu4/iGzJL6Va3Y9VJy555S83bua74+ ylMZ91k7JssWbyMJPCoeoUhIHmu7+Q8RBHWIozibxa7JEUMTSV7EQQzedgKptwbUKXbcyVXjF c3UFZUlLYGRxNcpkaJZ3eCdW3Wi9uKVQma5H8sr/75qaC1OBE7RcAZxDM+ZcwGhL2L1CpTF19 q5jKY6u2GHfnsF7Z9lue+H031lfA0+okrN+5DNECEnccHzlzERY59NMGEHl/3vX7vgwAdsrIz tK7NP1NmK2eGaQUd5VsNTDPQPNGCDaxJt0CZ+lr3CeNATumL2qeFVxar3o5aCwbAlpjF2656B LZ4EsIs0EJ1x9wzVwwtuSkdQPj/JsEcBS46VzCpk3oSbZxKXe+2i7A+2GubFHiH14wiwBDDuO kppli+msA8fUkiUaelyN3zmCw4iudDqSnfRGaCnEZnhOymb1vPjwfdqQvdzNYgE7nGTUozw8L qbSmlsTwPvLR0xPmkQi9yrl+4f0RM8CGQ67A2GfI6m5zJqtYsu4IrXnpfrecgQ6A/CN01SLF1 EPgGXUeU77MWesH9wz6CTbHwvhQ/BxdRoB1xhpaXgS1pDIWttL+ndmpfxX2d8XeLgGYqsLuvP U4GUVXFQ0eO4EGc0cHVmqIH3n/znMDcA/PA4AQNWAEiQI1ZYL4ohGBLTo3AiU3X0DMP9E0mjr OHi8fWkFk9qKYsSm8IeB3r4XSYE49Q4q8vEbrKWG7M+Wn8oE035OWljgyz/rRO2nBMOgYg902 Kb1A8MRjeAsTGKAVyfR3Lg9XkYCoSnERG90gsEQK33OuzJzmcj3Ykeskd+S4U4KMo8ETpHEz8 nyskcu9/QP1aPamNhK1wFkaAcYQQBrMXY9EuCCsCv9tn0SZ1CFyAD8gWo8aifpHylVCDQdEC0 uLmQl96n95meeYuWOMrgAwNdV/0w9oysYAYDdIl5YLEFvCQMws5xPDQiBjMvsr+/FYYENyUAf HkuRIJK5uHo8gZTpkz9UbJokWmxLC1sKWQLWoUMALmMmoqNUDB3ea9WfHSUNh1zI8ZmGI2CDD p6b+12nz/xWutmFXGuEfvwB/6gy9djrniq6805zIv23bcUBFgE+UNR+CR5Ik= X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15686-done Cc: 15686-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > That was close to six years ago. Are you still seeing this crash in a > more modern version of Emacs? I don't even dare to try. Rather let sleeping dogs lie. Bug closed, martin From unknown Fri Jun 20 07:27:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 29 Oct 2019 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator