help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs 21~22 crash on Fedora 10


From: Katsumi Yamaoka
Subject: Emacs 21~22 crash on Fedora 10
Date: Tue, 27 Jan 2009 11:39:02 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

Hi,

Recently Emacs 21.1~22.3 having been installed in the Fedora 10
Linux box got to crash.  Rebuilding does not help.  I guess some
of the recent updates in Fedora 10 caused it, but I'm ignorant
of those changes, sorry.  Emacs 23.0.60, XEmacs 21.4.22 and 21.5-
b28 are all right so far.  Emacs 22.2 that fedora provides through
yum works, too.  Has anyone fixed this problem?  Thanks in advance.

The backtrace I caught with Emacs 22.3 built today is attached.
It was built by performing ``./configure --without-xim; make'':

--8<---------------cut here---------------start------------->8---
Configured for `i686-pc-linux-gnu'.

  Where should the build process find the source code?    /Work/emacs-22.3
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc -g -O2 
-Wno-pointer-sign 
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 yes
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use -lungif?                                 yes
  Does Emacs use -lpng?                                   yes
  Does Emacs use X toolkit scroll bars?                   yes
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
GNU gdb Fedora (6.8-29.fc10)
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from 
terminal]
DISPLAY = :0.0
TERM = xterm
Breakpoint 1 at 0x80f2e66: file emacs.c, line 432.
Breakpoint 2 at 0x810d427: file sysdep.c, line 1386.
(gdb) r
Starting program: /Work/emacs-22.3/src/emacs -geometry 80x40+0+0
warning: "/usr/lib/debug/usr/lib/libungif.so.4.1.3.debug": The separate debug 
info file has no debug info
[Thread debugging using libthread_db enabled]
[New Thread 0x400297e0 (LWP 18296)]
Breakpoint 3 at 0x80ca6f6: file xterm.c, line 7868.

Program received signal SIGSEGV, Segmentation fault.
0x0085d1eb in call_init () at dl-init.c:70
70            init (argc, argv, env);
(gdb) q
The program is running.  Exit anyway? (y or n) 
--8<---------------cut here---------------end--------------->8---

Regards,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]