From unknown Thu Jun 19 14:23:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18559: 24.3.90; can't start emacs - Odd length text property list Resent-From: Jarek Czekalski Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Sep 2014 16:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 18559 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 18559@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.141166324814010 (code B ref -1); Thu, 25 Sep 2014 16:41:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Sep 2014 16:40:48 +0000 Received: from localhost ([127.0.0.1]:52219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXC62-0003dq-Ry for submit@debbugs.gnu.org; Thu, 25 Sep 2014 12:40:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35042) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXC5w-0003dc-4u for submit@debbugs.gnu.org; Thu, 25 Sep 2014 12:40:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXC5l-0001R2-LT for submit@debbugs.gnu.org; Thu, 25 Sep 2014 12:40:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:42553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXC5l-0001Pt-I2 for submit@debbugs.gnu.org; Thu, 25 Sep 2014 12:40:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXC5Y-0003G8-T1 for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 12:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXC5R-0001O2-1I for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 12:40:16 -0400 Received: from s74.linuxpl.com ([46.4.67.7]:41113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXC5Q-0001CB-Ny for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 12:40:08 -0400 Received: from cj.e-siemianowice.pl ([95.215.234.30] helo=[192.168.17.9]) by s74.linuxpl.com with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.83) (envelope-from ) id 1XXC5Q-0004Jm-Qo for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 18:40:08 +0200 Message-ID: <54244554.9070100@jarek.katowice.pl> Date: Thu, 25 Sep 2014 18:39:48 +0200 From: Jarek Czekalski User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.1 (---) 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: -3.1 (---) I just built trunk r117948 on mingw. I can't start emacs, it reports: Odd length text property list I can't make a report from this version as it is not starting, even with -Q. I managed to run r117941. Attaching stack trace below. Jarek Breakpoint 4, validate_plist (list=8971294) at ../../emacs-checkout/src/textprop.c:235 235 error ("Odd length text property list"); (gdb) bt #0 validate_plist (list=8971294) at ../../emacs-checkout/src/textprop.c:235 #1 0x0114e2cf in add_text_properties_1 (start=4, end=48, properties=, object=22190749, set_type=TEXT_PROPERTY_REPLACE) at ../../emacs-checkout/src/textprop.c:1181 #2 0x0114e634 in Fput_text_property (start=4, end=48, property=20970810, value=22189522, object=22190749) at ../../emacs-checkout/src/textprop.c:1323 #3 0x01073540 in produce_charset (pos=12, charbuf=0x88e47c, coding=) at ../../emacs-checkout/src/coding.c:7276 #4 produce_annotation (pos=, coding=0x88e6e8) at ../../emacs-checkout/src/coding.c:7319 #5 decode_coding (coding=) at ../../emacs-checkout/src/coding.c:7414 #6 0x01077423 in decode_coding_object (coding=0x88e6e8, src_object=116670713, from=0, from_byte=0, to=11, to_byte=11, dst_object=20909466) at ../../emacs-checkout/src/coding.c:8140 #7 0x010791e4 in code_convert_string (string=116670713, coding_system=, dst_object=20909466, encodep=false, nocopy=false, norecord=true) at ../../emacs-checkout/src/coding.c:9482 #8 0x01079405 in code_convert_string_norecord (string=116670713, coding_system=22096450, encodep=false) at ../../emacs-checkout/src/coding.c:9502 #9 0x011680e3 in intern_font_name (string=) at ../../emacs-checkout/src/w32font.c:289 #10 0x01168542 in w32_enumfont_pattern_entity (backend=21044986, font_type=4, physical_font=0x88ea48, logical_font=0x88ec30, frame=, requested_font=) at ../../emacs-checkout/src/w32font.c:1085 #11 add_font_entity_to_list (logical_font=0x88ec30, physical_font=0x88ea48, font_type=4, lParam=8973812) at ../../emacs-checkout/src/w32font.c:1500 #12 0x768c247a in GDI32!D3DKMTGetDeviceState () from C:\Windows\syswow64\gdi32.dll #13 0x0088ec30 in ?? () #14 0x768c23e3 in GDI32!D3DKMTGetDeviceState () from C:\Windows\syswow64\gdi32.dll #15 0x00a946e0 in ?? () #16 0x768c259c in GDI32!D3DKMTGetDeviceState () from C:\Windows\syswow64\gdi32.dll #17 0xee011eb1 in ?? () #18 0x00a907a0 in ?? () #19 0x768c256d in GDI32!D3DKMTGetDeviceState () from C:\Windows\syswow64\gdi32.dll #20 0xee011eb1 in ?? () #21 0x0088ee10 in ?? () #22 0x01169226 in w32font_list_internal (f=0x16f4620, font_spec=20999229, opentype_only=1) at ../../emacs-checkout/src/w32font.c:833 #23 0x01178081 in uniscribe_list (f=0x16f4620, font_spec=20999229) at ../../emacs-checkout/src/w32uniscribe.c:74 #24 0x0111a07a in font_list_entities (f=0x16f4620, spec=24070029) at ../../emacs-checkout/src/font.c:2805 #25 0x0111a769 in font_find_for_lface (f=0x16f4620, attrs=0x88eff4, spec=24078277, c=-1) at ../../emacs-checkout/src/font.c:3282 #26 0x0111ab84 in font_load_for_lface (f=0x16f4620, attrs=0x88eff4, spec=24078277) at ../../emacs-checkout/src/font.c:3355 #27 0x0111ac53 in font_open_by_spec (f=0x16f4620, spec=24078277) at ../../emacs-checkout/src/font.c:3417 #28 0x0111ac8c in font_open_by_name (f=0x16f4620, name=116670681) at ../../emacs-checkout/src/font.c:3433 #29 0x011595f2 in x_default_font_parameter (f=0x16f4620, parms=22317782) at ../../emacs-checkout/src/w32fns.c:4382 #30 0x0115f963 in Fx_create_frame (parameters=22317782) at ../../emacs-checkout/src/w32fns.c:4546 #31 0x011063f7 in Ffuncall (nargs=2, args=0x88f1d4) at ../../emacs-checkout/src/eval.c:2723 #32 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=16, args_template=20909442, nargs=8974804, args=0x2) at ../../emacs-checkout/src/bytecode.c:920 #33 0x01105e8a in funcall_lambda (fun=18882493, nargs=, arg_vector=0x88f348) at ../../emacs-checkout/src/eval.c:2956 #34 0x011061ff in Ffuncall (nargs=2, args=0x88f344) at ../../emacs-checkout/src/eval.c:2784 #35 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=20, args_template=20909442, nargs=8975172, args=0x2) at ../../emacs-checkout/src/bytecode.c:920 #36 0x01105e8a in funcall_lambda (fun=19200949, nargs=, arg_vector=0x88f4b8) at ../../emacs-checkout/src/eval.c:2956 #37 0x011061ff in Ffuncall (nargs=2, args=0x88f4b4) at ../../emacs-checkout/src/eval.c:2784 #38 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=24, args_template=20909442, nargs=8975540, args=0x2) at ../../emacs-checkout/src/bytecode.c:920 #39 0x01105e8a in funcall_lambda (fun=19198509, nargs=, arg_vector=0x88f628) at ../../emacs-checkout/src/eval.c:2956 #40 0x011061ff in Ffuncall (nargs=1, args=0x88f624) at ../../emacs-checkout/src/eval.c:2784 #41 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=68, args_template=0, nargs=8975908, args=0x1) at ../../emacs-checkout/src/bytecode.c:920 #42 0x01105f75 in funcall_lambda (fun=18902357, nargs=0, arg_vector=0x88f7cc) at ../../emacs-checkout/src/eval.c:2890 #43 0x011061ff in Ffuncall (nargs=1, args=0x88f7c8) at ../../emacs-checkout/src/eval.c:2784 #44 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=48, args_template=0, nargs=8976328, args=0x1) at ../../emacs-checkout/src/bytecode.c:920 #45 0x01105f75 in funcall_lambda (fun=18900621, nargs=0, arg_vector=0x88f8e0) at ../../emacs-checkout/src/eval.c:2890 #46 0x01105412 in apply_lambda (fun=18900621, args=, count=3) at ../../emacs-checkout/src/eval.c:2831 #47 0x0110565e in eval_sub (form=22106294) at ../../emacs-checkout/src/eval.c:2253 #48 0x01107904 in Feval (form=22106294, lexical=20909442) at ../../emacs-checkout/src/eval.c:1993 #49 0x0109e056 in top_level_2 () at ../../emacs-checkout/src/keyboard.c:1207 #50 0x01104b67 in internal_condition_case (bfun=0x109e03a , handlers=20959738, hfun=0x109f702 ) at ../../emacs-checkout/src/eval.c:1344 #51 0x0109e96e in top_level_1 (ignore=20909442) at ../../emacs-checkout/src/keyboard.c:1215 #52 0x01104aab in internal_catch (tag=20953578, func=0x109e910 , arg=20909442) at ../../emacs-checkout/src/eval.c:1105 #53 0x0109f383 in command_loop () at ../../emacs-checkout/src/keyboard.c:1176 #54 recursive_edit_1 () at ../../emacs-checkout/src/keyboard.c:787 #55 0x0109f644 in Frecursive_edit () at ../../emacs-checkout/src/keyboard.c:858 #56 0x0109ab40 in main (argc=, argv=0xc52ff8) at ../../emacs-checkout/src/emacs.c:1643 (gdb) In GNU Emacs 24.3.90.2 (i686-pc-mingw32) of 2014-05-08 on BONSOFTW7 Repository revision: 117082 rgm@gnu.org-20140508033420-vclxect0m43u0rnh Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=d:/program_files/emacs24-master' Important settings: value of $LANG: pl locale-coding-system: cp1250 Major mode: C Minor modes in effect: shell-dirtrack-mode: t global-hl-line-mode: t recentf-mode: t 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 size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: M-x r e p o r c a n ' t SPC s t a r t SPC e m a c s SPC - SPC o d d SPC l e n g t h SPC t e x t SPC p r o p e r t y SPC l i s t C-g C-x C-f c : \ t e m p \ s r c \ e m - c h s r c M-x g r e p o d d . l e n SPC * M-x r e p o r t - e m Recent messages: Loading c:/Users/Jarek/AppData/Roaming/.emacs.d/snippets/text-mode/.yas-compiled-snippets.el (source)...done [yas] Loading snippet files from c:/Users/Jarek/AppData/Roaming/.emacs.d/snippets/text-mode [yas] Loaded ~/.emacs.d/snippets [yas] Reloaded everything.... Loading hl-line...done Loading whitespace...done Loading grep...done For information about GNU Emacs and the GNU system, type C-h C-a. Quit Grep exited abnormally with code 2 Load-path shadows: None found. Features: (shadow sort mail-extr vc-bzr cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs shell pcomplete dired emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums grep compile comint ansi-color ring whitespace hl-line cus-start cus-load xml-parse yasnippet derived easy-mmode edmacro kmacro help-mode folding-isearch folding cl-macs advice cl gv eww mm-url gnus gnus-ems nnheader mail-utils url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util mm-util help-fns mail-prsvr password-cache url-vars mailcap shr browse-url format-spec bookmark pp recentf tree-widget wid-edit cl-loaddefs cl-lib easymenu server time-date tooltip electric uniquify 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) Memory information: ((conses 8 217908 14720) (symbols 24 28252 0) (miscs 20 131 289) (strings 16 40240 5876) (string-bytes 1 1255123) (vectors 8 19506) (vector-slots 4 504869 6396) (floats 8 199 265) (intervals 28 3022 3678) (buffers 508 17)) From unknown Thu Jun 19 14:23:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18559: 24.3.90; can't start emacs - Odd length text property list Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Sep 2014 17:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18559 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jarek Czekalski Cc: 18559@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 18559-submit@debbugs.gnu.org id=B18559.141166480716626 (code B ref 18559); Thu, 25 Sep 2014 17:07:02 +0000 Received: (at 18559) by debbugs.gnu.org; 25 Sep 2014 17:06:47 +0000 Received: from localhost ([127.0.0.1]:52235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXCVD-0004K6-4r for submit@debbugs.gnu.org; Thu, 25 Sep 2014 13:06:47 -0400 Received: from mtaout28.012.net.il ([80.179.55.184]:37329) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXCVA-0004Jw-3C for 18559@debbugs.gnu.org; Thu, 25 Sep 2014 13:06:45 -0400 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NCG00K00UREZJ00@mtaout28.012.net.il> for 18559@debbugs.gnu.org; Thu, 25 Sep 2014 20:05:44 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NCG00EURVHKWN70@mtaout28.012.net.il>; Thu, 25 Sep 2014 20:05:44 +0300 (IDT) Date: Thu, 25 Sep 2014 20:06:42 +0300 From: Eli Zaretskii In-reply-to: <54244554.9070100@jarek.katowice.pl> X-012-Sender: halo1@inter.net.il Message-id: <83h9zvvdct.fsf@gnu.org> References: <54244554.9070100@jarek.katowice.pl> X-Spam-Score: 1.0 (+) 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: 1.0 (+) > Date: Thu, 25 Sep 2014 18:39:48 +0200 > From: Jarek Czekalski > > > I just built trunk r117948 on mingw. I can't start emacs, it reports: > Odd length text property list > I can't make a report from this version as it is not starting, even with > -Q. I managed to run r117941. Is this a 32-bit build or a 64-bit MinGW build? Can you start the latest trunk if you build it without optimizations? Can you start it if you define USE_STACK_LISP_OBJECTS to false in lisp.h? What is your GCC version? From unknown Thu Jun 19 14:23:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18559: 24.3.90; can't start emacs - Odd length text property list Resent-From: Jarek Czekalski Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Sep 2014 17:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18559 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 18559@debbugs.gnu.org Received: via spool by 18559-submit@debbugs.gnu.org id=B18559.141166584018366 (code B ref 18559); Thu, 25 Sep 2014 17:24:01 +0000 Received: (at 18559) by debbugs.gnu.org; 25 Sep 2014 17:24:00 +0000 Received: from localhost ([127.0.0.1]:52247 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXClr-0004mA-I3 for submit@debbugs.gnu.org; Thu, 25 Sep 2014 13:23:59 -0400 Received: from s74.linuxpl.com ([46.4.67.7]:55393) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXClp-0004m0-BO for 18559@debbugs.gnu.org; Thu, 25 Sep 2014 13:23:57 -0400 Received: from cj.e-siemianowice.pl ([95.215.234.30] helo=[192.168.17.9]) by s74.linuxpl.com with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.83) (envelope-from ) id 1XXClw-0008Pa-3J for 18559@debbugs.gnu.org; Thu, 25 Sep 2014 19:24:04 +0200 Message-ID: <54244FAC.7030801@jarek.katowice.pl> Date: Thu, 25 Sep 2014 19:23:56 +0200 From: Jarek Czekalski User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 References: <54244554.9070100@jarek.katowice.pl> <83h9zvvdct.fsf@gnu.org> In-Reply-To: <83h9zvvdct.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) 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 (/) > Is this a 32-bit build or a 64-bit MinGW build? 32 > Can you start the latest trunk if you build it without optimizations? > > Can you start it if you define USE_STACK_LISP_OBJECTS to false in > lisp.h? I can't try that at the moment. > > What is your GCC version? > 4.5.2 From unknown Thu Jun 19 14:23:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18559: 24.3.90; can't start emacs - Odd length text property list Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Sep 2014 17:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18559 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: jarek@jarek.katowice.pl Cc: 18559@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 18559-submit@debbugs.gnu.org id=B18559.141166618118957 (code B ref 18559); Thu, 25 Sep 2014 17:30:03 +0000 Received: (at 18559) by debbugs.gnu.org; 25 Sep 2014 17:29:41 +0000 Received: from localhost ([127.0.0.1]:52251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXCrM-0004vh-EG for submit@debbugs.gnu.org; Thu, 25 Sep 2014 13:29:40 -0400 Received: from mtaout25.012.net.il ([80.179.55.181]:51772) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXCrJ-0004vW-EF for 18559@debbugs.gnu.org; Thu, 25 Sep 2014 13:29:38 -0400 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NCG00900V9NF100@mtaout25.012.net.il> for 18559@debbugs.gnu.org; Thu, 25 Sep 2014 20:24:39 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NCG001SEWD3XD90@mtaout25.012.net.il>; Thu, 25 Sep 2014 20:24:39 +0300 (IDT) Date: Thu, 25 Sep 2014 20:29:35 +0300 From: Eli Zaretskii In-reply-to: <83h9zvvdct.fsf@gnu.org> X-012-Sender: halo1@inter.net.il Message-id: <83eguzvcao.fsf@gnu.org> References: <54244554.9070100@jarek.katowice.pl> <83h9zvvdct.fsf@gnu.org> X-Spam-Score: 3.7 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > Date: Thu, 25 Sep 2014 20:06:42 +0300 > From: Eli Zaretskii > Cc: 18559@debbugs.gnu.org > > > Date: Thu, 25 Sep 2014 18:39:48 +0200 > > From: Jarek Czekalski > > > > > > I just built trunk r117948 on mingw. I can't start emacs, it reports: > > Odd length text property list > > I can't make a report from this version as it is not starting, even with > > -Q. I managed to run r117941. > > Is this a 32-bit build or a 64-bit MinGW build? > > Can you start the latest trunk if you build it without optimizations? > > Can you start it if you define USE_STACK_LISP_OBJECTS to false in > lisp.h? > > What is your GCC version? [...] Content analysis details: (3.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL [80.179.55.181 listed in psbl.surriel.com] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 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: 3.7 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > Date: Thu, 25 Sep 2014 20:06:42 +0300 > From: Eli Zaretskii > Cc: 18559@debbugs.gnu.org > > > Date: Thu, 25 Sep 2014 18:39:48 +0200 > > From: Jarek Czekalski > > > > > > I just built trunk r117948 on mingw. I can't start emacs, it reports: > > Odd length text property list > > I can't make a report from this version as it is not starting, even with > > -Q. I managed to run r117941. > > Is this a 32-bit build or a 64-bit MinGW build? > > Can you start the latest trunk if you build it without optimizations? > > Can you start it if you define USE_STACK_LISP_OBJECTS to false in > lisp.h? > > What is your GCC version? [...] Content analysis details: (3.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL [80.179.55.181 listed in psbl.surriel.com] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) > Date: Thu, 25 Sep 2014 20:06:42 +0300 > From: Eli Zaretskii > Cc: 18559@debbugs.gnu.org > > > Date: Thu, 25 Sep 2014 18:39:48 +0200 > > From: Jarek Czekalski > > > > > > I just built trunk r117948 on mingw. I can't start emacs, it reports: > > Odd length text property list > > I can't make a report from this version as it is not starting, even with > > -Q. I managed to run r117941. > > Is this a 32-bit build or a 64-bit MinGW build? > > Can you start the latest trunk if you build it without optimizations? > > Can you start it if you define USE_STACK_LISP_OBJECTS to false in > lisp.h? > > What is your GCC version? Sorry, this is all my fault. Please try the latest trunk. From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 25 13:33:36 2014 Received: (at control) by debbugs.gnu.org; 25 Sep 2014 17:33:36 +0000 Received: from localhost ([127.0.0.1]:52255 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXCv9-00053K-CD for submit@debbugs.gnu.org; Thu, 25 Sep 2014 13:33:35 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:56206) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXCv5-00053A-Mv for control@debbugs.gnu.org; Thu, 25 Sep 2014 13:33:32 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XXCv5-0004ii-4g for control@debbugs.gnu.org; Thu, 25 Sep 2014 13:33:31 -0400 Date: Thu, 25 Sep 2014 13:33:31 -0400 Message-Id: Subject: control message for bug 18559 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control 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: -5.7 (-----) notfound 18559 24.3.90 retitle 18559 24.4.50; can't start emacs - Odd length text property list From unknown Thu Jun 19 14:23:50 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jarek Czekalski Subject: bug#18559: closed (Re: bug#18559: 24.3.90; can't start emacs - Odd length text property list) Message-ID: References: <5424650A.4050305@jarek.katowice.pl> <54244554.9070100@jarek.katowice.pl> X-Gnu-PR-Message: they-closed 18559 X-Gnu-PR-Package: emacs Reply-To: 18559@debbugs.gnu.org Date: Thu, 25 Sep 2014 18:56:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1411671363-32345-1" This is a multi-part message in MIME format... ------------=_1411671363-32345-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #18559: 24.4.50; can't start emacs - Odd length text property list which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 18559@debbugs.gnu.org. --=20 18559: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D18559 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1411671363-32345-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 18559-done) by debbugs.gnu.org; 25 Sep 2014 18:55:13 +0000 Received: from localhost ([127.0.0.1]:52305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXEC8-0008OZ-SK for submit@debbugs.gnu.org; Thu, 25 Sep 2014 14:55:13 -0400 Received: from s74.linuxpl.com ([46.4.67.7]:47131) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXEC4-0008OO-Gh for 18559-done@debbugs.gnu.org; Thu, 25 Sep 2014 14:55:09 -0400 Received: from cj.e-siemianowice.pl ([95.215.234.30] helo=[192.168.17.9]) by s74.linuxpl.com with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.83) (envelope-from ) id 1XXECA-0006Ji-GI for 18559-done@debbugs.gnu.org; Thu, 25 Sep 2014 20:55:14 +0200 Message-ID: <5424650A.4050305@jarek.katowice.pl> Date: Thu, 25 Sep 2014 20:55:06 +0200 From: Jarek Czekalski User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: 18559-done@debbugs.gnu.org Subject: Re: bug#18559: 24.3.90; can't start emacs - Odd length text property list References: <54244554.9070100@jarek.katowice.pl> <83h9zvvdct.fsf@gnu.org> <83eguzvcao.fsf@gnu.org> In-Reply-To: <83eguzvcao.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 18559-done 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 (/) > Sorry, this is all my fault. Please try the latest trunk. > No problem, Eli. Now it seems to work. Jarek ------------=_1411671363-32345-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Sep 2014 16:40:48 +0000 Received: from localhost ([127.0.0.1]:52219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXC62-0003dq-Ry for submit@debbugs.gnu.org; Thu, 25 Sep 2014 12:40:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35042) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXC5w-0003dc-4u for submit@debbugs.gnu.org; Thu, 25 Sep 2014 12:40:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXC5l-0001R2-LT for submit@debbugs.gnu.org; Thu, 25 Sep 2014 12:40:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:42553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXC5l-0001Pt-I2 for submit@debbugs.gnu.org; Thu, 25 Sep 2014 12:40:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXC5Y-0003G8-T1 for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 12:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXC5R-0001O2-1I for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 12:40:16 -0400 Received: from s74.linuxpl.com ([46.4.67.7]:41113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXC5Q-0001CB-Ny for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 12:40:08 -0400 Received: from cj.e-siemianowice.pl ([95.215.234.30] helo=[192.168.17.9]) by s74.linuxpl.com with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.83) (envelope-from ) id 1XXC5Q-0004Jm-Qo for bug-gnu-emacs@gnu.org; Thu, 25 Sep 2014 18:40:08 +0200 Message-ID: <54244554.9070100@jarek.katowice.pl> Date: Thu, 25 Sep 2014 18:39:48 +0200 From: Jarek Czekalski User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.3.90; can't start emacs - Odd length text property list Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.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: -3.1 (---) I just built trunk r117948 on mingw. I can't start emacs, it reports: Odd length text property list I can't make a report from this version as it is not starting, even with -Q. I managed to run r117941. Attaching stack trace below. Jarek Breakpoint 4, validate_plist (list=8971294) at ../../emacs-checkout/src/textprop.c:235 235 error ("Odd length text property list"); (gdb) bt #0 validate_plist (list=8971294) at ../../emacs-checkout/src/textprop.c:235 #1 0x0114e2cf in add_text_properties_1 (start=4, end=48, properties=, object=22190749, set_type=TEXT_PROPERTY_REPLACE) at ../../emacs-checkout/src/textprop.c:1181 #2 0x0114e634 in Fput_text_property (start=4, end=48, property=20970810, value=22189522, object=22190749) at ../../emacs-checkout/src/textprop.c:1323 #3 0x01073540 in produce_charset (pos=12, charbuf=0x88e47c, coding=) at ../../emacs-checkout/src/coding.c:7276 #4 produce_annotation (pos=, coding=0x88e6e8) at ../../emacs-checkout/src/coding.c:7319 #5 decode_coding (coding=) at ../../emacs-checkout/src/coding.c:7414 #6 0x01077423 in decode_coding_object (coding=0x88e6e8, src_object=116670713, from=0, from_byte=0, to=11, to_byte=11, dst_object=20909466) at ../../emacs-checkout/src/coding.c:8140 #7 0x010791e4 in code_convert_string (string=116670713, coding_system=, dst_object=20909466, encodep=false, nocopy=false, norecord=true) at ../../emacs-checkout/src/coding.c:9482 #8 0x01079405 in code_convert_string_norecord (string=116670713, coding_system=22096450, encodep=false) at ../../emacs-checkout/src/coding.c:9502 #9 0x011680e3 in intern_font_name (string=) at ../../emacs-checkout/src/w32font.c:289 #10 0x01168542 in w32_enumfont_pattern_entity (backend=21044986, font_type=4, physical_font=0x88ea48, logical_font=0x88ec30, frame=, requested_font=) at ../../emacs-checkout/src/w32font.c:1085 #11 add_font_entity_to_list (logical_font=0x88ec30, physical_font=0x88ea48, font_type=4, lParam=8973812) at ../../emacs-checkout/src/w32font.c:1500 #12 0x768c247a in GDI32!D3DKMTGetDeviceState () from C:\Windows\syswow64\gdi32.dll #13 0x0088ec30 in ?? () #14 0x768c23e3 in GDI32!D3DKMTGetDeviceState () from C:\Windows\syswow64\gdi32.dll #15 0x00a946e0 in ?? () #16 0x768c259c in GDI32!D3DKMTGetDeviceState () from C:\Windows\syswow64\gdi32.dll #17 0xee011eb1 in ?? () #18 0x00a907a0 in ?? () #19 0x768c256d in GDI32!D3DKMTGetDeviceState () from C:\Windows\syswow64\gdi32.dll #20 0xee011eb1 in ?? () #21 0x0088ee10 in ?? () #22 0x01169226 in w32font_list_internal (f=0x16f4620, font_spec=20999229, opentype_only=1) at ../../emacs-checkout/src/w32font.c:833 #23 0x01178081 in uniscribe_list (f=0x16f4620, font_spec=20999229) at ../../emacs-checkout/src/w32uniscribe.c:74 #24 0x0111a07a in font_list_entities (f=0x16f4620, spec=24070029) at ../../emacs-checkout/src/font.c:2805 #25 0x0111a769 in font_find_for_lface (f=0x16f4620, attrs=0x88eff4, spec=24078277, c=-1) at ../../emacs-checkout/src/font.c:3282 #26 0x0111ab84 in font_load_for_lface (f=0x16f4620, attrs=0x88eff4, spec=24078277) at ../../emacs-checkout/src/font.c:3355 #27 0x0111ac53 in font_open_by_spec (f=0x16f4620, spec=24078277) at ../../emacs-checkout/src/font.c:3417 #28 0x0111ac8c in font_open_by_name (f=0x16f4620, name=116670681) at ../../emacs-checkout/src/font.c:3433 #29 0x011595f2 in x_default_font_parameter (f=0x16f4620, parms=22317782) at ../../emacs-checkout/src/w32fns.c:4382 #30 0x0115f963 in Fx_create_frame (parameters=22317782) at ../../emacs-checkout/src/w32fns.c:4546 #31 0x011063f7 in Ffuncall (nargs=2, args=0x88f1d4) at ../../emacs-checkout/src/eval.c:2723 #32 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=16, args_template=20909442, nargs=8974804, args=0x2) at ../../emacs-checkout/src/bytecode.c:920 #33 0x01105e8a in funcall_lambda (fun=18882493, nargs=, arg_vector=0x88f348) at ../../emacs-checkout/src/eval.c:2956 #34 0x011061ff in Ffuncall (nargs=2, args=0x88f344) at ../../emacs-checkout/src/eval.c:2784 #35 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=20, args_template=20909442, nargs=8975172, args=0x2) at ../../emacs-checkout/src/bytecode.c:920 #36 0x01105e8a in funcall_lambda (fun=19200949, nargs=, arg_vector=0x88f4b8) at ../../emacs-checkout/src/eval.c:2956 #37 0x011061ff in Ffuncall (nargs=2, args=0x88f4b4) at ../../emacs-checkout/src/eval.c:2784 #38 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=24, args_template=20909442, nargs=8975540, args=0x2) at ../../emacs-checkout/src/bytecode.c:920 #39 0x01105e8a in funcall_lambda (fun=19198509, nargs=, arg_vector=0x88f628) at ../../emacs-checkout/src/eval.c:2956 #40 0x011061ff in Ffuncall (nargs=1, args=0x88f624) at ../../emacs-checkout/src/eval.c:2784 #41 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=68, args_template=0, nargs=8975908, args=0x1) at ../../emacs-checkout/src/bytecode.c:920 #42 0x01105f75 in funcall_lambda (fun=18902357, nargs=0, arg_vector=0x88f7cc) at ../../emacs-checkout/src/eval.c:2890 #43 0x011061ff in Ffuncall (nargs=1, args=0x88f7c8) at ../../emacs-checkout/src/eval.c:2784 #44 0x0113874b in exec_byte_code (bytestr=6, vector=2, maxdepth=48, args_template=0, nargs=8976328, args=0x1) at ../../emacs-checkout/src/bytecode.c:920 #45 0x01105f75 in funcall_lambda (fun=18900621, nargs=0, arg_vector=0x88f8e0) at ../../emacs-checkout/src/eval.c:2890 #46 0x01105412 in apply_lambda (fun=18900621, args=, count=3) at ../../emacs-checkout/src/eval.c:2831 #47 0x0110565e in eval_sub (form=22106294) at ../../emacs-checkout/src/eval.c:2253 #48 0x01107904 in Feval (form=22106294, lexical=20909442) at ../../emacs-checkout/src/eval.c:1993 #49 0x0109e056 in top_level_2 () at ../../emacs-checkout/src/keyboard.c:1207 #50 0x01104b67 in internal_condition_case (bfun=0x109e03a , handlers=20959738, hfun=0x109f702 ) at ../../emacs-checkout/src/eval.c:1344 #51 0x0109e96e in top_level_1 (ignore=20909442) at ../../emacs-checkout/src/keyboard.c:1215 #52 0x01104aab in internal_catch (tag=20953578, func=0x109e910 , arg=20909442) at ../../emacs-checkout/src/eval.c:1105 #53 0x0109f383 in command_loop () at ../../emacs-checkout/src/keyboard.c:1176 #54 recursive_edit_1 () at ../../emacs-checkout/src/keyboard.c:787 #55 0x0109f644 in Frecursive_edit () at ../../emacs-checkout/src/keyboard.c:858 #56 0x0109ab40 in main (argc=, argv=0xc52ff8) at ../../emacs-checkout/src/emacs.c:1643 (gdb) In GNU Emacs 24.3.90.2 (i686-pc-mingw32) of 2014-05-08 on BONSOFTW7 Repository revision: 117082 rgm@gnu.org-20140508033420-vclxect0m43u0rnh Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=d:/program_files/emacs24-master' Important settings: value of $LANG: pl locale-coding-system: cp1250 Major mode: C Minor modes in effect: shell-dirtrack-mode: t global-hl-line-mode: t recentf-mode: t 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 size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: M-x r e p o r c a n ' t SPC s t a r t SPC e m a c s SPC - SPC o d d SPC l e n g t h SPC t e x t SPC p r o p e r t y SPC l i s t C-g C-x C-f c : \ t e m p \ s r c \ e m - c h s r c M-x g r e p o d d . l e n SPC * M-x r e p o r t - e m Recent messages: Loading c:/Users/Jarek/AppData/Roaming/.emacs.d/snippets/text-mode/.yas-compiled-snippets.el (source)...done [yas] Loading snippet files from c:/Users/Jarek/AppData/Roaming/.emacs.d/snippets/text-mode [yas] Loaded ~/.emacs.d/snippets [yas] Reloaded everything.... Loading hl-line...done Loading whitespace...done Loading grep...done For information about GNU Emacs and the GNU system, type C-h C-a. Quit Grep exited abnormally with code 2 Load-path shadows: None found. Features: (shadow sort mail-extr vc-bzr cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs shell pcomplete dired emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums grep compile comint ansi-color ring whitespace hl-line cus-start cus-load xml-parse yasnippet derived easy-mmode edmacro kmacro help-mode folding-isearch folding cl-macs advice cl gv eww mm-url gnus gnus-ems nnheader mail-utils url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util mm-util help-fns mail-prsvr password-cache url-vars mailcap shr browse-url format-spec bookmark pp recentf tree-widget wid-edit cl-loaddefs cl-lib easymenu server time-date tooltip electric uniquify 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) Memory information: ((conses 8 217908 14720) (symbols 24 28252 0) (miscs 20 131 289) (strings 16 40240 5876) (string-bytes 1 1255123) (vectors 8 19506) (vector-slots 4 504869 6396) (floats 8 199 265) (intervals 28 3022 3678) (buffers 508 17)) ------------=_1411671363-32345-1-- From unknown Thu Jun 19 14:23:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18559: 24.3.90; can't start emacs - Odd length text property list Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Sep 2014 19:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18559 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jarek Czekalski Cc: 18559-done@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 18559-done@debbugs.gnu.org id=D18559.14116726422019 (code D ref 18559); Thu, 25 Sep 2014 19:18:01 +0000 Received: (at 18559-done) by debbugs.gnu.org; 25 Sep 2014 19:17:22 +0000 Received: from localhost ([127.0.0.1]:52321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXEXZ-0000WU-KA for submit@debbugs.gnu.org; Thu, 25 Sep 2014 15:17:21 -0400 Received: from mtaout26.012.net.il ([80.179.55.182]:57560) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXEXX-0000WL-1x for 18559-done@debbugs.gnu.org; Thu, 25 Sep 2014 15:17:20 -0400 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NCH00O00198QP00@mtaout26.012.net.il> for 18559-done@debbugs.gnu.org; Thu, 25 Sep 2014 22:15:20 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NCH00GZ21HKKE70@mtaout26.012.net.il>; Thu, 25 Sep 2014 22:15:20 +0300 (IDT) Date: Thu, 25 Sep 2014 22:17:16 +0300 From: Eli Zaretskii In-reply-to: <5424650A.4050305@jarek.katowice.pl> X-012-Sender: halo1@inter.net.il Message-id: <837g0rv7b7.fsf@gnu.org> References: <54244554.9070100@jarek.katowice.pl> <83h9zvvdct.fsf@gnu.org> <83eguzvcao.fsf@gnu.org> <5424650A.4050305@jarek.katowice.pl> X-Spam-Score: 1.0 (+) 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: 1.0 (+) > Date: Thu, 25 Sep 2014 20:55:06 +0200 > From: Jarek Czekalski > > > Sorry, this is all my fault. Please try the latest trunk. > > > > No problem, Eli. Now it seems to work. Great, closing. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 13 07:41:54 2014 Received: (at control) by debbugs.gnu.org; 13 Oct 2014 11:41:55 +0000 Received: from localhost ([127.0.0.1]:42510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xde0g-000646-3Y for submit@debbugs.gnu.org; Mon, 13 Oct 2014 07:41:54 -0400 Received: from mtaout27.012.net.il ([80.179.55.183]:42984) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xde0c-00063t-Do for control@debbugs.gnu.org; Mon, 13 Oct 2014 07:41:51 -0400 Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0NDD00D00RZ4RU00@mtaout27.012.net.il> for control@debbugs.gnu.org; Mon, 13 Oct 2014 14:36:36 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NDD00ASTS900D40@mtaout27.012.net.il> for control@debbugs.gnu.org; Mon, 13 Oct 2014 14:36:36 +0300 (IDT) Date: Mon, 13 Oct 2014 14:41:43 +0300 From: Eli Zaretskii Subject: Re: Processed (with 1 errors): Re: Processed: Re: bug#18699: 25.0.50; Windows 7: Odd length text property list In-reply-to: X-012-Sender: halo1@inter.net.il To: control@debbugs.gnu.org (GNU bug tracker automated control server) Message-id: <83mw906vt4.fsf@gnu.org> References: <83oatg6vyk.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control 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 (+) reopen 18559 merge 18699 18559 thanks