From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: rn3aoh.g@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Help debugging a backtrace Date: Tue, 6 Sep 2016 00:26:50 -0700 (PDT) Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1473147035 28552 195.159.176.226 (6 Sep 2016 07:30:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2016 07:30:35 +0000 (UTC) Injection-Date: Tue, 06 Sep 2016 07:26:51 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 06 09:30:29 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 1bhApw-0006gB-FJ for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Sep 2016 09:30:28 +0200 Original-Received: from localhost ([::1]:59591 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhApu-0004dx-2K for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Sep 2016 03:30:26 -0400 X-Received: by 10.129.39.134 with SMTP id n128mr5774698ywn.17.1473146811515; Tue, 06 Sep 2016 00:26:51 -0700 (PDT) X-Received: by 10.36.50.145 with SMTP id j139mr487639ita.9.1473146811393; Tue, 06 Sep 2016 00:26:51 -0700 (PDT) Original-Path: usenet.stanford.edu!m9no952141qte.0!news-out.google.com!h51ni477qth.0!nntp.google.com!m9no952140qte.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=80.240.211.71; posting-account=WhOYpAoAAABJinqve91098PmnOSNo4_A Original-NNTP-Posting-Host: 80.240.211.71 Original-Xref: usenet.stanford.edu gnu.emacs.help:218756 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:111280 Archived-At: On Wednesday, 27 April 2016 21:28:56 UTC+3, Kaushal Modi wrote: > I was experimenting running emacs on Android using Termux ( > https://play.google.com/store/apps/details?id=3Dcom.termux ) inspired by = this > blog post by Artur Malabarba ( > http://endlessparentheses.com/running-emacs-on-android.html ). >=20 > I have got things almost working except for seemingly random error messag= es > like the one in the below backtrace. If anyone still cares about this issue, I have spent the last week stumblin= g 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 undu= mped 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