all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 11684@debbugs.gnu.org, James Peterson <larsthegeek@gmail.com>
Subject: bug#11684: 24.1.50; Version 24.1.50 crash on OS X Lion
Date: Tue, 12 Jun 2012 22:22:54 +0200	[thread overview]
Message-ID: <91C9C9F4-932A-48D6-BD14-B0DF61A79294@swipnet.se> (raw)
In-Reply-To: <83fwa0z5dw.fsf@gnu.org>

Hello.

12 jun 2012 kl. 21:39 skrev Eli Zaretskii:

>> From: James Peterson <larsthegeek@gmail.com>
>> Date: Tue, 12 Jun 2012 11:26:47 -0700
>> 
>> 
>> 
>> 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.
> 

I don't think it is a duplicate of 11583.  That bug was a crash in x_free_frame_resources.  This is in the font code.  According to the recepie to reproduce, x_free_frame_resources has not been called.

	Jan D.






      reply	other threads:[~2012-06-12 20:22 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
2012-06-12 20:22   ` Jan Djärv [this message]

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=91C9C9F4-932A-48D6-BD14-B0DF61A79294@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=11684@debbugs.gnu.org \
    --cc=eliz@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.