all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Joseph Mingrone <jrm@ftfl.ca>
Cc: Lars Ingebrigtsen <larsi@gnus.org>, 22065@debbugs.gnu.org
Subject: bug#22065: core dumped during compilation (emacs-25 branch on FreeBSD 9)
Date: Fri, 12 Feb 2016 17:08:21 -0800	[thread overview]
Message-ID: <56BE8205.7030505@cs.ucla.edu> (raw)
In-Reply-To: <867fkz16lw.fsf@phe.ftfl.ca>

I doubt whether the “comparison is always true due to limited range of 
data type” messages are related to the core dump. Those messages are 
merely due to a boastful compiler announcing that it can optimize a 
comarison away. Although recent GCCs are less boastful, they’re still 
doing that optimization.

We’ve made some important changes to emacs-25 in this area since this 
bug was reported in November. Is the current version of emacs-25 still 
dumping core on FreeBSD 9? If not, we can close the bug. Otherwise, 
please run it under a debugger and give us a backtrace. Something like 
this, say:

$ make clean
$ make CFLAGS='-g3 -O0'
[Presumably this fails when temacs dumps core.]
$ cd src
$ gdb temacs
(gdb) source .gdbinit
(gdb) r --batch --load loadup bootstrap
[Presumably this segvs.]
(gdb) bt






  parent reply	other threads:[~2016-02-13  1:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-30 22:10 bug#22065: core dumped during compilation (emacs-25 branch on FreeBSD 9) Joseph Mingrone
2015-12-26 21:22 ` Lars Ingebrigtsen
2016-02-13  1:08 ` Paul Eggert [this message]
2016-02-14 16:12 ` Wolfgang Jenkner
2016-02-14 19:47   ` Paul Eggert
2016-02-15  4:05     ` Joseph Mingrone
2016-02-15  5:56       ` Ashish SHUKLA
2016-02-15  8:17       ` Paul Eggert
2016-02-15 13:08         ` Wolfgang Jenkner
2016-02-15 18:51           ` Joseph Mingrone
2016-02-15 18:51         ` Joseph Mingrone
2016-02-17  3:38           ` Joseph Mingrone
2016-02-17  7:56             ` Paul Eggert
2016-02-17 13:23               ` Wolfgang Jenkner
2016-02-17 15:35                 ` Joseph Mingrone
2016-02-17 17:49             ` Wolfgang Jenkner
2016-02-17 22:45               ` Joseph Mingrone
2016-02-18 13:39                 ` Wolfgang Jenkner
2016-03-20  2:40 ` Paul Eggert
     [not found] ` <handler.22065.D22065.145844160912708.notifdone@debbugs.gnu.org>
2016-03-20  2:52   ` bug#22065: closed (Re: bug#22065: core dumped during compilation (emacs-25 branch on FreeBSD 9)) Joseph Mingrone

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=56BE8205.7030505@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=22065@debbugs.gnu.org \
    --cc=jrm@ftfl.ca \
    --cc=larsi@gnus.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.