From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: handa@gnu.org (K. Handa) Newsgroups: gmane.emacs.devel Subject: Re: The very latest emacs (25.1.50) segfault Date: Thu, 14 Jan 2016 22:02:26 +0900 Message-ID: <87si2071r1.fsf@gnu.org> References: <87r3hlsz99.wl%nomiya@galaxy.dti.ne.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1452778924 21467 80.91.229.3 (14 Jan 2016 13:42:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Jan 2016 13:42:04 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Masaru Nomiya Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 14 14:41:57 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aJiA1-0007bu-5J for ged-emacs-devel@m.gmane.org; Thu, 14 Jan 2016 14:41:57 +0100 Original-Received: from localhost ([::1]:42493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJiA0-0000DJ-Fz for ged-emacs-devel@m.gmane.org; Thu, 14 Jan 2016 08:41:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJi9w-0000DB-8Q for emacs-devel@gnu.org; Thu, 14 Jan 2016 08:41:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJi9s-0001r9-U7 for emacs-devel@gnu.org; Thu, 14 Jan 2016 08:41:52 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJi9s-0001r5-R7 for emacs-devel@gnu.org; Thu, 14 Jan 2016 08:41:48 -0500 Original-Received: from fl1-119-240-59-163.iba.mesh.ad.jp ([119.240.59.163]:53113 helo=shatin) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aJi9s-0005uN-Ba for emacs-devel@gnu.org; Thu, 14 Jan 2016 08:41:48 -0500 Original-Received: from handa by shatin with local (Exim 4.82) (envelope-from ) id 1aJhXm-0002lG-D8; Thu, 14 Jan 2016 22:02:26 +0900 In-Reply-To: <87r3hlsz99.wl%nomiya@galaxy.dti.ne.jp> (message from Masaru Nomiya on Thu, 14 Jan 2016 10:53:06 +0900) 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.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198129 Archived-At: In article <87r3hlsz99.wl%nomiya@galaxy.dti.ne.jp>, Masaru Nomiya writes: > Program received signal SIGABRT, Aborted. > 0x00007ffff16bc0cb in raise () from /lib64/libpthread.so.0 > #0 0x00007ffff16bc0cb in raise () from /lib64/libpthread.so.0 > #1 0x00000000005810fe in terminate_due_to_signal (sig=6, backtrace_limit= > 2147483647) at emacs.c:401 > #2 0x00000000006117dc in die (msg=0x73e98e "VECTORLIKEP (a)", file= > 0x73e940 "lisp.h", line=1024) at alloc.c:7063 > #3 0x000000000057b3ad in XVECTOR (a=...) at lisp.h:1024 > #4 0x000000000057c054 in AREF (array=..., idx=2) at lisp.h:1542 > #5 0x00000000006c62e3 in ftfont_shape_by_flt (lgstring=..., font=0x3d0a098, > ft_face=0x3f6f5a0, otf=0x0, matrix=0x3d0a190) at ftfont.c:2598 In article <87si20inuz.wl%nomiya@galaxy.dti.ne.jp>, Masaru Nomiya writes: > [2 old.tar.gz ] > With these files, the segfault problem is solved. Thank you for the info. I've just installed a fix. Please try the latest trunk code. --- K. Handa handa@gnu.org