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

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

crashes on x86_64


From: Reiner Steib
Subject: crashes on x86_64
Date: Mon, 29 Aug 2005 18:37:13 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Hi,

during the last few days (I didn't build for about one month, so the
problem might have started earlier), Emacs built on x86_64 (AMD 64
bit) crashes quite often (several times per day).

Here's some gdb output:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 182940272320 (LWP 31751)]
make_uninit_multibyte_string (nchars=10, nbytes=10) at 
[...]/emacs/src/alloc.c:1884
1884      string_free_list = NEXT_FREE_LISP_STRING (s);

(gdb) bt full
#0  make_uninit_multibyte_string (nchars=10, nbytes=10) at 
[...]/emacs/src/alloc.c:1884
        string = Variable "string" is not available.
(gdb) xbacktrace 
(gdb) p string_free_list
$1 = (struct Lisp_String *) 0xc8
(gdb) pr string_free_list

Program received signal SIGSEGV, Segmentation fault.
make_uninit_multibyte_string (nchars=200, nbytes=200) at 
[...]/emacs/src/alloc.c:1884
1884      string_free_list = NEXT_FREE_LISP_STRING (s);
The program being debugged was signaled while in a function called from GDB.
GDB remains in the frame where the signal was received.
To change this behavior use "set unwindonsignal on"
Evaluation of the expression containing the function (debug_print) will be 
abandoned.
(gdb) pp string_free_list
25


In GNU Emacs 22.0.50.16 (x86_64-unknown-linux-gnu, GTK+ Version 2.4.9)
 of 2005-08-29 on bridgekeeper
X server distributor `The X.Org Foundation', version 11.0.60801000
configured using `configure '--prefix=/import/xtra/emacs/HEAD' '--with-gtk' 
'--exec-prefix=/import/xtra/emacs/HEAD-x86_64''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: POSIX
  value of $LC_CTYPE: address@hidden
  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
  locale-coding-system: iso-8859-15
  default-enable-multibyte-characters: t

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





reply via email to

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