From unknown Sat Jun 21 17:34:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#19974 <19974@debbugs.gnu.org> To: bug#19974 <19974@debbugs.gnu.org> Subject: Status: 25.0.50; temacs segfaults on i586/GNU-Linux Reply-To: bug#19974 <19974@debbugs.gnu.org> Date: Sun, 22 Jun 2025 00:34:27 +0000 retitle 19974 25.0.50; temacs segfaults on i586/GNU-Linux reassign 19974 emacs submitter 19974 jpff severity 19974 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 01 09:47:08 2015 Received: (at submit) by debbugs.gnu.org; 1 Mar 2015 14:47:08 +0000 Received: from localhost ([127.0.0.1]:33003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YS599-0004IF-RV for submit@debbugs.gnu.org; Sun, 01 Mar 2015 09:47:08 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56092) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YS597-0004Hf-8r for submit@debbugs.gnu.org; Sun, 01 Mar 2015 09:47:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YS590-0004Vb-TR for submit@debbugs.gnu.org; Sun, 01 Mar 2015 09:46:59 -0500 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]:60220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS590-0004VX-Qp for submit@debbugs.gnu.org; Sun, 01 Mar 2015 09:46:58 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS58z-0002gR-FJ for bug-gnu-emacs@gnu.org; Sun, 01 Mar 2015 09:46:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YS58w-0004VD-75 for bug-gnu-emacs@gnu.org; Sun, 01 Mar 2015 09:46:57 -0500 Received: from queue01c.mail.zen.net.uk ([212.23.3.237]:37060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS58v-0004Qh-UT for bug-gnu-emacs@gnu.org; Sun, 01 Mar 2015 09:46:54 -0500 Received: from [212.23.1.1] (helo=smarthost01a.mail.zen.net.uk) by queue01c.mail.zen.net.uk with esmtp (Exim 4.72) (envelope-from ) id 1YS58K-00089y-Lx for bug-gnu-emacs@gnu.org; Sun, 01 Mar 2015 14:46:16 +0000 Received: from [217.155.197.248] (helo=codemist.co.uk) by smarthost01a.mail.zen.net.uk with esmtp (Exim 4.80) (envelope-from ) id 1YS58J-0009NL-IY for bug-gnu-emacs@gnu.org; Sun, 01 Mar 2015 14:46:15 +0000 Received: from birtwistle.codemist.co.uk ([172.16.4.27] helo=birtwistle) by codemist.co.uk with esmtp (Exim 4.85) (envelope-from ) id 1YS58J-0003xS-2d; Sun, 01 Mar 2015 14:46:15 +0000 Received: from jpff by birtwistle with local (Exim 4.83) (envelope-from ) id 1YS57u-0002dd-12; Sun, 01 Mar 2015 14:45:50 +0000 Date: Sun, 1 Mar 2015 14:45:50 +0000 Message-Id: <4165-Sun01Mar2015144550+0000-jpff@codemist.co.uk> X-Mailer: emacs 25.0.50.6 (via feedmail 11-beta-1 I) From: jpff To: bug-gnu-emacs@gnu.org Subject: 25.0.50; temacs segfaults on i586/GNU-Linux X-ACL-Warn: HELO doesn't look like a hostname X-Originating-smarthost01a-IP: [217.155.197.248] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x 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: -5.0 (-----) 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: -5.0 (-----) Not on this computer but another one -- pulled from git repository on Friday and it crashed making. Today i did a fresh clone and it is the same. Tried running under gdb but it did not help me; still in main in emacs.c (gdb) n 717 char *original_pwd = 0; (gdb) n 806 if (argmatch (argv, argc, "-chdir", "--chdir", 4, &ch_to_dir, &skip_args)) (gdb) n 825 dumping = !initialized && (strcmp (argv[argc - 1], "dump") == 0 (gdb) n 826 || strcmp (argv[argc - 1], "bootstrap") == 0); (gdb) n 851 if (1 (gdb) n 855 && !getrlimit (RLIMIT_STACK, &rlim)) (gdb) n 865 newlim = re_max_failures * ratio + 200000; (gdb) n 873 if (newlim > rlim.rlim_max) (gdb) n 865 newlim = re_max_failures * ratio + 200000; (gdb) n 873 if (newlim > rlim.rlim_max) (gdb) n 879 if (rlim.rlim_cur < newlim) (gdb) n 882 setrlimit (RLIMIT_STACK, &rlim); (gdb) n 887 stack_bottom = &stack_bottom_variable; (gdb) n 88(gdb) n 891 emacs_backtrace (-1); (gdb) n Missing separate debuginfo for /lib/libgcc_s.so.1 Try: zypper install -C "debuginfo(build-id)=27f19299af6c68d7903ba16244eb3a0c157dd1df" Program received signal SIGSEGV, Segmentation fault. 0xb6e11973 in backtrace () from /lib/libc.so.6 9 clearerr (stdin); Have not dared try on the 64bit comouter ==John ff In GNU Emacs 25.0.50.6 (x86_64-suse-linux-gnu, GTK+ Version 2.24.25) of 2015-02-27 on birtwistle Repository revision: 8282e8784e455b3f83d02411efc79d88c44472c9 Windowing system distributor `The X.Org Foundation', version 11.0.11601000 System Description: openSUSE 13.2 (Harlequin) (x86_64) Configured features: XPM JPEG TIFF GIF PNG SOUND GSETTINGS NOTIFY LIBXML2 FREETYPE XFT ZLIB Important settings: value of $LANG: en_GB.UTF-8 value of $XMODIFIERS: @im=local locale-coding-system: utf-8-unix Major mode: C/l Minor modes in effect: diff-auto-refine-mode: t auto-image-file-mode: t show-paren-mode: t display-time-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t abbrev-mode: t Recent messages: Invalid face reference: my-trailing-space-face [20 times] Spell-checking region using ispell with default dictionary...done Sending... FQM: Message action (q, i, d, e, ?)? [i]: Invalid face reference: my-trailing-space-face [2 times] FQM: Immediate send... FQM: [D: 0, Q: 1] Invalid face reference: my-trailing-space-face Sending...done Loading dired-add...done Load-path shadows: /home/jpff/GNU/local-lisp/xref hides /home/jpff/GNU/emacs/lisp/progmodes/xref Features: (shadow emacsbug message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 gmm-utils mailheader feedmail mailabbrev flyspell ispell mailalias mailcrypt mail-extr comint ansi-color ring sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils help-mode debug misearch multi-isearch vc-git diff-mode easy-mmode imenu cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs cal-julian delsel cus-start cus-load image-file crypt crypt++ crypt+pgp-pub paren view mule-util cal-china cal-bahai cal-islam cal-hebrew lunar solar cal-dst appt diary-lib diary-loaddefs holidays hol-loaddefs cal-menu easymenu calendar cal-loaddefs time time-date tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-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 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 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 make-network-process gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 154850 6486) (symbols 48 24780 0) (miscs 40 1866 709) (strings 32 31397 5617) (string-bytes 1 1079730) (vectors 16 18094) (vector-slots 8 534361 8811) (floats 8 616 710) (intervals 56 2732 169) (buffers 976 15) (heap 1024 27630 2691)) ==John ffitch From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 02 11:51:59 2015 Received: (at control) by debbugs.gnu.org; 2 Mar 2015 16:51:59 +0000 Received: from localhost ([127.0.0.1]:34449 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSTZW-0006yg-T0 for submit@debbugs.gnu.org; Mon, 02 Mar 2015 11:51:59 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:35237 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSTZV-0006yZ-HL for control@debbugs.gnu.org; Mon, 02 Mar 2015 11:51:57 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YSTZV-00067p-8V for control@debbugs.gnu.org; Mon, 02 Mar 2015 11:51:57 -0500 Date: Mon, 02 Mar 2015 11:51:57 -0500 Message-Id: Subject: control message for bug 19980 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) 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.0 (-----) merge 19974 19959 19980 From unknown Sat Jun 21 17:34:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 03 Apr 2015 11:24:03 +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