all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Is compiling Emacs with -finstrument-functions supported?
@ 2021-12-09 17:11 Arthur Miller
  2021-12-09 18:43 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Arthur Miller @ 2021-12-09 17:11 UTC (permalink / raw)
  To: emacs-devel

temacs crashes when compiled with -finstrument-functions when it tries to
produce dump file:

  CC       json.o
  CC       terminfo.o
  CC       lastfile.o
  CCLD     temacs
/usr/bin/mkdir -p ../etc
make -C ../lisp update-subdirs
make[3]: Går till katalogen ”/home/arthur/repos/emacs-tests/emacs/lisp”
make[3]: Lämnar katalogen ”/home/arthur/repos/emacs-tests/emacs/lisp”
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap \
        --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.0.50/
make[2]: *** [Makefile:908: bootstrap-emacs.pdmp] Segmenteringsfel (minnesdump)
make[2]: Lämnar katalogen ”/home/arthur/repos/emacs-tests/emacs/src”
make[1]: *** [Makefile:456: src] Fel 2
make[1]: Lämnar katalogen ”/home/arthur/repos/emacs-tests/emacs”
make: *** [Makefile:1166: bootstrap] Fel 2

I had no other configure options but debug flags:

$ ./config.status --config
'CFLAGS=-finstrument-functions -ggdb3 -O0'

I pulled just before the build, run make clean, created new branch and
configured and run make bootstrap.




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

end of thread, other threads:[~2021-12-09 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-09 17:11 Is compiling Emacs with -finstrument-functions supported? Arthur Miller
2021-12-09 18:43 ` Eli Zaretskii
2021-12-09 20:33   ` Arthur Miller
2021-12-09 20:56   ` Arthur Miller

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.