zielmicha / emacs-android

Emacs port to Android.
141 stars 23 forks source link

Fatal error 6, Aborted. #32

Open joedborg opened 10 years ago

joedborg commented 10 years ago

On KitKat

Fatal error (6)Aborted
/data/data/com.zielm.emacs $
mcandre commented 10 years ago

Emacs for Android has always been crashy and difficult to setup :(

I've finally given up on Emacs, git, and most other command line programs on Android. At some point, ssh'ing from Android to GitHub suddenly stopped working, and no amount of permissions/configuration management could fix it. Once I couldn't git pull/push, there was little point in using Emacs or any other CLI text editor on my phone.

drnil commented 10 years ago

The following procedure works fine on my Nexus 5/Android 4.4.4:

After this, my Emacs runs consistently like a dream! (I just wish it could handle UTF-8 :-).

drnil commented 9 years ago

Q: drnll - "connect to startup directory and run startup" - does that go into the app data dir which would only work on a rooted phone? I couldn't get past "fatal error"...

A: The procedure above does NOT require rooting. You just type "cd src" at the prompt where you were left after the fatal error.

zenon commented 9 years ago

Ah. Cool. So I did not even have to ask. drnil, your description works here too.

Btw., what Did you have to do to get the segfault? I still did nothing more than M-x psychoanalyse-pinhead -- but that worked fine. (With Hacker's Keyboard.)

SergeyKaAndroid commented 9 years ago

It's sensitive to screen size, i had to do the first init in a certain orientation on Nexus 5 On 7 Nov 2014 14:58, "Falko" notifications@github.com wrote:

Ah. Cool. So I did not even have to ask. drnil, your description works here too.

Btw., what Did you have to do to get the segfault? I still did nothing more than M-x psychoanalyse-pinhead -- but that worked fine. (With Hacker's Keyboard.)

— Reply to this email directly or view it on GitHub https://github.com/zielmicha/emacs-android/issues/32#issuecomment-62202899 .

AndyGlew commented 9 years ago

More on the sensitivity:

On my phone, emacs -q works with Hacker;s keyboard in landscape mode, but not portrait mode, with font size 20. But I have found nothing that works with in portrait mode, except font-size 4x8.

More precisely:

Samsung Galaxy Note 2 Android 4.4.2

discipolo commented 9 years ago

Try changing in busybox.sh

Emacs TO emacs.bin

Also chmod emacs.bin

This made it start for me (in terminal mode - I kind of expected emacs24)

jiaqifeng commented 7 years ago

Any progressing? Running ./bootstrap-emacs works for me, but it alwasy got fatal error when click the emacs icon.