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

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

SEGV


From: Bill Pringlemeir
Subject: SEGV
Date: Tue, 3 Apr 2007 19:56:33 -0400

I have compile Emacs 21.4.1.

GNU Emacs 21.4.1 (i586-pc-linux-gnu, X toolkit) of 2007-04-03 on localhost

I used the following,

    export CXXFLAGS="-mtune=k6-2 -O3 -mcpu=k6-2"
    export CFLAGS="-mtune=k6-2 -O3 -mcpu=k6-2"
    ./configure --prefix=/usr --with-x11
    make
    su
    make install

When I run M-x gnus I have the following.

(gdb) bt
#0  0x0816b836 in print_object ()
#1  0x0816ecaf in Fprin1 ()
#2  0x0816fc82 in print_error_message ()
#3  0x080fca2c in cmd_error_internal ()
#4  0x080fcb2f in cmd_error ()
#5  0x0815a71d in internal_condition_case ()
#6  0x080fbb7c in command_loop_2 ()
#7  0x0815a813 in internal_catch ()
#8  0x080fccb3 in recursive_edit_1 ()
#9  0x080fcdb5 in Frecursive_edit ()
#10 0x080fbe60 in Fsuspend_emacs ()
#11 0x080f7ff8 in main ()

I nuked all old "elc" files on my system [~/.site-lisp"
"/usr/share/emacs/site-lisp"].  I don't know where the unstripped
binary is.  Do I have to recompile with -g?  I would like to help
resolve this.  I can run the old emacs-21.3 to retrieve my mail.  They
both appear to run gnus v5.9.0.

This is my load-path,

("~/.site-lisp" "/usr/share/emacs/21.4/site-lisp" "/usr/share/emacs/site-lisp" 
"/usr/share/emacs/21.4/leim" "/usr/share/emacs/21.4/lisp" 
"/usr/share/emacs/21.4/lisp/toolbar" "/usr/share/emacs/21.4/lisp/textmodes" 
"/usr/share/emacs/21.4/lisp/progmodes" "/usr/share/emacs/21.4/lisp/play" 
"/usr/share/emacs/21.4/lisp/obsolete" "/usr/share/emacs/21.4/lisp/net" 
"/usr/share/emacs/21.4/lisp/mail" ...)


Thx,
Bill Pringlemeir.





reply via email to

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