I don't see a build report from you later than one for "Thuringian",
if you haven't changed anything since then, I see something that might
be a problem. PGCC/EGCS has known optimization bugs at `-O6
-march=pentium'[1]. Try adding -fno-risc and -fno-peep-spills and
rebuilding and see if the problem magically goes away.
Michael Harnois <mharnois(a)sbtek.net> writes:
I can't figure out what the hell is going on here. Can anyone
shed
some light? I'm trying to build b47. This is what gdb tells me about
the core generated by temacs.
#0 0x816f583 in reset_all_consoles () at sysdep.c:1941
#1 0x80aafdf in shut_down_emacs (sig=11, stuff={gu = {
type = Lisp_Type_Record, val = 34482503}, s = {bits = 0,
val = 68965006}, u = {bits = 0, val = 68965006}, ui = 137930012,
i = 137930012, v = 0x838a51c, cv = 0x838a51c}) at emacs.c:2244
#2 0x80aae92 in fatal_error_signal (sig=11) at emacs.c:243
#3 0xbffffc04 in ?? ()
#4 0x81659fd in defsymbol (location=0x835fff0, name=0x81bc22d "t")
at symbols.c:3205
#5 0x8163f90 in init_symbols_once_early () at symbols.c:3197
#6 0x80a92e9 in xemacs_21_0_i586_pc_linux (argc=1, argv=0xbffffd44,
envp=0xbffffd4c, restart=0) at emacs.c:840
#7 0x80ab1f1 in main (argc=1, argv=0xbffffd44, envp=0xbffffd4c)
at emacs.c:2057
Footnotes:
[1] They are present in all released 1.0x versions of egcs.