all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rob Browning <rlb@defaultvalue.org>
To: Barry Warsaw <barry@python.org>, emacs-devel@gnu.org
Subject: Re: Emacs 25.1 build failures on Ubuntu arm64
Date: Tue, 01 Aug 2017 09:55:32 -0500	[thread overview]
Message-ID: <87lgn3e3rv.fsf@trouble.defaultvalue.org> (raw)
In-Reply-To: <20170329175742.1f52ad68@subdivisions.wooz.org>

Barry Warsaw <barry@python.org> writes:

> On Mar 29, 2017, at 04:46 PM, Barry Warsaw wrote:
>
>>I'll see if I can do a build of the Debian version of 25.1 in an Ubuntu 17.04
>>PPA to see if there are any different results.
>
> Indeed, Debian unstable's version of Emacs 25.1 also fails with the same
> segfault in the Ubuntu 17.04 PPA, as expected.  We can rule out any Ubuntu
> deltas.
>
> https://launchpadlibrarian.net/313465977/buildlog_ubuntu-zesty-arm64.emacs25_25.1+1-4~ppa0_BUILDING.txt.gz

I spent a bit of time on one of the porterboxes and gathered a little
more information, though in the end, we just added -O0 on arm64 for now
as well.

I was able to reproduce this on asachi using a git checkout of
origin/emacs-25.2 (i.e. clean upstream tree, no debian adjustments),
though I did emulate our VPATH build (see below).

One notable oddity -- while trying to narrow down the cause, I found
that the crash could be reliably triggered by adding the .git dir to the
(copied) build tree.  For example, this either builds, or crashes,
depending on whether or not the .git dir is introduced.

  rm -rf debian
  mkdir -p debian/build-src
  cp -a $(ls -A | egrep -v '^(\.git|\.pc|debian)$') debian/build-src

  # If this line is removed, the build works fine, otherwise it crashes
  cp -a .git debian/build-src/

  pushd debian/build-src
  ./autogen.sh
  popd
  mkdir debian/build-x
  cd debian/build-x
  ../build-src/configure ...
  make -j

When the build crashes, it's always while trying to produce c-by.el, and
the crash looks similar to the one reported earlier in this thread,
i.e.:

  Starting program: /home/rlb/git/emacs25-25.2+1/debian/build-x/src/emacs -batch --no-site-file --no-site-lisp -l semantic/bovine/grammar -f bovine-batch-make-parser -o /home/rlb/git/emacs25-25.2+1/debian/build-x/../../../emacs25-25.2+1/debian/build-src/lisp/cedet/semantic/bovine/c-by.el /home/rlb/git/emacs25-25.2+1/debian/build-x/../../../emacs25-25.2+1/debian/build-src/admin/grammars/c.by
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
  [New Thread 0xffffb36dbe10 (LWP 22399)]
  ../../../build-src/lisp/emacs-lisp/eieio.el: `eieio-object-name-string' is an obsolete generic function (as of 25.1); use `eieio-named' instead.
  ../../../build-src/lisp/emacs-lisp/eieio-base.el: `eieio-object-name-string' is an obsolete generic function (as of 25.1); use `eieio-named' instead.
  ../../../build-src/lisp/cedet/semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug

  Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
  unchain_marker (marker=marker@entry=0x188d850) at ./debian/build-src/src/marker.c:605
  605     ./debian/build-src/src/marker.c: No such file or directory.
  (gdb) where
  #0  unchain_marker (marker=marker@entry=0x188d850) at ./debian/build-src/src/marker.c:605
  #1  0x000000000053608c in free_marker (marker=marker@entry=25745489)
      at ./debian/build-src/src/alloc.c:3850
  #2  0x0000000000508688 in signal_before_change (preserve_ptr=0x0, end_int=9894256, 
      start_int=9890072) at ./debian/build-src/src/insdel.c:2041
  ...

I wondered if the presence of the .git dir was altering the behavior of
autogen.sh (or something else) in a way that exposes the problem.

Hope this helps
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



  reply	other threads:[~2017-08-01 14:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-29  0:30 Emacs 25.1 build failures on Ubuntu arm64 Barry Warsaw
2017-03-29 15:03 ` Eli Zaretskii
2017-03-29 20:46   ` Barry Warsaw
2017-03-29 21:57     ` Barry Warsaw
2017-08-01 14:55       ` Rob Browning [this message]
2017-08-04 12:26         ` Byung-Hee HWANG (황병희, 黃炳熙)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lgn3e3rv.fsf@trouble.defaultvalue.org \
    --to=rlb@defaultvalue.org \
    --cc=barry@python.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.