From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jude DaShiell Newsgroups: gmane.emacs.help Subject: Re: Help debugging a backtrace Date: Tue, 20 Sep 2016 21:53:13 -0400 (EDT) Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Trace: blaine.gmane.org 1474422971 31734 195.159.176.226 (21 Sep 2016 01:56:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 21 Sep 2016 01:56:11 +0000 (UTC) User-Agent: Alpine 2.20 (NEB 67 2015-01-07) To: Kaushal Modi , rn3aoh.g@gmail.com, help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 21 03:56:07 2016 Return-path: Envelope-to: geh-help-gnu-emacs@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 1bmWlb-0007Yw-3V for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Sep 2016 03:56:07 +0200 Original-Received: from localhost ([::1]:39166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmWlZ-00071d-7X for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Sep 2016 21:56:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmWj5-0005mW-5k for help-gnu-emacs@gnu.org; Tue, 20 Sep 2016 21:53:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmWj1-0006vR-2A for help-gnu-emacs@gnu.org; Tue, 20 Sep 2016 21:53:31 -0400 Original-Received: from mailbackend.panix.com ([166.84.1.89]:60952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmWj0-0006qZ-T5 for help-gnu-emacs@gnu.org; Tue, 20 Sep 2016 21:53:26 -0400 Original-Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id B3A8F17449; Tue, 20 Sep 2016 21:53:13 -0400 (EDT) Original-Received: by panix1.panix.com (Postfix, from userid 20712) id 98E2714B9A; Tue, 20 Sep 2016 21:53:13 -0400 (EDT) Original-Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 96D0014B98; Tue, 20 Sep 2016 21:53:13 -0400 (EDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux (Android) X-Received-From: 166.84.1.89 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111366 Archived-At: Is it possible with a debug situation where a .emacs has to be debugged to run emacs --debug then key in some command that has emacs tell you what the first line is that has the error? On Tue, 20 Sep 2016, Kaushal Modi wrote: > Date: Tue, 20 Sep 2016 12:15:06 > From: Kaushal Modi > To: rn3aoh.g@gmail.com, help-gnu-emacs@gnu.org > Subject: Re: Help debugging a backtrace > > Hi Eugene, > > I appreciate the work you put behind this. > > I am now able to use my usual emacs config *as is* with no changes on > Termux after I updated the emacs package with your fixes. > > I no longer need to move `(package-initialize)` to init.el. > (Reference: > https://lists.gnu.org/archive/html/help-gnu-emacs/2016-04/msg00128.html ) > > Thanks! > > On Tue, Sep 6, 2016 at 3:30 AM wrote: > >> If anyone still cares about this issue, I have spent the last week >> stumbling around trying to figure out the actual cause of this bug. >> >> I am pretty sure I have nailed it, it results from Emacs having to run >> undumped due to Android's requirement for PIE executables and tripping over >> an upstream bug filed all the way back in 2013 because of this. I would >> really appreciate if anyone could tell me whether the solution I came up >> with is correct: >> >> https://github.com/termux/termux-packages/issues/423 >> >> -- >> Eugene Medvedev >> > --