all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Wiegley <jwiegley@gmail.com>
To: "emacs-devel@gnu.org devel" <emacs-devel@gnu.org>
Subject: Emacs 23.2 for Mac installed from MacPorts dies on startup
Date: Sun, 9 May 2010 22:49:44 -0400	[thread overview]
Message-ID: <CAE1D465-FC72-4C67-A02C-9BB37CCA4C3F@gmail.com> (raw)

I did a "port selfupdate" today to find that 23.2 was available.  So I did what I did for 23.1:

port edit emacs-app

edit the Portfile to add these lines (better optimization on OS X):

  configure.cflags  -fast
  configure.ldflags  -fast

Then I built and ran.  Now, emacs -Q runs, but if I run it with my regular .emacs it crashes before the .emacs has finished loading.  Here's the stack trace:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000012
0x00007fff87ffd97b in libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_x86_64>::step ()
(gdb) bt
#0  0x00007fff87ffd97b in libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_x86_64>::step ()
#1  0x00007fff82e1c4b6 in objc_addExceptionHandler ()
#2  0x00007fff87ce0212 in _CFDoExceptionOperation ()
#3  0x00007fff86b88571 in _NSAppKitLock ()
#4  0x00007fff86e7eacf in +[NSColorList availableColorLists] ()
#5  0x00000001001a103c in ns_get_color ()
Previous frame inner to this frame (gdb could not unwind past this frame)

Looks like a NULL deference from here.  I'll try again later without the Portfile change.

John



             reply	other threads:[~2010-05-10  2:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-10  2:49 John Wiegley [this message]
2010-05-10  8:12 ` Emacs 23.2 for Mac installed from MacPorts dies on startup John Wiegley

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=CAE1D465-FC72-4C67-A02C-9BB37CCA4C3F@gmail.com \
    --to=jwiegley@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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.