Received: (at submit) by bugs.debian.org; 13 May 1997 18:04:27 +0000 Received: (qmail 13781 invoked from network); 13 May 1997 18:04:21 -0000 Received: from puce.csi.cam.ac.uk (exim@131.111.8.40) by master.debian.org with SMTP; 13 May 1997 18:04:17 -0000 Received: from reeve [131.111.142.130] (jjr23) by puce.csi.cam.ac.uk with smtp (Exim 1.62 #1) id 0wRLvl-0004ZH-00; Tue, 13 May 1997 19:04:09 +0100 Sender: jjr23@hermes.cam.ac.uk Message-ID: <3378AD18.284F6F5D@cam.ac.uk> Date: Tue, 13 May 1997 19:04:08 +0100 From: "John J. Rimell" <jjr23@cam.ac.uk> Organization: http://ben-hope.joh.cam.ac.uk/~jjr23 X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.30 i586) MIME-Version: 1.0 To: submit@bugs.debian.org Subject: xemacs19 crashes immediately following a dselect install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Package: xemacs19 Version: 19.15-3 I install xemacs19 from the unstable package list and it crashes when I try to run it. This is the error message I get ..... ----------------------------------------------------------------- Fatal error (11). Your files have been auto-saved. Use `M-x recover-session' to recover them. Please report this bug to the address `crashes@xemacs.org'. *MAKE SURE* to include as much configuration information as possible; at the very least what OS and hardware you are running on, and hopefully also what compiler and compiler options the binary was compiled with, what options XEmacs was compiled with, whether you are using a prebuilt binary from ftp.xemacs.org or compiled XEmacs yourself for your system, etc. If at all possible, *please* try to obtain a C stack backtrace; it will help us immensely in determining what went wrong. To do this, locate the core file that was produced as a result of this crash (it's usually called `core' and is located in the directory in which you started XEmacs, or maybe in your home directory), and type gdb /usr/bin/xemacs core then type `where' when the debugger prompt comes up. (If you don't have GDB on your system, you might have DBX, or XDB, or SDB. A similar procedure should work for all of these. Ask your system administrator if you need more help.) Lisp backtrace follows: delete-device(#<stream-device on "stdio" 0x24e>) frame-initialize() # bind (debugger debug-on-error command-line-args-left) command-line() # (unwind-protect ...) normal-top-level() # (condition-case ... . error) # (catch top-level ...) Segmentation fault ------------------------------------------------------ Upon running the gdb command above, I get this..... --------------------------------------------------------- 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 (i586-debian-linux), Copyright 1996 Free Software Foundation, Inc... (no debugging symbols found)... Core was generated by `xemacs'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/X11R6/lib/Xaw3d/libXaw.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXpm.so.4...(no debugging symbols found)...done. Reading symbols from /usr/lib/libcompface.so.1...(no debugging symbols found)...done. Reading symbols from /usr/lib/libjpeg.so.6a...(no debugging symbols found)...done. Reading symbols from /usr/lib/libpng.so.1...(no debugging symbols found)...done. Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXmu.so.6...(no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXt.so.6...(no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libSM.so.6...(no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libICE.so.6...(no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXext.so.6...(no debugging symbols found)... done. Reading symbols from /usr/X11R6/lib/libX11.so.6...(no debugging symbols found)...done. Reading symbols from /usr/lib/libncurses.so.3.0...(no debugging symbols found)...done. Reading symbols from /usr/lib/libgdbm.so.1...(no debugging symbols found)...done. Reading symbols from /usr/lib/libdb.so.1...(no debugging symbols found)...done. Reading symbols from /usr/lib/libm.so.5...(no debugging symbols found)...done. Reading symbols from /usr/lib/libc.so.5...(no debugging symbols found)...done. Reading symbols from /lib/ld-linux.so.1...(no debugging symbols found)...done. #0 0x40295bd5 in __kill () (gdb) where #0 0x40295bd5 in __kill () #1 0x806e70d in fatal_error_signal () #2 0xbfffef8c in ?? () (gdb) ------------------------------------------------------------------------ I am using Debian 1.3, kernel version 2.0.30 reeve:jjr23$ uname -a Linux reeve 2.0.30 #2 Thu Apr 17 21:26:15 BST 1997 i586 unknown reeve:jjr23$ ls -l /lib/libc.so.5 lrwxrwxrwx 1 root root 14 May 5 00:27 /lib/libc.so.5 -> libc.so.5.4.23 reeve:jjr23$ ls -l /lib/libc.so.6 lrwxrwxrwx 1 root root 13 May 13 16:29 /lib/libc.so.6 -> libc-2.0.3.so reeve:jjr23$ -- ****************************************************************** * Rome wasn't built in a day???? * John Rimell * * I wasn't in charge of that job!! * St. John's College, * * anon. * Cambridge. * * http://ben-hope.joh.cam.ac.uk/~jjr23 * mailto:jjr23@cam.ac.uk * ******************************************************************