From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: End of file while generating loaddefs.el Date: Thu, 19 Nov 2015 08:33:58 -0800 Message-ID: References: <834mgkbk2t.fsf@gnu.org> <564C2DDB.2090402@gmx.at> <83si439py4.fsf@gnu.org> <564D848D.4000301@gmx.at> <83lh9u7yp2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447950896 8881 80.91.229.3 (19 Nov 2015 16:34:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2015 16:34:56 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 19 17:34:49 2015 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 1ZzSAS-0007UZ-CB for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2015 17:34:40 +0100 Original-Received: from localhost ([::1]:42810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzSAM-0006GB-PR for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2015 11:34:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzSAG-00069K-Mk for emacs-devel@gnu.org; Thu, 19 Nov 2015 11:34:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzSAF-0004rX-Sg for emacs-devel@gnu.org; Thu, 19 Nov 2015 11:34:28 -0500 Original-Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:35999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzSAB-0004p0-08; Thu, 19 Nov 2015 11:34:23 -0500 Original-Received: by pacdm15 with SMTP id dm15so85779607pac.3; Thu, 19 Nov 2015 08:34:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mail-followup-to:mime-version:content-type; bh=+jk3Z41JnbZHkWD0XuQyOeblqnA/xbOdsdYOHapOfg4=; b=hf8x8pNhuC+6SNctyQ1w+CUDlu/b8MYyZDhfQOC1FdUAD7axTp/2jno6aEoO68dXWx oqWYbHzVYfsVRSQXC0Z3f9WylZfLLQtDywGz0ql7lynmim6l8ZdMcCekXwEXZFaXzorD 324JhWLW5LNUB/2YThxUvaS6wSNJKRBxuMXG4woYwpN+a+sSiTePi8P4IdsFV1XkJJgV +jv4nWwDbcO8VaTVjsscbGFUdtFjReNvwPRjQayCfUogHPTuuYbnXCH5bYxCOHllY107 NX10Tyu+mGmGIr4dseZzXb6B6/hodgAvDfCIYCFHiJ+ioGQYEuiW88VfSenb5eil3dp7 JgMA== X-Received: by 10.68.211.97 with SMTP id nb1mr10109993pbc.118.1447950862604; Thu, 19 Nov 2015 08:34:22 -0800 (PST) Original-Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id kh9sm11829313pad.11.2015.11.19.08.34.20 (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 19 Nov 2015 08:34:21 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Vulcan.local (Postfix, from userid 501) id 719C010A26996; Thu, 19 Nov 2015 08:34:20 -0800 (PST) In-Reply-To: <83lh9u7yp2.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 19 Nov 2015 18:15:21 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Eli Zaretskii , martin rudalics , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22d 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:194798 Archived-At: >>>>> Eli Zaretskii writes: > Run "make V=1" to see the full command line of the command that fails, then > start "gdb ./emacs.exe" in the src directory, and copy/paste the offending > command line into the GDB command to run Emacs, right after the "run" part. > Then wait until it segfaults. Nowadays GDB also supports: gdb --args ./emacs.exe Then just "bt" to see the backtrace after it crashes. John