alexmurray / emacs-snap

GNU Emacs in a snap
https://snapcraft.io/emacs
73 stars 12 forks source link

Segfault on armhf immediately on start in stable #25

Closed BlueSpaceCanary closed 2 years ago

BlueSpaceCanary commented 3 years ago

I was trying to get emacs 27.1 on my raspi 3b running Buster, and, well,

% sudo snap install emacs --classic
emacs 27.1 from Alex Murray (alexmurray) installed
% /snap/bin/emacs -q
      7016: __vdso_gettimeofdaySegmentation fault
      6994: __vdso_gettimeofdayfish: “/snap/bin/emacs -q” terminated by signal SIGSEGV (Address boundary error)

Beta works, and looking, I see the difference in revisions:

% sudo snap list --all emacs
Name   Version  Rev  Tracking       Publisher   Notes
emacs  27.1     969  latest/stable  alexmurray  disabled,classic
emacs  27.1     964  latest/stable  alexmurray  classic

% sudo snap refresh --channel=beta emacs

% sudo snap list --all emacs
Name   Version  Rev  Tracking     Publisher   Notes
emacs  27.1     964  latest/beta  alexmurray  disabled,classic
emacs  27.1     969  latest/beta  alexmurray  classic

I don't normally use snap so I have no idea whether that's my fault and if so what I did to get the wrong revision, but snap wouldn't let me force my stable onto rev 696: Access by specifying a revision is not allowed for this Snap

BlueSpaceCanary commented 2 years ago

27.1 hasn't been current for ages, so closing my old issue 😃