unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36216: 27.0.50; Variable binding depth exceeds max-specpld-size during bootstrap
@ 2019-06-15  0:53 Juanma Barranquero
  2019-06-15  6:29 ` Eli Zaretskii
  2019-06-15 11:22 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 16+ messages in thread
From: Juanma Barranquero @ 2019-06-15  0:53 UTC (permalink / raw)
  To: 36216

./temacs --batch  -l loadup --temacs=pbootstrap
Loading loadup.el (source)...
dump mode: pbootstrap
Using load-path (d:/Devel/emacs/repo/trunk/lisp
d:/Devel/emacs/repo/trunk/lisp/emacs-lisp
d:/Devel/emacs/repo/trunk/lisp/progmodes
d:/Devel/emacs/repo/trunk/lisp/language
d:/Devel/emacs/repo/trunk/lisp/international
d:/Devel/emacs/repo/trunk/lisp/textmodes
d:/Devel/emacs/repo/trunk/lisp/vc)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading window (source)...
Loading d:/Devel/emacs/repo/trunk/lisp/files.el (source)...
[...etc...]
Loading d:/Devel/emacs/repo/trunk/lisp/emacs-lisp/cl-generic.el (source)...
Eager macro-expansion failure: (error "Variable binding depth exceeds
max-specpdl-size")
Eager macro-expansion failure: (error "Variable binding depth exceeds
max-specpdl-size")
Eager macro-expansion failure: (error "Variable binding depth exceeds
max-specpdl-size")
Eager macro-expansion failure: (error "Variable binding depth exceeds
max-specpdl-size")
Compiler-macro error for cl--block-wrapper: (error "Variable binding
depth exceeds max-specpdl-size")
Compiler-macro error for cl--block-wrapper: (error "Variable binding
depth exceeds max-specpdl-size")
Compiler-macro error for cl--block-wrapper: (error "Variable binding
depth exceeds max-specpdl-size")
Eager macro-expansion failure: (error "Variable binding depth exceeds
max-specpdl-size")
Loading d:/Devel/emacs/repo/trunk/lisp/frame.el (source)...



In GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32)
 of 2019-06-15 built on ODIEFAST
Repository revision: d957164ca3c6271989c66017551093d34a197ecf
Repository branch: master
Windowing system distributor 'Microsoft Corp.', version 10.0.18362
System Description: Microsoft Windows 10 Home (v10.0.1903.18362.175)

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Mark saved where search started
Mark set
Saved text from "./temacs --batch  -l loadup --temacs=pbo"
Making completion list... [2 times]
Quit
Type C-x 1 to delete the help window.


Configured using:
 'configure --prefix=/d/Devel/emacs/repo/trunk --with-modules
 --enable-checking=yes
 --enable-locallisppath=%emacs_dir%/../site-lisp:%emacs_dir%/share/emacs/@VER@/site-lisp:%emacs_dir%/share/emacs/site-lisp
 'CFLAGS=-Og -ggdb3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY W32NOTIFY ACL GNUTLS LIBXML2
HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS JSON PDUMPER LCMS2 GMP

Important settings:
  value of $LANG: ESN
  locale-coding-system: cp1252

Major mode: Fundamental

Minor modes in effect:
  server-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config
gnus-util rmail rmail-loaddefs text-property-search time-date seq
byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils cl-extra bug-reference
thingatpt help-fns radix-tree help-mode easymenu misearch multi-isearch
server elec-pair pcase subr-x cl-loaddefs cl-lib mule-util tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32
ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core term/tty-colors frame cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads w32notify w32
lcms2 multi-tty make-network-process emacs)

Memory information:
((conses 16 55691 10449)
 (symbols 48 6410 1)
 (strings 32 19891 1902)
 (string-bytes 1 574925)
 (vectors 16 9851)
 (vector-slots 8 122682 10260)
 (floats 8 23 331)
 (intervals 56 347 26)
 (buffers 992 16))





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

end of thread, other threads:[~2019-06-27 20:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-15  0:53 bug#36216: 27.0.50; Variable binding depth exceeds max-specpld-size during bootstrap Juanma Barranquero
2019-06-15  6:29 ` Eli Zaretskii
2019-06-15 10:00   ` Juanma Barranquero
2019-06-15 10:13     ` Eli Zaretskii
2019-06-16  5:57       ` Juanma Barranquero
2019-06-16 12:01         ` Juanma Barranquero
2019-06-16 14:04           ` Eli Zaretskii
2019-06-16 14:17             ` Juanma Barranquero
2019-06-16 14:20               ` Eli Zaretskii
2019-06-16 19:34                 ` Stefan Monnier
2019-06-16 19:49                   ` Juanma Barranquero
2019-06-16 21:22                     ` Juanma Barranquero
2019-06-27 20:17                       ` Juanma Barranquero
2019-06-16 21:32                     ` Stefan Monnier
2019-06-15 11:22 ` Lars Ingebrigtsen
2019-06-16  6:01   ` Juanma Barranquero

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).