This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11386] GNU Emacs 21.3 failed to install using GCC 3.3, but GCC 3.2.3 works.
- From: "simon dot marshall at misys dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2003 09:30:10 -0000
- Subject: [Bug optimization/11386] GNU Emacs 21.3 failed to install using GCC 3.3, but GCC 3.2.3 works.
- References: <20030630221211.11386.ishikawa@yk.rim.or.jp>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11386
------- Additional Comments From simon dot marshall at misys dot com 2003-07-07 09:30 -------
You asked someone to build individual files with "-g -O0" to see which file
causes the problem to occur.
I've built emacs-21.3 entirely with "-g -O0" (also "-g" & "-O0" individually
just in case) and it still coredumps on my SunUltra. This is with gcc-3.3, Sun
ld & as:
Program received signal SIGSEGV, Segmentation fault.
0x00042e80 in __do_global_dtors_aux ()
(gdb) where
#0 0x00042e80 in __do_global_dtors_aux ()
#1 0x002cb1e0 in _fini ()
#2 0xfec9bca4 in _exithandle () from /usr/lib/libc.so.1
#3 0xfed1f87c in exit () from /usr/lib/libc.so.1
#4 0x00157fe8 in Fkill_emacs (arg=272538628) at emacs.c:1830
#5 0x00220cf8 in Ffuncall (nargs=1, args=0xffbedc20) at eval.c:2659
#6 0x00281c04 in Fbyte_code (bytestr=808881428, vector=1077317008, maxdepth=5)
at bytecode.c:716
#7 0x00221ae8 in funcall_lambda (fun=1077316836, nargs=1,
arg_vector=0xffbededc) at eval.c:2851
#8 0x00220fc4 in Ffuncall (nargs=2, args=0xffbeded8) at eval.c:2707
#9 0x00219700 in Fcall_interactively (function=272704476,
record_flag=272538628, keys=1077923840) at callint.c:797
#10 0x00171674 in Fcommand_execute (cmd=272704476, record_flag=272538628,
keys=272538628, special=272538628) at keyboard.c:9250
#11 0x0015c204 in command_loop_1 () at keyboard.c:1661
#12 0x0021cbfc in internal_condition_case (bfun=0x15a2e8 <command_loop_1>,
handlers=272660700, hfun=0x159ae4 <cmd_error>) at eval.c:1267
#13 0x0015a080 in command_loop_2 () at keyboard.c:1245
#14 0x0021c47c in internal_catch (tag=272613028,
func=0x15a054 <command_loop_2>, arg=272538628) at eval.c:1030
#15 0x00159ff8 in command_loop () at keyboard.c:1224
#16 0x0015964c in recursive_edit_1 () at keyboard.c:950
#17 0x001598a8 in Frecursive_edit () at keyboard.c:1006
#18 0x0015750c in main (argc=3, argv=0xffbee7c4, envp=0xffbee7d4)
at emacs.c:1547