all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Florian Ebeling <florian.ebeling@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 11541@debbugs.gnu.org, cyd@gnu.org
Subject: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3
Date: Fri, 1 Jun 2012 10:52:16 +0200	[thread overview]
Message-ID: <CAGOk8R88bUj6fdaWYfGJ-6hUiGp=zBj6ax8PaYBUfgLejwRs6g@mail.gmail.com> (raw)
In-Reply-To: <CAGOk8R_c9GEdho8TOTFY6QAs_mQzK5gOg-Ob_3ro0FTfVkAqBw@mail.gmail.com>

I also see crashes whose stack traces looks quite similar when doing
editing on non-unicode text.

This is from editing a pure ASCII file. The crash originates from a
call to CGStringGetLength below ns_findfonts as well. Head of the
system crash reporter text looks like this:

Process:         Emacs [11929]
Path:            /Applications/Emacs.app/Contents/MacOS/Emacs
Identifier:      org.gnu.Emacs
Version:         Version 24.0.97 (9.0)
Code Type:       X86-64 (Native)
Parent Process:  launchd [225]

Date/Time:       2012-06-01 10:42:51.606 +0200
OS Version:      Mac OS X 10.7.4 (11E53)
Report Version:  9

Interval Since Last Report:          48562 sec
Crashes Since Last Report:           2
Per-App Interval Since Last Report:  29627 sec
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      C18CC773-D97A-495D-9009-B980469EE8A9

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-00000001001f4000 [ 2000K]
r-x/rwx SM=COW  /Applications/Emacs.app/Contents/MacOS/Emacs

Application Specific Information:
objc[11929]: garbage collection is OFF
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff89f9482a __kill + 10
1   org.gnu.Emacs                 	0x00000001000a29e0 fatal_error_signal + 320
2   libsystem_c.dylib             	0x00007fff8afbdcfa _sigtramp + 26
3   libsystem_kernel.dylib        	0x00007fff89f94ce2 __pthread_kill + 10
4   libsystem_c.dylib             	0x00007fff8af6b7d2 pthread_kill + 95
5   libsystem_c.dylib             	0x00007fff8af5ca7a abort + 143
6   org.gnu.Emacs                 	0x000000010018cb21 ns_term_shutdown + 129
7   org.gnu.Emacs                 	0x00000001000a08bf shut_down_emacs + 239
8   org.gnu.Emacs                 	0x00000001000a29af fatal_error_signal + 271
9   libsystem_c.dylib             	0x00007fff8afbdcfa _sigtramp + 26
10  com.apple.CoreFoundation      	0x00007fff8966d3c2 CFStringGetLength + 18
11  com.apple.CoreFoundation      	0x00007fff896849e9
CFStringCompareWithOptionsAndLocale + 73
12  com.apple.CoreText            	0x00007fff89e937b2
CompareLocalizedDescriptorsByTraitsAndPrecedence(void const*, void
const*, void*, bool) + 209
13  com.apple.CoreFoundation      	0x00007fff896a5fa5 __CFSimpleMergeSort + 85
14  com.apple.CoreFoundation      	0x00007fff896a6067 __CFSimpleMergeSort + 279
15  com.apple.CoreFoundation      	0x00007fff896a6083 __CFSimpleMergeSort + 307
16  com.apple.CoreFoundation      	0x00007fff896a6083 __CFSimpleMergeSort + 307
17  com.apple.CoreFoundation      	0x00007fff896a6067 __CFSimpleMergeSort + 279
18  com.apple.CoreFoundation      	0x00007fff896a6067 __CFSimpleMergeSort + 279
19  com.apple.CoreFoundation      	0x00007fff896a6067 __CFSimpleMergeSort + 279
20  com.apple.CoreFoundation      	0x00007fff896a6067 __CFSimpleMergeSort + 279
21  com.apple.CoreFoundation      	0x00007fff896a6067 __CFSimpleMergeSort + 279
22  com.apple.CoreFoundation      	0x00007fff896a5ef6 CFSortIndexes + 1446
23  com.apple.CoreFoundation      	0x00007fff89678e33 CFQSortArray + 275
24  com.apple.CoreFoundation      	0x00007fff89678bb8 CFArraySortValues + 1080
25  com.apple.CoreText            	0x00007fff89ebdb28
TDescriptorSource::GetAllDescriptors(bool, long (*)(void const*, void
const*, void*)) const + 136
26  com.apple.CoreText            	0x00007fff89e8a587
TDescriptor::CreateMatchingDescriptors(__CFSet const*, unsigned long)
const + 163
27  com.apple.AppKit              	0x0000000100a32599
-[NSCTFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] + 12
28  org.gnu.Emacs                 	0x00000001001a1c7a ns_findfonts + 1786
29  org.gnu.Emacs                 	0x000000010012ff32 font_list_entities + 770
30  org.gnu.Emacs                 	0x0000000100131d5e font_find_for_lface + 1918





  parent reply	other threads:[~2012-06-01  8:52 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-22 10:29 bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 Florian Ebeling
2012-05-24 22:08 ` bug#11541: Florian Ebeling
2012-05-26  8:33 ` bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 Jan Djärv
2012-05-26 20:12   ` Florian Ebeling
2012-05-29 14:06 ` Chong Yidong
2012-05-29 19:48   ` Florian Ebeling
2012-05-30  3:22     ` Chong Yidong
2012-05-30  7:55       ` Florian Ebeling
2012-05-30 10:31         ` Chong Yidong
2012-05-30 10:53           ` C. Florian Ebeling
2012-05-30 13:36             ` Chong Yidong
2012-05-30 14:39               ` Florian Ebeling
2012-05-31  6:52                 ` Chong Yidong
2012-05-31  7:12                   ` Florian Ebeling
2012-05-31  9:31                     ` Chong Yidong
2012-05-31 10:19                       ` Florian Ebeling
2012-05-31 15:48                       ` Eli Zaretskii
2012-05-31 17:27                         ` C. Florian Ebeling
2012-05-31 17:54                           ` Eli Zaretskii
2012-05-31 19:15                             ` Alp Aker
2012-05-31 19:48                               ` Eli Zaretskii
2012-05-31 19:50                             ` C. Florian Ebeling
2012-05-31 20:11                               ` Eli Zaretskii
2012-05-31 21:55                                 ` Florian Ebeling
2012-06-01  3:50                                   ` YAMAMOTO Mitsuharu
2012-06-01  5:43                                     ` Florian Ebeling
2012-06-01  6:14                                       ` Eli Zaretskii
2012-06-01  6:36                                         ` Florian Ebeling
2012-06-01  6:41                                           ` Chong Yidong
2012-06-01  6:44                                             ` Florian Ebeling
2012-06-01  8:53                                               ` Eli Zaretskii
2012-06-01 11:57                                               ` Jan D.
2012-06-01 13:42                                                 ` Chong Yidong
2012-06-01  6:17                                       ` Eli Zaretskii
2012-06-01  6:46                                         ` Florian Ebeling
2012-06-01  8:47                                           ` Eli Zaretskii
2012-06-01  8:55                                             ` Florian Ebeling
2012-06-01  9:21                                               ` Eli Zaretskii
2012-06-01 14:51                                                 ` Florian Ebeling
2012-06-01 16:12                                                   ` Jan Djärv
     [not found]                                                 ` <mailman.2085.1338562350.855.bug-gnu-emacs@gnu.org>
2012-06-18 23:06                                                   ` jamezilla
2012-06-20 19:56                                                     ` Florian Ebeling
     [not found]                                                     ` <mailman.3138.1340222261.855.bug-gnu-emacs@gnu.org>
2012-06-22  5:29                                                       ` jamezilla
2012-06-01  8:52                                           ` Florian Ebeling [this message]
2012-06-01  8:56                                             ` Eli Zaretskii
2012-09-26 20:30 ` bug#11541: - Another reproduction - Emacs 24.2; Null pointer on OSX with cocoa UI mrevilgnome
2012-09-26 20:41   ` mrevilgnome
2012-10-14 18:58 ` bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 Jan Djärv
2012-10-15 21:15   ` C. Florian Ebeling
2012-10-16  5:05     ` Jan Djärv
2012-11-01  9:49 ` Thomas Kappler
2012-11-06 11:01 ` bug#11541: Possible fix Thomas Kappler
2012-11-08 19:53   ` Jan Djärv
2012-11-09 10:27 ` bug#11541: THanks! Thomas Kappler

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='CAGOk8R88bUj6fdaWYfGJ-6hUiGp=zBj6ax8PaYBUfgLejwRs6g@mail.gmail.com' \
    --to=florian.ebeling@gmail.com \
    --cc=11541@debbugs.gnu.org \
    --cc=cyd@gnu.org \
    --cc=eliz@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.