From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 22:57:32 2017 Received: (at submit) by debbugs.gnu.org; 20 Apr 2017 02:57:32 +0000 Received: from localhost ([127.0.0.1]:57742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d12Hj-0006jG-Ei for submit@debbugs.gnu.org; Wed, 19 Apr 2017 22:57:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d12Hg-0006j0-SE for submit@debbugs.gnu.org; Wed, 19 Apr 2017 22:57:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d12HZ-000713-3f for submit@debbugs.gnu.org; Wed, 19 Apr 2017 22:57:23 -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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47481) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d12HZ-00070z-01 for submit@debbugs.gnu.org; Wed, 19 Apr 2017 22:57:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d12HW-0004cN-2f for bug-gnu-emacs@gnu.org; Wed, 19 Apr 2017 22:57:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d12HR-00070T-1L for bug-gnu-emacs@gnu.org; Wed, 19 Apr 2017 22:57:18 -0400 Received: from mail06.siriuscloud.jp ([219.118.72.6]:47133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d12HQ-000708-G5 for bug-gnu-emacs@gnu.org; Wed, 19 Apr 2017 22:57:12 -0400 Received: from [192.168.0.111] (ntkngw435233.kngw.nt.ngn2.ppp.infoweb.ne.jp [61.121.54.233]) (Authenticated sender: ishikawa@yk.rim.or.jp) by access06.SiriusCloud.jp (Postfix) with ESMTPA id 3w7k6p4yhWz663G for ; Thu, 20 Apr 2017 11:57:05 +0900 (JST) Authentication-Results: access06.SiriusCloud.jp; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral To: bug-gnu-emacs@gnu.org From: "ISHIKAWA,chiaki" Subject: 25.1; emacs 25.1 crashes while I am killing a bunch of lines Message-ID: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> Date: Thu, 20 Apr 2017 11:57:02 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.99.2 at si-mail06 X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x 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.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: -4.0 (----) Emacs 25.1.1 (locally compiled under Debian GNU/linux) crashed a few times in the last few weeks while I did a series of killing lines while editing a text file. Here is the recent stacktrace. I was editing a file with a name ending in ".sh" suffix. I followed the explanation in https://www.gnu.org/software/emacs/manual/html_node/emacs/Crashing.html to produce symbolic dump after seeing a numeric backtrace. [I am a little surprised to see "stack_overflow" below.] Decoded stacktrace: sed -n 's/.*\[\(.*\)]$/\1/p' /tmp/t.out | addr2line -C -f -i -p -e ~/repos/emacs-25.1/src/emacs > emacs_backtrace at /home/ishikawa/repos/emacs-25.1/src/sysdep.c:2234 terminate_due_to_signal at /home/ishikawa/repos/emacs-25.1/src/emacs.c:375 handle_fatal_signal at /home/ishikawa/repos/emacs-25.1/src/sysdep.c:1601 deliver_thread_signal.constprop.6 at /home/ishikawa/repos/emacs-25.1/src/sysdep.c:1575 stack_overflow at /home/ishikawa/repos/emacs-25.1/src/sysdep.c:1673 (inlined by) handle_sigsegv at /home/ishikawa/repos/emacs-25.1/src/sysdep.c:1691 ?? ??:0 re_search_2 at /home/ishikawa/repos/emacs-25.1/src/regex.c:4464 search_buffer at /home/ishikawa/repos/emacs-25.1/src/search.c:1270 search_command at /home/ishikawa/repos/emacs-25.1/src/search.c:1066 Fre_search_forward at /home/ishikawa/repos/emacs-25.1/src/search.c:2265 Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2707 exec_byte_code at /home/ishikawa/repos/emacs-25.1/src/bytecode.c:880 backtrace_debug_on_exit at /home/ishikawa/repos/emacs-25.1/src/eval.c:154 (inlined by) Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2766 exec_byte_code at /home/ishikawa/repos/emacs-25.1/src/bytecode.c:880 backtrace_debug_on_exit at /home/ishikawa/repos/emacs-25.1/src/eval.c:154 (inlined by) Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2766 exec_byte_code at /home/ishikawa/repos/emacs-25.1/src/bytecode.c:880 funcall_lambda at /home/ishikawa/repos/emacs-25.1/src/eval.c:2927 backtrace_debug_on_exit at /home/ishikawa/repos/emacs-25.1/src/eval.c:154 (inlined by) Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2766 exec_byte_code at /home/ishikawa/repos/emacs-25.1/src/bytecode.c:880 funcall_lambda at /home/ishikawa/repos/emacs-25.1/src/eval.c:2927 backtrace_debug_on_exit at /home/ishikawa/repos/emacs-25.1/src/eval.c:154 (inlined by) Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2766 exec_byte_code at /home/ishikawa/repos/emacs-25.1/src/bytecode.c:880 funcall_lambda at /home/ishikawa/repos/emacs-25.1/src/eval.c:2927 backtrace_debug_on_exit at /home/ishikawa/repos/emacs-25.1/src/eval.c:154 (inlined by) Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2766 exec_byte_code at /home/ishikawa/repos/emacs-25.1/src/bytecode.c:880 backtrace_debug_on_exit at /home/ishikawa/repos/emacs-25.1/src/eval.c:154 (inlined by) Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2766 run_hook_wrapped_funcall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2429 run_hook_with_args at /home/ishikawa/repos/emacs-25.1/src/eval.c:2509 Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2673 exec_byte_code at /home/ishikawa/repos/emacs-25.1/src/bytecode.c:880 backtrace_debug_on_exit at /home/ishikawa/repos/emacs-25.1/src/eval.c:154 (inlined by) Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2766 exec_byte_code at /home/ishikawa/repos/emacs-25.1/src/bytecode.c:880 backtrace_debug_on_exit at /home/ishikawa/repos/emacs-25.1/src/eval.c:154 (inlined by) Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2766 exec_byte_code at /home/ishikawa/repos/emacs-25.1/src/bytecode.c:880 backtrace_debug_on_exit at /home/ishikawa/repos/emacs-25.1/src/eval.c:154 (inlined by) Ffuncall at /home/ishikawa/repos/emacs-25.1/src/eval.c:2766 internal_condition_case_n at /home/ishikawa/repos/emacs-25.1/src/eval.c:1391 safe__call at /home/ishikawa/repos/emacs-25.1/src/xdisp.c:2560 safe_call at /home/ishikawa/repos/emacs-25.1/src/xdisp.c:2577 XCDR at /home/ishikawa/repos/emacs-25.1/src/lisp.h:1230 (inlined by) handle_fontified_prop at /home/ishikawa/repos/emacs-25.1/src/xdisp.c:3784 handle_stop at /home/ishikawa/repos/emacs-25.1/src/xdisp.c:3373 next_element_from_buffer at /home/ishikawa/repos/emacs-25.1/src/xdisp.c:8323 ishikawa@ip030:/home/ishikawa/Dropbox/PC-DIR/DELL-T5610-DIR$ Here is my environment produced by In GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.5) of 2017-01-07 built on ip030 Windowing system distributor 'The X.Org Foundation', version 11.0.11902000 System Description: Debian GNU/Linux 9.0 (stretch) Configured using: 'configure --with-x-toolkit=gtk --without-xim' Configured features: XPM JPEG TIFF GIF PNG SOUND DBUS GCONF GSETTINGS NOTIFY LIBSELINUX LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 Important settings: value of $LANG: ja_JP.UTF-8 value of $XMODIFIERS: @im=kinput2 locale-coding-system: utf-8-unix Major mode: Info Minor modes in effect: shell-dirtrack-mode: t global-whitespace-mode: t tooltip-mode: t global-eldoc-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 buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent messages: Quit Type C-x 1 to delete the help window. <<< Type SPC or RET to bury the buffer list >>> Mark set Mark activated Mark set Saved text from "sed -n 's/.*\[\(.*\)]$/\1/p' /tmp/t.out " Composing main Info directory...done Mark saved where search started [2 times] <<< Type SPC or RET to bury the buffer list >>> [2 times] user-error: No cross-references in this node [2 times] Load-path shadows: /home/ishikawa/bin/org/org-pcomplete hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-pcomplete /home/ishikawa/bin/org/ob-keys hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-keys /home/ishikawa/bin/org/org-timer hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-timer /home/ishikawa/bin/org/org-mhe hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-mhe /home/ishikawa/bin/org/org-colview hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-colview /home/ishikawa/bin/org/org-clock hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-clock /home/ishikawa/bin/org/org hides /home/ishikawa/repos/emacs-25.1/lisp/org/org /home/ishikawa/bin/org/org-element hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-element /home/ishikawa/bin/org/ob-lilypond hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-lilypond /home/ishikawa/bin/org/ob-ref hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-ref /home/ishikawa/bin/org/ob-css hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-css /home/ishikawa/bin/org/ob-matlab hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-matlab /home/ishikawa/bin/org/org-inlinetask hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-inlinetask /home/ishikawa/bin/org/org-mobile hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-mobile /home/ishikawa/bin/org/ob-gnuplot hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-gnuplot /home/ishikawa/bin/org/ob-maxima hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-maxima /home/ishikawa/bin/org/org-bibtex hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-bibtex /home/ishikawa/bin/org/ob-python hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-python /home/ishikawa/bin/org/org-archive hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-archive /home/ishikawa/bin/org/org-indent hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-indent /home/ishikawa/bin/org/org-w3m hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-w3m /home/ishikawa/bin/org/ob-sqlite hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-sqlite /home/ishikawa/bin/org/org-ctags hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-ctags /home/ishikawa/bin/org/org-macs hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-macs /home/ishikawa/bin/org/ob-fortran hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-fortran /home/ishikawa/bin/org/org-table hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-table /home/ishikawa/bin/org/ob-io hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-io /home/ishikawa/bin/org/ob-octave hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-octave /home/ishikawa/bin/org/ob-picolisp hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-picolisp /home/ishikawa/bin/org/ob-eval hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-eval /home/ishikawa/bin/org/ob-calc hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-calc /home/ishikawa/bin/org/org-docview hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-docview /home/ishikawa/bin/org/org-mouse hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-mouse /home/ishikawa/bin/org/org-compat hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-compat /home/ishikawa/bin/org/ob-C hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-C /home/ishikawa/bin/org/ob-haskell hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-haskell /home/ishikawa/bin/org/org-info hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-info /home/ishikawa/bin/org/ob-dot hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-dot /home/ishikawa/bin/org/org-src hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-src /home/ishikawa/bin/org/org-datetree hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-datetree /home/ishikawa/bin/org/ob-sass hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-sass /home/ishikawa/bin/org/ob-scala hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-scala /home/ishikawa/bin/org/ob-tangle hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-tangle /home/ishikawa/bin/org/ob-table hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-table /home/ishikawa/bin/org/ob-org hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-org /home/ishikawa/bin/org/org-irc hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-irc /home/ishikawa/bin/org/org-bbdb hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-bbdb /home/ishikawa/bin/org/org-plot hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-plot /home/ishikawa/bin/org/org-loaddefs hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-loaddefs /home/ishikawa/bin/org/org-capture hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-capture /home/ishikawa/bin/org/ob-ditaa hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-ditaa /home/ishikawa/bin/org/ob-ocaml hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-ocaml /home/ishikawa/bin/org/ob-plantuml hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-plantuml /home/ishikawa/bin/org/org-feed hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-feed /home/ishikawa/bin/org/ob-awk hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-awk /home/ishikawa/bin/org/ob-latex hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-latex /home/ishikawa/bin/org/org-list hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-list /home/ishikawa/bin/org/org-habit hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-habit /home/ishikawa/bin/org/ob-sh hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-sh /home/ishikawa/bin/org/org-faces hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-faces /home/ishikawa/bin/org/ob-scheme hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-scheme /home/ishikawa/bin/org/org-attach hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-attach /home/ishikawa/bin/org/org-install hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-install /home/ishikawa/bin/org/org-agenda hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-agenda /home/ishikawa/bin/org/ob-clojure hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-clojure /home/ishikawa/bin/org/ob-mscgen hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-mscgen /home/ishikawa/bin/org/ob-screen hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-screen /home/ishikawa/bin/org/org-eshell hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-eshell /home/ishikawa/bin/org/org-gnus hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-gnus /home/ishikawa/bin/org/ob hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob /home/ishikawa/bin/org/org-footnote hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-footnote /home/ishikawa/bin/org/ob-R hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-R /home/ishikawa/bin/org/ob-exp hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-exp /home/ishikawa/bin/org/org-id hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-id /home/ishikawa/bin/org/ob-emacs-lisp hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-emacs-lisp /home/ishikawa/bin/org/ob-java hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-java /home/ishikawa/bin/org/org-crypt hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-crypt /home/ishikawa/bin/org/org-protocol hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-protocol /home/ishikawa/bin/org/ob-lisp hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-lisp /home/ishikawa/bin/org/ob-asymptote hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-asymptote /home/ishikawa/bin/org/ob-lob hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-lob /home/ishikawa/bin/org/ob-sql hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-sql /home/ishikawa/bin/org/ob-ledger hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-ledger /home/ishikawa/bin/org/ob-shen hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-shen /home/ishikawa/bin/org/ob-ruby hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-ruby /home/ishikawa/bin/org/ob-js hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-js /home/ishikawa/bin/org/org-entities hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-entities /home/ishikawa/bin/org/ob-perl hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-perl /home/ishikawa/bin/org/ob-comint hides /home/ishikawa/repos/emacs-25.1/lisp/org/ob-comint /home/ishikawa/bin/org/org-rmail hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-rmail /home/ishikawa/bin/org/org-version hides /home/ishikawa/repos/emacs-25.1/lisp/org/org-version /usr/local/share/emacs/site-lisp/egg/its/thai hides /home/ishikawa/repos/emacs-25.1/lisp/language/thai /usr/local/share/emacs/site-lisp/egg/its/greek hides /home/ishikawa/repos/emacs-25.1/lisp/language/greek /home/ishikawa/repos/emacs-25.1/lisp/textmodes/ispell hides /home/ishikawa/bin/ispell /home/ishikawa/.emacs.d/elpa/japanese-holidays-20160927.2318/japanese-holidays hides /home/ishikawa/bin/japanese-holidays /home/ishikawa/repos/emacs-25.1/lisp/tempo hides /home/ishikawa/bin/tempo /home/ishikawa/repos/emacs-25.1/lisp/whitespace hides /home/ishikawa/bin/whitespace /home/ishikawa/repos/emacs-25.1/lisp/obsolete/spell hides /home/ishikawa/bin/spell /home/ishikawa/.emacs.d/elpa/igrep-20130824.507/igrep hides /home/ishikawa/bin/igrep Features: (shadow sort mail-extr warnings jka-compr info shell pcomplete comint ring dired-aux edmacro kmacro misearch multi-isearch ebuff-menu sh-script smie executable ansi-color disp-table whitespace finder-inf package seq ffap thingatpt url-parse auth-source cl-seq eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core cl-macs gv url-vars its/hira egg egg-com egg-cnv egg-mlh menudiag its its-keydef egg-edep server rmail emacsbug message dired format-spec rfc822 mml mml-sec password-cache epg epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr mail-utils lpr autoinsert time-date mule-util japan-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded 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 dbusbind inotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 249593 32008) (symbols 48 29776 0) (miscs 40 557 916) (strings 32 56014 11814) (string-bytes 1 1456223) (vectors 16 35572) (vector-slots 8 1386296 177122) (floats 8 238 604) (intervals 56 9019 118) (buffers 976 30)) From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 23:09:28 2017 Received: (at 26573) by debbugs.gnu.org; 20 Apr 2017 03:09:28 +0000 Received: from localhost ([127.0.0.1]:57749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d12TI-00071a-19 for submit@debbugs.gnu.org; Wed, 19 Apr 2017 23:09:28 -0400 Received: from mail-io0-f173.google.com ([209.85.223.173]:34842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d12TG-00071N-CB for 26573@debbugs.gnu.org; Wed, 19 Apr 2017 23:09:27 -0400 Received: by mail-io0-f173.google.com with SMTP id r16so48933148ioi.2 for <26573@debbugs.gnu.org>; Wed, 19 Apr 2017 20:09:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=9hL3rrVnKWXLcr3WF5EpVdXfTNhQ6bCnMyh4ZcR4KWk=; b=GEU60dPPekD2ZLCf0EdlRzNU53KxlAx1bhk3RU9wcy5snEqIs8n0+zjDnea3D0tGwz QOg/3LIiCjl/b2AI2ohkt7RoCW9G7kXkZA97zyADHXwYM1U3Jjg6ht3/cVDmE4FEiLHd 7ymWElldjZ+rQcS6WujFz+iTrOId+xqDaYjmuJTmvJ/eSxiJnkIjjAKhkVh3Zh/+Monl whVLhie5Lf/tYncQEylX4LfeTwPxkSEpM2B9qgTyiNglI5u4ws0rIT6QA/85Dn+JWWRH EbRbVQ/nUVk8oIf+k4FNh7N7ZjGbGnVMbukVUDGhKAigZgX15+SBE+FjPDXW/4sPDx9R 4lxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=9hL3rrVnKWXLcr3WF5EpVdXfTNhQ6bCnMyh4ZcR4KWk=; b=B5Yc9TPCxnBKo0tqWwm+ixeW5XyumDTqmJ3VClz/Hu3SNFo4FEqvC5B6bW68FGpWS0 uGGMC7gu7xk8K/zVfjOH0BA9TB4g2IpZ3iGnPdy0C4VxM2kiF43aUhqglVFi+EVlMYEc ZCDCwAGMd+/9wZZEHg7vzi7YB0IWCjDDW8IsePn/HUZlSUip71RMYAam3pqn3XjmjEFH FJrIoSE9Z3CDCTzmOYyPjpf4pZtyW0Hjh+Ga1dZTjIK3tQSkjHaevPwTqr9tiqxhF077 qrjm1cLTcu5FsIHS17S/APS1d1xqM7iFkqmPXoETeQsaTGSx/9vrO8lCRoXaa+utlu1+ HDHw== X-Gm-Message-State: AN3rC/4gKlQikiO1yhxvuUVc7TpzxCcdE4mcIVNMCr0xn+LjHY1Id5Wq qQKzPEY8isk8FF7I X-Received: by 10.36.34.146 with SMTP id o140mr1363142ito.111.1492657760525; Wed, 19 Apr 2017 20:09:20 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id l32sm951538ioi.42.2017.04.19.20.09.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 19 Apr 2017 20:09:19 -0700 (PDT) From: npostavs@users.sourceforge.net To: "ISHIKAWA\,chiaki" Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> Date: Wed, 19 Apr 2017 23:10:48 -0400 In-Reply-To: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> (chiaki ISHIKAWA's message of "Thu, 20 Apr 2017 11:57:02 +0900") Message-ID: <87wpafrcxz.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 26573 Cc: 26573@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: -2.1 (--) "ISHIKAWA,chiaki" writes: > Emacs 25.1.1 (locally compiled under Debian GNU/linux) crashed a few > times > re_search_2 at /home/ishikawa/repos/emacs-25.1/src/regex.c:4464 > search_buffer at /home/ishikawa/repos/emacs-25.1/src/search.c:1270 > search_command at /home/ishikawa/repos/emacs-25.1/src/search.c:1066 > Fre_search_forward at /home/ishikawa/repos/emacs-25.1/src/search.c:2265 This looks like it could be #24358. Is ralloc.c being compiled? (i.e, do you have a ralloc.o object file produced by compilation?) Does it help if you reconfigure with './configure REL_ALLOC=no' and/or try compiling the 25.2 rc? From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 00:38:54 2017 Received: (at 26573) by debbugs.gnu.org; 20 Apr 2017 04:38:55 +0000 Received: from localhost ([127.0.0.1]:57803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d13rp-0002VP-K3 for submit@debbugs.gnu.org; Thu, 20 Apr 2017 00:38:54 -0400 Received: from mail04.siriuscloud.jp ([219.118.72.4]:49142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d13rn-0002VF-Le for 26573@debbugs.gnu.org; Thu, 20 Apr 2017 00:38:52 -0400 Received: from [192.168.0.111] (ntkngw435233.kngw.nt.ngn2.ppp.infoweb.ne.jp [61.121.54.233]) (Authenticated sender: ishikawa@yk.rim.or.jp) by access04.SiriusCloud.jp (Postfix) with ESMTPA id 3w7mN84r3ZzlfvvZ; Thu, 20 Apr 2017 13:38:48 +0900 (JST) Authentication-Results: access04.SiriusCloud.jp; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines To: npostavs@users.sourceforge.net References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> From: "ISHIKAWA,chiaki" Message-ID: Date: Thu, 20 Apr 2017 13:38:50 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <87wpafrcxz.fsf@users.sourceforge.net> Content-Type: text/plain; charset=iso-2022-jp; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.6 at si-mail04 X-Virus-Status: Clean X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26573 Cc: 26573@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.0 (/) On 2017/04/20 12:10, npostavs@users.sourceforge.net wrote: > "ISHIKAWA,chiaki" writes: > >> Emacs 25.1.1 (locally compiled under Debian GNU/linux) crashed a few >> times > >> re_search_2 at /home/ishikawa/repos/emacs-25.1/src/regex.c:4464 >> search_buffer at /home/ishikawa/repos/emacs-25.1/src/search.c:1270 >> search_command at /home/ishikawa/repos/emacs-25.1/src/search.c:1066 >> Fre_search_forward at /home/ishikawa/repos/emacs-25.1/src/search.c:2265 > > This looks like it could be #24358. Is ralloc.c being compiled? (i.e, > do you have a ralloc.o object file produced by compilation?) Does it > help if you reconfigure with './configure REL_ALLOC=no' and/or try > compiling the 25.2 rc? > > Thank you for the tips. Since I configured emacs with > Configured using: > 'configure --with-x-toolkit=gtk --without-xim' I think it is likely that I have ralloc.o. Let me re-compile emacs with the suggested additional and work with it for a few weeks. Based on the frequency of the crashes I observed if the new binary does not crash in a month, the bug would have been solved. TIA From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 04:16:27 2017 Received: (at 26573) by debbugs.gnu.org; 20 Apr 2017 08:16:27 +0000 Received: from localhost ([127.0.0.1]:57860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d17GM-0007vH-RZ for submit@debbugs.gnu.org; Thu, 20 Apr 2017 04:16:27 -0400 Received: from conuserg-02.nifty.com ([210.131.2.69]:58624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d17GK-0007v0-3n for 26573@debbugs.gnu.org; Thu, 20 Apr 2017 04:16:25 -0400 Received: from [172.20.252.57] (fs276ec999.tkyc513.ap.nuro.jp [39.110.201.153]) (authenticated) by conuserg-02.nifty.com with ESMTP id v3K8G8gu011056; Thu, 20 Apr 2017 17:16:15 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-02.nifty.com v3K8G8gu011056 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1492676175; bh=dUb6fX2pDWDKGFMzD9mZxxRAF92Ds598IVZXYcphzBQ=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=l8RoJYSRFvqhDagtUbydMTFu0GDlWIm5P/3REe2eqkYxgssN397L65DKKgti8KDgV nllizqh3H9QXu6qEZVg7prDoOsPnSuKrzg0l4fP0LwH2Nca9H4Xo8H6xL0fj62JCsW 1+yS/cm6T+N62KM/Ftmf0hrfd+EXCwXhMAQINuxKPgoFl5MSOcMt70oU6IpKUy/TUs WD32NxrCDPWDLggJiNHfaAwzXJBZq1kvXaQDhJUmHguDqgEDPjK1/pzRC2Zz9Qbp6x qAow1qsZFDau9Jn00LmylGV4lmudyAGA9kVIeN/mAgZ29uVTIc9+ffUI9wtmuK0dmv LO8b9cCMy3rfA== X-Nifty-SrcIP: [39.110.201.153] Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines To: npostavs@users.sourceforge.net References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> From: ishikawa Message-ID: <3aa8274f-8510-2748-7582-eea8babbd12e@yk.rim.or.jp> Date: Thu, 20 Apr 2017 17:16:08 +0900 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 26573 Cc: 26573@debbugs.gnu.org, "ISHIKAWA,chiaki" 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 (+) On 2017年04月20日 13:38, ISHIKAWA,chiaki wrote: > On 2017/04/20 12:10, npostavs@users.sourceforge.net wrote: >> "ISHIKAWA,chiaki" writes: >> >>> Emacs 25.1.1 (locally compiled under Debian GNU/linux) crashed a few >>> times >> >>> re_search_2 at /home/ishikawa/repos/emacs-25.1/src/regex.c:4464 >>> search_buffer at /home/ishikawa/repos/emacs-25.1/src/search.c:1270 >>> search_command at /home/ishikawa/repos/emacs-25.1/src/search.c:1066 >>> Fre_search_forward at /home/ishikawa/repos/emacs-25.1/src/search.c:2265 >> >> This looks like it could be #24358. Is ralloc.c being compiled? (i.e, >> do you have a ralloc.o object file produced by compilation?) Does it >> help if you reconfigure with './configure REL_ALLOC=no' and/or try >> compiling the 25.2 rc? >> >> > > Thank you for the tips. > > Since I configured emacs with > >> Configured using: >> 'configure --with-x-toolkit=gtk --without-xim' > > I think it is likely that I have ralloc.o. > Let me re-compile emacs with the suggested additional > and work with it for a few weeks. > Based on the frequency of the crashes I observed if the new binary does > not crash in a month, the bug would have been solved. > > TIA > > Sorry, I am not familiar with pre-release source tar balls, etc. Where exactly can I find emacs 25.2 rc? TIA From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 06:32:01 2017 Received: (at 26573) by debbugs.gnu.org; 20 Apr 2017 10:32:01 +0000 Received: from localhost ([127.0.0.1]:57989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d19NY-0004iW-Uv for submit@debbugs.gnu.org; Thu, 20 Apr 2017 06:32:01 -0400 Received: from mail-io0-f196.google.com ([209.85.223.196]:34042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d19NW-0004iF-0G for 26573@debbugs.gnu.org; Thu, 20 Apr 2017 06:31:58 -0400 Received: by mail-io0-f196.google.com with SMTP id h41so14805709ioi.1 for <26573@debbugs.gnu.org>; Thu, 20 Apr 2017 03:31:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=eFRKs64dqZeLGngv96SOzeQrjGW/6mi4DUZpAsiZF4k=; b=ASk+dj2xWXv4tX+jMr8oPz+SZxlbhXFVRtq5RnCkH5sHUutszoMzGUuJH4DHmXelOn upP7i1YFlymydutJkF190Q2//V2UC+F7BESYDeRZt/sC8tB/djCohyg9ZgKER2pDzrmW JC7EzmhOjDAe/pvBi6wBmMLxM9jDHLJ8pHAd/sF2MnEsh99TI8fgqSKKydfs4GFcKSFK pspc+YpQUopkyRyz8ZAmFYeUeR+SWNhHzOJKU0oATAre1Pp8qI7LMRGTW58j4XYRooBz O7RKI5vdx3opktJyumHenFi08ipiwME5JvmXGPzKE0jBOJmlsUQ4fFgS5xDtRSlAeEXl 84Ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=eFRKs64dqZeLGngv96SOzeQrjGW/6mi4DUZpAsiZF4k=; b=W+ztQ2Kl31ASdJfEPrlyzgNDGw8XfOEFIknGfPA07gdtdYTlJ355HEEdEdeNepd7g8 cmJxarms/sdellC3rSB4VGUrRJbLgPUO4xxmPqBBouVyF/oSwCQO4+keTQcAfqFud5Q8 +JLvsNIbA613FNSBBMEoF16Z3WzjYh3pV4NGszyRSdOOFvEN5ssKWqvrgaVGb8YC7fxx XNMZSm5wiUKKsF7tMS9fnBc/5Z8tstvXgTCqHCVuK5T8uPvVYzTuNvhR15oJQjEXsT4i l8dYHJOgsI3LWjf3TboyzAIJUM2easg2WxsNJBEIOnE/ckyby2btL960xMuXTHHn69KO mODw== X-Gm-Message-State: AN3rC/4FchZRDu6/wZ1/MlQy4EGo9uDqXXa6u3+fc7EDJpg9jTnMwRkV NpvZ/Nq6bp4kfg== X-Received: by 10.99.51.79 with SMTP id z76mr7315701pgz.137.1492684312126; Thu, 20 Apr 2017 03:31:52 -0700 (PDT) Received: from calancha-pc (222.139.137.133.dy.bbexcite.jp. [133.137.139.222]) by smtp.gmail.com with ESMTPSA id g75sm9676673pfg.82.2017.04.20.03.31.49 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 20 Apr 2017 03:31:51 -0700 (PDT) From: Tino Calancha To: ishikawa Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> <3aa8274f-8510-2748-7582-eea8babbd12e@yk.rim.or.jp> Date: Thu, 20 Apr 2017 19:31:45 +0900 In-Reply-To: <3aa8274f-8510-2748-7582-eea8babbd12e@yk.rim.or.jp> (ishikawa's message of "Thu, 20 Apr 2017 17:16:08 +0900") Message-ID: <878tmv2wvi.fsf@calancha-pc> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 26573 Cc: tino.calancha@gmail.com, 26573@debbugs.gnu.org, npostavs@users.sourceforge.net 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: -2.3 (--) ishikawa writes: > On 2017=E5=B9=B404=E6=9C=8820=E6=97=A5 13:38, ISHIKAWA,chiaki wrote: >> On 2017/04/20 12:10, npostavs@users.sourceforge.net wrote: >>> "ISHIKAWA,chiaki" writes: >>> >>>> Emacs 25.1.1 (locally compiled under Debian GNU/linux) crashed a few >>>> times >>> >>>> re_search_2 at /home/ishikawa/repos/emacs-25.1/src/regex.c:4464 >>>> search_buffer at /home/ishikawa/repos/emacs-25.1/src/search.c:1270 >>>> search_command at /home/ishikawa/repos/emacs-25.1/src/search.c:1066 >>>> Fre_search_forward at /home/ishikawa/repos/emacs-25.1/src/search.c:2265 >>> >>> This looks like it could be #24358. Is ralloc.c being compiled? (i.e, >>> do you have a ralloc.o object file produced by compilation?) Does it >>> help if you reconfigure with './configure REL_ALLOC=3Dno' and/or try >>> compiling the 25.2 rc? >>> >>> >> >> Thank you for the tips. >> >> Since I configured emacs with >> >>> Configured using: >>> 'configure --with-x-toolkit=3Dgtk --without-xim' >> >> I think it is likely that I have ralloc.o. >> Let me re-compile emacs with the suggested additional >> and work with it for a few weeks. >> Based on the frequency of the crashes I observed if the new binary does >> not crash in a month, the bug would have been solved. >> >> TIA >> >> > Sorry, I am not familiar with pre-release source tar balls, etc. > > Where exactly can I find emacs 25.2 rc? Here: ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.2-rc2.tar.xz You can get the PGP signature at: ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.2-rc2.tar.xz.sig From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 10:04:53 2017 Received: (at 26573) by debbugs.gnu.org; 20 Apr 2017 14:04:53 +0000 Received: from localhost ([127.0.0.1]:59087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d1ChZ-0005Yi-3y for submit@debbugs.gnu.org; Thu, 20 Apr 2017 10:04:53 -0400 Received: from mail105.siriuscloud.jp ([219.118.72.105]:51489 helo=mail05.SiriusCloud.jp) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d1ChW-0005YZ-UT for 26573@debbugs.gnu.org; Thu, 20 Apr 2017 10:04:51 -0400 Received: from [192.168.0.111] (ntkngw435233.kngw.nt.ngn2.ppp.infoweb.ne.jp [61.121.54.233]) (Authenticated sender: ishikawa@yk.rim.or.jp) by access05.SiriusCloud.jp (Postfix) with ESMTPA id 3w80xD2P3Pz1XLp5Y; Thu, 20 Apr 2017 23:04:47 +0900 (JST) Authentication-Results: access05.SiriusCloud.jp; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines To: Tino Calancha References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> <3aa8274f-8510-2748-7582-eea8babbd12e@yk.rim.or.jp> <878tmv2wvi.fsf@calancha-pc> From: "ISHIKAWA,chiaki" Message-ID: <7149d12f-59c2-d8cb-3c32-76494bf289f0@yk.rim.or.jp> Date: Thu, 20 Apr 2017 23:04:46 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <878tmv2wvi.fsf@calancha-pc> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.99.2 at si-mail05 X-Virus-Status: Clean X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26573 Cc: 26573@debbugs.gnu.org, npostavs@users.sourceforge.net 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.0 (/) On 2017/04/20 19:31, Tino Calancha wrote: > ishikawa writes: > >> On 2017年04月20日 13:38, ISHIKAWA,chiaki wrote: >>> On 2017/04/20 12:10, npostavs@users.sourceforge.net wrote: >>>> "ISHIKAWA,chiaki" writes: >>>> >>>>> Emacs 25.1.1 (locally compiled under Debian GNU/linux) crashed a few >>>>> times >>>> >>>>> re_search_2 at /home/ishikawa/repos/emacs-25.1/src/regex.c:4464 >>>>> search_buffer at /home/ishikawa/repos/emacs-25.1/src/search.c:1270 >>>>> search_command at /home/ishikawa/repos/emacs-25.1/src/search.c:1066 >>>>> Fre_search_forward at /home/ishikawa/repos/emacs-25.1/src/search.c:2265 >>>> >>>> This looks like it could be #24358. Is ralloc.c being compiled? (i.e, >>>> do you have a ralloc.o object file produced by compilation?) Does it >>>> help if you reconfigure with './configure REL_ALLOC=no' and/or try >>>> compiling the 25.2 rc? >>>> >>>> >>> >>> Thank you for the tips. >>> >>> Since I configured emacs with >>> >>>> Configured using: >>>> 'configure --with-x-toolkit=gtk --without-xim' >>> >>> I think it is likely that I have ralloc.o. >>> Let me re-compile emacs with the suggested additional >>> and work with it for a few weeks. >>> Based on the frequency of the crashes I observed if the new binary does >>> not crash in a month, the bug would have been solved. >>> >>> TIA >>> >>> >> Sorry, I am not familiar with pre-release source tar balls, etc. >> >> Where exactly can I find emacs 25.2 rc? > > Here: > ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.2-rc2.tar.xz > > You can get the PGP signature at: > ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.2-rc2.tar.xz.sig > Thank you. I will check with the new source with REL_ALLOC=no From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 11:00:35 2017 Received: (at 26573) by debbugs.gnu.org; 20 Apr 2017 15:00:36 +0000 Received: from localhost ([127.0.0.1]:59121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d1DZT-0007Uz-Ip for submit@debbugs.gnu.org; Thu, 20 Apr 2017 11:00:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48482) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d1DZS-0007Ov-2E for 26573@debbugs.gnu.org; Thu, 20 Apr 2017 11:00:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1DZI-0006IV-VY for 26573@debbugs.gnu.org; Thu, 20 Apr 2017 11:00:28 -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.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1DZ0-00064E-Lx; Thu, 20 Apr 2017 11:00:06 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2892 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d1DYz-0000LG-Rv; Thu, 20 Apr 2017 11:00:06 -0400 Date: Thu, 20 Apr 2017 18:00:45 +0300 Message-Id: <83vapzaztu.fsf@gnu.org> From: Eli Zaretskii To: "ISHIKAWA\,chiaki" In-reply-to: <7149d12f-59c2-d8cb-3c32-76494bf289f0@yk.rim.or.jp> (ishikawa@yk.rim.or.jp) Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> <3aa8274f-8510-2748-7582-eea8babbd12e@yk.rim.or.jp> <878tmv2wvi.fsf@calancha-pc> <7149d12f-59c2-d8cb-3c32-76494bf289f0@yk.rim.or.jp> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26573 Cc: npostavs@users.sourceforge.net, 26573@debbugs.gnu.org, tino.calancha@gmail.com 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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: "ISHIKAWA,chiaki" > Date: Thu, 20 Apr 2017 23:04:46 +0900 > Cc: 26573@debbugs.gnu.org, npostavs@users.sourceforge.net > > >> Where exactly can I find emacs 25.2 rc? > > > > Here: > > ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.2-rc2.tar.xz > > > > You can get the PGP signature at: > > ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.2-rc2.tar.xz.sig > > > > > Thank you. > > I will check with the new source with REL_ALLOC=no With Emacs 25.2, you don't need an explicit REL_ALLOC=no, as that is the default. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 11:01:14 2017 Received: (at 26573) by debbugs.gnu.org; 20 Apr 2017 15:01:14 +0000 Received: from localhost ([127.0.0.1]:59125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d1Da5-00081k-UI for submit@debbugs.gnu.org; Thu, 20 Apr 2017 11:01:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d1Da3-0007vX-TI for 26573@debbugs.gnu.org; Thu, 20 Apr 2017 11:01:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1DZy-0006n4-0A for 26573@debbugs.gnu.org; Thu, 20 Apr 2017 11:01:06 -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.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1DZx-0006mq-Si; Thu, 20 Apr 2017 11:01:05 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2894 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d1DZx-0001mq-6b; Thu, 20 Apr 2017 11:01:05 -0400 Date: Thu, 20 Apr 2017 18:01:46 +0300 Message-Id: <83shl3azs5.fsf@gnu.org> From: Eli Zaretskii To: "ISHIKAWA\,chiaki" In-reply-to: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> (ishikawa@yk.rim.or.jp) Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26573 Cc: 26573@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: "ISHIKAWA,chiaki" > Date: Thu, 20 Apr 2017 11:57:02 +0900 > > > [I am a little surprised to see "stack_overflow" below.] That's normal: the SIGSEGV handler checks whether the segfault was due to a stack overflow, and if so, it can recover. From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 24 17:51:02 2017 Received: (at 26573) by debbugs.gnu.org; 24 Jun 2017 21:51:02 +0000 Received: from localhost ([127.0.0.1]:36019 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOsxK-0003dQ-7w for submit@debbugs.gnu.org; Sat, 24 Jun 2017 17:51:02 -0400 Received: from mail-it0-f52.google.com ([209.85.214.52]:36497) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOsxI-0003ct-R4; Sat, 24 Jun 2017 17:51:01 -0400 Received: by mail-it0-f52.google.com with SMTP id m68so5597220ith.1; Sat, 24 Jun 2017 14:51:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=wAhmN6JeM7vmsowR+M/DaIIaMAQ42z48NmUxCnAAXPs=; b=UR7Vpnqk1a66KBS2VjWMTJdqGFnKI9s2OTQa8DqXtQQyZ87TJuo+ihs4ExJJ0Kh1QA JuSoKILHa8H43ELEZQxoQd/eEobSeHQnmvbIzJJcU98lVM2cMF/gPszySlxhUGSx4v/u lJNfI7MoX0pqWdOE+YfcvxbA70VHER46MOio0MXJh3Ex8uU6YF8cpWYp5T6QHaDj1NEr Ec+Ovy0X18yCK5ID43sYvAhDebyiamwhKKNzfOBeI/5iM92vHDmEfZweMg1Y2ePV6mhh WdsVv8GqHvhfFrQr+VHEUceHVzBJponXaJW7D60A8+RluR/CqLi0kcNQV1c8Xeb5+eYy PgYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=wAhmN6JeM7vmsowR+M/DaIIaMAQ42z48NmUxCnAAXPs=; b=SuG5wbbNRkv8QoOwCJdW9JTovCyYHYNaiMS+2TfvB/omWbuE3H9voPGRbo6pPQejfW vx0WrsjqLPxm8AdRzOjv7FJ5QBfjvoVBMigIBIy9tRmWbgZU6WbDqon3tkFTNGRt8zr6 /KsAsTYs2mgnKwvdzWYewhgqWjKU1z6W1D3eaDaWPqbQITqmfNd0Mvr9UPovEZBCmWZB Y5GM9ikGiLKxF5ngLt/oC20wnE745kIhQW2FXriKMEWtPwsJb8cr4AJEZlNH+VKf1J0P 7YcSY5g73Y5xkBCxbHrmDG5qi3MYdrnV0/NCEjb3FsMiI3wcWTtfg2IubWDGo3p6iZio 8ImA== X-Gm-Message-State: AKS2vOxXT7OWoukIkEnYjrl2nQfhNsKWQLvGtrA1Pms9Nxw0H8enyZs2 mbBXa/ZFp58wLBtQ X-Received: by 10.36.127.208 with SMTP id r199mr14991685itc.110.1498341054716; Sat, 24 Jun 2017 14:50:54 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id u186sm5385433ita.3.2017.06.24.14.50.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 24 Jun 2017 14:50:53 -0700 (PDT) From: npostavs@users.sourceforge.net To: "ISHIKAWA\,chiaki" Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> Date: Sat, 24 Jun 2017 17:52:30 -0400 In-Reply-To: (chiaki ISHIKAWA's message of "Thu, 20 Apr 2017 13:38:50 +0900") Message-ID: <87r2y9oxy9.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 26573 Cc: 26573@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 (/) close 26573 quit "ISHIKAWA,chiaki" writes: > I think it is likely that I have ralloc.o. > Let me re-compile emacs with the suggested additional > and work with it for a few weeks. > Based on the frequency of the crashes I observed if the new binary > does not crash in a month, the bug would have been solved. Since it's been over 2 months, I'll close the bug. By the way, if you can upgrade to 25.2 you might be better off configuring with REL_ALLOC=yes, as disabling ralloc can lead to excessive memory consumption (see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26952). From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 24 18:12:25 2017 Received: (at 26573) by debbugs.gnu.org; 24 Jun 2017 22:12:25 +0000 Received: from localhost ([127.0.0.1]:36045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOtI0-0005xU-VS for submit@debbugs.gnu.org; Sat, 24 Jun 2017 18:12:25 -0400 Received: from mail115.siriuscloud.jp ([219.118.72.115]:42182 helo=mail05.SiriusCloud.jp) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOtHy-0005xL-V8 for 26573@debbugs.gnu.org; Sat, 24 Jun 2017 18:12:23 -0400 Received: from [192.168.0.111] (ntkngw435233.kngw.nt.ngn2.ppp.infoweb.ne.jp [61.121.54.233]) (Authenticated sender: ishikawa@yk.rim.or.jp) by access05.SiriusCloud.jp (Postfix) with ESMTPA id 3ww8gm03yQz1XQCPR; Sun, 25 Jun 2017 07:12:19 +0900 (JST) Authentication-Results: access05.SiriusCloud.jp; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines To: npostavs@users.sourceforge.net References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> <87r2y9oxy9.fsf@users.sourceforge.net> From: "ISHIKAWA,chiaki" Message-ID: <3e4ebfef-16e4-4a7e-d591-557029c480c3@yk.rim.or.jp> Date: Sun, 25 Jun 2017 07:12:20 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <87r2y9oxy9.fsf@users.sourceforge.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.99.2 at si-mail05 X-Virus-Status: Clean X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26573 Cc: 26573@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.0 (/) Hi, Thank you for the tips. I have not seen the crashes any more (before the change, I saw emacs crash a few times a week...) BUT, I noticed a strange swap usage and excessive paging now and then lately and not sure what it was. Maybe it is because of this bug 26952. I will recompile emacs. Yes, it is too bad that emacs has become a little unstable. Maybe the distributed souce code management system may have something to do with it. Before, developers were very careful and use only a single master repository thus messing it up would have been a cardinal sin, but nowadays, people can create various branches and merge them (at least so that it builds/compiles). BUT, the runtime behavior may suffer. Just my guess. Thank you again! Happy Hacking (as RMS used to say) Chiaki On 2017/06/25 6:52, npostavs@users.sourceforge.net wrote: > close 26573 > quit > > "ISHIKAWA,chiaki" writes: > >> I think it is likely that I have ralloc.o. >> Let me re-compile emacs with the suggested additional >> and work with it for a few weeks. >> Based on the frequency of the crashes I observed if the new binary >> does not crash in a month, the bug would have been solved. > > Since it's been over 2 months, I'll close the bug. By the way, if you > can upgrade to 25.2 you might be better off configuring with > REL_ALLOC=yes, as disabling ralloc can lead to excessive memory > consumption (see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26952). > > From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 24 18:43:50 2017 Received: (at 26573) by debbugs.gnu.org; 24 Jun 2017 22:43:50 +0000 Received: from localhost ([127.0.0.1]:36072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOtmQ-0006hP-JC for submit@debbugs.gnu.org; Sat, 24 Jun 2017 18:43:50 -0400 Received: from mail-io0-f181.google.com ([209.85.223.181]:36519) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOtmN-0006h5-QB for 26573@debbugs.gnu.org; Sat, 24 Jun 2017 18:43:48 -0400 Received: by mail-io0-f181.google.com with SMTP id z62so18662417ioi.3 for <26573@debbugs.gnu.org>; Sat, 24 Jun 2017 15:43:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=KcAlPd66aupC5sS0KgRJqDpg63FnduhacfFNHUD1JnA=; b=IV31ZPsLhV9FkXZLHVoZoHScLXzssBiBSpcDUYfbjw9eqj6wShAomRpq31S1DE1NZF 5vANhrk5JEOhLVMpeQvfeWNdWcgWto6zs0XxddKNWHQbxu9i0EBL/9am3aJX+AVuyMxT uF/Yxed2OGxDOfs0q+yvorsucsBD0nu0kNd3AQW5l8368Lg5ENR/sFlcnuBKfASODA/X x5tb2YSNrXXbCTFv0sj+N93X/fz3IpLJ6KkbBZXEskCNmPWn7tWlH40hWGxAmP7zuaYY UNfZrA/oLDB2acdXDMUvjjTa/vYYSEwKhu2jlM9CMobGktVxRtLEzOiIcRWF5gvclNCU PLgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=KcAlPd66aupC5sS0KgRJqDpg63FnduhacfFNHUD1JnA=; b=FgvFkOBvTn58OUXy46XMs1SG4t/Uc/ILxe7UfLVOfuoREeFfmEib9ZVUCrSIQPYw42 /NpsYHsthfa99Y2c+E7SBReCQU3bD5iq77s/xTtXCvIvytgdX5FMHF3NFjMyPXLc3vBW T7Qu/hq4anSDiacxlKwAfa3IGYeO/wsMp9JXKveMPLvNHsxJxlbUbe9QLughY1ld5+07 m4P30np8h5KS/KFpxpz5Y9vLvfjBkhhUrE1Mz3YS9033VmV8ya+8Ovq55sgW2z44oXWQ iJWga870uucCGQWn7pfpcwa8JCNFh0B3vKOL+7/twll4uGDaPrxht66ydhUK9aFVJZCy XcBw== X-Gm-Message-State: AKS2vOxK53vRIQmFpOwSzYvTUSBRRSEcdcrEGyauLsR9kWD+bDQVEssn nqROiOGhWh2sbhwu X-Received: by 10.107.150.203 with SMTP id y194mr16374785iod.17.1498344221831; Sat, 24 Jun 2017 15:43:41 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id w65sm5189098ita.21.2017.06.24.15.43.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 24 Jun 2017 15:43:41 -0700 (PDT) From: npostavs@users.sourceforge.net To: "ISHIKAWA\,chiaki" Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> <87r2y9oxy9.fsf@users.sourceforge.net> <3e4ebfef-16e4-4a7e-d591-557029c480c3@yk.rim.or.jp> Date: Sat, 24 Jun 2017 18:45:18 -0400 In-Reply-To: <3e4ebfef-16e4-4a7e-d591-557029c480c3@yk.rim.or.jp> (chiaki ISHIKAWA's message of "Sun, 25 Jun 2017 07:12:20 +0900") Message-ID: <87lgohovi9.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 26573 Cc: 26573@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: -2.1 (--) "ISHIKAWA,chiaki" writes: > Yes, it is too bad that emacs has become a little unstable. > Maybe the distributed souce code management system may have something > to do with it. Before, developers were very careful and use only a > single master repository thus messing it up would have been a cardinal > sin, but > nowadays, people can create various branches and merge them (at least > so that it builds/compiles). BUT, the runtime behavior may suffer. > Just my guess. These problems with the allocater have actually been triggered by a glibc change. The malloc hooks were dropped which forces Emacs to use a different configuration that had not been widely tested for a long time, so meanwhile bugs had crept in. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 00:27:06 2017 Received: (at 26573) by debbugs.gnu.org; 25 Jun 2017 04:27:06 +0000 Received: from localhost ([127.0.0.1]:36189 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOz8c-0007oA-GR for submit@debbugs.gnu.org; Sun, 25 Jun 2017 00:27:06 -0400 Received: from mail06.siriuscloud.jp ([219.118.72.6]:36843) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOz8a-0007nz-6E for 26573@debbugs.gnu.org; Sun, 25 Jun 2017 00:27:05 -0400 Received: from [192.168.0.111] (ntkngw435233.kngw.nt.ngn2.ppp.infoweb.ne.jp [61.121.54.233]) (Authenticated sender: ishikawa@yk.rim.or.jp) by access06.SiriusCloud.jp (Postfix) with ESMTPA id 3wwK053kRDz672D; Sun, 25 Jun 2017 13:27:01 +0900 (JST) Authentication-Results: access06.SiriusCloud.jp; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines To: npostavs@users.sourceforge.net References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> <87r2y9oxy9.fsf@users.sourceforge.net> <3e4ebfef-16e4-4a7e-d591-557029c480c3@yk.rim.or.jp> <87lgohovi9.fsf@users.sourceforge.net> From: "ISHIKAWA,chiaki" Message-ID: <5e29d038-55ae-abfa-4fb1-1f9bf77bc0fc@yk.rim.or.jp> Date: Sun, 25 Jun 2017 13:26:58 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <87lgohovi9.fsf@users.sourceforge.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.99.2 at si-mail06 X-Virus-Status: Clean X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26573 Cc: 26573@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.0 (/) On 2017/06/25 7:45, npostavs@users.sourceforge.net wrote: > "ISHIKAWA,chiaki" writes: > >> Yes, it is too bad that emacs has become a little unstable. >> Maybe the distributed souce code management system may have something >> to do with it. Before, developers were very careful and use only a >> single master repository thus messing it up would have been a cardinal >> sin, but >> nowadays, people can create various branches and merge them (at least >> so that it builds/compiles). BUT, the runtime behavior may suffer. >> Just my guess. > > These problems with the allocater have actually been triggered by a > glibc change. The malloc hooks were dropped which forces Emacs to use a > different configuration that had not been widely tested for a long time, > so meanwhile bugs had crept in. > So a different reason. I came to my pet conclusion too fast. I suspect that "configure" is a very difficult code to write correctly. Again, thank you for your e-mails. Emacs has been maintained in good condition by people like you. So thank you very much! Chiaki From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 08:05:45 2017 Received: (at 26573) by debbugs.gnu.org; 25 Jun 2017 12:05:45 +0000 Received: from localhost ([127.0.0.1]:36380 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dP6IT-0003fv-MA for submit@debbugs.gnu.org; Sun, 25 Jun 2017 08:05:45 -0400 Received: from mail-io0-f182.google.com ([209.85.223.182]:35272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dP6IR-0003fi-Pi for 26573@debbugs.gnu.org; Sun, 25 Jun 2017 08:05:44 -0400 Received: by mail-io0-f182.google.com with SMTP id h134so51720645iof.2 for <26573@debbugs.gnu.org>; Sun, 25 Jun 2017 05:05:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=fCdd2TsJxxOxUO8yvQ5xbt5W7I2GvZU3zCAzsVKXTpQ=; b=sRAU8Bq6F0cYeEyLvVAMn7vBurj6GaUBA5YFE9fEuOfw9kRV7oYZw1UFTIDy1FDG4I mPW3mrJV3d7gi1sqskV6ulhIDWngDxddZp9YyOZwkCKbTHX7223yG7GzY2RwAciaWjJP KasjPuA7fnvd92wYnQ/biqxqasxi9H4FRgfnwI1it1Bs38Zy/aqG4IqxHc+o3Yykz+Bd ERxje9CkQxtPNtwPvnGLqS7eXoX5K4eQOdTp8KYAWteoCVz8C9JV7jkBJnfmqnM9zYQx N1Ri3Qf4j8NrctVrRetwfFbYA2nxqHwW1qK83qVJls/aLmBq9GeHJZ9jkYMS7TZnMfhY ZOog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=fCdd2TsJxxOxUO8yvQ5xbt5W7I2GvZU3zCAzsVKXTpQ=; b=bdyZrKu88fisxCWxD+zHEswAIcsRU3ok6HgXr3TwlZ9zuO4MXanzJa6SAsb3QbmPa6 LmHcC3LSJVmHufGNJXMcUizUzoZ+l2FqTpePErxM4ahmVLgTcKC3+gMaqvFnfVTrHCFH 5jkPFlG8Uuc4U9OdZHxv4LfRh9uG+NYJIDtZd9p82gxqaa8pqoOmqxuHJaDxP909Uziv DfDx7Kj3pZyeVso39JzvKfaln7DZwdyrHu8ELFgzCJRVst5zMEGh2d4iFWI4dRkEQGiW 1xRSeWBhkvTVfs1M16Q5eBsecbYJ6BwXXvWqDfzXNKQwlTzCPAyBzpi7k8csGqTbnAqM k48w== X-Gm-Message-State: AKS2vOwdIZ3JfVxLuNiNrwVL6lmr6EtT8vSavCfZ5EoK9FADzDxAZtsI cTSDC6bEp6G4T7zP X-Received: by 10.107.136.72 with SMTP id k69mr17050581iod.59.1498392338187; Sun, 25 Jun 2017 05:05:38 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id n65sm5787920itg.23.2017.06.25.05.05.36 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 25 Jun 2017 05:05:37 -0700 (PDT) From: npostavs@users.sourceforge.net To: "ISHIKAWA\,chiaki" Subject: Re: bug#26573: 25.1; emacs 25.1 crashes while I am killing a bunch of lines References: <7af6b7d7-03b5-490a-b02f-d196867b9828@yk.rim.or.jp> <87wpafrcxz.fsf@users.sourceforge.net> <87r2y9oxy9.fsf@users.sourceforge.net> <3e4ebfef-16e4-4a7e-d591-557029c480c3@yk.rim.or.jp> <87lgohovi9.fsf@users.sourceforge.net> <5e29d038-55ae-abfa-4fb1-1f9bf77bc0fc@yk.rim.or.jp> Date: Sun, 25 Jun 2017 08:07:14 -0400 In-Reply-To: <5e29d038-55ae-abfa-4fb1-1f9bf77bc0fc@yk.rim.or.jp> (chiaki ISHIKAWA's message of "Sun, 25 Jun 2017 13:26:58 +0900") Message-ID: <8760fkp8y5.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 26573 Cc: 26573@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: -2.1 (--) "ISHIKAWA,chiaki" writes: > On 2017/06/25 7:45, npostavs@users.sourceforge.net wrote: >> "ISHIKAWA,chiaki" writes: >> >> These problems with the allocater have actually been triggered by a >> glibc change. The malloc hooks were dropped which forces Emacs to use a >> different configuration that had not been widely tested for a long time, >> so meanwhile bugs had crept in. >> > > So a different reason. I came to my pet conclusion too fast. > > I suspect that "configure" is a very difficult code to write correctly. Well, the "configure" code itself is okay, it's more a question of testing all the different configurations. What is really difficult, pretty much impossible, is writing code correctly without ever testing it. Plus, I think most people working on Emacs were not even aware of the ralloc configuration, so they couldn't know about the possibility of bugs from it. > Again, thank you for your e-mails. > > Emacs has been maintained in good condition by people like you. > > So thank you very much! Testing and reporting bugs is also important to maintaining Emacs, so thanks to you as well! I should mention also that this stuff is solved in Emacs 26 (not yet released), so that the standard allocater will be used once more and there won't be a need for ralloc. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22086 From unknown Sat Jun 21 10:38:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 24 Jul 2017 11:24:04 +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