all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: James Peterson <larsthegeek@gmail.com>
Cc: 11684@debbugs.gnu.org
Subject: bug#11684: 24.1.50; Version 24.1.50 crash on OS X Lion
Date: Tue, 12 Jun 2012 22:39:39 +0300	[thread overview]
Message-ID: <83fwa0z5dw.fsf@gnu.org> (raw)
In-Reply-To: <m2haug9yjc.fsf@gmail.com>

> From: James Peterson <larsthegeek@gmail.com>
> Date: Tue, 12 Jun 2012 11:26:47 -0700
> 
> - Compiled emacs from source, OS X Lion (64 bit)
> - Compile options "--with-ns --without-dbus"
> - Copy Emacs.app to /Applications
> - Open emacs
> - Run "M-x package-list-packages"
> - Crash
> 
> Note: Running command-line emacs (same compile, just using --without-x)
> appears to work, so issue seems to be somewhere in GUI or associated
> libraries.
> 
> Crashdump:
> 
> Process:         Emacs [49147]
> Path:            /Applications/Emacs.app/Contents/MacOS/Emacs
> Identifier:      org.gnu.Emacs
> Version:         Version 24.1.50 (9.0)
> Code Type:       X86-64 (Native)
> Parent Process:  launchd [270]
> 
> Date/Time:       2012-06-12 11:17:30.176 -0700
> OS Version:      Mac OS X 10.7.4 (11E53)
> Report Version:  9
> 
> Crashed Thread:  0  Dispatch queue: com.apple.main-thread
> 
> Exception Type:  EXC_BAD_ACCESS (SIGABRT)
> Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
> 
> VM Regions Near 0:
> --> 
>     __TEXT                 0000000100000000-0000000100200000 [ 2048K] r-x/rwx SM=COW  /Applications/Emacs.app/Contents/MacOS/Emacs
> 
> Application Specific Information:
> objc[49147]: garbage collection is OFF
> abort() called
> 
> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
> 0   libsystem_kernel.dylib        	0x00007fff8dc0182a __kill + 10
> 1   org.gnu.Emacs                 	0x00000001000a608b fatal_error_signal + 347
> 2   libsystem_c.dylib             	0x00007fff8a1c3cfa _sigtramp + 26
> 3   libsystem_kernel.dylib        	0x00007fff8dc01ce2 __pthread_kill + 10
> 4   libsystem_c.dylib             	0x00007fff8a1717d2 pthread_kill + 95
> 5   libsystem_c.dylib             	0x00007fff8a162a7a abort + 143
> 6   org.gnu.Emacs                 	0x000000010018eb9f ns_term_shutdown + 79
> 7   org.gnu.Emacs                 	0x00000001000a5750 shut_down_emacs + 192
> 8   org.gnu.Emacs                 	0x00000001000a6057 fatal_error_signal + 295
> 9   libsystem_c.dylib             	0x00007fff8a1c3cfa _sigtramp + 26
> 10  com.apple.CoreFoundation      	0x00007fff8d7f83c2 CFStringGetLength + 18
> 11  com.apple.CoreFoundation      	0x00007fff8d80f97e CFStringCompare + 30
> 12  com.apple.CoreText            	0x00007fff874b67b2 CompareLocalizedDescriptorsByTraitsAndPrecedence(void const*, void const*, void*, bool) + 209
> 13  com.apple.CoreFoundation      	0x00007fff8d830fdd __CFSimpleMergeSort + 141
> 14  com.apple.CoreFoundation      	0x00007fff8d831083 __CFSimpleMergeSort + 307
> 15  com.apple.CoreFoundation      	0x00007fff8d831067 __CFSimpleMergeSort + 279
> 16  com.apple.CoreFoundation      	0x00007fff8d831083 __CFSimpleMergeSort + 307
> 17  com.apple.CoreFoundation      	0x00007fff8d831083 __CFSimpleMergeSort + 307
> 18  com.apple.CoreFoundation      	0x00007fff8d831067 __CFSimpleMergeSort + 279
> 19  com.apple.CoreFoundation      	0x00007fff8d831067 __CFSimpleMergeSort + 279
> 20  com.apple.CoreFoundation      	0x00007fff8d831083 __CFSimpleMergeSort + 307
> 21  com.apple.CoreFoundation      	0x00007fff8d831067 __CFSimpleMergeSort + 279
> 22  com.apple.CoreFoundation      	0x00007fff8d830ef6 CFSortIndexes + 1446
> 23  com.apple.CoreFoundation      	0x00007fff8d803e33 CFQSortArray + 275
> 24  com.apple.CoreFoundation      	0x00007fff8d803bb8 CFArraySortValues + 1080
> 25  com.apple.CoreText            	0x00007fff874e0b28 TDescriptorSource::GetAllDescriptors(bool, long (*)(void const*, void const*, void*)) const + 136
> 26  com.apple.CoreText            	0x00007fff874ad587 TDescriptor::CreateMatchingDescriptors(__CFSet const*, unsigned long) const + 163
> 27  com.apple.AppKit              	0x00007fff8a65b599 -[NSCTFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] + 12
> 28  org.gnu.Emacs                 	0x00000001001a9801 ns_findfonts + 449
> 29  org.gnu.Emacs                 	0x0000000100133d06 font_list_entities + 1414
> 30  org.gnu.Emacs                 	0x0000000100135717 font_find_for_lface + 1239
> 31  org.gnu.Emacs                 	0x000000010017f6dd fontset_find_font + 1597
> 32  org.gnu.Emacs                 	0x000000010017fc7b fontset_font + 283
> 33  org.gnu.Emacs                 	0x0000000100180123 face_for_char + 291
> 34  org.gnu.Emacs                 	0x0000000100035e61 get_next_display_element + 2625

Sounds like a duplicate of bug #11583, perhaps the fix for it
(revision 108036 on the emacs-24 branch) will fix this one as well.





  parent reply	other threads:[~2012-06-12 19:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-12 18:26 bug#11684: 24.1.50; Version 24.1.50 crash on OS X Lion James Peterson
2012-06-12 19:30 ` Glenn Morris
2012-06-12 19:39 ` Eli Zaretskii [this message]
2012-06-12 20:22   ` Jan Djärv

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=83fwa0z5dw.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=11684@debbugs.gnu.org \
    --cc=larsthegeek@gmail.com \
    /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.