[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help debugging an Emacs crash
From: |
Daniel Barrett |
Subject: |
Re: Help debugging an Emacs crash |
Date: |
Mon, 4 Apr 2005 22:38:03 -0400 |
On April 4, 2005, Daniel Barrett wrote:
>On April 5, 2005, Eli Zaretskii wrote:
>>> I am experiencing emacs segmentation faults under X....
>>For starters, please run GDB on the core file and post here a
>>traceback for these crashes.
>
>I'd be happy to, but there's no core file generated. Just a segfault.
>
>>Next, please read the file etc/DEBUG in the Emacs distribution which
>>gives some tips on debugging Emacs.
>
>Thanks - I'll start running emacs under gdb and see what happens.
Unfortunately it looks like SUSE's emacs is compiled without debugging
symbols. Here's a stack trace of the crash...
Program received signal SIGSEGV, Segmentation fault.
0x403ba615 in bcopy () from /lib/tls/libc.so.6
(gdb) bt
#0 0x403ba615 in bcopy () from /lib/tls/libc.so.6
#1 0x080516f3 in ?? ()
#2 0x10fe5d1c in ?? ()
#3 0x10ffbdc4 in ?? ()
#4 0x000160a8 in ?? ()
#5 0x088215a8 in ?? ()
#6 0x088215fc in ?? ()
#7 0x000160a8 in ?? ()
#8 0x087b8258 in ?? ()
#9 0x11011e6c in ?? ()
#10 0x087ce300 in ?? ()
#11 0x10ffbdc4 in ?? ()
#12 0xbfffdf38 in ?? ()
#13 0x0812ab49 in re_search ()
Previous frame identical to this frame (corrupt stack?)
I imagine this isn't very helpful. I'll grab the sources, build my
own Emacs, and see if the problem remains.
--
Dan Barrett
dbarrett@blazemonger.com