GNU bug report logs - #22065
core dumped during compilation (emacs-25 branch on FreeBSD 9)

Previous Next

Package: emacs;

Reported by: Joseph Mingrone <jrm <at> ftfl.ca>

Date: Mon, 30 Nov 2015 22:16:01 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Joseph Mingrone <jrm <at> ftfl.ca>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 22065 <at> 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
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





This bug report was last modified 9 years and 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.