From unknown Sat Jun 21 12:15:04 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19959: 25.0.50; can't bootstrap -- temacs dumps core Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 27 Feb 2015 14:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 19959 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 19959@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.142504868116706 (code B ref -1); Fri, 27 Feb 2015 14:52:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Feb 2015 14:51:21 +0000 Received: from localhost ([127.0.0.1]:59618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRMG8-0004LM-7C for submit@debbugs.gnu.org; Fri, 27 Feb 2015 09:51:20 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34877) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRMG5-0004L4-Pa for submit@debbugs.gnu.org; Fri, 27 Feb 2015 09:51:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRMFz-0002Bt-5k for submit@debbugs.gnu.org; Fri, 27 Feb 2015 09:51:12 -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,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRMFz-0002Bb-3D for submit@debbugs.gnu.org; Fri, 27 Feb 2015 09:51:11 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRMFx-0004k6-C8 for bug-gnu-emacs@gnu.org; Fri, 27 Feb 2015 09:51:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRMFs-0001xQ-Ag for bug-gnu-emacs@gnu.org; Fri, 27 Feb 2015 09:51:09 -0500 Received: from mxin.ulb.ac.be ([164.15.128.112]:22785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRMFr-0001vu-Um for bug-gnu-emacs@gnu.org; Fri, 27 Feb 2015 09:51:04 -0500 Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 27 Feb 2015 15:51:03 +0100 From: Nicolas Richard Date: Fri, 27 Feb 2015 15:51:45 +0100 Message-ID: <877fv31k72.fsf@yahoo.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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-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 (-----) I can't bootstrap emacs on master branch, atm : temacs dumps core. The backtrace is below. This specific error (i.e. SIGSEGV in temacs) was introduced by the commit below. Before that commit, however, "make bootstrap" wouldn't work either (namely it was not able to link temacs -- see after the backtrace if that's of any interest). --8<---------------cut here---------------start------------->8--- commit 5917b7907ad0cdc38f14967d16aa8472be572e3f Author: Jan Dj=C3=A4rv Date: Thu Feb 26 16:42:03 2015 +0100 Don't use OUTER_TO_INNER macros for plain X and lucid. =20=20=20=20 * xmenu.c (create_and_show_popup_menu): Call XTranslateCoordinates, dont use OUTER_TO_INNER macros. (x_menu_show): Call x_real_pos_and_offsets, don't use OUTER_TO_INNER macros. --8<---------------cut here---------------end--------------->8--- Now the gdb output with backtrace (note that I disabled the loading of src/.gdbinit because of errors): Reading symbols from src/temacs...done. Starting program: /home/youngfrog/sources/emacs/emacs-new-repo/src/temacs=20 warning: Could not load shared library symbols for linux-gate.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0xb6d67f34 in backtrace () from /lib/libc.so.6 #0 0xb6d67f34 in backtrace () from /lib/libc.so.6 #1 0x0822f49c in emacs_backtrace (backtrace_limit=3D-1) at sysdep.c:2177 #2 0x081f41fb in main (argc=3D1, argv=3D0xbfffee84) at emacs.c:891 #0 0xb6d67f34 in backtrace () from /lib/libc.so.6 No symbol table info available. #1 0x0822f49c in emacs_backtrace (backtrace_limit=3D-1) at sysdep.c:2177 main_backtrace_buffer =3D {0xbfffed08, 0xb7ffefbc, 0xb7ff2be6 , 0xb6c66880, 0xb7fe9f21 <_dl_map_object_deps+641>, 0xb6c6689c, 0xb6c6= 6880, 0x18, 0xbfffecc7, 0xb70b3868, 0xb70b35a8, 0xb7d9b560, 0xb7d9b2b0, 0xb= 6f2eae8, 0x0, 0xb7febf7e <_dl_catch_error+94>, 0xbfffecc7, 0xbfffe590, 0xb7= ffefbc,=20 0xb7fe9c40 , 0xb7d83da8, 0xbfffed08, 0xbfffe570, 0xb7feb= f7e <_dl_catch_error+94>, 0xbfffecc7, 0xbfffe5b0, 0xb7ffefbc, 0xb7fe9c40 , 0xb7dbeedc, 0xbfffed08, 0xbfffe590, 0xb7febf7e <_dl_catch_error+94= >, 0xb7ff2ac8 <__libc_memalign+8>, 0xb7ffefbc, 0x8, 0xbfffe680, 0xb7ff2c03 = ,=20 0x8, 0x1c, 0x30, 0xbfffed08, 0xb7ffefbc, 0xb7ff2be6 , 0= xb6c66860, 0xb7fe9f21 <_dl_map_object_deps+641>, 0xb6c66870, 0xb6c66860, 0x= c, 0xbfffed08, 0x1, 0xb6c665b0, 0xbfffe4b0, 0xb7fe9e3d <_dl_map_object_deps= +413>, 0xb7fe9c40 , 0xbfffecd8, 0xbfffed08, 0xbfffed08, 0x1, 0xb6c= 66310,=20 0xbfffe620, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xc, 0xbfffed08, 0x1, 0xb6c66000, 0xbfffe640, 0xb7fe9e3d= <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0x14, 0x8453f= 14, 0xb7d9b2b0, 0xb6f2eae8, 0x0, 0x0, 0x0, 0x0, 0xb7fe9c40 , 0x845= 3f0c,=20 0xbfffed08, 0xbfffe660, 0xb7febf7e <_dl_catch_error+94>, 0xbfffec= c7, 0xbfffe6a0, 0xb7ffefbc, 0xb7fe9c40 , 0x8453f04, 0xbfffed08, 0x= bfffe680, 0xb7febf7e <_dl_catch_error+94>, 0xbfffecc7, 0xbfffe6c0, 0xb7ffef= bc, 0xb7fe9c40 , 0x8453efc, 0xbfffed08, 0xbfffe6a0,=20 0xb7febf7e <_dl_catch_error+94>, 0xbfffecc7, 0xbfffe6e0, 0xb7ffef= bc, 0xb7fe9c40 , 0x8453ef4, 0xbfffed08, 0xbfffe6c0, 0xb7febf7e <_d= l_catch_error+94>, 0xbfffed08, 0x1, 0xb6f2eae8, 0xbfffe660, 0xb7fe9e3d <_dl= _map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_ca= tch_error+94>,=20 0xbfffed08, 0x1, 0xb6f2e820, 0xbfffe710, 0xb7fe9e3d <_dl_map_obje= ct_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error= +94>, 0xbfffed08, 0x1, 0xb6f2e560, 0xbfffe730, 0xb7fe9e3d <_dl_map_object_d= eps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>= , 0xbfffed08,=20 0x1, 0xb6f2e2b8, 0xbfffe750, 0xb7fe9e3d <_dl_map_object_deps+413>= , 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfff= ed08, 0x1, 0xb6f2e000, 0xbfffe770, 0xb7fe9e3d <_dl_map_object_deps+413>, 0x= b7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08= , 0x1,=20 0xb70b3b20, 0xbfffe790, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb= 7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08,= 0x1, 0xb70b3868, 0xbfffe7b0, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9= c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1= , 0xb70b35a8,=20 0xbfffe7d0, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1, 0xb70b= 32e8, 0xbfffe7f0, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1, 0xb70b3030= , 0xbfffe810,=20 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbff= fecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1, 0xb726dd80, 0xbfff= e830, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd= 8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1, 0xb726dad0, 0xbfffe850= ...} bounded_limit =3D -1 buffer =3D 0xbfffe55c npointers =3D 52 #2 0x081f41fb in main (argc=3D1, argv=3D0xbfffee84) at emacs.c:891 dummy =3D -5268525465680825363 stack_bottom_variable =3D -62 '\302' do_initial_setlocale =3D 183 dumping =3D false skip_args =3D 0 rlim =3D {rlim_cur =3D 8388608, rlim_max =3D 18446744073709551615} no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x0 original_pwd =3D 0x0 FTR, here's what the error is when the parent of 5917b7907ad0cdc38f14967d16aa8472be572e3f is checked out: xmenu.o: dans la fonction =C2=AB create_and_show_popup_menu =C2=BB: /home/youngfrog/sources/emacs/emacs-new-repo/src/xmenu.c:1341: r=C3=A9f=C3= =A9rence ind=C3=A9finie vers =C2=AB FRAME_OUTER_TO_INNER_DIFF_X =C2=BB /home/youngfrog/sources/emacs/emacs-new-repo/src/xmenu.c:1342: r=C3=A9f=C3= =A9rence ind=C3=A9finie vers =C2=AB FRAME_OUTER_TO_INNER_DIFF_Y =C2=BB collect2: erreur: ld a retourn=C3=A9 1 code d'=C3=A9tat d'ex=C3=A9cution (that's in french, but I assume you can guess the meaning -- and I can reproduce in english if necessary). In GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2015-02-03 on localhost Repository revision: 807dad87e61183b05a6951e071ec7a67c8e2abfd Windowing system distributor `The X.Org Foundation', version 11.0.11500000 System Description: Gentoo Base System release 2.2 Configured using: `configure --with-x-toolkit=3Dlucid --enable-checking --with-wide-int 'CFLAGS=3D -O0 -g3'' Configured features: XAW3D XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix --=20 Nicolas Richard From unknown Sat Jun 21 12:15:04 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19959: 25.0.50; can't bootstrap -- temacs dumps core Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 27 Feb 2015 18:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19959 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Nicolas Richard Cc: 19959@debbugs.gnu.org Received: via spool by 19959-submit@debbugs.gnu.org id=B19959.14250609023000 (code B ref 19959); Fri, 27 Feb 2015 18:16:01 +0000 Received: (at 19959) by debbugs.gnu.org; 27 Feb 2015 18:15:02 +0000 Received: from localhost ([127.0.0.1]:60195 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRPRF-0000lv-AQ for submit@debbugs.gnu.org; Fri, 27 Feb 2015 13:15:01 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:42115 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRPRC-0000lb-Ce for 19959@debbugs.gnu.org; Fri, 27 Feb 2015 13:14:59 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YRPRA-000727-QZ; Fri, 27 Feb 2015 13:14:56 -0500 From: Glenn Morris References: <877fv31k72.fsf@yahoo.fr> X-Spook: Islam Abduganievich Karimov Crowell PLO ASPIC Osama X-Ran: SZv9s7aK?|I{W*YhFE%js$-O:jbC)NhnZLsY:=,r:*E8x1|q58WoN9y!i2U\03leD,nl*v X-Hue: red X-Attribution: GM Date: Fri, 27 Feb 2015 13:14:56 -0500 In-Reply-To: <877fv31k72.fsf@yahoo.fr> (Nicolas Richard's message of "Fri, 27 Feb 2015 15:51:45 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Nicolas Richard wrote: > In GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) FWIW, http://hydra.nixos.org/build/19982110 flagged this yesterday. It seems to be specific to 32-bit builds. (The precise introduction is masked by the previous total build failure due to a typo.) From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 27 20:07:57 2015 Received: (at control) by debbugs.gnu.org; 28 Feb 2015 01:07:57 +0000 Received: from localhost ([127.0.0.1]:60309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRVsq-0002MW-RU for submit@debbugs.gnu.org; Fri, 27 Feb 2015 20:07:57 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:51068 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRVso-0002MF-6M for control@debbugs.gnu.org; Fri, 27 Feb 2015 20:07:54 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YRVsn-0003hU-Lr for control@debbugs.gnu.org; Fri, 27 Feb 2015 20:07:53 -0500 Date: Fri, 27 Feb 2015 20:07:53 -0500 Message-Id: Subject: control message for bug 19759 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 (-----) block 19759 by 19959 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 12:15:04 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19959: 25.0.50; can't bootstrap -- temacs dumps core Resent-From: Thomas Fitzsimmons Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 03 Mar 2015 16:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19959 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: Nicolas Richard , 19959@debbugs.gnu.org Received: via spool by 19959-submit@debbugs.gnu.org id=B19959.142539981913329 (code B ref 19959); Tue, 03 Mar 2015 16:24:01 +0000 Received: (at 19959) by debbugs.gnu.org; 3 Mar 2015 16:23:39 +0000 Received: from localhost ([127.0.0.1]:34094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSpbf-0003Sv-7T for submit@debbugs.gnu.org; Tue, 03 Mar 2015 11:23:39 -0500 Received: from mail-ig0-f174.google.com ([209.85.213.174]:41658) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSpbc-0003Sf-U3 for 19959@debbugs.gnu.org; Tue, 03 Mar 2015 11:23:37 -0500 Received: by igal13 with SMTP id l13so29347859iga.0 for <19959@debbugs.gnu.org>; Tue, 03 Mar 2015 08:23:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=4QdZZsqOMxpQ7CeOYW/8j1GQda6I1ATIuVvgitEzB0E=; b=Z3xJGxDgQNjWCilfKEicdLz+GHtQ5vP6+5FWcvBxnet1EMexYqZ3ubNrU1Rc9dUxy/ 1/zGCU4Wo+FC6l8kmaePvj9+90dTMRH7/4xtrbUfl4bza0uAEmaJ2D0NNzUe7E+ZjP9f twLTG1dU89MXMCk+ni/cLDBPNJ9jzM2s4gZoQKZ3kDWcXNld/W/JE5eo4xK7SSV4b4Oi BN9Te1g0YpXC5Jm0aCqBQgUvsWSHj8WdcQ2bUQuDeY0fGsiK4kucEoIb7YvXWhjQlf3O oSYJkSQuBH2icHdSifsKfQ6Sy13HH4RQqmPm18S3KmkrCDskAm7MGKHdNZSHhENHolb4 WKww== X-Gm-Message-State: ALoCoQlOsEywVOOPSmcHd2zsB6wg5iKCZyxaqFB39Hv1Re15uz4Jj24i126ZklBRxU84nVR0td0K X-Received: by 10.43.1.67 with SMTP id np3mr2623908icb.24.1425399810946; Tue, 03 Mar 2015 08:23:30 -0800 (PST) Received: from hp-dv5t (69-165-165-189.dsl.teksavvy.com. [69.165.165.189]) by mx.google.com with ESMTPSA id z3sm1253601igl.1.2015.03.03.08.23.29 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 03 Mar 2015 08:23:30 -0800 (PST) From: Thomas Fitzsimmons References: <877fv31k72.fsf@yahoo.fr> Date: Tue, 03 Mar 2015 11:23:28 -0500 In-Reply-To: (Glenn Morris's message of "Fri, 27 Feb 2015 13:14:56 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Glenn Morris writes: > Nicolas Richard wrote: > >> In GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) > > FWIW, http://hydra.nixos.org/build/19982110 flagged this yesterday. > It seems to be specific to 32-bit builds. > (The precise introduction is masked by the previous total build failure > due to a typo.) This commit breaks bootstrap for me: commit b74db6347cf5cac1ebd4c604fd5691c588fd8e32 Author: Paul Eggert Date: Tue Feb 24 16:34:13 2015 -0800 Backtrace after malloc arena is corrupted Without this change, if the malloc arena is corrupted and then 'backtrace' is called, the backtrace can crash because 'backtrace' calls 'malloc'. For more, please see: https://sourceware.org/ml/libc-alpha/2015-02/msg00678.html * emacs.c (main): Initialize tables used by 'backtrace'. * sysdep.c (emacs_backtrace): Document the newly used part of the API. On my system's glibc version, glibc-2.16-30.fc18.i686, it seems that a zero size argument to backtrace causes a segfault; minimal example attached: $ gcc -Wall backtrace.c $ env -i ./a.out Segmentation fault (core dumped) Thomas --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=backtrace.c #include int main() { void *main_backtrace_buffer[501]; void *buffer; buffer = main_backtrace_buffer; return backtrace(buffer, 0); } --=-=-=-- From unknown Sat Jun 21 12:15:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Nicolas Richard Subject: bug#19959: closed (Re: Segfault in master) Message-ID: References: <54F8B631.6060506@cs.ucla.edu> <877fv31k72.fsf@yahoo.fr> X-Gnu-PR-Message: they-closed 19959 X-Gnu-PR-Package: emacs Reply-To: 19959@debbugs.gnu.org Date: Thu, 05 Mar 2015 20:03:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1425585783-17662-1" This is a multi-part message in MIME format... ------------=_1425585783-17662-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #19959: 25.0.50; can't bootstrap -- temacs dumps core which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 19959@debbugs.gnu.org. --=20 19959: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D19959 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1425585783-17662-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 19959-done) by debbugs.gnu.org; 5 Mar 2015 20:02:02 +0000 Received: from localhost ([127.0.0.1]:36419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YTby5-0004Yy-KF for submit@debbugs.gnu.org; Thu, 05 Mar 2015 15:02:02 -0500 Received: from smtp.cs.ucla.edu ([131.179.128.62]:41776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YTby4-0004YX-0l for 19959-done@debbugs.gnu.org; Thu, 05 Mar 2015 15:02:00 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 23CD3A60031; Thu, 5 Mar 2015 12:01:54 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UqhrBda26HKL; Thu, 5 Mar 2015 12:01:54 -0800 (PST) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id DE52DA6001D; Thu, 5 Mar 2015 12:01:53 -0800 (PST) Message-ID: <54F8B631.6060506@cs.ucla.edu> Date: Thu, 05 Mar 2015 12:01:53 -0800 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Colin Baxter , emacs-devel@gnu.org Subject: Re: Segfault in master References: <877fuw7m46.fsf@fencepost.gnu.org> <54F7DDEE.9080806@cs.ucla.edu> <878ufbkcya.fsf@redstar.home> In-Reply-To: <878ufbkcya.fsf@redstar.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 19959-done Cc: 19959-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) On 03/05/2015 01:31 AM, Colin Baxter wrote: > Patch worked for me. Thanks David. > > Thanks, I installed a (slightly different) patch as commit cbc9d8d4269f2cca7950060b5e37747b27dac1de and am marking Emacs Bug#19959 as fixed. I also filed a bug report with the glibc folks (glibc bug 18084). ------------=_1425585783-17662-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Feb 2015 14:51:21 +0000 Received: from localhost ([127.0.0.1]:59618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRMG8-0004LM-7C for submit@debbugs.gnu.org; Fri, 27 Feb 2015 09:51:20 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34877) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRMG5-0004L4-Pa for submit@debbugs.gnu.org; Fri, 27 Feb 2015 09:51:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRMFz-0002Bt-5k for submit@debbugs.gnu.org; Fri, 27 Feb 2015 09:51:12 -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,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRMFz-0002Bb-3D for submit@debbugs.gnu.org; Fri, 27 Feb 2015 09:51:11 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRMFx-0004k6-C8 for bug-gnu-emacs@gnu.org; Fri, 27 Feb 2015 09:51:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRMFs-0001xQ-Ag for bug-gnu-emacs@gnu.org; Fri, 27 Feb 2015 09:51:09 -0500 Received: from mxin.ulb.ac.be ([164.15.128.112]:22785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRMFr-0001vu-Um for bug-gnu-emacs@gnu.org; Fri, 27 Feb 2015 09:51:04 -0500 Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 27 Feb 2015 15:51:03 +0100 From: Nicolas Richard To: bug-gnu-emacs@gnu.org Subject: 25.0.50; can't bootstrap -- temacs dumps core Date: Fri, 27 Feb 2015 15:51:45 +0100 Message-ID: <877fv31k72.fsf@yahoo.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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 (-----) I can't bootstrap emacs on master branch, atm : temacs dumps core. The backtrace is below. This specific error (i.e. SIGSEGV in temacs) was introduced by the commit below. Before that commit, however, "make bootstrap" wouldn't work either (namely it was not able to link temacs -- see after the backtrace if that's of any interest). --8<---------------cut here---------------start------------->8--- commit 5917b7907ad0cdc38f14967d16aa8472be572e3f Author: Jan Dj=C3=A4rv Date: Thu Feb 26 16:42:03 2015 +0100 Don't use OUTER_TO_INNER macros for plain X and lucid. =20=20=20=20 * xmenu.c (create_and_show_popup_menu): Call XTranslateCoordinates, dont use OUTER_TO_INNER macros. (x_menu_show): Call x_real_pos_and_offsets, don't use OUTER_TO_INNER macros. --8<---------------cut here---------------end--------------->8--- Now the gdb output with backtrace (note that I disabled the loading of src/.gdbinit because of errors): Reading symbols from src/temacs...done. Starting program: /home/youngfrog/sources/emacs/emacs-new-repo/src/temacs=20 warning: Could not load shared library symbols for linux-gate.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0xb6d67f34 in backtrace () from /lib/libc.so.6 #0 0xb6d67f34 in backtrace () from /lib/libc.so.6 #1 0x0822f49c in emacs_backtrace (backtrace_limit=3D-1) at sysdep.c:2177 #2 0x081f41fb in main (argc=3D1, argv=3D0xbfffee84) at emacs.c:891 #0 0xb6d67f34 in backtrace () from /lib/libc.so.6 No symbol table info available. #1 0x0822f49c in emacs_backtrace (backtrace_limit=3D-1) at sysdep.c:2177 main_backtrace_buffer =3D {0xbfffed08, 0xb7ffefbc, 0xb7ff2be6 , 0xb6c66880, 0xb7fe9f21 <_dl_map_object_deps+641>, 0xb6c6689c, 0xb6c6= 6880, 0x18, 0xbfffecc7, 0xb70b3868, 0xb70b35a8, 0xb7d9b560, 0xb7d9b2b0, 0xb= 6f2eae8, 0x0, 0xb7febf7e <_dl_catch_error+94>, 0xbfffecc7, 0xbfffe590, 0xb7= ffefbc,=20 0xb7fe9c40 , 0xb7d83da8, 0xbfffed08, 0xbfffe570, 0xb7feb= f7e <_dl_catch_error+94>, 0xbfffecc7, 0xbfffe5b0, 0xb7ffefbc, 0xb7fe9c40 , 0xb7dbeedc, 0xbfffed08, 0xbfffe590, 0xb7febf7e <_dl_catch_error+94= >, 0xb7ff2ac8 <__libc_memalign+8>, 0xb7ffefbc, 0x8, 0xbfffe680, 0xb7ff2c03 = ,=20 0x8, 0x1c, 0x30, 0xbfffed08, 0xb7ffefbc, 0xb7ff2be6 , 0= xb6c66860, 0xb7fe9f21 <_dl_map_object_deps+641>, 0xb6c66870, 0xb6c66860, 0x= c, 0xbfffed08, 0x1, 0xb6c665b0, 0xbfffe4b0, 0xb7fe9e3d <_dl_map_object_deps= +413>, 0xb7fe9c40 , 0xbfffecd8, 0xbfffed08, 0xbfffed08, 0x1, 0xb6c= 66310,=20 0xbfffe620, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xc, 0xbfffed08, 0x1, 0xb6c66000, 0xbfffe640, 0xb7fe9e3d= <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0x14, 0x8453f= 14, 0xb7d9b2b0, 0xb6f2eae8, 0x0, 0x0, 0x0, 0x0, 0xb7fe9c40 , 0x845= 3f0c,=20 0xbfffed08, 0xbfffe660, 0xb7febf7e <_dl_catch_error+94>, 0xbfffec= c7, 0xbfffe6a0, 0xb7ffefbc, 0xb7fe9c40 , 0x8453f04, 0xbfffed08, 0x= bfffe680, 0xb7febf7e <_dl_catch_error+94>, 0xbfffecc7, 0xbfffe6c0, 0xb7ffef= bc, 0xb7fe9c40 , 0x8453efc, 0xbfffed08, 0xbfffe6a0,=20 0xb7febf7e <_dl_catch_error+94>, 0xbfffecc7, 0xbfffe6e0, 0xb7ffef= bc, 0xb7fe9c40 , 0x8453ef4, 0xbfffed08, 0xbfffe6c0, 0xb7febf7e <_d= l_catch_error+94>, 0xbfffed08, 0x1, 0xb6f2eae8, 0xbfffe660, 0xb7fe9e3d <_dl= _map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_ca= tch_error+94>,=20 0xbfffed08, 0x1, 0xb6f2e820, 0xbfffe710, 0xb7fe9e3d <_dl_map_obje= ct_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error= +94>, 0xbfffed08, 0x1, 0xb6f2e560, 0xbfffe730, 0xb7fe9e3d <_dl_map_object_d= eps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>= , 0xbfffed08,=20 0x1, 0xb6f2e2b8, 0xbfffe750, 0xb7fe9e3d <_dl_map_object_deps+413>= , 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfff= ed08, 0x1, 0xb6f2e000, 0xbfffe770, 0xb7fe9e3d <_dl_map_object_deps+413>, 0x= b7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08= , 0x1,=20 0xb70b3b20, 0xbfffe790, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb= 7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08,= 0x1, 0xb70b3868, 0xbfffe7b0, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9= c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1= , 0xb70b35a8,=20 0xbfffe7d0, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1, 0xb70b= 32e8, 0xbfffe7f0, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1, 0xb70b3030= , 0xbfffe810,=20 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbff= fecd8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1, 0xb726dd80, 0xbfff= e830, 0xb7fe9e3d <_dl_map_object_deps+413>, 0xb7fe9c40 , 0xbfffecd= 8, 0xb7febf7e <_dl_catch_error+94>, 0xbfffed08, 0x1, 0xb726dad0, 0xbfffe850= ...} bounded_limit =3D -1 buffer =3D 0xbfffe55c npointers =3D 52 #2 0x081f41fb in main (argc=3D1, argv=3D0xbfffee84) at emacs.c:891 dummy =3D -5268525465680825363 stack_bottom_variable =3D -62 '\302' do_initial_setlocale =3D 183 dumping =3D false skip_args =3D 0 rlim =3D {rlim_cur =3D 8388608, rlim_max =3D 18446744073709551615} no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x0 original_pwd =3D 0x0 FTR, here's what the error is when the parent of 5917b7907ad0cdc38f14967d16aa8472be572e3f is checked out: xmenu.o: dans la fonction =C2=AB create_and_show_popup_menu =C2=BB: /home/youngfrog/sources/emacs/emacs-new-repo/src/xmenu.c:1341: r=C3=A9f=C3= =A9rence ind=C3=A9finie vers =C2=AB FRAME_OUTER_TO_INNER_DIFF_X =C2=BB /home/youngfrog/sources/emacs/emacs-new-repo/src/xmenu.c:1342: r=C3=A9f=C3= =A9rence ind=C3=A9finie vers =C2=AB FRAME_OUTER_TO_INNER_DIFF_Y =C2=BB collect2: erreur: ld a retourn=C3=A9 1 code d'=C3=A9tat d'ex=C3=A9cution (that's in french, but I assume you can guess the meaning -- and I can reproduce in english if necessary). In GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2015-02-03 on localhost Repository revision: 807dad87e61183b05a6951e071ec7a67c8e2abfd Windowing system distributor `The X.Org Foundation', version 11.0.11500000 System Description: Gentoo Base System release 2.2 Configured using: `configure --with-x-toolkit=3Dlucid --enable-checking --with-wide-int 'CFLAGS=3D -O0 -g3'' Configured features: XAW3D XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix --=20 Nicolas Richard ------------=_1425585783-17662-1-- From unknown Sat Jun 21 12:15:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jpff Subject: bug#19974: closed (Re: Segfault in master) Message-ID: References: <54F8B631.6060506@cs.ucla.edu> <4165-Sun01Mar2015144550+0000-jpff@codemist.co.uk> X-Gnu-PR-Message: they-closed 19974 X-Gnu-PR-Package: emacs Reply-To: 19974@debbugs.gnu.org Date: Thu, 05 Mar 2015 20:03:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1425585783-17662-3" This is a multi-part message in MIME format... ------------=_1425585783-17662-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #19959: 25.0.50; temacs segfaults on i586/GNU-Linux which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 19974@debbugs.gnu.org. --=20 19959: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D19959 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1425585783-17662-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 19959-done) by debbugs.gnu.org; 5 Mar 2015 20:02:02 +0000 Received: from localhost ([127.0.0.1]:36419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YTby5-0004Yy-KF for submit@debbugs.gnu.org; Thu, 05 Mar 2015 15:02:02 -0500 Received: from smtp.cs.ucla.edu ([131.179.128.62]:41776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YTby4-0004YX-0l for 19959-done@debbugs.gnu.org; Thu, 05 Mar 2015 15:02:00 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 23CD3A60031; Thu, 5 Mar 2015 12:01:54 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UqhrBda26HKL; Thu, 5 Mar 2015 12:01:54 -0800 (PST) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id DE52DA6001D; Thu, 5 Mar 2015 12:01:53 -0800 (PST) Message-ID: <54F8B631.6060506@cs.ucla.edu> Date: Thu, 05 Mar 2015 12:01:53 -0800 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Colin Baxter , emacs-devel@gnu.org Subject: Re: Segfault in master References: <877fuw7m46.fsf@fencepost.gnu.org> <54F7DDEE.9080806@cs.ucla.edu> <878ufbkcya.fsf@redstar.home> In-Reply-To: <878ufbkcya.fsf@redstar.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 19959-done Cc: 19959-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) On 03/05/2015 01:31 AM, Colin Baxter wrote: > Patch worked for me. Thanks David. > > Thanks, I installed a (slightly different) patch as commit cbc9d8d4269f2cca7950060b5e37747b27dac1de and am marking Emacs Bug#19959 as fixed. I also filed a bug report with the glibc folks (glibc bug 18084). ------------=_1425585783-17662-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1425585783-17662-3-- From unknown Sat Jun 21 12:15:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Eric Hanchrow Subject: bug#19980: closed (Re: Segfault in master) Message-ID: References: <54F8B631.6060506@cs.ucla.edu> X-Gnu-PR-Message: they-closed 19980 X-Gnu-PR-Package: emacs Reply-To: 19980@debbugs.gnu.org Date: Thu, 05 Mar 2015 20:03:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1425585784-17662-5" This is a multi-part message in MIME format... ------------=_1425585784-17662-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #19959: master: `Backtrace after malloc arena is corrupted` causes segfault= during build which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 19980@debbugs.gnu.org. --=20 19959: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D19959 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1425585784-17662-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 19959-done) by debbugs.gnu.org; 5 Mar 2015 20:02:02 +0000 Received: from localhost ([127.0.0.1]:36419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YTby5-0004Yy-KF for submit@debbugs.gnu.org; Thu, 05 Mar 2015 15:02:02 -0500 Received: from smtp.cs.ucla.edu ([131.179.128.62]:41776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YTby4-0004YX-0l for 19959-done@debbugs.gnu.org; Thu, 05 Mar 2015 15:02:00 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 23CD3A60031; Thu, 5 Mar 2015 12:01:54 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UqhrBda26HKL; Thu, 5 Mar 2015 12:01:54 -0800 (PST) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id DE52DA6001D; Thu, 5 Mar 2015 12:01:53 -0800 (PST) Message-ID: <54F8B631.6060506@cs.ucla.edu> Date: Thu, 05 Mar 2015 12:01:53 -0800 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Colin Baxter , emacs-devel@gnu.org Subject: Re: Segfault in master References: <877fuw7m46.fsf@fencepost.gnu.org> <54F7DDEE.9080806@cs.ucla.edu> <878ufbkcya.fsf@redstar.home> In-Reply-To: <878ufbkcya.fsf@redstar.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 19959-done Cc: 19959-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) On 03/05/2015 01:31 AM, Colin Baxter wrote: > Patch worked for me. Thanks David. > > Thanks, I installed a (slightly different) patch as commit cbc9d8d4269f2cca7950060b5e37747b27dac1de and am marking Emacs Bug#19959 as fixed. I also filed a bug report with the glibc folks (glibc bug 18084). ------------=_1425585784-17662-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Mar 2015 03:29:15 +0000 Received: from localhost ([127.0.0.1]:33716 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSH2d-0001Qq-Um for submit@debbugs.gnu.org; Sun, 01 Mar 2015 22:29:15 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50777) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSH2Z-0001QZ-3l for submit@debbugs.gnu.org; Sun, 01 Mar 2015 22:29:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSH2O-0007FO-8B for submit@debbugs.gnu.org; Sun, 01 Mar 2015 22:29:01 -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.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID,WEIRD_PORT autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSH2O-0007FJ-3l for submit@debbugs.gnu.org; Sun, 01 Mar 2015 22:28:56 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSH2I-0003I3-VD for bug-gnu-emacs@gnu.org; Sun, 01 Mar 2015 22:28:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSH2D-0007EW-0l for bug-gnu-emacs@gnu.org; Sun, 01 Mar 2015 22:28:50 -0500 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:43770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSH2C-0007EL-Ae for bug-gnu-emacs@gnu.org; Sun, 01 Mar 2015 22:28:44 -0500 Received: by pablj1 with SMTP id lj1so1262635pab.10 for ; Sun, 01 Mar 2015 19:28:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=w5Mnfh20FueJc4HhuF91FpcCbDxUOms7F2OF4QKU6U8=; b=rhAdldH7VxNe+nTtPmCEzup5vQrZ+K5eIr6i9Mzqb1tmr8dvGd2b4cVvCoE1Y0ice0 xG89VPSTD/cYP5w+HWRRo4lPZ9Cdw9Rs0TArG85X/kA3Kndqho+9cleGn+PR3DJfuKPI dBFsbfVnmH1y3/Iw/ovb4gr+ikj8Gb1vO+Z68duUrSu+wC91AtYAeW80u9amJET9W+6Q sPsReJ5ho8p8K+QlqgpTvcsvBnKmndEcsItJMq64F76y5SPJViJHwSmW9HtPJ2Wtahx0 tziSjm93uLspx4WQPK80GTqCJ9g+QlDcITfdbvtnDSmnMHGV8OD8/b10wGfCmFGJ/aUI H4qg== X-Received: by 10.68.134.5 with SMTP id pg5mr43217512pbb.31.1425266922654; Sun, 01 Mar 2015 19:28:42 -0800 (PST) MIME-Version: 1.0 From: Eric Hanchrow Date: Mon, 02 Mar 2015 03:28:41 +0000 Message-ID: Subject: master: `Backtrace after malloc arena is corrupted` causes segfault during build To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=047d7b10c7d5a2926f051045d01c X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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 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 (----) --047d7b10c7d5a2926f051045d01c Content-Type: text/plain; charset=UTF-8 I built emacs from the "master" branch ofhttps:// github.com/emacs-mirror/emacs. It failed as shown below. vagrant@vagrant-ubuntu-server-trusty-32:~/git-repositories/3rd-party/emacs$ cat /etc/issue Ubuntu 14.04.2 LTS \n \l vagrant@vagrant-ubuntu-server-trusty-32:~/git-repositories/3rd-party/emacs$ uname -a Linux vagrant-ubuntu-server-trusty-32 3.13.0-46-generic #76-Ubuntu SMP Thu Feb 26 18:52:49 UTC 2015 i686 i686 i686 GNU/Linux vagrant@vagrant-ubuntu-server-trusty-32:~/git-repositories/3rd-party/emacs$ git show --stat commit b74db6347cf5cac1ebd4c604fd5691c588fd8e32 Author: Paul Eggert Date: Tue Feb 24 16:34:13 2015 -0800 Backtrace after malloc arena is corrupted Without this change, if the malloc arena is corrupted and then 'backtrace' is called, the backtrace can crash because 'backtrace' calls 'malloc'. For more, please see: https://sourceware.org/ml/libc-alpha/2015-02/msg00678.html * emacs.c (main): Initialize tables used by 'backtrace'. * sysdep.c (emacs_backtrace): Document the newly used part of the API. src/ChangeLog | 10 ++++++++++ src/emacs.c | 2 ++ src/sysdep.c | 12 +++++++++++- 3 files changed, 23 insertions(+), 1 deletion(-) vagrant@vagrant-ubuntu-server-trusty-32:~/git-repositories/3rd-party/emacs$ ./autogen.sh && ./configure --without-x && make Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65)... ok Checking for automake (need at least version 1.11)... ok Your system has the required tools. Running 'autoreconf -fi -I m4' ... configure.ac:756: installing 'build-aux/compile' configure.ac:139: installing 'build-aux/config.guess' configure.ac:139: installing 'build-aux/config.sub' configure.ac:136: installing 'build-aux/install-sh' configure.ac:136: installing 'build-aux/missing' lib/Makefile.am: installing 'build-aux/depcomp' You can now run './configure'. checking for xcrun... no checking for GNU Make... make checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make supports nested variables... (cached) yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking whether gcc -std=gnu99 accepts -g3 -O2... yes checking whether the compiler is clang... no checking whether make supports nested variables... (cached) yes checking whether ln -s works for files in the same directory... yes checking for install-info... /usr/bin/install-info checking for gzip... /bin/gzip checking for paxctl... no checking for setfattr... no checking for -znocombreloc... yes checking whether addresses are sanitized... no checking for library containing sqrt... -lm checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for machine/soundcard.h... no checking for sys/soundcard.h... yes checking for soundcard.h... no checking for mmsystem.h... no checking for _oss_ioctl in -lossaudio... no checking for ALSA... yes checking for sys/systeminfo.h... no checking for sys/sysinfo.h... yes checking for coff.h... no checking for pty.h... yes checking for sys/resource.h... yes checking for sys/utsname.h... yes checking for pwd.h... yes checking for utmp.h... yes checking for util.h... no checking for sys/socket.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for pthread.h... yes checking for malloc/malloc.h... no checking for maillock.h... yes checking for sys/un.h... yes checking for dirent.h... yes checking for execinfo.h... yes checking for stdio_ext.h... yes checking for getopt.h... yes checking for sys/time.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for sys/select.h... yes checking for sys/stat.h... (cached) yes checking for utime.h... yes checking if personality LINUX32 can be set... yes checking if Linux sysinfo may be used... yes checking for term.h... yes checking whether time.h and sys/time.h may both be included... yes checking whether sys_siglist is declared... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for net/if.h... yes checking for ifaddrs.h... yes checking for net/if_dl.h... no checking for struct ifreq.ifr_flags... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ifreq.ifr_netmask... yes checking for struct ifreq.ifr_broadaddr... yes checking for struct ifreq.ifr_addr... yes checking for struct ifreq.ifr_addr.sa_len... no checking whether gcc understands -MMD -MF... yes checking for long file names... yes checking for X... disabled checking whether malloc is Doug Lea style... yes checking sys/vlimit.h usability... yes checking sys/vlimit.h presence... yes checking for sys/vlimit.h... yes checking for data_start... yes checking for getpagesize... yes checking for working mmap... yes checking for main in -lXbsd... no checking for library containing pthread_kill... -lpthread checking for DBUS... yes checking for dbus_watch_get_unix_fd... yes checking for dbus_type_is_valid... yes checking for dbus_validate_bus_name... yes checking for dbus_validate_path... yes checking for dbus_validate_interface... yes checking for dbus_validate_member... yes checking for lgetfilecon in -lselinux... yes checking for LIBGNUTLS... yes checking for LIBGNUTLS3... no checking for GFILENOTIFY... yes checking for library containing inflateEnd... -lz checking gpm.h usability... yes checking gpm.h presence... yes checking for gpm.h... yes checking for Gpm_Open in -lgpm... yes checking for LIBXML2... yes checking for htmlReadMemory in -lxml2... yes checking whether netdb declares h_errno... yes checking for maillock in -lmail... no checking for maillock in -llockfile... yes checking for accept4... yes checking for fchdir... yes checking for gethostname... yes checking for getrusage... yes checking for get_current_dir_name... yes checking for lrand48... yes checking for random... yes checking for rint... yes checking for select... yes checking for getpagesize... (cached) yes checking for setlocale... yes checking for newlocale... yes checking for getrlimit... yes checking for setrlimit... yes checking for shutdown... yes checking for getaddrinfo... yes checking for pthread_sigmask... yes checking for strsignal... yes checking for setitimer... yes checking for sendto... yes checking for recvfrom... yes checking for getsockname... yes checking for getpeername... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for gai_strerror... yes checking for sync... yes checking for getpwent... yes checking for endpwent... yes checking for getgrent... yes checking for endgrent... yes checking for cfmakeraw... yes checking for cfsetspeed... yes checking for copysign... yes checking for __executable_start... yes checking for log2... yes checking for aligned_alloc... yes checking for __builtin_unwind_init... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for grantpt... yes checking for getpt... yes checking for posix_openpt... yes checking for library containing tputs... -ltinfo checking for timerfd interface... yes checking whether signals can be handled on alternate stack... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking for tzalloc... no checking for tzset... yes checking for readlinkat... yes checking for faccessat... yes checking for fcntl... yes checking for fdopendir... yes checking for fstatat... yes checking for fsync... yes checking for gettimeofday... yes checking for nanotime... no checking for lstat... yes checking for mkostemp... yes checking for pipe2... yes checking for pselect... yes checking for pthread_sigmask... (cached) yes checking for fchmod... yes checking for readlink... yes checking for strtoimax... yes checking for strtoumax... yes checking for symlink... yes checking for localtime_r... yes checking for futimes... yes checking for futimesat... yes checking for futimens... yes checking for utimensat... yes checking for lutimes... yes checking for getdtablesize... yes checking for secure_getenv... yes checking for socket... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for snprintf... yes checking whether GLib is linked in... yes checking for nl_langinfo and CODESET... yes checking for mbstate_t... yes checking for signals via characters... yes checking for _setjmp... yes checking for sigsetjmp... yes checking for usable FIONREAD... yes checking for usable SIGIO... yes checking for struct alignment... yes checking for working alloca.h... yes checking for alloca... yes checking for unsigned long long int... yes checking whether byte ordering is bigendian... no checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking whether strtold conforms to C99... yes checking if environ is properly declared... yes checking for complete errno.h... yes checking for mode_t... yes checking whether fdatasync is declared... yes checking for st_dm_mode in struct stat... no checking whether strmode is declared... no checking whether lstat correctly handles trailing slash... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking whether getenv is declared... yes checking for C/C++ restrict keyword... __restrict checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether memrchr is declared... yes checking whether alarm is declared... yes checking whether is self-contained... yes checking for sigset_t... yes checking for wchar_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether strtoimax is declared... yes checking whether strtoumax is declared... yes checking whether stat file-mode macros are broken... no checking for struct timespec in ... yes checking whether unsetenv is declared... yes checking whether the utimes function works... yes checking for struct utimbuf... yes checking type of array argument to getgroups... gid_t checking whether getdtablesize is declared... yes checking for alloca as a compiler built-in... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking whether dup2 works... yes checking for library containing backtrace_symbols_fd... none required checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking for library containing fdatasync... none required checking whether fdopendir is declared... yes checking whether fdopendir works... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether fstatat (..., 0) works... yes checking for getloadavg... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking for memrchr... yes checking for working mktime... yes checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... yes checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking for putenv compatible with GNU and SVID... yes checking sys/acl.h usability... no checking sys/acl.h presence... no checking for sys/acl.h... no configure: WARNING: libacl development library was not found or not usable. configure: WARNING: GNU Emacs will be built without ACL support. checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlinkat signature is correct... yes checking for sig2str... no checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for socklen_t... yes checking for ssize_t... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... no checking for max_align_t... no checking whether NULL can be used in arbitrary expressions... yes checking whether inttypes macros match system or gnu printf... system checking for stpcpy... yes checking whether strtoimax works... yes checking whether symlink handles trailing slash correctly... yes checking whether is self-contained... (cached) yes checking for nlink_t... yes checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes checking for library containing timer_settime... -lrt checking for timer_settime... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for variable-length arrays... yes checking whether getdtablesize works... yes Configured for `i686-pc-linux-gnu'. Where should the build process find the source code? . What compiler should emacs be built with? gcc -std=gnu99 -g3 -O2 Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? none What toolkit should Emacs use? none Where do we find X Windows header files? NONE Where do we find X Windows libraries? NONE Does Emacs use -lXaw3d? no Does Emacs use -lXpm? no Does Emacs use -ljpeg? no Does Emacs use -ltiff? no Does Emacs use a gif library? no Does Emacs use a png library? no Does Emacs use -lrsvg-2? no Does Emacs use imagemagick? no Does Emacs support sound? yes Does Emacs use -lgpm? yes Does Emacs use -ldbus? yes Does Emacs use -lgconf? no Does Emacs use GSettings? no Does Emacs use a file notification library? yes -lgio (gfile) Does Emacs use access control lists? no Does Emacs use -lselinux? yes Does Emacs use -lgnutls? yes Does Emacs use -lxml2? yes Does Emacs use -lfreetype? no Does Emacs use -lm17n-flt? no Does Emacs use -lotf? no Does Emacs use -lxft? no Does Emacs directly use zlib? yes Does Emacs use toolkit scroll bars? no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating ./doc/man/emacs.1 config.status: creating Makefile config.status: creating lib/Makefile config.status: creating lib-src/Makefile config.status: creating oldXMenu/Makefile config.status: creating doc/emacs/Makefile config.status: creating doc/misc/Makefile config.status: creating doc/lispintro/Makefile config.status: creating doc/lispref/Makefile config.status: creating src/Makefile config.status: creating lwlib/Makefile config.status: creating lisp/Makefile config.status: creating leim/Makefile config.status: creating nextstep/Makefile config.status: creating nt/Makefile config.status: creating test/automated/Makefile config.status: creating admin/unidata/Makefile config.status: creating admin/grammars/Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing src/epaths.h commands config.status: executing src/.gdbinit commands config.status: executing doc/emacs/emacsver.texi commands config.status: executing etc-refcards-emacsver.tex commands make -C lib all make[1]: Entering directory `/home/vagrant/git-repositories/3rd-party/emacs/lib' GEN alloca.h GEN c++defs.h GEN arg-nonnull.h GEN warn-on-use.h GEN dirent.h GEN fcntl.h GEN inttypes.h GEN signal.h GEN stdalign.h GEN stddef.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/select.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h make all-am make[2]: Entering directory `/home/vagrant/git-repositories/3rd-party/emacs/lib' CC allocator.o CC binary-io.o CC c-ctype.o CC c-strcasecmp.o CC c-strncasecmp.o CC careadlinkat.o CC close-stream.o CC count-one-bits.o CC count-trailing-zeros.o CC md5.o CC sha1.o CC sha256.o CC sha512.o CC dtoastr.o CC dtotimespec.o CC filemode.o CC gettime.o CC pipe2.o CC acl-errno-valid.o CC file-has-acl.o CC qcopy-acl.o CC qset-acl.o CC stat-time.o CC strftime.o CC timespec.o CC timespec-add.o CC timespec-sub.o CC u64.o CC unistd.o CC utimens.o CC openat-die.o CC save-cwd.o CC fcntl.o CC sig2str.o AR libgnu.a make[2]: Leaving directory `/home/vagrant/git-repositories/3rd-party/emacs/lib' make[1]: Leaving directory `/home/vagrant/git-repositories/3rd-party/emacs/lib' make -C lib-src all make[1]: Entering directory `/home/vagrant/git-repositories/3rd-party/emacs/lib-src' CC regex.o CCLD etags CCLD ctags CCLD emacsclient CCLD ebrowse CCLD profile CC pop.o CCLD movemail CCLD hexl CCLD update-game-score CCLD make-docfile make[1]: Leaving directory `/home/vagrant/git-repositories/3rd-party/emacs/lib-src' make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all make[1]: Entering directory `/home/vagrant/git-repositories/3rd-party/emacs/src' GEN globals.h CC vm-limit.o CC dispnew.o CC frame.o CC scroll.o CC xdisp.o CC menu.o CC window.o CC charset.o CC coding.o CC category.o CC ccl.o CC character.o CC chartab.o CC bidi.o CC cm.o CC term.o CC terminal.o CC xfaces.o CC dbusbind.o CC emacs.o CC keyboard.o CC macros.o CC keymap.o CC sysdep.o CC buffer.o CC filelock.o CC insdel.o CC marker.o CC minibuf.o CC fileio.o CC dired.o CC cmds.o CC casetab.o CC casefiddle.o CC indent.o CC search.o CC regex.o CC undo.o CC alloc.o CC data.o GEN buildobj.h CC doc.o CC editfns.o CC callint.o CC eval.o CC floatfns.o CC fns.o CC font.o CC print.o CC lread.o CC syntax.o CC unexelf.o CC bytecode.o CC process.o CC gnutls.o CC callproc.o CC region-cache.o CC sound.o CC atimer.o CC doprnt.o CC intervals.o CC textprop.o CC composite.o CC xml.o CC gfilenotify.o CC profiler.o CC decompress.o CC xgselect.o CC terminfo.o CC lastfile.o CCLD temacs /bin/mkdir -p ../etc : paxctl -r temacs : setfattr -n user.pax.flags -v er temacs make -C ../lisp update-subdirs make[2]: Entering directory `/home/vagrant/git-repositories/3rd-party/emacs/lisp' for file in `find . -type d -print`; do case $file in .*/cedet* | .*/leim* ) ;; *) wins="$wins${wins:+ }$file" ;; esac; done; \ for file in $wins; do \ ./../build-aux/update-subdirs $file; \ done; make[2]: Leaving directory `/home/vagrant/git-repositories/3rd-party/emacs/lisp' ./temacs --batch --load loadup bootstrap make[1]: *** [bootstrap-emacs] Segmentation fault (core dumped) make[1]: Leaving directory `/home/vagrant/git-repositories/3rd-party/emacs/src' make: *** [src] Error 2 vagrant@vagrant-ubuntu-server-trusty-32:~/git-repositories/3rd-party/emacs/src$ gdb temacs GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from temacs...done. warning: File "/home/vagrant/git-repositories/3rd-party/emacs/src/.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". To enable execution of this file add add-auto-load-safe-path /home/vagrant/git-repositories/3rd-party/emacs/src/.gdbinit line to your configuration file "/home/vagrant/.gdbinit". To completely disable this security protection add set auto-load safe-path / line to your configuration file "/home/vagrant/.gdbinit". For more information about this security protection see the "Auto-loading safe path" section in the GDB manual. E.g., run from the shell: info "(gdb)Auto-loading safe path" (gdb) run --batch --load loadup bootstrap Starting program: /home/vagrant/git-repositories/3rd-party/emacs/src/temacs --batch --load loadup bootstrap [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". process 8435 is executing new program: /home/vagrant/git-repositories/3rd-party/emacs/src/temacs [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. __GI___backtrace (array=array@entry=0xbfffedcc, size=size@entry=0) at ../sysdeps/i386/backtrace.c:141 141 ../sysdeps/i386/backtrace.c: No such file or directory. (gdb) bt #0 __GI___backtrace (array=array@entry=0xbfffedcc, size=size@entry=0) at ../sysdeps/i386/backtrace.c:141 #1 0x080ed543 in emacs_backtrace (backtrace_limit=backtrace_limit@entry=-1) at sysdep.c:2177 #2 0x0804f744 in main (argc=, argv=0xbffff6d4) at emacs.c:887 (gdb) --047d7b10c7d5a2926f051045d01c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I built emacs from the "master" branch ofht= tps://github.com/emacs-mir= ror/emacs.=C2=A0 It failed as shown below.

vagrant@vagrant-ubuntu-server-trusty-32:~/git-repositories/3rd-party/emacs= $ cat /etc/issue
Ubuntu 14.04.2 LTS \n \l

vagrant@vagrant-ubuntu-server-trusty-32:~/git-repositories/3rd-party/emac= s$ uname -a
Linux vagrant-ubuntu-server-trusty-32 3.13.0-46-gener= ic #76-Ubuntu SMP Thu Feb 26 18:52:49 UTC 2015 i686 i686 i686 GNU/Linux
vagrant@vagrant-ubuntu-server-trusty-32:~/git-repositories/3rd-party= /emacs$ git show --stat
commit b74db6347cf5cac1ebd4c604fd5691c588= fd8e32
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: =C2=A0 Tue Feb 24 16:34:13 2= 015 -0800

=C2=A0 =C2=A0 Backtrace after malloc are= na is corrupted
=C2=A0 =C2=A0=C2=A0
=C2=A0 =C2=A0 Witho= ut this change, if the malloc arena is corrupted and then
=C2=A0 = =C2=A0 'backtrace' is called, the backtrace can crash because '= backtrace'
=C2=A0 =C2=A0 calls 'malloc'.=C2=A0 For mo= re, please see:
=C2=A0 =C2=A0 * emacs.c (main): Initializ= e tables used by 'backtrace'.
=C2=A0 =C2=A0 * sysdep.c (e= macs_backtrace): Document the newly used part of the API.

=C2=A0src/ChangeLog | 10 ++++++++++
=C2=A0src/emacs.c =C2= =A0 | =C2=A02 ++
=C2=A0src/sysdep.c =C2=A0| 12 +++++++++++-
=
=C2=A03 files changed, 23 insertions(+), 1 deletion(-)

<= /div>
vagrant@vagrant-ubuntu-server-trusty-32:~/git-repositories/3rd-pa= rty/emacs$ ./autogen.sh && ./configure --without-x && make<= /div>
Checking whether you have the necessary tools...
(Read = INSTALL.REPO for more details on building Emacs)

C= hecking for autoconf (need at least version 2.65)...
ok
Checking for automake (need at least version 1.11)...
ok
Your system has the required tools.
Running 'autoreconf -f= i -I m4' ...
configure.ac= :756: installing 'build-aux/compile'
configure.ac:139: installing 'build-aux/config.= guess'
configure.ac:136: installing 'build-aux/install-sh= '
configure.ac:136: i= nstalling 'build-aux/missing'
lib/Makefile.am: installing= 'build-aux/depcomp'
You can now run './configure'= ;.
checking for xcrun... no
checking for GNU Make... ma= ke
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checki= ng for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk.= .. gawk
checking whether make supports nested variables... (cache= d) yes
checking build system type... i686-pc-linux-gnu
= checking host system type... i686-pc-linux-gnu
checking for gcc..= . gcc
checking whether the C compiler works... yes
chec= king for C compiler default output file name... a.out
checking fo= r suffix of executables...=C2=A0
checking whether we are cross co= mpiling... no
checking for suffix of object files... o
= checking whether we are using the GNU C compiler... yes
checking = whether gcc accepts -g... yes
checking whether gcc understands -c= and -o together... yes
checking for style of include used by mak= e... GNU
checking dependency style of gcc... gcc3
check= ing for gcc option to accept ISO C99... -std=3Dgnu99
checking for= gcc -std=3Dgnu99 option to accept ISO Standard C... (cached) -std=3Dgnu99<= /div>
checking how to run the C preprocessor... gcc -std=3Dgnu99 -E
checking for grep that handles long lines and -e... /bin/grep
<= div>checking for egrep... /bin/grep -E
checking for Minix Amsterd= am compiler... no
checking for ar... ar
checking for ra= nlib... ranlib
checking for ANSI C header files... yes
= checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes=
checking for memory.h... yes
checking for strings.h...= yes
checking for inttypes.h... yes
checking for stdint= .h... yes
checking for unistd.h... yes
checking minix/c= onfig.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is = safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOUR= CE should be defined... no
checking for special C compiler option= s needed for large files... no
checking for _FILE_OFFSET_BITS val= ue needed for large files... 64
checking whether gcc -std=3Dgnu99= accepts -g3 -O2... yes
checking whether the compiler is clang...= no
checking whether make supports nested variables... (cached) y= es
checking whether ln -s works for files in the same directory..= . yes
checking for install-info... /usr/bin/install-info
checking for gzip... /bin/gzip
checking for paxctl... no
<= div>checking for setfattr... no
checking for -znocombreloc... yes=
checking whether addresses are sanitized... no
checkin= g for library containing sqrt... -lm
checking for pkg-config... /= usr/bin/pkg-config
checking pkg-config is at least version 0.9.0.= .. yes
checking for machine/soundcard.h... no
checking = for sys/soundcard.h... yes
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -loss= audio... no
checking for ALSA... yes
checking for sys/s= ysteminfo.h... no
checking for sys/sysinfo.h... yes
che= cking for coff.h... no
checking for pty.h... yes
checki= ng for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... no
checking for sys/socket.h... yes<= /div>
checking for stdlib.h... (cached) yes
checking for unis= td.h... (cached) yes
checking for sys/param.h... yes
ch= ecking for pthread.h... yes
checking for malloc/malloc.h... no
checking for maillock.h... yes
checking for sys/un.h... y= es
checking for dirent.h... yes
checking for execinfo.h= ... yes
checking for stdio_ext.h... yes
checking for ge= topt.h... yes
checking for sys/time.h... yes
checking f= or wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.= h... yes
checking for sys/stat.h... (cached) yes
checki= ng for utime.h... yes
checking if personality LINUX32 can be set.= .. yes
checking if Linux sysinfo may be used... yes
che= cking for term.h... yes
checking whether time.h and sys/time.h ma= y both be included... yes
checking whether sys_siglist is declare= d... yes
checking for sys/wait.h that is POSIX.1 compatible... ye= s
checking for net/if.h... yes
checking for ifaddrs.h..= . yes
checking for net/if_dl.h... no
checking for struc= t ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... = yes
checking for struct ifreq.ifr_netmask... yes
checki= ng for struct ifreq.ifr_broadaddr... yes
checking for struct ifre= q.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no=
checking whether gcc understands -MMD -MF... yes
check= ing for long file names... yes
checking for X... disabled
checking whether malloc is Doug Lea style... yes
checking sys/= vlimit.h usability... yes
checking sys/vlimit.h presence... yes
checking for sys/vlimit.h... yes
checking for data_start= ... yes
checking for getpagesize... yes
checking for wo= rking mmap... yes
checking for main in -lXbsd... no
che= cking for library containing pthread_kill... -lpthread
checking f= or DBUS... yes
checking for dbus_watch_get_unix_fd... yes
checking for dbus_type_is_valid... yes
checking for dbus_valid= ate_bus_name... yes
checking for dbus_validate_path... yes
<= div>checking for dbus_validate_interface... yes
checking for dbus= _validate_member... yes
checking for lgetfilecon in -lselinux... = yes
checking for LIBGNUTLS... yes
checking for LIBGNUTL= S3... no
checking for GFILENOTIFY... yes
checking for l= ibrary containing inflateEnd... -lz
checking gpm.h usability... y= es
checking gpm.h presence... yes
checking for gpm.h...= yes
checking for Gpm_Open in -lgpm... yes
checking for= LIBXML2... yes
checking for htmlReadMemory in -lxml2... yes
checking whether netdb declares h_errno... yes
checking for= maillock in -lmail... no
checking for maillock in -llockfile... = yes
checking for accept4... yes
checking for fchdir... = yes
checking for gethostname... yes
checking for getrus= age... yes
checking for get_current_dir_name... yes
che= cking for lrand48... yes
checking for random... yes
che= cking for rint... yes
checking for select... yes
checki= ng for getpagesize... (cached) yes
checking for setlocale... yes<= /div>
checking for newlocale... yes
checking for getrlimit...= yes
checking for setrlimit... yes
checking for shutdow= n... yes
checking for getaddrinfo... yes
checking for p= thread_sigmask... yes
checking for strsignal... yes
che= cking for setitimer... yes
checking for sendto... yes
c= hecking for recvfrom... yes
checking for getsockname... yes
=
checking for getpeername... yes
checking for getifaddrs... y= es
checking for freeifaddrs... yes
checking for gai_str= error... yes
checking for sync... yes
checking for getp= went... yes
checking for endpwent... yes
checking for g= etgrent... yes
checking for endgrent... yes
checking fo= r cfmakeraw... yes
checking for cfsetspeed... yes
check= ing for copysign... yes
checking for __executable_start... yes
checking for log2... yes
checking for aligned_alloc... ye= s
checking for __builtin_unwind_init... yes
checking fo= r _LARGEFILE_SOURCE value needed for large files... no
checking f= or grantpt... yes
checking for getpt... yes
checking fo= r posix_openpt... yes
checking for library containing tputs... -l= tinfo
checking for timerfd interface... yes
checking wh= ether signals can be handled on alternate stack... yes
checking v= algrind/valgrind.h usability... no
checking valgrind/valgrind.h p= resence... no
checking for valgrind/valgrind.h... no
ch= ecking for tzalloc... no
checking for tzset... yes
chec= king for readlinkat... yes
checking for faccessat... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for gettimeofday... yes
checking for nanotime... no
checking for lstat... yes
checking for mkostemp... yes
checking for pipe2... yes
checking for pselect... yes
checking for pthread_sigmask... (cached) yes
checking for = fchmod... yes
checking for readlink... yes
checking for= strtoimax... yes
checking for strtoumax... yes
checkin= g for symlink... yes
checking for localtime_r... yes
ch= ecking for futimes... yes
checking for futimesat... yes
checking for futimens... yes
checking for utimensat... yes
=
checking for lutimes... yes
checking for getdtablesize... ye= s
checking for secure_getenv... yes
checking for socket= ... yes
checking netinet/in.h usability... yes
checking= netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.= h presence... yes
checking for arpa/inet.h... yes
check= ing for pid_t... yes
checking vfork.h usability... no
c= hecking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
c= hecking for working fork... yes
checking for working vfork... (ca= ched) yes
checking for snprintf... yes
checking whether= GLib is linked in... yes
checking for nl_langinfo and CODESET...= yes
checking for mbstate_t... yes
checking for signals= via characters... yes
checking for _setjmp... yes
chec= king for sigsetjmp... yes
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct align= ment... yes
checking for working alloca.h... yes
checki= ng for alloca... yes
checking for unsigned long long int... yes
checking whether byte ordering is bigendian... no
checki= ng whether the preprocessor supports include_next... yes
checking= whether system header files limit the line length... no
checking= whether strtold conforms to C99... yes
checking if environ is pr= operly declared... yes
checking for complete errno.h... yes
=
checking for mode_t... yes
checking whether fdatasync is dec= lared... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... no
checking whether ls= tat correctly handles trailing slash... yes
checking for getopt.h= ... (cached) yes
checking for getopt_long_only... yes
c= hecking whether getopt is POSIX compatible... yes
checking for wo= rking GNU getopt function... yes
checking for working GNU getopt_= long function... yes
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checki= ng for struct timeval... yes
checking for wide-enough struct time= val.tv_sec member... yes
checking for long long int... yes
<= div>checking whether stdint.h conforms to C99... yes
checking whe= ther memrchr is declared... yes
checking whether alarm is declare= d... yes
checking whether <sys/select.h> is self-contained.= .. yes
checking for sigset_t... yes
checking for wchar_= t... yes
checking whether struct tm is in sys/time.h or time.h...= time.h
checking for struct tm.tm_zone... yes
checking = for struct tm.tm_gmtoff... yes
checking whether strtoimax is decl= ared... yes
checking whether strtoumax is declared... yes
checking whether stat file-mode macros are broken... no
checki= ng for struct timespec in <time.h>... yes
checking whether = unsetenv is declared... yes
checking whether the utimes function = works... yes
checking for struct utimbuf... yes
checkin= g type of array argument to getgroups... gid_t
checking whether g= etdtablesize is declared... yes
checking for alloca as a compiler= built-in... yes
checking byteswap.h usability... yes
c= hecking byteswap.h presence... yes
checking for byteswap.h... yes=
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_set= time... yes
checking whether dup2 works... yes
checking= for library containing backtrace_symbols_fd... none required
che= cking whether fcntl handles F_DUPFD correctly... yes
checking whe= ther fcntl understands F_DUPFD_CLOEXEC... needs runtime check
che= cking for library containing fdatasync... none required
checking = whether fdopendir is declared... yes
checking whether fdopendir w= orks... yes
checking for __fpending... yes
checking whe= ther __fpending is declared... yes
checking whether fstatat (...,= 0) works... yes
checking for getloadavg... yes
checkin= g sys/loadavg.h usability... no
checking sys/loadavg.h presence..= . no
checking for sys/loadavg.h... no
checking whether = getloadavg is declared... yes
checking whether gettimeofday clobb= ers localtime buffer... no
checking for gettimeofday with POSIX s= ignature... almost
checking for memrchr... yes
checking= for working mktime... yes
checking whether signature of pselect = conforms to POSIX... yes
checking whether pselect detects invalid= fds... yes
checking whether pthread_sigmask returns error number= s... yes
checking whether pthread_sigmask unblocks signals correc= tly... guessing yes
checking for putenv compatible with GNU and S= VID... yes
checking sys/acl.h usability... no
checking = sys/acl.h presence... no
checking for sys/acl.h... no
c= onfigure: WARNING: libacl development library was not found or not usable.<= /div>
configure: WARNING: GNU Emacs will be built without ACL support.<= /div>
checking whether readlink signature is correct... yes
c= hecking whether readlink handles trailing slash correctly... yes
= checking whether readlinkat signature is correct... yes
checking = for sig2str... no
checking for volatile sig_atomic_t... yes
=
checking for sighandler_t... yes
checking for socklen_t... y= es
checking for ssize_t... yes
checking for struct stat= .st_atim.tv_nsec... yes
checking whether struct stat.st_atim is o= f type struct timespec... yes
checking for struct stat.st_birthti= mespec.tv_nsec... no
checking for struct stat.st_birthtimensec...= no
checking for struct stat.st_birthtim.tv_nsec... no
= checking for working stdalign.h... no
checking for max_align_t...= no
checking whether NULL can be used in arbitrary expressions...= yes
checking whether inttypes macros match system or gnu printf.= .. system
checking for stpcpy... yes
checking whether s= trtoimax works... yes
checking whether symlink handles trailing s= lash correctly... yes
checking whether <sys/select.h> is se= lf-contained... (cached) yes
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whethe= r localtime_r is compatible with its POSIX signature... yes
check= ing for library containing timer_settime... -lrt
checking for tim= er_settime... yes
checking for unsetenv... yes
checking= for unsetenv() return type... int
checking whether unsetenv obey= s POSIX... yes
checking for variable-length arrays... yes
checking whether getdtablesize works... yes

Con= figured for `i686-pc-linux-gnu'.

=C2=A0 Where = should the build process find the source code? =C2=A0 =C2=A0.
=C2= =A0 What compiler should emacs be built with? =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 gcc -std=3Dgnu99 -g3 -O2
=C2=A0 Should Emacs= use the GNU version of malloc? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 y= es
=C2=A0 =C2=A0 =C2=A0 (Using Doug Lea's new malloc from the= GNU C Library.)
=C2=A0 Should Emacs use a relocating allocator f= or buffers? =C2=A0 =C2=A0no
=C2=A0 Should Emacs use mmap(2) for b= uffer allocation? =C2=A0 =C2=A0 =C2=A0 =C2=A0 no
=C2=A0 What wind= ow system should Emacs use? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0none
=C2=A0 What toolkit should Emacs use= ? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0none
=C2=A0 Where do we find X Windows header fi= les? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0NONE
= =C2=A0 Where do we find X Windows libraries? =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 NONE
=C2=A0 Does Emacs use -lX= aw3d? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 no
=C2=A0 Does Emacs u= se -lXpm? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 no
=C2=A0= Does Emacs use -ljpeg? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0no
=C2=A0 Does Emacs use -ltiff? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0no
=C2=A0 Does Emacs use a gif library? =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 n= o=C2=A0
=C2=A0 Does Emacs use a png library? =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 no= =C2=A0
=C2=A0 Does Emacs use -lrsvg-2? =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0no
=C2=A0 Does Emacs use imagemagick? =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 no
=C2=A0 Does Emacs support sound? =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 yes
=C2=A0 Does Emacs use -lgpm? =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 yes
=C2=A0 Does Emacs use -ldbus? =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0yes
=C2=A0 Does Emacs us= e -lgconf? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 no
=C2=A0 Does E= macs use GSettings? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 no
=C2=A0 Does = Emacs use a file notification library? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 yes -lgio (gfile)
=C2=A0 Does Emacs use access control lis= ts? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0no=
=C2=A0 Does Emacs use -lselinux? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 y= es
=C2=A0 Does Emacs use -lgnutls? =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0yes
=C2=A0 Does Emacs use -lxml2? =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0yes
=C2=A0 Does Emacs use -lfreetype? =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0no
=C2=A0 Does Emacs use -lm17n-flt? = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0no
=C2=A0 Does Emacs use -lotf? = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 no
=C2=A0 Does Emac= s use -lxft? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 no
=C2= =A0 Does Emacs directly use zlib? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 yes
=C2=A0 Does= Emacs use toolkit scroll bars? =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 no


chec= king that generated files are newer than configure... done
config= ure: creating ./config.status
config.status: creating ./doc/man/e= macs.1
config.status: creating Makefile
config.status: = creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: = creating doc/emacs/Makefile
config.status: creating doc/misc/Make= file
config.status: creating doc/lispintro/Makefile
con= fig.status: creating doc/lispref/Makefile
config.status: creating= src/Makefile
config.status: creating lwlib/Makefile
co= nfig.status: creating lisp/Makefile
config.status: creating leim/= Makefile
config.status: creating nextstep/Makefile
conf= ig.status: creating nt/Makefile
config.status: creating test/auto= mated/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.sta= tus: creating src/config.h
config.status: executing depfiles comm= ands
config.status: executing src/epaths.h commands
con= fig.status: executing src/.gdbinit commands
config.status: execut= ing doc/emacs/emacsver.texi commands
config.status: executing etc= -refcards-emacsver.tex commands
make -C lib all
make[1]= : Entering directory `/home/vagrant/git-repositories/3rd-party/emacs/lib= 9;
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0alloca.h
=C2=A0 GEN = =C2=A0 =C2=A0 =C2=A0c++defs.h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0arg-= nonnull.h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0warn-on-use.h
= =C2=A0 GEN =C2=A0 =C2=A0 =C2=A0dirent.h
=C2=A0 GEN =C2=A0 =C2=A0 = =C2=A0fcntl.h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0inttypes.h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0signal.h
=C2=A0 GEN =C2=A0 =C2=A0= =C2=A0stdalign.h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0stddef.h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0stdio.h
=C2=A0 GEN =C2=A0 =C2= =A0 =C2=A0stdlib.h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0string.h
<= div>=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0sys/select.h
=C2=A0 GEN =C2=A0= =C2=A0 =C2=A0sys/stat.h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0sys/time.= h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0sys/types.h
=C2=A0 GEN= =C2=A0 =C2=A0 =C2=A0time.h
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0unistd= .h
make =C2=A0all-am
make[2]: Entering directory `/home= /vagrant/git-repositories/3rd-party/emacs/lib'
=C2=A0 CC =C2= =A0 =C2=A0 =C2=A0 allocator.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 bina= ry-io.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 c-ctype.o
=C2=A0= CC =C2=A0 =C2=A0 =C2=A0 c-strcasecmp.o
=C2=A0 CC =C2=A0 =C2=A0 = =C2=A0 c-strncasecmp.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 careadlinka= t.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 close-stream.o
=C2= =A0 CC =C2=A0 =C2=A0 =C2=A0 count-one-bits.o
=C2=A0 CC =C2=A0 =C2= =A0 =C2=A0 count-trailing-zeros.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 = md5.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 sha1.o
=C2=A0 CC = =C2=A0 =C2=A0 =C2=A0 sha256.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 sha5= 12.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 dtoastr.o
=C2=A0 CC= =C2=A0 =C2=A0 =C2=A0 dtotimespec.o
=C2=A0 CC =C2=A0 =C2=A0 =C2= =A0 filemode.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 gettime.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 pipe2.o
=C2=A0 CC =C2=A0 =C2=A0 = =C2=A0 acl-errno-valid.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 file-has-= acl.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 qcopy-acl.o
=C2=A0= CC =C2=A0 =C2=A0 =C2=A0 qset-acl.o
=C2=A0 CC =C2=A0 =C2=A0 =C2= =A0 stat-time.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 strftime.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 timespec.o
=C2=A0 CC =C2=A0 =C2= =A0 =C2=A0 timespec-add.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 timespec= -sub.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 u64.o
=C2=A0 CC = =C2=A0 =C2=A0 =C2=A0 unistd.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 utim= ens.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 openat-die.o
=C2= =A0 CC =C2=A0 =C2=A0 =C2=A0 save-cwd.o
=C2=A0 CC =C2=A0 =C2=A0 = =C2=A0 fcntl.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 sig2str.o
=C2=A0 AR =C2=A0 =C2=A0 =C2=A0 libgnu.a
make[2]: Leaving directo= ry `/home/vagrant/git-repositories/3rd-party/emacs/lib'
make[= 1]: Leaving directory `/home/vagrant/git-repositories/3rd-party/emacs/lib&#= 39;
make -C lib-src all
make[1]: Entering directory `/h= ome/vagrant/git-repositories/3rd-party/emacs/lib-src'
=C2=A0 = CC =C2=A0 =C2=A0 =C2=A0 regex.o
=C2=A0 CCLD =C2=A0 =C2=A0 etags
=C2=A0 CCLD =C2=A0 =C2=A0 ctags
=C2=A0 CCLD =C2=A0 =C2= =A0 emacsclient
=C2=A0 CCLD =C2=A0 =C2=A0 ebrowse
=C2= =A0 CCLD =C2=A0 =C2=A0 profile
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 pop= .o
=C2=A0 CCLD =C2=A0 =C2=A0 movemail
=C2=A0 CCLD =C2= =A0 =C2=A0 hexl
=C2=A0 CCLD =C2=A0 =C2=A0 update-game-score
=
=C2=A0 CCLD =C2=A0 =C2=A0 make-docfile
make[1]: Leaving dire= ctory `/home/vagrant/git-repositories/3rd-party/emacs/lib-src'
make -C src VCSWITNESS=3D'$(srcdir)/../.git/logs/HEAD' all
<= div>make[1]: Entering directory `/home/vagrant/git-repositories/3rd-party/e= macs/src'
=C2=A0 GEN =C2=A0 =C2=A0 =C2=A0globals.h
= =C2=A0 CC =C2=A0 =C2=A0 =C2=A0 vm-limit.o
=C2=A0 CC =C2=A0 =C2=A0= =C2=A0 dispnew.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 frame.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 scroll.o
=C2=A0 CC =C2=A0 =C2=A0= =C2=A0 xdisp.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 menu.o
= =C2=A0 CC =C2=A0 =C2=A0 =C2=A0 window.o
=C2=A0 CC =C2=A0 =C2=A0 = =C2=A0 charset.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 coding.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 category.o
=C2=A0 CC =C2=A0 =C2= =A0 =C2=A0 ccl.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 character.o
=
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 chartab.o
=C2=A0 CC =C2=A0 = =C2=A0 =C2=A0 bidi.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 cm.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 term.o
=C2=A0 CC =C2=A0 =C2=A0 = =C2=A0 terminal.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 xfaces.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 dbusbind.o
=C2=A0 CC =C2=A0 =C2= =A0 =C2=A0 emacs.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 keyboard.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 macros.o
=C2=A0 CC =C2=A0 = =C2=A0 =C2=A0 keymap.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 sysdep.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 buffer.o
=C2=A0 CC =C2=A0 = =C2=A0 =C2=A0 filelock.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 insdel.o<= /div>
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 marker.o
=C2=A0 CC =C2= =A0 =C2=A0 =C2=A0 minibuf.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 fileio= .o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 dired.o
=C2=A0 CC =C2= =A0 =C2=A0 =C2=A0 cmds.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 casetab.o=
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 casefiddle.o
=C2=A0 CC = =C2=A0 =C2=A0 =C2=A0 indent.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 sear= ch.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 regex.o
=C2=A0 CC = =C2=A0 =C2=A0 =C2=A0 undo.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 alloc.= o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 data.o
=C2=A0 GEN =C2= =A0 =C2=A0 =C2=A0buildobj.h
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 doc.o<= /div>
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 editfns.o
=C2=A0 CC =C2= =A0 =C2=A0 =C2=A0 callint.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 eval.o=
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 floatfns.o
=C2=A0 CC = =C2=A0 =C2=A0 =C2=A0 fns.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 font.o<= /div>
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 print.o
=C2=A0 CC =C2=A0= =C2=A0 =C2=A0 lread.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 syntax.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 unexelf.o
=C2=A0 CC =C2=A0= =C2=A0 =C2=A0 bytecode.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 process.= o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 gnutls.o
=C2=A0 CC =C2= =A0 =C2=A0 =C2=A0 callproc.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 regio= n-cache.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 sound.o
=C2=A0= CC =C2=A0 =C2=A0 =C2=A0 atimer.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 = doprnt.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 intervals.o
=C2= =A0 CC =C2=A0 =C2=A0 =C2=A0 textprop.o
=C2=A0 CC =C2=A0 =C2=A0 = =C2=A0 composite.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 xml.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 gfilenotify.o
=C2=A0 CC =C2=A0 = =C2=A0 =C2=A0 profiler.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 decompres= s.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 xgselect.o
=C2=A0 CC= =C2=A0 =C2=A0 =C2=A0 terminfo.o
=C2=A0 CC =C2=A0 =C2=A0 =C2=A0 l= astfile.o
=C2=A0 CCLD =C2=A0 =C2=A0 temacs
/bin/mkdir -= p ../etc
: paxctl -r temacs
: setfattr -n user.pax.flag= s -v er temacs
make -C ../lisp update-subdirs
make[2]: = Entering directory `/home/vagrant/git-repositories/3rd-party/emacs/lisp'= ;
for file in `find . -type d -print`; do case $file in .*/cedet*= | .*/leim* ) ;; *) wins=3D"$wins${wins:+ }$file" ;; esac; done; = \
for file in $wins; do \
=C2=A0 ./../build-aux/update-subdirs $file; \
do= ne;
make[2]: Leaving directory `/home/vagrant/git-repositories/3r= d-party/emacs/lisp'
./temacs --batch --load loadup bootstrap<= /div>
make[1]: *** [bootstrap-emacs] Segmentation fault (core dumped)
make[1]: Leaving directory `/home/vagrant/git-repositories/3rd-par= ty/emacs/src'
make: *** [src] Error 2
vagrant@vagra= nt-ubuntu-server-trusty-32:~/git-repositories/3rd-party/emacs/src$ gdb tema= cs
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyri= ght (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU G= PL version 3 or later <http= ://gnu.org/licenses/gpl.html>
This is free software: you a= re free to change and redistribute it.
There is NO WARRANTY, to t= he extent permitted by law.=C2=A0 Type "show copying"
a= nd "show warranty" for details.
This GDB was configured= as "i686-linux-gnu".
Type "show configuration&quo= t; for configuration details.
For bug reporting instructions, ple= ase see:
Find the GDB manual = and other documentation resources online at:
For help, type "help".
Type "apropos word" to search for commands related to "wor= d"...
Reading symbols from temacs...done.
warning:= File "/home/vagrant/git-repositories/3rd-party/emacs/src/.gdbinit&quo= t; auto-loading has been declined by your `auto-load safe-path' set to = "$debugdir:$datadir/auto-load".
To enable execution of = this file add
add-auto-load-safe-path /home/vagrant/git-repositories/3rd-pa= rty/emacs/src/.gdbinit
line to your configuration file "/hom= e/vagrant/.gdbinit".
To completely disable this security pro= tection add
set auto-load safe-path /
line to your configuration = file "/home/vagrant/.gdbinit".
For more information abo= ut this security protection see the
"Auto-loading safe path&= quot; section in the GDB manual.=C2=A0 E.g., run from the shell:
= info "= ;(gdb)Auto-loading safe path"
(gdb) run --batch --load loadu= p bootstrap
Starting program: /home/vagrant/git-repositories/3rd-= party/emacs/src/temacs --batch --load loadup bootstrap
[Thread de= bugging using libthread_db enabled]
Using host libthread_db libra= ry "/lib/i386-linux-gnu/libthread_db.so.1".
process 843= 5 is executing new program: /home/vagrant/git-repositories/3rd-party/emacs/= src/temacs
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so= .1".

Program received signal SIGSEGV, Segment= ation fault.
__GI___backtrace (array=3Darray@entry=3D0xbfffedcc, = size=3Dsize@entry=3D0) at ../sysdeps/i386/backtrace.c:141
141 ../sysdeps/i38= 6/backtrace.c: No such file or directory.
(gdb) bt
#0 = =C2=A0__GI___backtrace (array=3Darray@entry=3D0xbfffedcc, size=3Dsize@entry= =3D0) at ../sysdeps/i386/backtrace.c:141
#1 =C2=A00x080ed543 in e= macs_backtrace (backtrace_limit=3Dbacktrace_limit@entry=3D-1) at sysdep.c:2= 177
#2 =C2=A00x0804f744 in main (argc=3D<optimized out>, ar= gv=3D0xbffff6d4) at emacs.c:887
(gdb)=C2=A0

<= /div> --047d7b10c7d5a2926f051045d01c-- ------------=_1425585784-17662-5--