all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@elta.co.il>
Subject: Re: customizing emacs at compile time (or with dump-emacs?)
Date: 22 Feb 2004 08:07:13 +0200	[thread overview]
Message-ID: <usmh3ejfy.fsf@elta.co.il> (raw)
In-Reply-To: <E1AucKm-0002x4-00@linux183.ma.utexas.edu> (message from Joe Corneli on Sat, 21 Feb 2004 12:58:40 -0600)

> From: Joe Corneli <jcorneli@math.utexas.edu>
> Date: Sat, 21 Feb 2004 12:58:40 -0600
> 
> How to debug this?

Run Emacs under a debugger and when it gets SIGSEGV, look around to
see what went wrong.  The file etc/DEBUG in the Emacs distro has
several hints on debugging Emacs.

> Here is the script I used
> 
> #!/bin/sh
> MYEMACS=$1
> $MYEMACS --batch \
>  --load ~/site-lisp/joes_loads.el \
>  --execute "(dump-emacs \"femacs\" \"$MYEMACS\")"

Replace $MYEMACS with "gdb $MYEMACS --args", that will run Emacs
under GDB.

  reply	other threads:[~2004-02-22  6:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200402211702.i1LH2B102501@dell3.ma.utexas.edu>
2004-02-21 18:58 ` customizing emacs at compile time (or with dump-emacs?) Joe Corneli
2004-02-22  6:07   ` Eli Zaretskii [this message]
     [not found] <mailman.223.1077327893.340.help-gnu-emacs@gnu.org>
2004-02-21  2:19 ` Billy O'Connor
2004-02-21  1:43 Joe Corneli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=usmh3ejfy.fsf@elta.co.il \
    --to=eliz@elta.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.