Date: Tue, 20 Sep 2016 12:15:06
From: Kaushal Modi <kaushal.modi@gmail.com>
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 <rn3aoh.g@gmail.com> 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