From owner-freebsd-hackers Tue Dec 2 20:11:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA05289 for hackers-outgoing; Tue, 2 Dec 1997 20:11:06 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from kai.communique.net (Kai.communique.net [204.27.67.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA05280 for ; Tue, 2 Dec 1997 20:11:03 -0800 (PST) (envelope-from nectar@NECTAR.COM) Received: (from smap@localhost) by kai.communique.net (8.8.8/8.8.7) id WAA22890 for ; Tue, 2 Dec 1997 22:11:35 -0600 (CST) X-Authentication-Warning: kai.communique.net: smap set sender to using -f Received: from localhost.communique.net(127.0.0.1) by kai.communique.net via smap (V2.0) id xma022886; Tue, 2 Dec 97 22:11:08 -0600 Date: Tue, 2 Dec 1997 22:11:07 -0600 (CST) From: Jacques Vidrine X-Sender: nectar@kai.communique.net To: hackers@freebsd.org Subject: emacs core dumping on -current? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, emacs-19.34 has started dumping core on me since I cvsup'd and make'd on 12/2. Recompiling emacs didn't help. The backtrace looks like the below. Has anyone else seen this? $ gdb emacs GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... (gdb) core emacs.core Core was generated by `emacs'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/libexec/ld.so...done. Reading symbols from /usr/X11R6/lib/libXaw.so.6.1...done. Reading symbols from /usr/X11R6/lib/libXmu.so.6.0...done. Reading symbols from /usr/X11R6/lib/libXt.so.6.0...done. Reading symbols from /usr/X11R6/lib/libX11.so.6.1...done. Reading symbols from /usr/X11R6/lib/libSM.so.6.0...done. Reading symbols from /usr/X11R6/lib/libICE.so.6.3...done. Reading symbols from /usr/X11R6/lib/libXext.so.6.3...done. Reading symbols from /usr/lib/libutil.so.2.2...done. Reading symbols from /usr/lib/libtermcap.so.3.0...done. Reading symbols from /usr/lib/libm.so.2.0...done. Reading symbols from /usr/lib/libc.so.3.0...done. #0 0xc40d4 in _malloc_internal (size=4096) at gmalloc.c:717 717 while (_heapinfo[block].free.size < blocks) (gdb) bt #0 0xc40d4 in _malloc_internal (size=4096) at gmalloc.c:717 #1 0xc4651 in malloc (size=4096) at gmalloc.c:810 #2 0xc3ef6 in _malloc_internal (size=0) at gmalloc.c:679 #3 0xc4651 in malloc (size=4) at gmalloc.c:810 #4 0x85c21 in emacs_blocked_malloc (size=4) at alloc.c:365 #5 0xc4651 in malloc (size=4) at gmalloc.c:810 #6 0x85a0b in xmalloc (size=4) at alloc.c:261 #7 0x3f6ba in sort_args (argc=1, argv=0xefbfdbd0) at emacs.c:1087 #8 0x3ebe1 in main (argc=1, argv=0xefbfdbd0, envp=0xefbfdbd8) at emacs.c:437 (gdb) Jacques Vidrine