emacs-devel
[Top][All Lists]
Advanced

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

Emacs 23.2 for Mac installed from MacPorts dies on startup


From: John Wiegley
Subject: Emacs 23.2 for Mac installed from MacPorts dies on startup
Date: Sun, 9 May 2010 22:49:44 -0400

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 via email to

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