From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 09 09:59:13 2014 Received: (at submit) by debbugs.gnu.org; 9 Oct 2014 13:59:13 +0000 Received: from localhost ([127.0.0.1]:39272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcEFL-0007vX-Ma for submit@debbugs.gnu.org; Thu, 09 Oct 2014 09:59:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47925) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcEFI-0007vL-Uy for submit@debbugs.gnu.org; Thu, 09 Oct 2014 09:59:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcEF8-0004fk-Oc for submit@debbugs.gnu.org; Thu, 09 Oct 2014 09:59:08 -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, T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcEF8-0004fg-Lf for submit@debbugs.gnu.org; Thu, 09 Oct 2014 09:58:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcEF1-0007cz-0T for bug-gnu-emacs@gnu.org; Thu, 09 Oct 2014 09:58:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcEEq-0004dA-RY for bug-gnu-emacs@gnu.org; Thu, 09 Oct 2014 09:58:50 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:44153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcEEq-0004d4-Dm for bug-gnu-emacs@gnu.org; Thu, 09 Oct 2014 09:58:40 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0ND600A00JK2PN00@a-mtaout20.012.net.il> for bug-gnu-emacs@gnu.org; Thu, 09 Oct 2014 16:58:39 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ND600ATIK5QJ120@a-mtaout20.012.net.il> for bug-gnu-emacs@gnu.org; Thu, 09 Oct 2014 16:58:39 +0300 (IDT) Date: Thu, 09 Oct 2014 16:58:54 +0300 From: Eli Zaretskii Subject: 24.3.94; Assertion violation in add_text_properties_1 X-012-Sender: halo1@inter.net.il To: bug-gnu-emacs@gnu.org Message-id: <83ppe1bazl.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Solaris 10 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.0 (----) X-Debbugs-Envelope-To: submit 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: -4.0 (----) I was editing a C source file, when Emacs 24.3.94 hit an assertion violation. Here's the backtrace and some data: Breakpoint 1, terminate_due_to_signal (sig=sig@entry=22, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:350 350 { (gdb) up #1 0x0117096e in die ( msg=msg@entry=0x14bf05a "modified", file=file@entry=0x14bef95 "textprop.c", line=line@entry=1259) at alloc.c:6833 6833 terminate_due_to_signal (SIGABRT, INT_MAX); (gdb) #2 0x012044f0 in add_text_properties_1 (start=start@entry=310800, end=end@entry=310804, properties=, properties@entry=139616918, object=76471301, object@entry=66533410, set_type=set_type@entry=TEXT_PROPERTY_REPLACE) at textprop.c:1259 1259 eassert (modified); (gdb) p modified $1 = false (gdb) up #3 0x012046a4 in Fadd_text_properties (start=310800, end=310804, properties=139616918, object=66533410) at textprop.c:1303 1303 return add_text_properties_1 (start, end, properties, object, (gdb) down #2 0x012044f0 in add_text_properties_1 (start=start@entry=310800, end=end@entry=310804, properties=, properties@entry=139616918, object=76471301, object@entry=66533410, set_type=set_type@entry=TEXT_PROPERTY_REPLACE) at textprop.c:1259 1259 eassert (modified); (gdb) l 1254 { 1255 if (BUFFERP (object)) 1256 signal_after_change (XINT (start), XINT (end) - XINT (st art), 1257 XINT (end) - XINT (start)); 1258 1259 eassert (modified); 1260 return Qt; 1261 } 1262 1263 if (LENGTH (i) == len) (gdb) p start $2 = 310800 (gdb) p end $3 = 310804 (gdb) p i $4 = (INTERVAL) 0x860472c (gdb) bt #0 terminate_due_to_signal (sig=sig@entry=22, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:350 #1 0x0117096e in die ( msg=msg@entry=0x14bf05a "modified", file=file@entry=0x14bef95 "textprop.c", line=line@entry=1259) at alloc.c:6833 #2 0x012044f0 in add_text_properties_1 (start=start@entry=310800, end=end@entry=310804, properties=, properties@entry=139616918, object=76471301, object@entry=66533410, set_type=set_type@entry=TEXT_PROPERTY_REPLACE) at textprop.c:1259 #3 0x012046a4 in Fadd_text_properties (start=310800, end=310804, properties=139616918, object=66533410) at textprop.c:1303 #4 0x0119689b in Ffuncall (nargs=nargs@entry=4, args=args@entry=0x82ee7c) at eval.c:2823 #5 0x011e44dd in exec_byte_code (bytestr=, vector=19534661, maxdepth=44, args_template=args_template@entry=3084, nargs=nargs@entry=3, args=, args@entry=0x82f01c) at bytecode.c:916 #6 0x01195e1a in funcall_lambda (fun=19534621, nargs=nargs@entry=3, arg_vector=arg_vector@entry=0x82f01c) at eval.c:2979 #7 0x01196ad7 in Ffuncall (nargs=nargs@entry=4, args=args@entry=0x82f018) at eval.c:2861 #8 0x011e44dd in exec_byte_code (bytestr=, vector=19534093, maxdepth=52, args_template=args_template@entry=2056, nargs=nargs@entry=2, args=, args@entry=0x82f1ac) at bytecode.c:916 #9 0x01195e1a in funcall_lambda (fun=19534053, nargs=nargs@entry=2, arg_vector=arg_vector@entry=0x82f1ac) at eval.c:2979 #10 0x01196ad7 in Ffuncall (nargs=nargs@entry=3, args=args@entry=0x82f1a8) at eval.c:2861 #11 0x011e44dd in exec_byte_code (bytestr=, vector=19534301, maxdepth=40, args_template=args_template@entry=1028, nargs=nargs@entry=1, args=, args@entry=0x82f32c) at bytecode.c:916 #12 0x01195e1a in funcall_lambda (fun=19534261, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82f32c) at eval.c:2979 #13 0x01196ad7 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82f328) at eval.c:2861 #14 0x011e44dd in exec_byte_code (bytestr=, vector=19534221, maxdepth=24, args_template=args_template@entry=1028, nargs=nargs@entry=1, args=, args@entry=0x82f4ac) at bytecode.c:916 #15 0x01195e1a in funcall_lambda (fun=19534181, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82f4ac) at eval.c:2979 #16 0x01196ad7 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82f4a8) at eval.c:2861 #17 0x011e44dd in exec_byte_code (bytestr=, vector=19944917, maxdepth=20, args_template=args_template@entry=1024, nargs=nargs@entry=1, args=, args@entry=0x82f674) at bytecode.c:916 #18 0x01195e1a in funcall_lambda (fun=19944869, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82f674) at eval.c:2979 #19 0x01196ad7 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82f670) at eval.c:2861 #20 0x011924cc in Fcall_interactively (function=68492130, record_flag=66533410, keys=66554741) at callint.c:836 #21 0x01196833 in Ffuncall (nargs=nargs@entry=4, args=args@entry=0x82f7bc) at eval.c:2819 #22 0x011e44dd in exec_byte_code (bytestr=, vector=19931909, maxdepth=52, args_template=args_template@entry=4100, nargs=nargs@entry=1, args=, args@entry=0x82f94c) at bytecode.c:916 #23 0x01195e1a in funcall_lambda (fun=19931869, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82f94c) at eval.c:2979 #24 0x01196ad7 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82f948) at eval.c:2861 #25 0x01196cb5 in call1 (fn=66579618, arg1=68492130) at eval.c:2611 #26 0x011148fa in command_loop_1 () at keyboard.c:1559 #27 0x01193fa9 in internal_condition_case ( bfun=bfun@entry=0x111415d , handlers=66584930, hfun=hfun@entry=0x110678b ) at eval.c:1348 #28 0x010feb07 in command_loop_2 (ignore=66533410) at keyboard.c:1177 #29 0x01193ec4 in internal_catch (tag=66580290, func=func@entry=0x10feae7 , arg=66533410) at eval.c:1112 #30 0x010fea99 in command_loop () at keyboard.c:1156 #31 0x01106247 in recursive_edit_1 () at keyboard.c:777 #32 0x011066aa in Frecursive_edit () at keyboard.c:848 #33 0x010fe5d3 in main (argc=, argv=0xa43fe8) at emacs.c:1646 Lisp Backtrace: "add-text-properties" (0x82ee80) "yank-handle-category-property" (0x82f01c) "remove-yank-excluded-properties" (0x82f1ac) "insert-for-yank-1" (0x82f32c) "insert-for-yank" (0x82f4ac) "yank" (0x82f674) "call-interactively" (0x82f7c0) "command-execute" (0x82f94c) In GNU Emacs 24.3.94.1 (i686-pc-mingw32) of 2014-10-04 on HOME-C4E4A596F7 Windowing system distributor `Microsoft Corp.', version 5.1.2600 Configured using: `configure --prefix=/d/usr --enable-checking=yes,glyphs 'CFLAGS=-Og -g3'' Important settings: value of $LANG: ENU locale-coding-system: cp1255 Major mode: Mail Minor modes in effect: diff-auto-refine-mode: t flyspell-mode: t desktop-save-mode: t show-paren-mode: t display-time-mode: t tooltip-mode: t electric-indent-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 temp-buffer-resize-mode: t line-number-mode: t auto-fill-function: mail-mode-auto-fill abbrev-mode: t Recent input: C-x C-s M-u M-u M-d M-l M-u M-u C-z C-z C-z C-z C-z C-z C-z C-z C-z ( ) SPC SPC SPC ( ) ( ) M-u ( ) SPC SPC SPC C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z M-z M-z M-z M-z M-z M-z M-z M-z M-z M-z M-z M-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-x C-s C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z C-z P U S H _ B P M-/ SPC ( b p a _ s p , SPC e m b e M-/ , SPC l a s t _ s M-/ ) ; C-SPC C-w C-x C-s M-x r e p o r t - e m a c s - b u Recent messages: Making completion list... Saving file d:/gnu/bzr/emacs/test/src/bidi.c... Wrote d:/gnu/bzr/emacs/test/src/bidi.c Saving file d:/gnu/bzr/emacs/test/src/bidi.c... Wrote d:/gnu/bzr/emacs/test/src/bidi.c Saving file d:/gnu/bzr/emacs/test/src/bidi.c... Wrote d:/gnu/bzr/emacs/test/src/bidi.c Mark set Saving file d:/gnu/bzr/emacs/test/src/bidi.c... Wrote d:/gnu/bzr/emacs/test/src/bidi.c Load-path shadows: None found. Features: (shadow mailalias emacsbug sendmail dabbrev help-mode ld-script tcl conf-mode org-element org-rmail org-mhe org-irc org-info org-gnus gnus-util org-docview doc-view image-mode dired-x dired org-bibtex bibtex org-bbdb org-w3m org byte-opt bytecomp byte-compile cconv advice org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint ob-core ob-eval org-compat org-macs org-loaddefs find-func cal-menu calendar cal-loaddefs arc-mode archive-mode parse-time diff-mode sh-script smie executable generic jka-compr vc-cvs make-mode autorevert filenotify bat-mode gud comint ansi-color ring flyspell noutline outline easy-mmode info vc-bzr cc-langs qp rmailsum rmailmm message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader mail-parse rfc2231 rmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils desktop frameset warnings server filecache mairix cus-edit cus-start cus-load wid-edit cl-loaddefs cl-lib saveplace midnight ispell generic-x cc-mode cc-fonts easymenu cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs paren battery time 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 627415 94254) (symbols 32 39542 0) (miscs 32 2927 2752) (strings 16 96216 10380) (string-bytes 1 2791428) (vectors 8 29703) (vector-slots 4 811758 11860) (floats 8 160 493) (intervals 28 57349 168) (buffers 508 298)) From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 08 21:28:08 2019 Received: (at 18668) by debbugs.gnu.org; 9 Oct 2019 01:28:08 +0000 Received: from localhost ([127.0.0.1]:51703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI0ls-0001HE-9p for submit@debbugs.gnu.org; Tue, 08 Oct 2019 21:28:08 -0400 Received: from quimby.gnus.org ([80.91.231.51]:49212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI0lq-0001H7-O6 for 18668@debbugs.gnu.org; Tue, 08 Oct 2019 21:28:07 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iI0ln-0000ic-H7; Wed, 09 Oct 2019 03:28:05 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#18668: 24.3.94; Assertion violation in add_text_properties_1 References: <83ppe1bazl.fsf@gnu.org> Date: Wed, 09 Oct 2019 03:28:03 +0200 In-Reply-To: <83ppe1bazl.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 09 Oct 2014 16:58:54 +0300") Message-ID: <874l0iyafw.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: Eli Zaretskii writes: > I was editing a C source file, when Emacs 24.3.94 hit an assertion > violation. Here's the backtrace and some data: > > Breakpoint 1, terminate_due_to_signal (sig=sig@entry=22, > backtrace_limit=bac [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18668 Cc: 18668@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 (-) Eli Zaretskii writes: > I was editing a C source file, when Emacs 24.3.94 hit an assertion > violation. Here's the backtrace and some data: > > Breakpoint 1, terminate_due_to_signal (sig=sig@entry=22, > backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:350 > 350 { > (gdb) up > #1 0x0117096e in die ( > msg=msg@entry=0x14bf05a "modified", > file=file@entry=0x14bef95 "textprop.c", > line=line@entry=1259) at alloc.c:6833 > 6833 terminate_due_to_signal (SIGABRT, INT_MAX); > (gdb) > #2 0x012044f0 in add_text_properties_1 (start=start@entry=310800, > end=end@entry=310804, properties=, > properties@entry=139616918, object=76471301, object@entry=66533410, > set_type=set_type@entry=TEXT_PROPERTY_REPLACE) at textprop.c:1259 > 1259 eassert (modified); This was in 2014 -- have you seen this problem since? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 12 13:06:25 2020 Received: (at 18668-done) by debbugs.gnu.org; 12 Aug 2020 17:06:25 +0000 Received: from localhost ([127.0.0.1]:45413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5uCn-000336-9Y for submit@debbugs.gnu.org; Wed, 12 Aug 2020 13:06:25 -0400 Received: from mail-yb1-f172.google.com ([209.85.219.172]:42599) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5uCk-00032g-6N for 18668-done@debbugs.gnu.org; Wed, 12 Aug 2020 13:06:23 -0400 Received: by mail-yb1-f172.google.com with SMTP id a34so1737291ybj.9 for <18668-done@debbugs.gnu.org>; Wed, 12 Aug 2020 10:06:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc; bh=Xipxnh/wgd28UBr7nmdIztPEUSVnBiPGXSvsa616qiw=; b=MFV0Kgzj6YqTjKk1oz+6cQLES7E84Ybb6iP9aBx1RICTasmE0qvWUPi1LNqGzoZYVa kCdrTi/ci7nTmnkAYglQtPmZ6rVbpcsciAD0ptt+Pg8rvTqemmXafNfqgmBGUP8P/5li i2iZRdzrXwyBfc01xu1Ze6VItOKts8aBL+BlmaPK1LC62mdbLLy3j/uC1t/t7a1PLFCX 0MC02CGAYnqYOa2Pw0la501hrwQUe6E6dMNCyyqfxprVsLnacpeeLDI1XEG+ZfdUtPog hTgcvtbrln+J9FCo+9GKoFlSHQ4hd5n3/tch8AwVV+0N8m4bctvwIUmscOONV2AFY8vo 6MTw== X-Gm-Message-State: AOAM531No3qpufPkUXBmaNrnU3GhySB2Za/LLQEi6K6MtBj6zfoiLqXx nBdvLSJWx/n3ck1tWY2ADSbVQN7SuWgp+BG3aF92yKZFfo8= X-Google-Smtp-Source: ABdhPJwBFcYOe4iFPxxNNrEIFLM7ig17r3fxs9eNj63sWD/iBAhA6L0GK2gv+RxvjOkubk1EyVIJpTy8hFrnKElsh00= X-Received: by 2002:a5b:410:: with SMTP id m16mr433258ybp.309.1597251976839; Wed, 12 Aug 2020 10:06:16 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 12 Aug 2020 10:06:16 -0700 From: Stefan Kangas In-Reply-To: <874l0iyafw.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 09 Oct 2019 03:28:03 +0200") References: <83ppe1bazl.fsf@gnu.org> <874l0iyafw.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Date: Wed, 12 Aug 2020 10:06:16 -0700 Message-ID: Subject: Re: bug#18668: 24.3.94; Assertion violation in add_text_properties_1 To: Lars Ingebrigtsen Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18668-done Cc: Eli Zaretskii , 18668-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 (-) Lars Ingebrigtsen writes: > Eli Zaretskii writes: > >> I was editing a C source file, when Emacs 24.3.94 hit an assertion >> violation. Here's the backtrace and some data: >> >> Breakpoint 1, terminate_due_to_signal (sig=sig@entry=22, >> backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:350 >> 350 { >> (gdb) up >> #1 0x0117096e in die ( >> msg=msg@entry=0x14bf05a "modified", >> file=file@entry=0x14bef95 "textprop.c", >> line=line@entry=1259) at alloc.c:6833 >> 6833 terminate_due_to_signal (SIGABRT, INT_MAX); >> (gdb) >> #2 0x012044f0 in add_text_properties_1 (start=start@entry=310800, >> end=end@entry=310804, properties=, >> properties@entry=139616918, object=76471301, object@entry=66533410, >> set_type=set_type@entry=TEXT_PROPERTY_REPLACE) at textprop.c:1259 >> 1259 eassert (modified); > > This was in 2014 -- have you seen this problem since? More information was requested, but none was given within 44 weeks, so I'm closing this bug. If this is still an issue, please reply to this email (use "Reply to all" in your email client) and we can reopen the bug report. Best regards, Stefan Kangas From unknown Sun Jun 22 22:45:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 Sep 2020 11:24:12 +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