From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 25 from GIT build issue under Ubuntu 16.10 Date: Sat, 15 Oct 2016 09:11:40 +0300 Message-ID: <83insu2lb7.fsf@gnu.org> References: <87a8e65juf.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1476511971 26898 195.159.176.226 (15 Oct 2016 06:12:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 15 Oct 2016 06:12:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 15 08:12:47 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bvICk-0003Ty-Eh for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2016 08:12:22 +0200 Original-Received: from localhost ([::1]:50608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvICi-0002Je-UQ for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2016 02:12:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvICD-0002JO-S6 for emacs-devel@gnu.org; Sat, 15 Oct 2016 02:11:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvICA-0005fX-Iu for emacs-devel@gnu.org; Sat, 15 Oct 2016 02:11:49 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvICA-0005ex-G8; Sat, 15 Oct 2016 02:11:46 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3259 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bvIC8-0001bH-GY; Sat, 15 Oct 2016 02:11:44 -0400 In-reply-to: <87a8e65juf.fsf@wanadoo.es> (message from =?iso-8859-1?Q?=D3s?= =?iso-8859-1?Q?car?= Fuentes on Sat, 15 Oct 2016 06:15:04 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:208280 Archived-At: > From: Óscar Fuentes > Date: Sat, 15 Oct 2016 06:15:04 +0200 > > Tim Cross writes: > > > After upgrade to ubuntu gnome 16.10, attempts to build from fresh git clone > > of emacs repo gives an seg fault error when trying to run dumped image. All > > was working fine under Ubuntu 16.04. > > (gdb) bt full > #0 __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:130 > No locals. > #1 0x00005555557a3635 in unexec ( > new_name=0x55555702c248 "/home/oscar/dev/emacs/build/src/emacs", > old_name=0x55555702c278 "/home/oscar/dev/emacs/build/src/temacs") at ../../emacs/src/unexelf.c:406 > new_file = 6 > old_file = 5 > new_file_size = 1479866440 > new_break = 0x555557e2d000 > old_base = 0x7fffed274000 "\177ELF\002\001\001" > new_base = 0x7fff94f24000 "\177ELF\002\001\001" > old_file_h = 0x7fffed274000 > new_file_h = 0x7fff94f24000 > old_program_h = 0x7fffed274040 > new_program_h = 0x7fff94f24040 > old_section_h = 0x7fffedfe0588 > new_section_h = 0x7fffed272d88 > old_section_names = 0x7fffedfe0401 "" > new_section_names = 0x0 > old_bss_seg = 0x7fffed2740e8 > new_bss_seg = 0x7fff94f240e8 > old_bss_addr = 8693760 > new_bss_addr = 93825035063296 > old_bss_size = 34134184 > bss_size_growth = 1465788416 Yes, exactly as reported in bug#24682.