all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Segfault with make bootrap on master
@ 2017-08-05 12:39 Stephen Berman
  2017-08-05 13:11 ` Noam Postavsky
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Berman @ 2017-08-05 12:39 UTC (permalink / raw)
  To: emacs-devel

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-08-05 21:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-05 12:39 Segfault with make bootrap on master Stephen Berman
2017-08-05 13:11 ` 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

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.