all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: emacs-devel@gnu.org
Subject: Segfault with make bootrap on master
Date: Sat, 05 Aug 2017 14:39:04 +0200	[thread overview]
Message-ID: <87k22inq8n.fsf@gmx.net> (raw)

I just pulled from master at commit
c3ac93bb9ff8b1fe1fc32f99c725e6cc209aa6ca
and executed `make boostrap' and it segfaulted:

Dumping under the name emacs
22386272 of 33554432 static heap bytes used
96702 pure bytes used
mv -f emacs bootstrap-emacs
make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/data/steve/lib/emacs/lfs/lisp'
  ELC      /home/steve/git/emacs-master/lisp/emacs-lisp/macroexp.elc
  ELC      /home/steve/git/emacs-master/lisp/emacs-lisp/cconv.elc
  ELC      /home/steve/git/emacs-master/lisp/emacs-lisp/byte-opt.elc
  ELC      /home/steve/git/emacs-master/lisp/emacs-lisp/bytecomp.elc
  ELC      /home/steve/git/emacs-master/lisp/emacs-lisp/autoload.elc
make[3]: Leaving directory '/mnt/data/steve/lib/emacs/lfs/lisp'
make -C ../lisp autoloads EMACS="../src/bootstrap-emacs"
make[3]: Entering directory '/mnt/data/steve/lib/emacs/lfs/lisp'
make -C ../leim all EMACS="../src/bootstrap-emacs"
make[4]: Entering directory '/mnt/data/steve/lib/emacs/lfs/leim'
  GEN      /home/steve/git/emacs-master/leim/../lisp/leim/quail/CCDOSPY.el
Converting /home/steve/git/emacs-master/leim/CXTERM-DIC/CCDOSPY.tit to quail-package...
Decoding with coding system euc-china...
Processing header part...
Formatting translation rules...
  GEN      /home/steve/git/emacs-master/leim/../lisp/leim/quail/Punct.el
Converting /home/steve/git/emacs-master/leim/CXTERM-DIC/Punct.tit to quail-package...
Decoding with coding system euc-china...
Processing header part...
Fatal error 11: Segmentation fault
Backtrace:
../src/bootstrap-emacs[0x50a10d]
../src/bootstrap-emacs[0x4f046e]
../src/bootstrap-emacs[0x508259]
../src/bootstrap-emacs[0x5082c7]
../src/bootstrap-emacs[0x5082e2]
../src/bootstrap-emacs[0x5083ab]
/lib/libpthread.so.0(+0x121c0)[0x7fed5d8e91c0]
../src/bootstrap-emacs[0x47ce1f]
../src/bootstrap-emacs[0x47d07e]
../src/bootstrap-emacs[0x480739]
../src/bootstrap-emacs[0x48139e]
../src/bootstrap-emacs[0x481b2e]
../src/bootstrap-emacs[0x562db4]
../src/bootstrap-emacs[0x5658f7]
../src/bootstrap-emacs[0x562b96]
../src/bootstrap-emacs[0x5630b0]
../src/bootstrap-emacs[0x56547b]
../src/bootstrap-emacs[0x562b96]
../src/bootstrap-emacs[0x5630b0]
../src/bootstrap-emacs[0x56547b]
../src/bootstrap-emacs[0x562b96]
../src/bootstrap-emacs[0x5630b0]
../src/bootstrap-emacs[0x565c26]
../src/bootstrap-emacs[0x562b96]
../src/bootstrap-emacs[0x5630b0]
../src/bootstrap-emacs[0x5630cb]
../src/bootstrap-emacs[0x565c77]
../src/bootstrap-emacs[0x562b96]
../src/bootstrap-emacs[0x5630b0]
../src/bootstrap-emacs[0x565c26]
../src/bootstrap-emacs[0x562b96]
../src/bootstrap-emacs[0x5630b0]
../src/bootstrap-emacs[0x563496]
../src/bootstrap-emacs[0x562836]
../src/bootstrap-emacs[0x562f51]
../src/bootstrap-emacs[0x5630b0]
../src/bootstrap-emacs[0x562b96]
../src/bootstrap-emacs[0x565ced]
../src/bootstrap-emacs[0x562b96]
../src/bootstrap-emacs[0x5630b0]
../src/bootstrap-emacs[0x55722e]
...
/bin/sh: line 1: 22677 Segmentation fault      EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp -l titdic-cnv -f batch-titdic-convert -dir /home/steve/git/emacs-master/leim/../lisp/leim/quail /home/steve/git/emacs-master/leim/CXTERM-DIC/Punct.tit
make[4]: *** [Makefile:106: /home/steve/git/emacs-master/leim/../lisp/leim/quail/Punct.el] Error 139
make[4]: Leaving directory '/mnt/data/steve/lib/emacs/lfs/leim'
make[3]: *** [Makefile:350: leim] Error 2
make[3]: Leaving directory '/mnt/data/steve/lib/emacs/lfs/lisp'
make[2]: *** [Makefile:730: /home/steve/git/emacs-master/lisp/loaddefs.el] Error 2
make[2]: Leaving directory '/mnt/data/steve/lib/emacs/lfs/src'
make[1]: *** [Makefile:416: src] Error 2
make[1]: Leaving directory '/mnt/data/steve/lib/emacs/lfs'
make: *** [Makefile:1099: bootstrap] Error 2

Any idea what the problem is?

Steve Berman



             reply	other threads:[~2017-08-05 12:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-05 12:39 Stephen Berman [this message]
2017-08-05 13:11 ` Segfault with make bootrap on master Noam Postavsky
2017-08-05 13:17   ` Eli Zaretskii
2017-08-05 13:29   ` Eli Zaretskii
2017-08-05 13:33     ` Noam Postavsky
2017-08-05 13:37       ` Eli Zaretskii
2017-08-05 13:48       ` Eli Zaretskii
2017-08-05 13:54         ` Noam Postavsky
2017-08-05 14:02           ` Eli Zaretskii
2017-08-05 21:33             ` Stephen Berman

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=87k22inq8n.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --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.