all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* SEGV
@ 2007-04-03 23:56 Bill Pringlemeir
  0 siblings, 0 replies; only message in thread
From: Bill Pringlemeir @ 2007-04-03 23:56 UTC (permalink / raw)
  To: bug-gnu-emacs


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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-03 23:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-03 23:56 SEGV Bill Pringlemeir

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.