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

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

bug#9348: 23.3; Segfault on opening 'woman' on 'wget'


From: Glenn Morris
Subject: bug#9348: 23.3; Segfault on opening 'woman' on 'wget'
Date: Wed, 24 Aug 2011 03:24:13 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Damien Cassou wrote:

> 1- run emacs -Q
> 2- M-x woman <ENTER> wget <ENTER>
>
> "Fatal error (11)Segmentation fault"

Can't do anything without a backtrace. Does Ubuntu provide a debug
package, or can you compile Emacs from source with debugging info? The
latter goes something like:

sudo apt-get build-dep emacs23
extract emacs source, and run

CFLAGS="-O0 -g" ./configure
make
cd src
gdb ./emacs
run -Q
repeat creash, post backtrace

> In GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4)
>  of 2011-05-28 on rothera, modified by Debian





reply via email to

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