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

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

seg fault in compact_small_strings()


From: Stephen Eglen
Subject: seg fault in compact_small_strings()
Date: Fri, 29 Oct 2004 12:49:55 +0100

I'm using a recent version of CVS emacs (Oct 26) and notice it has
been seg faulting maybe once/day; I've now started running under gdb
to at least catch the seg fault and provide backtrace.  Today I just
did "M-x vm" and got the following.  I have the gdb session still open
so if there is anything more informative I can provide, let me know.

Stephen

Program received signal SIGSEGV, Segmentation fault.
compact_small_strings () at alloc.c:1870
1870                nbytes = GC_STRING_BYTES (from->string);
(gdb) p from->string
$1 = (struct Lisp_String *) 0x2f786574

(gdb) backtrace
#0  compact_small_strings () at alloc.c:1870
#1  0x081340cf in gc_sweep () at alloc.c:5224
#2  0x0813337f in Fgarbage_collect () at alloc.c:4551
#3  0x0816f63c in Fbyte_code (bytestr=137713008, vector=131,
    maxdepth=-1073755616) at bytecode.c:756
#4  0x08147d16 in funcall_lambda (fun=136157220, nargs=3,
    arg_vector=0xbfffcb4c) at eval.c:2923
#5  0x0814791f in Ffuncall (nargs=4, args=0xbfffcb48) at eval.c:2793
#6  0x0816ec3c in Fbyte_code (bytestr=137491649, vector=3,
    maxdepth=-1073755320) at bytecode.c:686
#7  0x08147d16 in funcall_lambda (fun=136157220, nargs=3,
    arg_vector=0xbfffcc6c) at eval.c:2923
#8  0x0814791f in Ffuncall (nargs=4, args=0xbfffcc68) at eval.c:2793
#9  0x0816ec3c in Fbyte_code (bytestr=137491649, vector=3,
    maxdepth=-1073755032) at bytecode.c:686
#10 0x08147d16 in funcall_lambda (fun=136157220, nargs=3,
    arg_vector=0xbfffcd8c) at eval.c:2923
#11 0x0814791f in Ffuncall (nargs=4, args=0xbfffcd88) at eval.c:2793
#12 0x0816ec3c in Fbyte_code (bytestr=137491649, vector=3,
    maxdepth=-1073754744) at bytecode.c:686
#13 0x08147d16 in funcall_lambda (fun=136157220, nargs=3,
    arg_vector=0xbfffceac) at eval.c:2923
#14 0x0814791f in Ffuncall (nargs=4, args=0xbfffcea8) at eval.c:2793




In GNU Emacs 21.3.50.9 (i686-pc-linux-gnu, GTK+ Version 2.0.6)
 of 2004-10-26 on notch.amtp.cam.ac.uk
configured using `configure '--prefix=/home/raid/bio/sje30/NOBACKUP/local' 
'--with-gtk''

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: C
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  eldoc-mode: t
  iswitchb-mode: t
  partial-completion-mode: t
  auto-compression-mode: t
  display-time-mode: t
  outline-minor-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t

Recent input:
<help-echo> M-x r e p o r t SPC e m SPC b SPC <ret
urn>

Recent messages:
Loading mc-setversion (source)...done
PGP version set to GPG.
Loading advice...done
Restarting server
Source file 
`/home/raid/bio/sje30/NOBACKUP/local/share/emacs/21.3.50/lisp/info-look.el' 
newer than byte-compiled file
Source file 
`/home/raid/bio/sje30/NOBACKUP/local/share/emacs/21.3.50/lisp/info.el' newer 
than byte-compiled file
Loading cl-macs...done
Loading /home/raid/bio/sje30/.emacs-registers...done
Loading eldoc...done
Loading emacsbug...done




reply via email to

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