unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Latest master is broken
Date: Sun, 19 Feb 2017 18:13:01 +0200	[thread overview]
Message-ID: <83mvdip3aq.fsf@gnu.org> (raw)

It produces a warning, and then aborts during loadup:

  In file included from fns.c:30:0:
  fns.c: In function 'make_hash_table':
  fns.c:3693:53: warning: implicit conversion from 'float' to 'double' to match other operand of binary expression [-Wdouble-promotion]
     eassert (0 < rehash_threshold && rehash_threshold <= 1.0);
						       ^
  lisp.h:196:27: note: in definition of macro 'eassert'
      (suppress_checking || (cond)     \
			     ^
  [...]
    CCLD     temacs.exe
  /bin/mkdir -p ../etc
  make -C ../lisp update-subdirs
  make[2]: Entering directory `/d/gnu/git/emacs/trunk/lisp'
  make[2]: Leaving directory `/d/gnu/git/emacs/trunk/lisp'
  ./temacs --batch  --load loadup bootstrap

  fns.c:3693: Emacs fatal error: assertion failed: 0 < rehash_threshold && rehash_threshold <= 1.0

Let me know if I can provide more information.



             reply	other threads:[~2017-02-19 16:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-19 16:13 Eli Zaretskii [this message]
2017-02-19 16:29 ` Latest master is broken Kaushal Modi
2017-02-19 16:38   ` Eli Zaretskii
2017-02-19 16:37 ` Eli Zaretskii
2017-02-19 18:43   ` Stefan Monnier
2017-02-19 20:26     ` Paul Eggert

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83mvdip3aq.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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 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).