unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9348: 23.3; Segfault on opening 'woman' on 'wget'
@ 2011-08-23  8:55 Damien Cassou
  2011-08-23  9:02 ` bug#9348: Can't reproduce on GNU Emacs 24.0.50.1 Damien Cassou
  2011-08-24  7:24 ` bug#9348: 23.3; Segfault on opening 'woman' on 'wget' Glenn Morris
  0 siblings, 2 replies; 4+ messages in thread
From: Damien Cassou @ 2011-08-23  8:55 UTC (permalink / raw)
  To: 9348

Emacs segfault when :

1- run emacs -Q
2- M-x woman <ENTER> wget <ENTER>

"Fatal error (11)Segmentation fault"

In gdb, I tried to execute `bt full' but no table info is available. I
also tried `xbacktrace' as advertised in M-x report-emacs-bug but this
is an undefined command.

I'm using the default emacs23 coming with Ubuntu natty.

Thank you for taking care of Emacs

In GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4)
 of 2011-05-28 on rothera, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11001000
configured using `configure  '--build' 'i686-linux-gnu' '--build'
'i686-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib'
'--libexecdir=/usr/lib' '--localstatedir=/var/lib'
'--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes'
'--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.3/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.3/leim'
'--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars'
'build_alias=i686-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g'
'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r t - e m <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
/usr/share/emacs/23.3/site-lisp/cmake-data/cmake-mode hides
/usr/share/emacs/site-lisp/cmake-mode
/usr/share/emacs/23.3/site-lisp/debian-startup hides
/usr/share/emacs/site-lisp/debian-startup
/usr/share/emacs/23.3/site-lisp/dictionaries-common/ispell hides
/usr/share/emacs/23.3/lisp/textmodes/ispell
/usr/share/emacs/site-lisp/rst hides /usr/share/emacs/23.3/lisp/textmodes/rst
/usr/share/emacs/23.3/site-lisp/dictionaries-common/flyspell hides
/usr/share/emacs/23.3/lisp/textmodes/flyspell

Features:
(shadow sort mail-extr message sendmail regexp-opt ecomplete rfc822 mml
easymenu mml-sec password-cache mm-decode mm-bodies mm-encode mailcap
mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader
gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit
mailheader canlock sha1 hex-util hashcash mail-utils emacsbug tooltip
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting
tool-bar dnd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button
minibuffer faces cus-face files text-properties overlay md5 base64
format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind system-font-setting
font-render-setting gtk x-toolkit x multi-tty emacs)


-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#9348: Can't reproduce on GNU Emacs 24.0.50.1
  2011-08-23  8:55 bug#9348: 23.3; Segfault on opening 'woman' on 'wget' Damien Cassou
@ 2011-08-23  9:02 ` Damien Cassou
  2011-08-24  7:24 ` bug#9348: 23.3; Segfault on opening 'woman' on 'wget' Glenn Morris
  1 sibling, 0 replies; 4+ messages in thread
From: Damien Cassou @ 2011-08-23  9:02 UTC (permalink / raw)
  To: 9348

The problem is not present in

GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.22.0) of
2011-08-22 on dfontaine-laptop, modified by Debian

a version of Emacs that can be found in http://emacs.naquadah.org/

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#9348: 23.3; Segfault on opening 'woman' on 'wget'
  2011-08-23  8:55 bug#9348: 23.3; Segfault on opening 'woman' on 'wget' Damien Cassou
  2011-08-23  9:02 ` bug#9348: Can't reproduce on GNU Emacs 24.0.50.1 Damien Cassou
@ 2011-08-24  7:24 ` Glenn Morris
  2011-08-24  8:12   ` Damien Cassou
  1 sibling, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2011-08-24  7:24 UTC (permalink / raw)
  To: Damien Cassou; +Cc: 9348

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#9348: 23.3; Segfault on opening 'woman' on 'wget'
  2011-08-24  7:24 ` bug#9348: 23.3; Segfault on opening 'woman' on 'wget' Glenn Morris
@ 2011-08-24  8:12   ` Damien Cassou
  0 siblings, 0 replies; 4+ messages in thread
From: Damien Cassou @ 2011-08-24  8:12 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 9348

On Wed, Aug 24, 2011 at 9:24 AM, Glenn Morris <rgm@gnu.org> wrote:
> 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

when I follow this process, I get the sources for 23.2.1 and I can't
reproduce the crash. I don't know where the 23.3.1 version of the
binary I used come from (I'm sure I never compiled it myself).

You should probably close this report, sorry about that.

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-24  8:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-23  8:55 bug#9348: 23.3; Segfault on opening 'woman' on 'wget' Damien Cassou
2011-08-23  9:02 ` bug#9348: Can't reproduce on GNU Emacs 24.0.50.1 Damien Cassou
2011-08-24  7:24 ` bug#9348: 23.3; Segfault on opening 'woman' on 'wget' Glenn Morris
2011-08-24  8:12   ` Damien Cassou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).