Date: Tue, 2 Dec 1997 22:11:07 -0600 (CST) From: Jacques Vidrine <nectar@NECTAR.COM> To: hackers@freebsd.org Subject: emacs core dumping on -current? Message-ID: <Pine.BSF.3.96.971202220922.22879A-100000@kai.communique.net>
next in thread | raw e-mail | index | archive | help
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 <n@nectar.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971202220922.22879A-100000>