* bug#32338: 26.1; term.el broken on macOS
@ 2018-07-31 19:29 Constantine Vetoshev
2018-09-19 23:30 ` Noam Postavsky
0 siblings, 1 reply; 16+ messages in thread
From: Constantine Vetoshev @ 2018-07-31 19:29 UTC (permalink / raw)
To: 32338
M-x term nor M-x ansi-term both cause Emacs to lock up on macOS
10.13.4. Steps to reproduce with -Q:
1. M-x ansi-term
2. Type in /bin/bash, hit Enter
You'll notice that a prompt does not appear in the resulting window
(*ansi-term* buffer). Hit Enter. Emacs will display "Writing to process:
Input/output error, *ansi-term*" in the minibuffer. If you started Emacs
from the terminal, it will display "Fatal error 4: Illegal
instruction". After this, Emacs becomes unstable and will eventually
stop responding to input. All this worked fine in 25.3 and earlier
(i.e., a shell prompt appears and can be readily used).
In GNU Emacs 26.1 (build 1, x86_64-apple-darwin17.5.0, NS
appkit-1561.40 Version 10.13.4 (Build 17E202))
of 2018-05-29 built on athena
Windowing system distributor 'Apple', version 10.3.1561
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Configured using:
'configure --with-ns'
Configured features:
NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS THREADS
Important settings:
value of $LC_COLLATE: C
value of $LC_CTYPE: en_US.UTF-8
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message rmc puny seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib dired dired-loaddefs
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils elec-pair time-date
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel term/ns-win ns-win ucs-normalize mule-util term/common-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core term/tty-colors frame cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote kqueue cocoa ns
multi-tty make-network-process emacs)
Memory information:
((conses 16 203885 9219)
(symbols 48 20051 1)
(miscs 40 43 146)
G (strings 32 28780 1228)
(string-bytes 1 760308)
(vectors 16 34997)
(vector-slots 8 713320 17782)
(floats 8 48 68)
(intervals 56 202 0)
(buffers 992 11))
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-07-31 19:29 bug#32338: 26.1; term.el broken on macOS Constantine Vetoshev
@ 2018-09-19 23:30 ` Noam Postavsky
2018-09-20 14:15 ` Constantine Vetoshev
0 siblings, 1 reply; 16+ messages in thread
From: Noam Postavsky @ 2018-09-19 23:30 UTC (permalink / raw)
To: Constantine Vetoshev; +Cc: 32338
Constantine Vetoshev <vetoshev@gmail.com> writes:
> M-x term nor M-x ansi-term both cause Emacs to lock up on macOS
> 10.13.4. Steps to reproduce with -Q:
>
> 1. M-x ansi-term
> 2. Type in /bin/bash, hit Enter
>
> You'll notice that a prompt does not appear in the resulting window
> (*ansi-term* buffer). Hit Enter. Emacs will display "Writing to process:
> Input/output error, *ansi-term*" in the minibuffer. If you started Emacs
> from the terminal, it will display "Fatal error 4: Illegal
> instruction".
Do you mean Emacs itself is hitting this error and crashing, or
/bin/bash running inside *ansi-term* does? Can you run under a debugger
and get a backtrace?
> After this, Emacs becomes unstable and will eventually
> stop responding to input. All this worked fine in 25.3 and earlier
> (i.e., a shell prompt appears and can be readily used).
Does it currently work fine on 25.3 (i.e., is it possible an OS update
caused this to stop working on earlier Emacs versions as well)? If you
load term.el from 25.3 into 26.1 does it work then?
> In GNU Emacs 26.1 (build 1, x86_64-apple-darwin17.5.0, NS
> appkit-1561.40 Version 10.13.4 (Build 17E202))
> of 2018-05-29 built on athena
> Windowing system distributor 'Apple', version 10.3.1561
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-19 23:30 ` Noam Postavsky
@ 2018-09-20 14:15 ` Constantine Vetoshev
2018-09-21 0:35 ` Noam Postavsky
0 siblings, 1 reply; 16+ messages in thread
From: Constantine Vetoshev @ 2018-09-20 14:15 UTC (permalink / raw)
To: npostavs; +Cc: 32338
[-- Attachment #1: Type: text/plain, Size: 2076 bytes --]
On Wed, Sep 19, 2018 at 4:30 PM Noam Postavsky <npostavs@gmail.com> wrote:
> Do you mean Emacs itself is hitting this error and crashing, or
> /bin/bash running inside *ansi-term* does? Can you run under a debugger
> and get a backtrace?
The error occurs inside Emacs. It does not matter which process I run
under term, they all do this. I did a little more digging, and
observed the following:
1. Right after executing /bin/bash, the Emacs process forks, which
makes sense. However, immediately afterwards, both processes slam the
CPU to nearly 100% (60% for the parent and 30% for the child).
2. When I Ctrl-C (sigint) the main process, it exits with this error message:
2018-09-20 07:01:57.542 Emacs[80069:65713609] *** -[NSAutoreleasePool
release]: This pool has already been released, do not drain it (double
release).
3. The child process does not respond to sigint, continues to consume
heavy CPU, and requires a sigkill to terminate.
4. I am attaching DTrace files for the two processes. I took two
samples of the main (parent) process, then a sample of the child
process, and then a sample of the child process after sending the main
process a sigint.
5. When I run Emacs 26.1 under lldb, everything works! No crashes, no
error messages. So I can't provide a crash-time stack trace, at least
not with this build.
> Does it currently work fine on 25.3 (i.e., is it possible an OS update
> caused this to stop working on earlier Emacs versions as well)? If you
> load term.el from 25.3 into 26.1 does it work then?
Everything works perfectly on 25.3. I had to revert to using 25.3
because of this problem. Same OS version.
After copying term.el from 25.3 into 26.1 (and deleting term.elc),
26.1 still exhibits the bug.
Something must have changed in the macOS-specific pieces of Emacs
between 25.3 and 26.1 which started causing this crash. It's bizarre
that the problem goes away when run under a debugger environment.
(Sometimes I've seen this happen with a race condition or other
contention which goes away when the program is slowed down a
little...)
[-- Attachment #2: dtrace-second-process-sample-1.txt --]
[-- Type: text/plain, Size: 46091 bytes --]
Sampling process 79549 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Emacs (pid 79549) every 1 millisecond
Process: Emacs [79549]
Path: /Users/kostya/Downloads/Emacs 26.1 - term.el.app/Contents/MacOS/Emacs
Load Address: 0x100000000
Identifier: Emacs
Version: ???
Code Type: X86-64
Parent Process: Emacs [79545]
Date/Time: 2018-09-20 06:48:49.897 -0700
Launch Time: 2018-09-20 06:45:40.865 -0700
OS Version: Mac OS X 10.13.6 (17G65)
Report Version: 7
Analysis Tool: /usr/bin/sample
Physical footprint: 100K
Physical footprint (peak): 100K
----
Call graph:
2745 Thread_65667796 DispatchQueue_1: com.apple.main-thread (serial)
2745 ??? (in <unknown binary>) [0x4400000000]
2745 create_process (in Emacs) + 978 [0x100183cc2]
2745 __stack_chk_fail (in libsystem_c.dylib) + 205 [0x7fff7027aaf8]
2745 __abort (in libsystem_c.dylib) + 111 [0x7fff7027a22c]
2745 __pthread_workqueue_setkill (in libsystem_pthread.dylib) + 60 [0x7fff704e9b27]
2745 _os_unfair_lock_lock_slow (in libsystem_platform.dylib) + 226 [0x7fff704df710]
2745 _os_unfair_lock_recursive_abort (in libsystem_platform.dylib) + 23 [0x7fff704df5e2]
Total number in stack (recursive counted multiple, when >=5):
Sort by top of stack, same collapsed (when >= 5):
_os_unfair_lock_recursive_abort (in libsystem_platform.dylib) 2745
Binary Images:
0x100000000 - 0x100227ffb +org.gnu.Emacs (Version 26.1 - 9.0) <69892A8D-F78B-373B-AAA2-CDECE18D445C> /Users/kostya/Downloads/Emacs 26.1 - term.el.app/Contents/MacOS/Emacs
0x10072e000 - 0x100820fe7 +libgnutls.30.dylib (0) <43D45195-7522-3799-BA18-3E78E89B4237> /opt/brew/opt/gnutls/lib/libgnutls.30.dylib
0x10085a000 - 0x100875fff +libidn2.0.dylib (0) <8481F979-1345-3AD7-B032-AB2C2FCA61E2> /opt/brew/opt/libidn2/lib/libidn2.0.dylib
0x100879000 - 0x1009dcfff +libunistring.2.dylib (0) <A4545916-E2F4-3D6A-862B-528A6806E9FC> /opt/brew/opt/libunistring/lib/libunistring.2.dylib
0x1009ef000 - 0x1009fafff +libtasn1.6.dylib (0) <A39E91B7-03B4-3674-9F21-00CED14D080E> /opt/brew/opt/libtasn1/lib/libtasn1.6.dylib
0x1009fe000 - 0x100a24ffb +libnettle.6.dylib (0) <2B221011-3E71-3BA4-ADE4-0C6EC6196E21> /opt/brew/opt/nettle/lib/libnettle.6.dylib
0x100a2e000 - 0x100a56fff +libhogweed.4.dylib (0) <DF0DE14F-2A23-378D-BF21-60DADF53911C> /opt/brew/opt/nettle/lib/libhogweed.4.dylib
0x100a5f000 - 0x100abbfcf +libgmp.10.dylib (0) <7D2A1AB0-B206-3196-954C-5A0E17049998> /opt/brew/opt/gmp/lib/libgmp.10.dylib
0x100ac7000 - 0x100acfff7 +libintl.8.dylib (0) <56ADC0B9-6BE8-3DA3-B3EE-70F210C36AB4> /opt/brew/opt/gettext/lib/libintl.8.dylib
0x114b8c000 - 0x114bd6acf dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld
0x7fff408c3000 - 0x7fff40c11ff7 com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff41f48000 - 0x7fff4203eff7 com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.36.19 - 10.3.6) <31A17BB7-1687-38A2-A578-44B3AECC3324> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
0x7fff44885000 - 0x7fff44885fff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff44886000 - 0x7fff4489cfef libCGInterfaces.dylib (417.2) <2E67702C-75F6-308A-A023-F28120BEE667> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff4489d000 - 0x7fff44d9bfc3 com.apple.vImage (8.1 - ???) <A243A7EF-0C8E-3A9A-AA38-44AFD7507F00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff44d9c000 - 0x7fff44ef6fe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff44ef7000 - 0x7fff44f25fef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff44f26000 - 0x7fff452e5ff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff452e6000 - 0x7fff452fbff7 libLinearAlgebra.dylib (1211.50.2) <E8E0B7FD-A0B7-31E5-AF01-81781F71EBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff452fc000 - 0x7fff45301ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff45302000 - 0x7fff45382fff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff45383000 - 0x7fff45396fff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff45397000 - 0x7fff45544fc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff45545000 - 0x7fff455f6fff libvMisc.dylib (622.50.5) <BA2532DF-2D68-3DD0-9B59-D434BF702AA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff455f7000 - 0x7fff455f7fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff458eb000 - 0x7fff46749fff com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff4679b000 - 0x7fff4679bfff com.apple.ApplicationServices (48 - 50) <AFFBD94A-AF76-336E-B53E-57524EAE8EF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff4679c000 - 0x7fff46802fff com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff4689b000 - 0x7fff469bdfff libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff469be000 - 0x7fff46a08ff7 libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff46aad000 - 0x7fff46ae0ff7 libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff46b4a000 - 0x7fff46b4eff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff46bee000 - 0x7fff46c40ffb com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff46c41000 - 0x7fff46c4ffff com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff46c50000 - 0x7fff46c9cfff com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff46c9d000 - 0x7fff46cd7fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff46cd8000 - 0x7fff46ce4fff com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff46ce5000 - 0x7fff46f73ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff46f75000 - 0x7fff46f75fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff47298000 - 0x7fff47632ff7 com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff4764c000 - 0x7fff47951fff com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff4795c000 - 0x7fff479f1ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff47a32000 - 0x7fff47a38fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff47b67000 - 0x7fff47c20fff com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff47dad000 - 0x7fff47e40ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff47ea7000 - 0x7fff47ed0ffb com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff47ed1000 - 0x7fff48227fef com.apple.CoreData (120 - 851) <A2B59780-FB16-36A3-8EE0-E0EF072454E0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff48228000 - 0x7fff4830bfff com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff4830c000 - 0x7fff487adfef com.apple.CoreFoundation (6.9 - 1454.90) <E5D594BF-9142-3325-A62D-CF4AAF472642> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff487af000 - 0x7fff48dbffef com.apple.CoreGraphics (2.0 - 1161.21) <375C477F-5A89-3C49-9B63-373C81A63F7E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff48dc1000 - 0x7fff490b0fff com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff4933f000 - 0x7fff49435ffb com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff49485000 - 0x7fff49485fff com.apple.CoreServices (822.36 - 822.36) <C8368F17-1589-3BA5-A0E7-89CB8DF2454F> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff49486000 - 0x7fff494faffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff494fb000 - 0x7fff497d2fff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff497d3000 - 0x7fff49807fff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff49808000 - 0x7fff49810ffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff49811000 - 0x7fff499cefff com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff499cf000 - 0x7fff49a7fff7 com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff49a80000 - 0x7fff49ae0fff com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff49ae1000 - 0x7fff49b4ffff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff49b50000 - 0x7fff49b74ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff49e15000 - 0x7fff49f65fff com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff49f66000 - 0x7fff49fa0fff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff49fa1000 - 0x7fff4a02cff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff4a2a7000 - 0x7fff4a2acfff com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff4a46d000 - 0x7fff4a833fff com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff4a8a4000 - 0x7fff4a8d4fff com.apple.GSS (4.0 - 2.0) <D774A165-5581-3479-AB5D-2BBDB5CF8882> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff4a9e6000 - 0x7fff4aaeaffb com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff4ab4a000 - 0x7fff4abe5fff com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff4abe7000 - 0x7fff4abeefff com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff4ac45000 - 0x7fff4adbfff7 com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff4adc0000 - 0x7fff4adc4ffb libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff4adc5000 - 0x7fff4aeacfef libJP2.dylib (1739.3) <AEBF7260-0C10-30C0-8F0F-8B347DEE78B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff4aead000 - 0x7fff4aed0ff7 libJPEG.dylib (1739.3) <D8C966AD-A00C-3E8B-A7ED-D7CC7ECB3224> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff4b1ac000 - 0x7fff4b1d2feb libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff4b1d3000 - 0x7fff4b1d5ffb libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff4b1d6000 - 0x7fff4b224fef libTIFF.dylib (1739.3) <C4CB5C1D-20F2-3BD4-B0E6-629FDB3EF8E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4c0de000 - 0x7fff4c0f7ff7 com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff4c3b6000 - 0x7fff4c3bdfff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff4c46d000 - 0x7fff4cad7ff7 com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff4cad9000 - 0x7fff4cb5afff com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff4cb77000 - 0x7fff4cb92fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff4cb93000 - 0x7fff4cc02fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff4cc03000 - 0x7fff4cc27fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff4cc28000 - 0x7fff4cd0fff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff4cd10000 - 0x7fff4cd10ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff4dd0f000 - 0x7fff4dd1bffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff50b0d000 - 0x7fff50b67ff7 com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff50b68000 - 0x7fff50b84ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff50b85000 - 0x7fff50b90fff com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff51d0f000 - 0x7fff51d11fff libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff51d12000 - 0x7fff51d17ffb libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff51d18000 - 0x7fff51d1cfff libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff51d1d000 - 0x7fff51d26ff3 libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff51d27000 - 0x7fff51d32fff libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff51d33000 - 0x7fff51d6efe7 libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff51edd000 - 0x7fff51f1bffb libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff52893000 - 0x7fff528a2ff3 com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff536f1000 - 0x7fff5393dff7 com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff54172000 - 0x7fff5449dfff com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff5449e000 - 0x7fff5452aff7 com.apple.securityfoundation (6.0 - 55185.50.5) <D708D069-AEDB-36C2-B1DA-479DA91D7711> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff5455c000 - 0x7fff54560ffb com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff54905000 - 0x7fff54975ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff54b2a000 - 0x7fff54ea5fff com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff57872000 - 0x7fff57905fff com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff58530000 - 0x7fff58558fff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff5855a000 - 0x7fff58569fef com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff58668000 - 0x7fff58673ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff586ad000 - 0x7fff586f5ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff58730000 - 0x7fff58758fff com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff58825000 - 0x7fff58875ff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff58baa000 - 0x7fff58e43ffb com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff58f7a000 - 0x7fff58f81ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff58f82000 - 0x7fff59009ff7 com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff5a9c3000 - 0x7fff5a9ccff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff5ad08000 - 0x7fff5b110fff com.apple.CoreAUC (259.0.0 - 259.0.0) <B3D5289B-9E8A-37FE-855B-7277D700029E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff5b111000 - 0x7fff5b141ff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff5b4d2000 - 0x7fff5b4e2ff7 com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff5bc76000 - 0x7fff5bc7eff3 com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff5be09000 - 0x7fff5be3aff3 com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff5c177000 - 0x7fff5c208fff com.apple.CoreSymbolication (9.3 - 64026.2) <D55A6E5B-0267-3F3A-8D90-4B8F39458420> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff5c28b000 - 0x7fff5c3c0fff com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff5c3c1000 - 0x7fff5c4f2fff com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff5c547000 - 0x7fff5c5abfff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff5c5ac000 - 0x7fff5c5bcff7 com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff5c63a000 - 0x7fff5c649ff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff5c64c000 - 0x7fff5c650ffb com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff5c6d2000 - 0x7fff5c748fff com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff5c796000 - 0x7fff5c7d6ff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff5c7d7000 - 0x7fff5c906fff com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5d720000 - 0x7fff5db4efff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5f7aa000 - 0x7fff5f7aafff libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
0x7fff60e16000 - 0x7fff60e1bfff com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff61b91000 - 0x7fff61ba0fff com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff61c23000 - 0x7fff61c97fff com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff625a7000 - 0x7fff625aeff7 com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff625b2000 - 0x7fff625c9fff com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff62994000 - 0x7fff629baffb com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff62c3f000 - 0x7fff62c52ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AED421B0-90A0-3969-98A4-CCBCF2D3360B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff62c53000 - 0x7fff62d48ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff62d49000 - 0x7fff62d8bfff com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff62d8f000 - 0x7fff62d96ff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff63595000 - 0x7fff63598fff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff63aa8000 - 0x7fff63b11ff7 com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff63b1a000 - 0x7fff63b31ff7 com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff63c91000 - 0x7fff63caafff com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff63d36000 - 0x7fff63d60ffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff63fc7000 - 0x7fff63fd2fff com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff65868000 - 0x7fff65878ffb com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff67637000 - 0x7fff67655fff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff6782c000 - 0x7fff6784fffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff6916e000 - 0x7fff69283ff7 com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff692ae000 - 0x7fff692afff7 com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0x7fff69ff7000 - 0x7fff6a293ff7 com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff6aa5c000 - 0x7fff6aa69fff com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff6af16000 - 0x7fff6af3dfff com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff6b60f000 - 0x7fff6b698fc7 com.apple.Symbolication (9.3 - 64033) <C2C55C9A-C264-3044-A953-16457148190A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff6bc09000 - 0x7fff6bc11ff7 com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6be1e000 - 0x7fff6bedbff7 com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff6bf8c000 - 0x7fff6c13bfff com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6ce10000 - 0x7fff6cedfff7 com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff6d844000 - 0x7fff6d846ffb com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6d847000 - 0x7fff6d85cfff com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6d9ad000 - 0x7fff6d9e0ff7 libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib
0x7fff6da9a000 - 0x7fff6dad3ff7 libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
0x7fff6dad4000 - 0x7fff6dadffff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
0x7fff6db71000 - 0x7fff6db72ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6dba9000 - 0x7fff6dd73ff3 libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
0x7fff6ddab000 - 0x7fff6ddabfff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6dee2000 - 0x7fff6dee6ffb libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
0x7fff6dee7000 - 0x7fff6dee8ffb libSystem.B.dylib (1252.50.4) <CD555F3B-FDDB-35E5-A2FB-FBBF3D62031A> /usr/lib/libSystem.B.dylib
0x7fff6df7b000 - 0x7fff6df7bfff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
0x7fff6df7c000 - 0x7fff6df92ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
0x7fff6df93000 - 0x7fff6dfbdff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
0x7fff6dfbe000 - 0x7fff6e03ffdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
0x7fff6e043000 - 0x7fff6e043ff3 libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
0x7fff6e044000 - 0x7fff6e0fcff3 libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
0x7fff6e0fd000 - 0x7fff6e10dff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
0x7fff6e10e000 - 0x7fff6e11bffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
0x7fff6e11c000 - 0x7fff6e172fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
0x7fff6e173000 - 0x7fff6e197ff7 libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
0x7fff6e199000 - 0x7fff6e1a9fff libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
0x7fff6e1aa000 - 0x7fff6e1c1fcf libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib
0x7fff6e46c000 - 0x7fff6e484ff7 libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
0x7fff6e485000 - 0x7fff6e486ff3 libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6e957000 - 0x7fff6e9adff3 libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib
0x7fff6eaed000 - 0x7fff6eaedfff libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
0x7fff6eb24000 - 0x7fff6eb29ff3 libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
0x7fff6eb55000 - 0x7fff6ec46ff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
0x7fff6ec47000 - 0x7fff6ee6effb libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib
0x7fff6eebb000 - 0x7fff6eebcfff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
0x7fff6eebd000 - 0x7fff6eed6ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
0x7fff6eed7000 - 0x7fff6eeedff7 libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
0x7fff6ef9e000 - 0x7fff6f1c6ff7 libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
0x7fff6f1cb000 - 0x7fff6f1fbffb libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib
0x7fff6f39e000 - 0x7fff6f519fff libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
0x7fff6f5a0000 - 0x7fff6f98e7e7 libobjc.A.dylib (723) <DD9E5EC5-B507-3249-B700-93433E2D5EDF> /usr/lib/libobjc.A.dylib
0x7fff6f9a1000 - 0x7fff6f9a5fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
0x7fff6f9a8000 - 0x7fff6f9dcfff libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
0x7fff6fa5b000 - 0x7fff6fa77ffb libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
0x7fff6fac6000 - 0x7fff6fac7ff3 libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
0x7fff6fac8000 - 0x7fff6fc5bff7 libsqlite3.dylib (274.8.1) <FCAD6A57-829E-3701-B16E-1833D620E0E8> /usr/lib/libsqlite3.dylib
0x7fff6fe2f000 - 0x7fff6fe8fff3 libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
0x7fff6fe90000 - 0x7fff6fe93ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
0x7fff6fe94000 - 0x7fff6fea1fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
0x7fff6fea5000 - 0x7fff6ff8cfff libxml2.2.dylib (31.11) <C2B5C43F-9C0B-31E6-8EC0-939591EDAC49> /usr/lib/libxml2.2.dylib
0x7fff6ff8d000 - 0x7fff6ffb5fff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
0x7fff6ffb6000 - 0x7fff6ffc8ffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
0x7fff70064000 - 0x7fff70068ff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
0x7fff70069000 - 0x7fff70073ff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
0x7fff70074000 - 0x7fff7007bfff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
0x7fff7007c000 - 0x7fff70085ffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
0x7fff70086000 - 0x7fff7010bfff libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib
0x7fff70193000 - 0x7fff701ccff7 libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib
0x7fff701cd000 - 0x7fff701eaff7 libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib
0x7fff701eb000 - 0x7fff701ebffb libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
0x7fff701ec000 - 0x7fff701f8ff3 libkxld.dylib (4570.71.2) <C3C31E1B-3E74-3828-8429-4D442E26D41C> /usr/lib/system/libkxld.dylib
0x7fff701f9000 - 0x7fff701f9ff7 liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
0x7fff701fa000 - 0x7fff701feffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
0x7fff701ff000 - 0x7fff70201ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
0x7fff70202000 - 0x7fff70203ff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
0x7fff70204000 - 0x7fff7021bfff libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
0x7fff7021c000 - 0x7fff7021cfff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
0x7fff7021d000 - 0x7fff702a6ff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
0x7fff702a7000 - 0x7fff702aaffb libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
0x7fff702ab000 - 0x7fff702aeffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff702af000 - 0x7fff702b0fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
0x7fff702b1000 - 0x7fff702b7ff7 libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib
0x7fff702b8000 - 0x7fff70301ff7 libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
0x7fff70302000 - 0x7fff70328ff7 libsystem_kernel.dylib (4570.71.2) <F22B8D73-69D8-36D7-BF66-7F9AC70C08C2> /usr/lib/system/libsystem_kernel.dylib
0x7fff70329000 - 0x7fff70374fcb libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
0x7fff70375000 - 0x7fff70394fff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
0x7fff70395000 - 0x7fff704c5ff7 libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
0x7fff704c6000 - 0x7fff704d0ffb libsystem_networkextension.dylib (767.70.1) <D23EAFC1-E8BD-34D5-969C-6E45A1C3B4E4> /usr/lib/system/libsystem_networkextension.dylib
0x7fff704d1000 - 0x7fff704daff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
0x7fff704db000 - 0x7fff704e2ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
0x7fff704e3000 - 0x7fff704eefff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff704ef000 - 0x7fff704f2fff libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
0x7fff704f3000 - 0x7fff704f4ff3 libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
0x7fff704f5000 - 0x7fff704fcff7 libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib
0x7fff704fd000 - 0x7fff70510fff libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
0x7fff70512000 - 0x7fff70517ff7 libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
0x7fff70518000 - 0x7fff70545ff7 libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib
Sample analysis of process 79549 written to file /dev/stdout
[-- Attachment #3: dtrace-second-process-sample-after-sigint.txt --]
[-- Type: text/plain, Size: 47274 bytes --]
Sampling process 79741 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Emacs (pid 79741) every 1 millisecond
Process: Emacs [79741]
Path: /Users/kostya/Downloads/Emacs 26.1.app/Contents/MacOS/Emacs
Load Address: 0x100000000
Identifier: Emacs
Version: ???
Code Type: X86-64
Parent Process: ??? [1]
Date/Time: 2018-09-20 06:51:37.285 -0700
Launch Time: 2018-09-20 06:51:23.195 -0700
OS Version: Mac OS X 10.13.6 (17G65)
Report Version: 7
Analysis Tool: /usr/bin/sample
Physical footprint: 1276K
Physical footprint (peak): 1276K
----
Call graph:
2830 Thread_65691130 DispatchQueue_1: com.apple.main-thread (serial)
2830 ??? (in <unknown binary>) [0x22444206060606c8]
2830 _sigtramp (in libsystem_platform.dylib) + 26 [0x7fff704dcf5a]
2830 handle_sigsegv (in Emacs) + 171 [0x1000dab2b]
2830 deliver_fatal_thread_signal (in Emacs) + 134 [0x1000d9666]
2830 terminate_due_to_signal (in Emacs) + 102 [0x1000bbba6]
2830 shut_down_emacs (in Emacs) + 262 [0x1000bbdb6]
2830 ns_term_shutdown (in Emacs) + 45 [0x1001bab8d]
2830 -[NSUserDefaults(NSUserDefaults) synchronize] (in Foundation) + 51 [0x7fff4a48df65]
2830 _CFPrefsSynchronizeForProcessTermination (in CoreFoundation) + 73 [0x7fff483bcef9]
2830 -[_CFXPreferences synchronizeEverything] (in CoreFoundation) + 115 [0x7fff484f29b3]
2830 -[_CFXPreferences(SourceAdditions) withSources:] (in CoreFoundation) + 79 [0x7fff4848b4cf]
2830 __40-[_CFXPreferences synchronizeEverything]_block_invoke (in CoreFoundation) + 24 [0x7fff484f2a28]
2830 CFDictionaryCreateCopy (in CoreFoundation) + 134 [0x7fff48353936]
2830 CFBasicHashCreateCopy (in CoreFoundation) + 116 [0x7fff4834b6f4]
2830 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
2830 szone_malloc_should_clear (in libsystem_malloc.dylib) + 213 [0x7fff703772ee]
2830 _os_unfair_lock_lock_slow (in libsystem_platform.dylib) + 226 [0x7fff704df710]
2830 _os_unfair_lock_recursive_abort (in libsystem_platform.dylib) + 23 [0x7fff704df5e2]
Total number in stack (recursive counted multiple, when >=5):
Sort by top of stack, same collapsed (when >= 5):
_os_unfair_lock_recursive_abort (in libsystem_platform.dylib) 2830
Binary Images:
0x100000000 - 0x100227ffb +org.gnu.Emacs (Version 26.1 - 9.0) <69892A8D-F78B-373B-AAA2-CDECE18D445C> /Users/kostya/Downloads/Emacs 26.1.app/Contents/MacOS/Emacs
0x10072e000 - 0x100820fe7 +libgnutls.30.dylib (0) <43D45195-7522-3799-BA18-3E78E89B4237> /opt/brew/opt/gnutls/lib/libgnutls.30.dylib
0x10085a000 - 0x100875fff +libidn2.0.dylib (0) <8481F979-1345-3AD7-B032-AB2C2FCA61E2> /opt/brew/opt/libidn2/lib/libidn2.0.dylib
0x100879000 - 0x1009dcfff +libunistring.2.dylib (0) <A4545916-E2F4-3D6A-862B-528A6806E9FC> /opt/brew/opt/libunistring/lib/libunistring.2.dylib
0x1009ef000 - 0x1009fafff +libtasn1.6.dylib (0) <A39E91B7-03B4-3674-9F21-00CED14D080E> /opt/brew/opt/libtasn1/lib/libtasn1.6.dylib
0x1009fe000 - 0x100a24ffb +libnettle.6.dylib (0) <2B221011-3E71-3BA4-ADE4-0C6EC6196E21> /opt/brew/opt/nettle/lib/libnettle.6.dylib
0x100a2e000 - 0x100a56fff +libhogweed.4.dylib (0) <DF0DE14F-2A23-378D-BF21-60DADF53911C> /opt/brew/opt/nettle/lib/libhogweed.4.dylib
0x100a5f000 - 0x100abbfcf +libgmp.10.dylib (0) <7D2A1AB0-B206-3196-954C-5A0E17049998> /opt/brew/opt/gmp/lib/libgmp.10.dylib
0x100ac7000 - 0x100acfff7 +libintl.8.dylib (0) <56ADC0B9-6BE8-3DA3-B3EE-70F210C36AB4> /opt/brew/opt/gettext/lib/libintl.8.dylib
0x111c8e000 - 0x111cd8acf dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld
0x7fff408c3000 - 0x7fff40c11ff7 com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff41f48000 - 0x7fff4203eff7 com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.36.19 - 10.3.6) <31A17BB7-1687-38A2-A578-44B3AECC3324> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
0x7fff44885000 - 0x7fff44885fff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff44886000 - 0x7fff4489cfef libCGInterfaces.dylib (417.2) <2E67702C-75F6-308A-A023-F28120BEE667> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff4489d000 - 0x7fff44d9bfc3 com.apple.vImage (8.1 - ???) <A243A7EF-0C8E-3A9A-AA38-44AFD7507F00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff44d9c000 - 0x7fff44ef6fe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff44ef7000 - 0x7fff44f25fef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff44f26000 - 0x7fff452e5ff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff452e6000 - 0x7fff452fbff7 libLinearAlgebra.dylib (1211.50.2) <E8E0B7FD-A0B7-31E5-AF01-81781F71EBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff452fc000 - 0x7fff45301ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff45302000 - 0x7fff45382fff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff45383000 - 0x7fff45396fff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff45397000 - 0x7fff45544fc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff45545000 - 0x7fff455f6fff libvMisc.dylib (622.50.5) <BA2532DF-2D68-3DD0-9B59-D434BF702AA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff455f7000 - 0x7fff455f7fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff458eb000 - 0x7fff46749fff com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff4679b000 - 0x7fff4679bfff com.apple.ApplicationServices (48 - 50) <AFFBD94A-AF76-336E-B53E-57524EAE8EF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff4679c000 - 0x7fff46802fff com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff4689b000 - 0x7fff469bdfff libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff469be000 - 0x7fff46a08ff7 libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff46aad000 - 0x7fff46ae0ff7 libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff46b4a000 - 0x7fff46b4eff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff46bee000 - 0x7fff46c40ffb com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff46c41000 - 0x7fff46c4ffff com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff46c50000 - 0x7fff46c9cfff com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff46c9d000 - 0x7fff46cd7fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff46cd8000 - 0x7fff46ce4fff com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff46ce5000 - 0x7fff46f73ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff46f75000 - 0x7fff46f75fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff47298000 - 0x7fff47632ff7 com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff4764c000 - 0x7fff47951fff com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff4795c000 - 0x7fff479f1ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff47a32000 - 0x7fff47a38fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff47b67000 - 0x7fff47c20fff com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff47dad000 - 0x7fff47e40ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff47ea7000 - 0x7fff47ed0ffb com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff47ed1000 - 0x7fff48227fef com.apple.CoreData (120 - 851) <A2B59780-FB16-36A3-8EE0-E0EF072454E0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff48228000 - 0x7fff4830bfff com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff4830c000 - 0x7fff487adfef com.apple.CoreFoundation (6.9 - 1454.90) <E5D594BF-9142-3325-A62D-CF4AAF472642> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff487af000 - 0x7fff48dbffef com.apple.CoreGraphics (2.0 - 1161.21) <375C477F-5A89-3C49-9B63-373C81A63F7E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff48dc1000 - 0x7fff490b0fff com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff4933f000 - 0x7fff49435ffb com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff49485000 - 0x7fff49485fff com.apple.CoreServices (822.36 - 822.36) <C8368F17-1589-3BA5-A0E7-89CB8DF2454F> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff49486000 - 0x7fff494faffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff494fb000 - 0x7fff497d2fff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff497d3000 - 0x7fff49807fff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff49808000 - 0x7fff49810ffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff49811000 - 0x7fff499cefff com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff499cf000 - 0x7fff49a7fff7 com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff49a80000 - 0x7fff49ae0fff com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff49ae1000 - 0x7fff49b4ffff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff49b50000 - 0x7fff49b74ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff49e15000 - 0x7fff49f65fff com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff49f66000 - 0x7fff49fa0fff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff49fa1000 - 0x7fff4a02cff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff4a2a7000 - 0x7fff4a2acfff com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff4a46d000 - 0x7fff4a833fff com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff4a8a4000 - 0x7fff4a8d4fff com.apple.GSS (4.0 - 2.0) <D774A165-5581-3479-AB5D-2BBDB5CF8882> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff4a9e6000 - 0x7fff4aaeaffb com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff4ab4a000 - 0x7fff4abe5fff com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff4abe7000 - 0x7fff4abeefff com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff4ac45000 - 0x7fff4adbfff7 com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff4adc0000 - 0x7fff4adc4ffb libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff4adc5000 - 0x7fff4aeacfef libJP2.dylib (1739.3) <AEBF7260-0C10-30C0-8F0F-8B347DEE78B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff4aead000 - 0x7fff4aed0ff7 libJPEG.dylib (1739.3) <D8C966AD-A00C-3E8B-A7ED-D7CC7ECB3224> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff4b1ac000 - 0x7fff4b1d2feb libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff4b1d3000 - 0x7fff4b1d5ffb libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff4b1d6000 - 0x7fff4b224fef libTIFF.dylib (1739.3) <C4CB5C1D-20F2-3BD4-B0E6-629FDB3EF8E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4c0de000 - 0x7fff4c0f7ff7 com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff4c3b6000 - 0x7fff4c3bdfff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff4c46d000 - 0x7fff4cad7ff7 com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff4cad9000 - 0x7fff4cb5afff com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff4cb77000 - 0x7fff4cb92fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff4cb93000 - 0x7fff4cc02fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff4cc03000 - 0x7fff4cc27fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff4cc28000 - 0x7fff4cd0fff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff4cd10000 - 0x7fff4cd10ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff4dd0f000 - 0x7fff4dd1bffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff50b0d000 - 0x7fff50b67ff7 com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff50b68000 - 0x7fff50b84ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff50b85000 - 0x7fff50b90fff com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff51d0f000 - 0x7fff51d11fff libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff51d12000 - 0x7fff51d17ffb libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff51d18000 - 0x7fff51d1cfff libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff51d1d000 - 0x7fff51d26ff3 libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff51d27000 - 0x7fff51d32fff libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff51d33000 - 0x7fff51d6efe7 libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff51edd000 - 0x7fff51f1bffb libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff52893000 - 0x7fff528a2ff3 com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff536f1000 - 0x7fff5393dff7 com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff54172000 - 0x7fff5449dfff com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff5449e000 - 0x7fff5452aff7 com.apple.securityfoundation (6.0 - 55185.50.5) <D708D069-AEDB-36C2-B1DA-479DA91D7711> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff5455c000 - 0x7fff54560ffb com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff54905000 - 0x7fff54975ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff54b2a000 - 0x7fff54ea5fff com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff57872000 - 0x7fff57905fff com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff58530000 - 0x7fff58558fff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff5855a000 - 0x7fff58569fef com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff58668000 - 0x7fff58673ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff586ad000 - 0x7fff586f5ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff58730000 - 0x7fff58758fff com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff58825000 - 0x7fff58875ff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff58baa000 - 0x7fff58e43ffb com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff58f7a000 - 0x7fff58f81ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff58f82000 - 0x7fff59009ff7 com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff5a9c3000 - 0x7fff5a9ccff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff5ad08000 - 0x7fff5b110fff com.apple.CoreAUC (259.0.0 - 259.0.0) <B3D5289B-9E8A-37FE-855B-7277D700029E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff5b111000 - 0x7fff5b141ff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff5b4d2000 - 0x7fff5b4e2ff7 com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff5bc76000 - 0x7fff5bc7eff3 com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff5be09000 - 0x7fff5be3aff3 com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff5c177000 - 0x7fff5c208fff com.apple.CoreSymbolication (9.3 - 64026.2) <D55A6E5B-0267-3F3A-8D90-4B8F39458420> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff5c28b000 - 0x7fff5c3c0fff com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff5c3c1000 - 0x7fff5c4f2fff com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff5c547000 - 0x7fff5c5abfff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff5c5ac000 - 0x7fff5c5bcff7 com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff5c63a000 - 0x7fff5c649ff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff5c64c000 - 0x7fff5c650ffb com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff5c6d2000 - 0x7fff5c748fff com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff5c796000 - 0x7fff5c7d6ff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff5c7d7000 - 0x7fff5c906fff com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5d720000 - 0x7fff5db4efff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5f7aa000 - 0x7fff5f7aafff libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
0x7fff60e16000 - 0x7fff60e1bfff com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff61b91000 - 0x7fff61ba0fff com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff61c23000 - 0x7fff61c97fff com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff625a7000 - 0x7fff625aeff7 com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff625b2000 - 0x7fff625c9fff com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff62994000 - 0x7fff629baffb com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff62c3f000 - 0x7fff62c52ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AED421B0-90A0-3969-98A4-CCBCF2D3360B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff62c53000 - 0x7fff62d48ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff62d49000 - 0x7fff62d8bfff com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff62d8f000 - 0x7fff62d96ff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff63595000 - 0x7fff63598fff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff63aa8000 - 0x7fff63b11ff7 com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff63b1a000 - 0x7fff63b31ff7 com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff63c91000 - 0x7fff63caafff com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff63d36000 - 0x7fff63d60ffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff63fc7000 - 0x7fff63fd2fff com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff65868000 - 0x7fff65878ffb com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff67637000 - 0x7fff67655fff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff6782c000 - 0x7fff6784fffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff6916e000 - 0x7fff69283ff7 com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff692ae000 - 0x7fff692afff7 com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0x7fff69ff7000 - 0x7fff6a293ff7 com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff6aa5c000 - 0x7fff6aa69fff com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff6af16000 - 0x7fff6af3dfff com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff6b60f000 - 0x7fff6b698fc7 com.apple.Symbolication (9.3 - 64033) <C2C55C9A-C264-3044-A953-16457148190A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff6bc09000 - 0x7fff6bc11ff7 com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6be1e000 - 0x7fff6bedbff7 com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff6bf8c000 - 0x7fff6c13bfff com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6ce10000 - 0x7fff6cedfff7 com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff6d844000 - 0x7fff6d846ffb com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6d847000 - 0x7fff6d85cfff com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6d9ad000 - 0x7fff6d9e0ff7 libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib
0x7fff6da9a000 - 0x7fff6dad3ff7 libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
0x7fff6dad4000 - 0x7fff6dadffff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
0x7fff6db71000 - 0x7fff6db72ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6dba9000 - 0x7fff6dd73ff3 libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
0x7fff6ddab000 - 0x7fff6ddabfff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6dee2000 - 0x7fff6dee6ffb libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
0x7fff6dee7000 - 0x7fff6dee8ffb libSystem.B.dylib (1252.50.4) <CD555F3B-FDDB-35E5-A2FB-FBBF3D62031A> /usr/lib/libSystem.B.dylib
0x7fff6df7b000 - 0x7fff6df7bfff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
0x7fff6df7c000 - 0x7fff6df92ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
0x7fff6df93000 - 0x7fff6dfbdff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
0x7fff6dfbe000 - 0x7fff6e03ffdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
0x7fff6e043000 - 0x7fff6e043ff3 libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
0x7fff6e044000 - 0x7fff6e0fcff3 libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
0x7fff6e0fd000 - 0x7fff6e10dff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
0x7fff6e10e000 - 0x7fff6e11bffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
0x7fff6e11c000 - 0x7fff6e172fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
0x7fff6e173000 - 0x7fff6e197ff7 libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
0x7fff6e199000 - 0x7fff6e1a9fff libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
0x7fff6e1aa000 - 0x7fff6e1c1fcf libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib
0x7fff6e46c000 - 0x7fff6e484ff7 libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
0x7fff6e485000 - 0x7fff6e486ff3 libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6e957000 - 0x7fff6e9adff3 libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib
0x7fff6eaed000 - 0x7fff6eaedfff libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
0x7fff6eb24000 - 0x7fff6eb29ff3 libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
0x7fff6eb55000 - 0x7fff6ec46ff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
0x7fff6ec47000 - 0x7fff6ee6effb libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib
0x7fff6eebb000 - 0x7fff6eebcfff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
0x7fff6eebd000 - 0x7fff6eed6ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
0x7fff6eed7000 - 0x7fff6eeedff7 libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
0x7fff6ef9e000 - 0x7fff6f1c6ff7 libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
0x7fff6f1cb000 - 0x7fff6f1fbffb libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib
0x7fff6f39e000 - 0x7fff6f519fff libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
0x7fff6f5a0000 - 0x7fff6f98e7e7 libobjc.A.dylib (723) <DD9E5EC5-B507-3249-B700-93433E2D5EDF> /usr/lib/libobjc.A.dylib
0x7fff6f9a1000 - 0x7fff6f9a5fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
0x7fff6f9a8000 - 0x7fff6f9dcfff libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
0x7fff6fa5b000 - 0x7fff6fa77ffb libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
0x7fff6fac6000 - 0x7fff6fac7ff3 libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
0x7fff6fac8000 - 0x7fff6fc5bff7 libsqlite3.dylib (274.8.1) <FCAD6A57-829E-3701-B16E-1833D620E0E8> /usr/lib/libsqlite3.dylib
0x7fff6fe2f000 - 0x7fff6fe8fff3 libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
0x7fff6fe90000 - 0x7fff6fe93ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
0x7fff6fe94000 - 0x7fff6fea1fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
0x7fff6fea5000 - 0x7fff6ff8cfff libxml2.2.dylib (31.11) <C2B5C43F-9C0B-31E6-8EC0-939591EDAC49> /usr/lib/libxml2.2.dylib
0x7fff6ff8d000 - 0x7fff6ffb5fff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
0x7fff6ffb6000 - 0x7fff6ffc8ffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
0x7fff70064000 - 0x7fff70068ff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
0x7fff70069000 - 0x7fff70073ff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
0x7fff70074000 - 0x7fff7007bfff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
0x7fff7007c000 - 0x7fff70085ffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
0x7fff70086000 - 0x7fff7010bfff libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib
0x7fff70193000 - 0x7fff701ccff7 libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib
0x7fff701cd000 - 0x7fff701eaff7 libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib
0x7fff701eb000 - 0x7fff701ebffb libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
0x7fff701ec000 - 0x7fff701f8ff3 libkxld.dylib (4570.71.2) <C3C31E1B-3E74-3828-8429-4D442E26D41C> /usr/lib/system/libkxld.dylib
0x7fff701f9000 - 0x7fff701f9ff7 liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
0x7fff701fa000 - 0x7fff701feffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
0x7fff701ff000 - 0x7fff70201ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
0x7fff70202000 - 0x7fff70203ff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
0x7fff70204000 - 0x7fff7021bfff libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
0x7fff7021c000 - 0x7fff7021cfff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
0x7fff7021d000 - 0x7fff702a6ff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
0x7fff702a7000 - 0x7fff702aaffb libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
0x7fff702ab000 - 0x7fff702aeffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff702af000 - 0x7fff702b0fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
0x7fff702b1000 - 0x7fff702b7ff7 libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib
0x7fff702b8000 - 0x7fff70301ff7 libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
0x7fff70302000 - 0x7fff70328ff7 libsystem_kernel.dylib (4570.71.2) <F22B8D73-69D8-36D7-BF66-7F9AC70C08C2> /usr/lib/system/libsystem_kernel.dylib
0x7fff70329000 - 0x7fff70374fcb libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
0x7fff70375000 - 0x7fff70394fff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
0x7fff70395000 - 0x7fff704c5ff7 libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
0x7fff704c6000 - 0x7fff704d0ffb libsystem_networkextension.dylib (767.70.1) <D23EAFC1-E8BD-34D5-969C-6E45A1C3B4E4> /usr/lib/system/libsystem_networkextension.dylib
0x7fff704d1000 - 0x7fff704daff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
0x7fff704db000 - 0x7fff704e2ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
0x7fff704e3000 - 0x7fff704eefff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff704ef000 - 0x7fff704f2fff libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
0x7fff704f3000 - 0x7fff704f4ff3 libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
0x7fff704f5000 - 0x7fff704fcff7 libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib
0x7fff704fd000 - 0x7fff70510fff libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
0x7fff70512000 - 0x7fff70517ff7 libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
0x7fff70518000 - 0x7fff70545ff7 libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib
Sample analysis of process 79741 written to file /dev/stdout
[-- Attachment #4: dtrace-main-process-sample-2.txt --]
[-- Type: text/plain, Size: 198635 bytes --]
Sampling process 79545 for 1 second with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Emacs (pid 79545) every 1 millisecond
Process: Emacs [79545]
Path: /Users/kostya/Downloads/Emacs 26.1 - term.el.app/Contents/MacOS/Emacs
Load Address: 0x100000000
Identifier: org.gnu.Emacs
Version: Version 26.1 (9.0)
Code Type: X86-64
Parent Process: zsh [79247]
Date/Time: 2018-09-20 06:47:55.414 -0700
Launch Time: 2018-09-20 06:45:30.810 -0700
OS Version: Mac OS X 10.13.6 (17G65)
Report Version: 7
Analysis Tool: /usr/bin/sample
Physical footprint: 36.7M
Physical footprint (peak): 36.7M
----
Call graph:
887 Thread_65667157 DispatchQueue_1: com.apple.main-thread (serial)
+ 885 start (in libdyld.dylib) + 1 [0x7fff701ce015]
+ ! 885 main (in Emacs) + 6374 [0x1000bd706]
+ ! 885 Frecursive_edit (in Emacs) + 406 [0x1000beca6]
+ ! 885 recursive_edit_1 (in Emacs) + 111 [0x1000be9bf]
+ ! 885 command_loop (in Emacs) + 158 [0x1000beaae]
+ ! 885 internal_catch (in Emacs) + 263 [0x10013ce77]
+ ! 885 command_loop_2 (in Emacs) + 48 [0x1000ced80]
+ ! 885 internal_condition_case (in Emacs) + 259 [0x10013d863]
+ ! 885 command_loop_1 (in Emacs) + 1234 [0x1000bfb02]
+ ! 885 read_key_sequence (in Emacs) + 1886 [0x1000c13be]
+ ! 885 read_char (in Emacs) + 7524 [0x1000c4df4]
+ ! 419 wait_reading_process_output (in Emacs) + 4020 [0x100187fa4]
+ ! : 329 ns_select (in Emacs) + 929 [0x1001b99e1]
+ ! : | 329 -[EmacsApp run] (in Emacs) + 389 [0x1001bada5]
+ ! : | 290 -[NSApplication run] (in AppKit) + 764 [0x7fff45921885]
+ ! : | + 274 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3044 [0x7fff460c2e34]
+ ! : | + ! 274 _DPSNextEvent (in AppKit) + 2085 [0x7fff4592ca73]
+ ! : | + ! 274 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 64 [0x7fff4767b884]
+ ! : | + ! 257 ReceiveNextEventCommon (in HIToolbox) + 366 [0x7fff4767ba0f]
+ ! : | + ! : 255 RunCurrentEventLoopInMode (in HIToolbox) + 286 [0x7fff4767bd96]
+ ! : | + ! : | 211 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ ! : | + ! : | + 98 __CFRunLoopRun (in CoreFoundation) + 1240 [0x7fff483918b8]
+ ! : | + ! : | + ! 91 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : 91 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : 62 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 121 [0x7fff45d475bf]
+ ! : | + ! : | + ! : | 60 CFRunLoopRemoveObserver (in CoreFoundation) + 80 [0x7fff483af470]
+ ! : | + ! : | + ! : | + 60 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | + 60 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | + 60 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : | 1 CFRunLoopRemoveObserver (in CoreFoundation) + 109 [0x7fff483af48d]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopFindMode (in CoreFoundation) + 80 [0x7fff4835f150]
+ ! : | + ! : | + ! : | 1 CFRunLoopRemoveObserver (in CoreFoundation) + 164 [0x7fff483af4c4]
+ ! : | + ! : | + ! : | 1 CFArrayGetFirstIndexOfValue (in CoreFoundation) + 246 [0x7fff4839b776]
+ ! : | + ! : | + ! : | 1 -[__NSArrayM objectAtIndex:] (in CoreFoundation) + 1 [0x7fff48336191]
+ ! : | + ! : | + ! : 24 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 76 [0x7fff45d47592]
+ ! : | + ! : | + ! : | 7 -[NSApplication updateWindows] (in AppKit) + 68 [0x7fff4592f0f9]
+ ! : | + ! : | + ! : | + 5 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! 5 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : 2 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | 1 __CFStringHash (in CoreFoundation) + 202 [0x7fff4831546a]
+ ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 149 [0x7fff483181d5]
+ ! : | + ! : | + ! : | + ! 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : 2 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | 1 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 221 [0x7fff4831821d]
+ ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1194 [0x7fff483646aa]
+ ! : | + ! : | + ! : | + ! 1 _CFAutoreleasePoolPush (in CoreFoundation) + 11 [0x7fff4834cb3b]
+ ! : | + ! : | + ! : | + ! 1 objc_autoreleasePoolPush (in libobjc.A.dylib) + 38 [0x7fff6f5a9b0d]
+ ! : | + ! : | + ! : | + 1 -[NSConcreteNotification dealloc] (in Foundation) + 111 [0x7fff4a473a83]
+ ! : | + ! : | + ! : | + ! 1 free (in libsystem_malloc.dylib) + 96 [0x7fff70378679]
+ ! : | + ! : | + ! : | + 1 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 35 [0x7fff4a47390e]
+ ! : | + ! : | + ! : | + 1 NSAllocateObject (in Foundation) + 19 [0x7fff4a46f14e]
+ ! : | + ! : | + ! : | + 1 class_createInstance (in libobjc.A.dylib) + 53 [0x7fff6f5a6cc8]
+ ! : | + ! : | + ! : | 7 -[NSApplication updateWindows] (in AppKit) + 80 [0x7fff4592f105]
+ ! : | + ! : | + ! : | + 5 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 515 [0x7fff459306b6]
+ ! : | + ! : | + ! : | + ! 5 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 321 [0x7fff483afd21]
+ ! : | + ! : | + ! : | + ! 3 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : 3 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1664 [0x7fff48364880]
+ ! : | + ! : | + ! : | + ! : | 1 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 130 [0x7fff483a6a82]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_loadWeakRetained (in libobjc.A.dylib) + 439 [0x7fff6f5ae9e9]
+ ! : | + ! : | + ! : | + ! : | 1 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 225 [0x7fff483a6ae1]
+ ! : | + ! : | + ! : | + ! : | 1 _CFXRegistrationPost (in CoreFoundation) + 458 [0x7fff483a6daa]
+ ! : | + ! : | + ! : | + ! : | 1 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation) + 12 [0x7fff483a6edc]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSToolbarView windowDidUpdate:] (in AppKit) + 52 [0x7fff45a5ab56]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSApplication(NSEvent) currentEvent] (in AppKit) + 0 [0x7fff460c21cf]
+ ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1495 [0x7fff483647d7]
+ ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 255 [0x7fff483a631f]
+ ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationObjectRegistration find:matching:] (in CoreFoundation) + 0 [0x7fff483afe90]
+ ! : | + ! : | + ! : | + ! 1 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + ! : 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 35 [0x7fff4a47390e]
+ ! : | + ! : | + ! : | + ! : 1 NSAllocateObject (in Foundation) + 19 [0x7fff4a46f14e]
+ ! : | + ! : | + ! : | + ! : 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! : 1 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : 1 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 94 [0x7fff70377277]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 209 [0x7fff45930584]
+ ! : | + ! : | + ! : | + ! 1 -[NSConcretePointerArray countByEnumeratingWithState:objects:count:] (in Foundation) + 27 [0x7fff4a48533d]
+ ! : | + ! : | + ! : | + 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 1 [0x7fff459304b4]
+ ! : | + ! : | + ! : | 4 -[NSApplication updateWindows] (in AppKit) + 40 [0x7fff4592f0dd]
+ ! : | + ! : | + ! : | + 2 standardDefaultCenter (in Foundation) + 68 [0x7fff4a5f859d]
+ ! : | + ! : | + ! : | + ! 1 -[NSFileManager _registerForUbiquityAccountChangeNotifications] (in Foundation) + 134 [0x7fff4a4731a6]
+ ! : | + ! : | + ! : | + ! : 1 _Block_object_dispose (in libsystem_blocks.dylib) + 0 [0x7fff7021cc39]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + 1 +[NSNotificationCenter defaultCenter] (in Foundation) + 30 [0x7fff4a473057]
+ ! : | + ! : | + ! : | + ! 1 +[NSObject self] (in libobjc.A.dylib) + 0 [0x7fff6f5aa9cd]
+ ! : | + ! : | + ! : | + 1 standardDefaultCenter (in Foundation) + 96 [0x7fff4a5f85b9]
+ ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | 3 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + 3 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! 2 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! 2 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! 1 CFEqual (in CoreFoundation) + 40 [0x7fff483287a8]
+ ! : | + ! : | + ! : | + ! 1 __CFStringEqual (in CoreFoundation) + 6 [0x7fff48335af6]
+ ! : | + ! : | + ! : | + 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 2030 [0x7fff4831892e]
+ ! : | + ! : | + ! : | 1 -[NSApplication updateWindows] (in AppKit) + 124 [0x7fff4592f131]
+ ! : | + ! : | + ! : | + 1 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 565 [0x7fff45930c90]
+ ! : | + ! : | + ! : | + 1 _checkClientHeartBeatStates (in AppKit) + 62 [0x7fff45b0b944]
+ ! : | + ! : | + ! : | 1 -[NSApplication updateWindows] (in AppKit) + 136 [0x7fff4592f13d]
+ ! : | + ! : | + ! : | + 1 standardDefaultCenter (in Foundation) + 56 [0x7fff4a5f8591]
+ ! : | + ! : | + ! : | + 1 +[NSFileManager defaultManager] (in Foundation) + 0 [0x7fff4a472240]
+ ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : | + ! : | + ! : 3 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 147 [0x7fff45d475d9]
+ ! : | + ! : | + ! : | 2 CFRunLoopRemoveObserver (in CoreFoundation) + 80 [0x7fff483af470]
+ ! : | + ! : | + ! : | + 2 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | + 2 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | + 2 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : | 1 CFRunLoopRemoveObserver (in CoreFoundation) + 164 [0x7fff483af4c4]
+ ! : | + ! : | + ! : | 1 CFArrayGetFirstIndexOfValue (in CoreFoundation) + 246 [0x7fff4839b776]
+ ! : | + ! : | + ! : | 1 -[__NSArrayM objectAtIndex:] (in CoreFoundation) + 104 [0x7fff483361f8]
+ ! : | + ! : | + ! : 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 890 [0x7fff6f5aa0d0]
+ ! : | + ! : | + ! : 1 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 23 [0x7fff45d4755d]
+ ! : | + ! : | + ! : 1 NSPushAutoreleasePool (in Foundation) + 0 [0x7fff4a46fbec]
+ ! : | + ! : | + ! 3 __CFRunLoopDoObservers (in CoreFoundation) + 622 [0x7fff483af39e]
+ ! : | + ! : | + ! : 3 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : 3 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : 3 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! 2 __CFRunLoopDoObservers (in CoreFoundation) + 567 [0x7fff483af367]
+ ! : | + ! : | + ! : 2 CFRunLoopObserverInvalidate (in CoreFoundation) + 312 [0x7fff483af828]
+ ! : | + ! : | + ! : 1 _Block_release (in libsystem_blocks.dylib) + 111 [0x7fff7021c99d]
+ ! : | + ! : | + ! : | 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 1450 [0x7fff7038eaca]
+ ! : | + ! : | + ! : | 1 tiny_free_list_remove_ptr (in libsystem_malloc.dylib) + 278 [0x7fff7037970d]
+ ! : | + ! : | + ! : 1 free_tiny (in libsystem_malloc.dylib) + 136 [0x7fff7038f06a]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 253 [0x7fff483af22d]
+ ! : | + ! : | + ! : 1 _CFRetain (in CoreFoundation) + 76 [0x7fff4831352c]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 599 [0x7fff483af387]
+ ! : | + ! : | + ! 1 szone_free (in libsystem_malloc.dylib) + 153 [0x7fff7037a6a8]
+ ! : | + ! : | + 96 __CFRunLoopRun (in CoreFoundation) + 1293 [0x7fff483918ed]
+ ! : | + ! : | + ! 96 __CFRunLoopDoSources0 (in CoreFoundation) + 208 [0x7fff48392470]
+ ! : | + ! : | + ! 96 __CFRunLoopDoSource0 (in CoreFoundation) + 108 [0x7fff4846942c]
+ ! : | + ! : | + ! 96 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation) + 17 [0x7fff483afa11]
+ ! : | + ! : | + ! 41 __NSThreadPerformPerform (in Foundation) + 334 [0x7fff4a4d52b5]
+ ! : | + ! : | + ! : 21 ns_send_appdefined (in Emacs) + 321 [0x1001b9531]
+ ! : | + ! : | + ! : 10 -[NSEvent _postAtStart:] (in AppKit) + 1881 [0x7fff45b0fb83]
+ ! : | + ! : | + ! : | 8 PostEventToQueueInternal (in HIToolbox) + 724 [0x7fff4767cc5d]
+ ! : | + ! : | + ! : | + 6 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
+ ! : | + ! : | + ! : | + ! 5 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + ! : 5 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : | + ! 1 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + 2 CFRunLoopWakeUp (in CoreFoundation) + 305 [0x7fff4837fa91]
+ ! : | + ! : | + ! : | + 2 mach_msg_destroy (in libsystem_kernel.dylib) + 34 [0x7fff7031496a]
+ ! : | + ! : | + ! : | + 1 mach_port_deallocate (in libsystem_kernel.dylib) + 17 [0x7fff7031d35e]
+ ! : | + ! : | + ! : | + : 1 _kernelrpc_mach_port_deallocate_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031517a]
+ ! : | + ! : | + ! : | + 1 mach_port_deallocate (in libsystem_kernel.dylib) + 38 [0x7fff7031d373]
+ ! : | + ! : | + ! : | 1 PostEventToQueueInternal (in HIToolbox) + 737 [0x7fff4767cc6a]
+ ! : | + ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 162 [0x7fff47653fa8]
+ ! : | + ! : | + ! : | + 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 98 [0x7fff704e43ae]
+ ! : | + ! : | + ! : | 1 PostEventToQueueInternal (in HIToolbox) + 96 [0x7fff4767c9e9]
+ ! : | + ! : | + ! : 4 -[NSEvent _postAtStart:] (in AppKit) + 1894 [0x7fff45b0fb90]
+ ! : | + ! : | + ! : | 2 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
+ ! : | + ! : | + ! : | + 2 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + 2 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : | 2 CFRunLoopWakeUp (in CoreFoundation) + 305 [0x7fff4837fa91]
+ ! : | + ! : | + ! : | 2 mach_msg_destroy (in libsystem_kernel.dylib) + 34 [0x7fff7031496a]
+ ! : | + ! : | + ! : | 2 mach_port_deallocate (in libsystem_kernel.dylib) + 17 [0x7fff7031d35e]
+ ! : | + ! : | + ! : | 2 _kernelrpc_mach_port_deallocate_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031517a]
+ ! : | + ! : | + ! : 3 -[NSEvent _postAtStart:] (in AppKit) + 1841 [0x7fff45b0fb5b]
+ ! : | + ! : | + ! : | 3 -[NSEvent _eventRefInternal] (in AppKit) + 37 [0x7fff45aa9434]
+ ! : | + ! : | + ! : | 2 -[NSEvent CGEvent] (in AppKit) + 515 [0x7fff45b0feb2]
+ ! : | + ! : | + ! : | + 2 SLEventSetIntegerValueField (in SkyLight) + 376 [0x7fff6a10c824]
+ ! : | + ! : | + ! : | + 2 CGSEventAppendixCreate (in SkyLight) + 22 [0x7fff6a0047a8]
+ ! : | + ! : | + ! : | + 2 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
+ ! : | + ! : | + ! : | + 1 _CFRuntimeCreateInstance (in CoreFoundation) + 353 [0x7fff4830f311]
+ ! : | + ! : | + ! : | + ! 1 _platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) + 110 [0x7fff704e0cae]
+ ! : | + ! : | + ! : | + 1 _CFRuntimeCreateInstance (in CoreFoundation) + 635 [0x7fff4830f42b]
+ ! : | + ! : | + ! : | + 1 object_setClass (in libobjc.A.dylib) + 62 [0x7fff6f5aa7c0]
+ ! : | + ! : | + ! : | 1 -[NSEvent CGEvent] (in AppKit) + 98 [0x7fff45b0fd11]
+ ! : | + ! : | + ! : | 1 SLEventCreate (in SkyLight) + 107 [0x7fff6a109d53]
+ ! : | + ! : | + ! : | 1 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
+ ! : | + ! : | + ! : | 1 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
+ ! : | + ! : | + ! : | 1 CFAllocatorAllocate (in CoreFoundation) + 18 [0x7fff4830f482]
+ ! : | + ! : | + ! : 2 -[NSEvent _postAtStart:] (in AppKit) + 1832,1881 [0x7fff45b0fb52,0x7fff45b0fb83]
+ ! : | + ! : | + ! : 1 -[NSEvent _postAtStart:] (in AppKit) + 230 [0x7fff45b0f510]
+ ! : | + ! : | + ! : 1 -[NSEvent type] (in AppKit) + 1 [0x7fff45a957f4]
+ ! : | + ! : | + ! 24 __NSThreadPerformPerform (in Foundation) + 524 [0x7fff4a4d5373]
+ ! : | + ! : | + ! : 24 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : 24 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : | + ! : 22 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : | + ! : | + ! : | 22 object_dispose (in libobjc.A.dylib) + 22 [0x7fff6f5a925f]
+ ! : | + ! : | + ! : | 22 objc_destructInstance (in libobjc.A.dylib) + 92 [0x7fff6f5a92cc]
+ ! : | + ! : | + ! : | 22 object_cxxDestructFromClass(objc_object*, objc_class*) (in libobjc.A.dylib) + 127 [0x7fff6f5b05d3]
+ ! : | + ! : | + ! : | 22 objc_destroyWeak (in libobjc.A.dylib) + 0 [0x7fff6f5aea19]
+ ! : | + ! : | + ! : 1 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
+ ! : | + ! : | + ! : | 1 ReleaseEvent (in HIToolbox) + 0 [0x7fff47652481]
+ ! : | + ! : | + ! : 1 objc_release (in libobjc.A.dylib) + 40 [0x7fff6f5a9188]
+ ! : | + ! : | + ! 23 __NSThreadPerformPerform (in Foundation) + 126 [0x7fff4a4d51e5]
+ ! : | + ! : | + ! : 22 performQueueDequeue (in Foundation) + 359 [0x7fff4a4d5578]
+ ! : | + ! : | + ! : | 22 _CFRunLoop01 (in CoreFoundation) + 50 [0x7fff483bdb52]
+ ! : | + ! : | + ! : | 22 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 6 [0x7fff704e4752]
+ ! : | + ! : | + ! : 1 performQueueDequeue (in Foundation) + 301 [0x7fff4a4d553e]
+ ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | + ! 2 __NSThreadPerformPerform (in Foundation) + 55 [0x7fff4a4d519e]
+ ! : | + ! : | + ! : 2 objc_sync_enter (in libobjc.A.dylib) + 25 [0x7fff6f5abe34]
+ ! : | + ! : | + ! : 2 recursive_mutex_tt<false>::lock() (in libobjc.A.dylib) + 9 [0x7fff6f5a9669]
+ ! : | + ! : | + ! : 2 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : 2 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : 2 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! 2 __NSThreadPerformPerform (in Foundation) + 336 [0x7fff4a4d52b7]
+ ! : | + ! : | + ! 1 __NSThreadPerformPerform (in Foundation) + 44 [0x7fff4a4d5193]
+ ! : | + ! : | + ! : 1 DYLD-STUB$$_CFGetTSD (in Foundation) + 0 [0x7fff4a77d482]
+ ! : | + ! : | + ! 1 __NSThreadPerformPerform (in Foundation) + 364 [0x7fff4a4d52d3]
+ ! : | + ! : | + ! : 1 -[NSObject release] (in libobjc.A.dylib) + 45 [0x7fff6f5ab42e]
+ ! : | + ! : | + ! 1 __NSThreadPerformPerform (in Foundation) + 422 [0x7fff4a4d530d]
+ ! : | + ! : | + ! : 1 -[__NSArrayM dealloc] (in CoreFoundation) + 45 [0x7fff4833903d]
+ ! : | + ! : | + ! : 1 free (in libsystem_malloc.dylib) + 0 [0x7fff70378619]
+ ! : | + ! : | + ! 1 __NSThreadPerformPerform (in Foundation) + 515 [0x7fff4a4d536a]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + 4 __CFRunLoopRun (in CoreFoundation) + 1968 [0x7fff48391b90]
+ ! : | + ! : | + ! 4 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | + ! 4 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151b6]
+ ! : | + ! : | + 3 __CFRunLoopRun (in CoreFoundation) + 1542 [0x7fff483919e6]
+ ! : | + ! : | + ! 3 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! 3 _kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151aa]
+ ! : | + ! : | + 3 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
+ ! : | + ! : | + ! 1 DYLD-STUB$$kdebug_trace (in CoreFoundation) + 0 [0x7fff48500ee0]
+ ! : | + ! : | + ! 1 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ ! : | + ! : | + ! : 1 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : 1 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! 1 __CFRunLoopServiceMachPort (in CoreFoundation) + 400 [0x7fff483927c0]
+ ! : | + ! : | + ! 1 voucher_mach_msg_revert (in libsystem_kernel.dylib) + 7 [0x7fff70302ff5]
+ ! : | + ! : | + 3 __CFRunLoopRun (in CoreFoundation) + 1885 [0x7fff48391b3d]
+ ! : | + ! : | + ! 3 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! 3 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! 3 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + 1 __CFRunLoopRun (in CoreFoundation) + 236 [0x7fff483914cc]
+ ! : | + ! : | + ! 1 CFSetContainsValue (in CoreFoundation) + 119 [0x7fff48360037]
+ ! : | + ! : | + ! 1 CFBasicHashGetCountOfKey (in CoreFoundation) + 190 [0x7fff4836013e]
+ ! : | + ! : | + ! 1 __CFStringHash (in CoreFoundation) + 0 [0x7fff483153a0]
+ ! : | + ! : | + 1 __CFRunLoopRun (in CoreFoundation) + 250 [0x7fff483914da]
+ ! : | + ! : | + ! 1 _dispatch_get_main_queue_port_4CF (in libdispatch.dylib) + 8 [0x7fff7019f202]
+ ! : | + ! : | + 1 __CFRunLoopRun (in CoreFoundation) + 3331 [0x7fff483920e3]
+ ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 1103 [0x7fff7038e96f]
+ ! : | + ! : | + ! 1 get_tiny_free_size (in libsystem_malloc.dylib) + 72 [0x7fff703795f3]
+ ! : | + ! : | + 1 __CFRunLoopRun (in CoreFoundation) + 1787 [0x7fff48391adb]
+ ! : | + ! : | 38 CFRunLoopRunSpecific (in CoreFoundation) + 543 [0x7fff4839118f]
+ ! : | + ! : | + 36 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! 36 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! 36 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 66 [0x7fff5370d98a]
+ ! : | + ! : | + ! 35 CA::Transaction::commit() (in QuartzCore) + 487 [0x7fff537014c5]
+ ! : | + ! : | + ! : 21 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 187 [0x7fff537018a1]
+ ! : | + ! : | + ! : | 21 CA::Transaction::run_commit_handlers(CATransactionPhase) (in QuartzCore) + 25 [0x7fff537028af]
+ ! : | + ! : | + ! : | 21 CA::Transaction::commit_handlers_for_phase(CATransactionPhase) (in QuartzCore) + 1 [0x7fff5379c94d]
+ ! : | + ! : | + ! : 11 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3765 [0x7fff5370269b]
+ ! : | + ! : | + ! : | 11 _dispatch_global_queue_poke_slow (in libdispatch.dylib) + 96 [0x7fff701a8e59]
+ ! : | + ! : | + ! : | 11 _pthread_workqueue_addthreads (in libsystem_pthread.dylib) + 45 [0x7fff704e5bc4]
+ ! : | + ! : | + ! : | 11 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! : | + ! : | + ! : 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1930 [0x7fff53701f70]
+ ! : | + ! : | + ! : | 1 CA::Render::Encoder::set_object_cache(CA::Render::Encoder::ObjectCache*) (in QuartzCore) + 38 [0x7fff5370370c]
+ ! : | + ! : | + ! : 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 2240 [0x7fff537020a6]
+ ! : | + ! : | + ! : 1 DYLD-STUB$$objc_autoreleasePoolPush (in QuartzCore) + 0 [0x7fff538cd2f6]
+ ! : | + ! : | + ! 1 CA::Transaction::commit() (in QuartzCore) + 474 [0x7fff537014b8]
+ ! : | + ! : | + 1 __CFRunLoopDoObservers (in CoreFoundation) + 509 [0x7fff483af32d]
+ ! : | + ! : | + ! 1 kdebug_trace (in libsystem_kernel.dylib) + 0 [0x7fff7031a603]
+ ! : | + ! : | + 1 __CFRunLoopDoObservers (in CoreFoundation) + 550 [0x7fff483af356]
+ ! : | + ! : | + 1 kdebug_trace (in libsystem_kernel.dylib) + 70 [0x7fff7031a649]
+ ! : | + ! : | 3 CFRunLoopRunSpecific (in CoreFoundation) + 225 [0x7fff48391051]
+ ! : | + ! : | + 1 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + ! 1 _CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) + 26 [0x7fff4831078a]
+ ! : | + ! : | + 1 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! 1 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! 1 __CFStringHash (in CoreFoundation) + 206 [0x7fff4831546e]
+ ! : | + ! : | + 1 __CFRunLoopFindMode (in CoreFoundation) + 259 [0x7fff4835f203]
+ ! : | + ! : | 1 CFRunLoopRunSpecific (in CoreFoundation) + 303 [0x7fff4839109f]
+ ! : | + ! : | + 1 CFAllocatorAllocate (in CoreFoundation) + 50 [0x7fff4830f4a2]
+ ! : | + ! : | 1 CFRunLoopRunSpecific (in CoreFoundation) + 575 [0x7fff483911af]
+ ! : | + ! : | + 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 93 [0x7fff7038e57d]
+ ! : | + ! : | + 1 get_tiny_previous_free_msize (in libsystem_malloc.dylib) + 63 [0x7fff70378e13]
+ ! : | + ! : | 1 szone_free (in libsystem_malloc.dylib) + 0 [0x7fff7037a60f]
+ ! : | + ! : 2 RunCurrentEventLoopInMode (in HIToolbox) + 161 [0x7fff4767bd19]
+ ! : | + ! : 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 1622 [0x7fff4832b396]
+ ! : | + ! : + 1 _platform_memcmp (in libsystem_platform.dylib) + 293 [0x7fff704dbcc5]
+ ! : | + ! : 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 1630 [0x7fff4832b39e]
+ ! : | + ! 9 ReceiveNextEventCommon (in HIToolbox) + 613 [0x7fff4767bb06]
+ ! : | + ! : 9 RunCurrentEventLoopInMode (in HIToolbox) + 286 [0x7fff4767bd96]
+ ! : | + ! : 9 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ ! : | + ! : 4 __CFRunLoopRun (in CoreFoundation) + 1293 [0x7fff483918ed]
+ ! : | + ! : | 3 __CFRunLoopDoSources0 (in CoreFoundation) + 208 [0x7fff48392470]
+ ! : | + ! : | + 3 __CFRunLoopDoSource0 (in CoreFoundation) + 108 [0x7fff4846942c]
+ ! : | + ! : | + 3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation) + 17 [0x7fff483afa11]
+ ! : | + ! : | + 2 __NSThreadPerformPerform (in Foundation) + 334 [0x7fff4a4d52b5]
+ ! : | + ! : | + ! 1 -[NSEvent _postAtStart:] (in AppKit) + 1841 [0x7fff45b0fb5b]
+ ! : | + ! : | + ! : 1 -[NSEvent _eventRefInternal] (in AppKit) + 37 [0x7fff45aa9434]
+ ! : | + ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 98 [0x7fff45b0fd11]
+ ! : | + ! : | + ! : 1 SLEventCreate (in SkyLight) + 107 [0x7fff6a109d53]
+ ! : | + ! : | + ! : 1 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
+ ! : | + ! : | + ! : 1 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
+ ! : | + ! : | + ! : 1 malloc_zone_malloc (in libsystem_malloc.dylib) + 0 [0x7fff70377156]
+ ! : | + ! : | + ! 1 -[NSEvent _postAtStart:] (in AppKit) + 1881 [0x7fff45b0fb83]
+ ! : | + ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 724 [0x7fff4767cc5d]
+ ! : | + ! : | + ! 1 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
+ ! : | + ! : | + ! 1 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! 1 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + 1 __NSThreadPerformPerform (in Foundation) + 524 [0x7fff4a4d5373]
+ ! : | + ! : | + 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : | + 1 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : | + ! : | + 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 0 [0x7fff6f5a70c0]
+ ! : | + ! : | 1 __CFRunLoopDoSources0 (in CoreFoundation) + 379 [0x7fff4839251b]
+ ! : | + ! : | 1 kdebug_trace (in libsystem_kernel.dylib) + 0 [0x7fff7031a603]
+ ! : | + ! : 2 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
+ ! : | + ! : | 1 __CFRunLoopServiceMachPort (in CoreFoundation) + 249 [0x7fff48392729]
+ ! : | + ! : | + 1 kdebug_trace (in libsystem_kernel.dylib) + 33 [0x7fff7031a624]
+ ! : | + ! : | + 1 kdebug_is_enabled (in libsystem_kernel.dylib) + 21 [0x7fff7031a5cc]
+ ! : | + ! : | 1 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ ! : | + ! : | 1 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | 1 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : 1 __CFRunLoopRun (in CoreFoundation) + 1968 [0x7fff48391b90]
+ ! : | + ! : | 1 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | 1 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151b6]
+ ! : | + ! : 1 __CFRunLoopRun (in CoreFoundation) + 3331 [0x7fff483920e3]
+ ! : | + ! : | 1 free_tiny (in libsystem_malloc.dylib) + 128 [0x7fff7038f062]
+ ! : | + ! : 1 __CFRunLoopRun (in CoreFoundation) + 1787 [0x7fff48391adb]
+ ! : | + ! 4 ReceiveNextEventCommon (in HIToolbox) + 399 [0x7fff4767ba30]
+ ! : | + ! : 2 GetCurrentEventQueue (in HIToolbox) + 23 [0x7fff4767b7b9]
+ ! : | + ! : | 2 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | 1 ThreadIsCooperative (in CarbonCore) + 41 [0x7fff49501b50]
+ ! : | + ! : | + 1 TSLockMutex (in CarbonCore) + 33 [0x7fff49501385]
+ ! : | + ! : | 1 ThreadIsCooperative (in CarbonCore) + 68 [0x7fff49501b6b]
+ ! : | + ! : | 1 DYLD-STUB$$pthread_mutex_unlock (in CarbonCore) + 0 [0x7fff495ca096]
+ ! : | + ! : 1 DYLD-STUB$$pthread_self (in CarbonCore) + 0 [0x7fff495ca0ae]
+ ! : | + ! : 1 GetCurrentEventQueue (in HIToolbox) + 87 [0x7fff4767b7f9]
+ ! : | + ! : 1 GetMainEventQueue (in HIToolbox) + 13 [0x7fff47663967]
+ ! : | + ! : 1 _EventThreadLock (in HIToolbox) + 1 [0x7fff4764f534]
+ ! : | + ! 3 ReceiveNextEventCommon (in HIToolbox) + 324 [0x7fff4767b9e5]
+ ! : | + ! : 1 GetCurrentEventQueue (in HIToolbox) + 12 [0x7fff4767b7ae]
+ ! : | + ! : | 1 pthread_self (in libsystem_pthread.dylib) + 0 [0x7fff704e54b8]
+ ! : | + ! : 1 GetCurrentEventQueue (in HIToolbox) + 23 [0x7fff4767b7b9]
+ ! : | + ! : | 1 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | 1 ThreadIsCooperative (in CarbonCore) + 53 [0x7fff49501b5c]
+ ! : | + ! : | 1 FindThreadByID (in CarbonCore) + 0 [0x7fff49501c7f]
+ ! : | + ! : 1 GetCurrentEventQueue (in HIToolbox) + 87 [0x7fff4767b7f9]
+ ! : | + ! : 1 GetMainEventQueue (in HIToolbox) + 0 [0x7fff4766395a]
+ ! : | + ! 1 ReceiveNextEventCommon (in HIToolbox) + 432 [0x7fff4767ba51]
+ ! : | + 5 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3548 [0x7fff460c302c]
+ ! : | + ! 2 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 612 [0x7fff45eca51f]
+ ! : | + ! : 1 SLSGetDisplayBounds (in SkyLight) + 161 [0x7fff6a1bdda2]
+ ! : | + ! : | 1 _os_nospin_lock_unlock (in libsystem_platform.dylib) + 0 [0x7fff704df9b6]
+ ! : | + ! : 1 SLSGetDisplayBounds (in SkyLight) + 55 [0x7fff6a1bdd38]
+ ! : | + ! 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 115 [0x7fff45eca32e]
+ ! : | + ! : 1 -[NSEvent _initAuxiliaryData] (in AppKit) + 0 [0x7fff45b83193]
+ ! : | + ! 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 271 [0x7fff45eca3ca]
+ ! : | + ! : 1 -[NSApplication(NSWindowCache) _findWindowUsingContextID:] (in AppKit) + 357 [0x7fff45a96893]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 595 [0x7fff45eca50e]
+ ! : | + ! 1 SLSMainDisplayID (in SkyLight) + 0 [0x7fff6a1bdea5]
+ ! : | + 4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 914 [0x7fff460c25e2]
+ ! : | + ! 2 _DPSEventHandledByCarbon (in AppKit) + 43 [0x7fff45cf0dd3]
+ ! : | + ! : 2 -[NSApplication _disableSuddenTermination] (in AppKit) + 9 [0x7fff4593142c]
+ ! : | + ! : 1 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 55 [0x7fff4768b456]
+ ! : | + ! : | 1 DYLD-STUB$$os_unfair_lock_lock (in CoreFoundation) + 0 [0x7fff48501186]
+ ! : | + ! : 1 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 6 [0x7fff4768b425]
+ ! : | + ! 2 _DPSEventHandledByCarbon (in AppKit) + 54 [0x7fff45cf0dde]
+ ! : | + ! 2 _NSHandleCarbonMenuEvent (in AppKit) + 32 [0x7fff45a969fb]
+ ! : | + ! 1 ConvertEventRefToEventRecord (in HIToolbox) + 89 [0x7fff4768b265]
+ ! : | + ! | 1 GetGlobalMouse (in HIToolbox) + 33 [0x7fff4768b3b0]
+ ! : | + ! | 1 SLSGetCurrentCursorLocation (in SkyLight) + 14 [0x7fff6a09a57b]
+ ! : | + ! | 1 CGSScoreboard (in SkyLight) + 30 [0x7fff69ff9c6a]
+ ! : | + ! 1 ConvertEventRefToEventRecord (in HIToolbox) + 55 [0x7fff4768b243]
+ ! : | + 3 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 4028 [0x7fff460c320c]
+ ! : | + ! 3 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! 1 -[NSEvent dealloc] (in AppKit) + 173 [0x7fff45a602e6]
+ ! : | + ! : 1 -[__NSCFType release] (in CoreFoundation) + 0 [0x7fff48385b30]
+ ! : | + ! 1 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
+ ! : | + ! : 1 ReleaseEvent (in HIToolbox) + 230 [0x7fff47652567]
+ ! : | + ! : 1 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : | + ! : 1 free_tiny (in libsystem_malloc.dylib) + 327 [0x7fff7038f129]
+ ! : | + ! 1 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : | + ! 1 object_dispose (in libobjc.A.dylib) + 30 [0x7fff6f5a9267]
+ ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 370 [0x7fff7038e692]
+ ! : | + ! 1 tiny_free_list_remove_ptr (in libsystem_malloc.dylib) + 140 [0x7fff70379683]
+ ! : | + 2 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3528 [0x7fff460c3018]
+ ! : | + ! 2 _objc_rootAlloc (in libobjc.A.dylib) + 45 [0x7fff6f5aa98e]
+ ! : | + ! 2 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! 2 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! 2 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! 1 DYLD-STUB$$_platform_memset (in libsystem_malloc.dylib) + 0 [0x7fff7038f368]
+ ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1321 [0x7fff70377742]
+ ! : | + ! 1 _platform_memset$VARIANT$Haswell (in libsystem_platform.dylib) + 0 [0x7fff704e0c00]
+ ! : | + 2 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3615 [0x7fff460c306f]
+ ! : | + 1 -[NSApplication(NSEvent) _setCurrentEvent:] (in AppKit) + 47 [0x7fff460c375e]
+ ! : | + : 1 -[NSEvent isEqual:] (in AppKit) + 198 [0x7fff45a95093]
+ ! : | + : 1 -[NSEvent modifierFlags] (in AppKit) + 14 [0x7fff45a979c2]
+ ! : | + 1 -[NSApplication(NSEvent) _setCurrentEvent:] (in AppKit) + 72 [0x7fff460c3777]
+ ! : | + 1 -[NSObject autorelease] (in libobjc.A.dylib) + 6 [0x7fff6f5ab662]
+ ! : | 19 -[NSApplication run] (in AppKit) + 834 [0x7fff459218cb]
+ ! : | + 19 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 60 [0x7fff4a4d4dab]
+ ! : | + 18 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + 1 +[NSThread isMainThread] (in Foundation) + 9 [0x7fff4a485768]
+ ! : | + 1 pthread_main_np (in libsystem_pthread.dylib) + 0 [0x7fff704e5835]
+ ! : | 11 -[NSApplication run] (in AppKit) + 812 [0x7fff459218b5]
+ ! : | + 9 -[EmacsApp sendEvent:] (in Emacs) + 622 [0x1001bb10e]
+ ! : | + ! 6 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2492 [0x7fff460c1254]
+ ! : | + ! : 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 426 [0x7fff4591ef4b]
+ ! : | + ! : | 1 CFRunLoopAddObserver (in CoreFoundation) + 225 [0x7fff4837a571]
+ ! : | + ! : | + 1 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + 1 _CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) + 1 [0x7fff48310771]
+ ! : | + ! : | 1 CFRunLoopAddObserver (in CoreFoundation) + 287 [0x7fff4837a5af]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 447 [0x7fff4591ef60]
+ ! : | + ! : | 1 CFRunLoopAddObserver (in CoreFoundation) + 571 [0x7fff4837a6cb]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 37 [0x7fff6f5a6ea5]
+ ! : | + ! : | 1 CFRunLoopAddObserver (in CoreFoundation) + 595 [0x7fff4837a6e3]
+ ! : | + ! : | 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 207 [0x7fff704e449a]
+ ! : | + ! : 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 385,393 [0x7fff4591ef22,0x7fff4591ef2a]
+ ! : | + ! 2 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 234 [0x7fff460c0982]
+ ! : | + ! : 1 +[CATransaction(CATransactionPrivate) activateBackground:] (in QuartzCore) + 49 [0x7fff5370129a]
+ ! : | + ! : | 1 CA::Transaction::ensure_implicit() (in QuartzCore) + 302 [0x7fff536f3a0a]
+ ! : | + ! : | 1 CA::Transaction::push(bool) (in QuartzCore) + 213 [0x7fff5379caf3]
+ ! : | + ! : | 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704df616]
+ ! : | + ! : 1 +[NSAnimationContext activate] (in AppKit) + 26 [0x7fff462b6901]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! 1 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 125 [0x7fff460c0915]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + 2 -[EmacsApp sendEvent:] (in Emacs) + 588 [0x1001bb0ec]
+ ! : | + 2 -[EmacsApp stop:] (in Emacs) + 50 [0x1001badf2]
+ ! : | + 1 -[NSApplication stop:] (in AppKit) + 64 [0x7fff45d446ba]
+ ! : | + : 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 152 [0x7fff4a5e4c08]
+ ! : | + : 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + 1 -[NSApplication stop:] (in AppKit) + 0 [0x7fff45d4467a]
+ ! : | 2 -[NSApplication run] (in AppKit) + 848 [0x7fff459218d9]
+ ! : | + 1 _HIEnableSuddenTerminationForSendEvent (in HIToolbox) + 0 [0x7fff4768d99c]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | 2 -[NSApplication run] (in AppKit) + 860 [0x7fff459218e5]
+ ! : | + 2 -[NSAutoreleasePool drain] (in Foundation) + 161 [0x7fff4a4828be]
+ ! : | + 2 objc_removeAssociatedObjects (in libobjc.A.dylib) + 0 [0x7fff6f5ad7d1]
+ ! : | 1 -[NSApplication run] (in AppKit) + 121 [0x7fff45921602]
+ ! : | + 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
+ ! : | + 1 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
+ ! : | + 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 1028 [0x7fff48318544]
+ ! : | 1 -[NSApplication run] (in AppKit) + 300 [0x7fff459216b5]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | 1 -[NSApplication run] (in AppKit) + 508 [0x7fff45921785]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | 1 -[NSApplication run] (in AppKit) + 777 [0x7fff45921892]
+ ! : | + 1 -[NSApplication _disableSuddenTermination] (in AppKit) + 9 [0x7fff4593142c]
+ ! : | + 1 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 55 [0x7fff4768b456]
+ ! : | + 1 _CFSuddenTerminationDisable (in CoreFoundation) + 33 [0x7fff4836bb71]
+ ! : | + 1 os_unfair_lock_unlock (in libsystem_platform.dylib) + 12 [0x7fff704df76d]
+ ! : | 1 -[NSApplication run] (in AppKit) + 1 [0x7fff4592158a]
+ ! : 50 ns_select (in Emacs) + 422 [0x1001b97e6]
+ ! : | 48 thread_select (in Emacs) + 55 [0x1001a5867]
+ ! : | + 22 really_call_select (in Emacs) + 99 [0x1001a58d3]
+ ! : | + ! 22 block_interrupt_signal (in Emacs) + 35 [0x1000d8663]
+ ! : | + ! 22 pthread_sigmask (in libsystem_pthread.dylib) + 9 [0x7fff704e6675]
+ ! : | + ! 22 __pthread_sigmask (in libsystem_kernel.dylib) + 10 [0x7fff7031eb96]
+ ! : | + 22 really_call_select (in Emacs) + 141 [0x1001a58fd]
+ ! : | + 2 really_call_select (in Emacs) + 137 [0x1001a58f9]
+ ! : | + ! 1 pthread_sigmask (in libsystem_pthread.dylib) + 9 [0x7fff704e6675]
+ ! : | + ! : 1 __pthread_sigmask (in libsystem_kernel.dylib) + 10 [0x7fff7031eb96]
+ ! : | + ! 1 pthread_sigmask (in libsystem_pthread.dylib) + 11 [0x7fff704e6677]
+ ! : | + 1 really_call_select (in Emacs) + 32 [0x1001a5890]
+ ! : | + ! 1 block_interrupt_signal (in Emacs) + 35 [0x1000d8663]
+ ! : | + ! 1 pthread_sigmask (in libsystem_pthread.dylib) + 9 [0x7fff704e6675]
+ ! : | + ! 1 __pthread_sigmask (in libsystem_kernel.dylib) + 10 [0x7fff7031eb96]
+ ! : | + 1 really_call_select (in Emacs) + 117 [0x1001a58e5]
+ ! : | + 1 acquire_global_lock (in Emacs) + 21 [0x1001a4e25]
+ ! : | + 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 20 [0x7fff704e4360]
+ ! : | 2 thread_select (in Emacs) + 0,58 [0x1001a5830,0x1001a586a]
+ ! : 30 ns_select (in Emacs) + 676 [0x1001b98e4]
+ ! : | 30 emacs_write_sig (in Emacs) + 83 [0x1000d9dc3]
+ ! : | 30 write (in libsystem_kernel.dylib) + 10 [0x7fff703206fa]
+ ! : 7 ns_select (in Emacs) + 973 [0x1001b9a0d]
+ ! : | 7 emacs_write_sig (in Emacs) + 83 [0x1000d9dc3]
+ ! : | 7 write (in libsystem_kernel.dylib) + 10 [0x7fff703206fa]
+ ! : 3 ns_select (in Emacs) + 446 [0x1001b97fe]
+ ! : 3 -[NSAutoreleasePool release] (in Foundation) + 144 [0x7fff4a48db56]
+ ! : 3 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : 3 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : 2 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
+ ! : + 2 ReleaseEvent (in HIToolbox) + 230 [0x7fff47652567]
+ ! : + 2 _CFRelease (in CoreFoundation) + 284 [0x7fff48469e7c]
+ ! : + 1 DYLD-STUB$$CFRelease (in SkyLight) + 0 [0x7fff6a250946]
+ ! : + 1 event_finalize(void const*) (in SkyLight) + 43 [0x7fff6a109ef8]
+ ! : + 1 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : + 1 free_tiny (in libsystem_malloc.dylib) + 648 [0x7fff7038f26a]
+ ! : 1 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : 1 object_dispose (in libobjc.A.dylib) + 22 [0x7fff6f5a925f]
+ ! : 1 objc_destructInstance (in libobjc.A.dylib) + 92 [0x7fff6f5a92cc]
+ ! : 1 object_cxxDestructFromClass(objc_object*, objc_class*) (in libobjc.A.dylib) + 1 [0x7fff6f5b0555]
+ ! 271 wait_reading_process_output (in Emacs) + 4928 [0x100188330]
+ ! : 270 detect_input_pending_run_timers (in Emacs) + 328 [0x1000c6c78]
+ ! : | 270 gobble_input (in Emacs) + 259 [0x1000c2ad3]
+ ! : | 233 ns_read_socket (in Emacs) + 685 [0x1001c86bd]
+ ! : | + 233 -[EmacsApp run] (in Emacs) + 389 [0x1001bada5]
+ ! : | + 209 -[NSApplication run] (in AppKit) + 764 [0x7fff45921885]
+ ! : | + ! 187 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3044 [0x7fff460c2e34]
+ ! : | + ! : 185 _DPSNextEvent (in AppKit) + 2085 [0x7fff4592ca73]
+ ! : | + ! : | 184 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 64 [0x7fff4767b884]
+ ! : | + ! : | + 183 ReceiveNextEventCommon (in HIToolbox) + 366 [0x7fff4767ba0f]
+ ! : | + ! : | + ! 160 RunCurrentEventLoopInMode (in HIToolbox) + 286 [0x7fff4767bd96]
+ ! : | + ! : | + ! : 73 CFRunLoopRunSpecific (in CoreFoundation) + 543 [0x7fff4839118f]
+ ! : | + ! : | + ! : | 72 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : | + 72 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : | + 71 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 66 [0x7fff5370d98a]
+ ! : | + ! : | + ! : | + ! 71 CA::Transaction::commit() (in QuartzCore) + 487 [0x7fff537014c5]
+ ! : | + ! : | + ! : | + ! 28 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3765 [0x7fff5370269b]
+ ! : | + ! : | + ! : | + ! : 27 _dispatch_global_queue_poke_slow (in libdispatch.dylib) + 96 [0x7fff701a8e59]
+ ! : | + ! : | + ! : | + ! : | 27 _pthread_workqueue_addthreads (in libsystem_pthread.dylib) + 45 [0x7fff704e5bc4]
+ ! : | + ! : | + ! : | + ! : | 27 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! : | + ! : | + ! : | + ! : 1 _dispatch_global_queue_poke_slow (in libdispatch.dylib) + 96 [0x7fff701a8e59]
+ ! : | + ! : | + ! : | + ! 22 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1500,3839 [0x7fff53701dc2,0x7fff537026e5]
+ ! : | + ! : | + ! : | + ! 21 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1930 [0x7fff53701f70]
+ ! : | + ! : | + ! : | + ! 21 CA::Render::Encoder::set_object_cache(CA::Render::Encoder::ObjectCache*) (in QuartzCore) + 91 [0x7fff53703741]
+ ! : | + ! : | + ! : | + ! 21 x_hash_table_foreach (in QuartzCore) + 50 [0x7fff5370ab77]
+ ! : | + ! : | + ! : | + 1 DYLD-STUB$$objc_autoreleasePoolPush (in QuartzCore) + 0 [0x7fff538cd2f6]
+ ! : | + ! : | + ! : | 1 __CFRunLoopDoObservers (in CoreFoundation) + 73 [0x7fff483af179]
+ ! : | + ! : | + ! : 64 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ ! : | + ! : | + ! : | 53 __CFRunLoopRun (in CoreFoundation) + 1240 [0x7fff483918b8]
+ ! : | + ! : | + ! : | + 52 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : | + ! 52 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : | + ! 25 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 76 [0x7fff45d47592]
+ ! : | + ! : | + ! : | + ! : 12 -[NSApplication updateWindows] (in AppKit) + 80 [0x7fff4592f105]
+ ! : | + ! : | + ! : | + ! : | 9 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 515 [0x7fff459306b6]
+ ! : | + ! : | + ! : | + ! : | + 7 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 321 [0x7fff483afd21]
+ ! : | + ! : | + ! : | + ! : | + ! 5 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : | + ! : 5 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 __CFStringHash (in CoreFoundation) + 202 [0x7fff4831546a]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 3328 [0x7fff48318e40]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1495 [0x7fff483647d7]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 91 [0x7fff483a627b]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 255 [0x7fff483a631f]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationObjectRegistration find:matching:] (in CoreFoundation) + 771 [0x7fff483b0193]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationObjcObserverRegistration find:] (in CoreFoundation) + 264 [0x7fff483a7f78]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationObserverRegistration find:] (in CoreFoundation) + 548 [0x7fff483a6914]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 144 [0x7fff48364290]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFDictionaryGetTypeID (in CoreFoundation) + 8 [0x7fff483108c8]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSConcreteNotification dealloc] (in Foundation) + 111 [0x7fff4a473a83]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 szone_size (in libsystem_malloc.dylib) + 0 [0x7fff70378825]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 234 [0x7fff483afcca]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 79 [0x7fff45930502]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSRecursiveLock lock] (in Foundation) + 22 [0x7fff4a47ddea]
+ ! : | + ! : | + ! : | + ! : | + 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 207 [0x7fff704e449a]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 141 [0x7fff45930540]
+ ! : | + ! : | + ! : | + ! : | + 1 +[__NSArrayM __new:::] (in CoreFoundation) + 81 [0x7fff48439661]
+ ! : | + ! : | + ! : | + ! : | + 1 malloc_good_size (in libsystem_malloc.dylib) + 0 [0x7fff7037b067]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 477 [0x7fff45930690]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSRecursiveLock unlock] (in Foundation) + 36 [0x7fff4a47e6bf]
+ ! : | + ! : | + ! : | + ! : | 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 297 [0x7fff704e4875]
+ ! : | + ! : | + ! : | + ! : 8 -[NSApplication updateWindows] (in AppKit) + 68 [0x7fff4592f0f9]
+ ! : | + ! : | + ! : | + ! : | 5 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : | + 4 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 82 [0x7fff48364252]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 os_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704dc664]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 __CFStringHash (in CoreFoundation) + 206 [0x7fff4831546e]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFEqual (in CoreFoundation) + 129 [0x7fff48328801]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 92 [0x7fff4836425c]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXNotificationPost (in CoreFoundation) + 198 [0x7fff48363826]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFAutoreleasePoolPop (in CoreFoundation) + 0 [0x7fff483509f0]
+ ! : | + ! : | + ! : | + ! : | 2 -[NSObject release] (in libobjc.A.dylib) + 79,84 [0x7fff6f5ab450,0x7fff6f5ab455]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSConcreteNotification dealloc] (in Foundation) + 64 [0x7fff4a473a54]
+ ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : 3 -[NSApplication updateWindows] (in AppKit) + 40 [0x7fff4592f0dd]
+ ! : | + ! : | + ! : | + ! : | 2 standardDefaultCenter (in Foundation) + 47 [0x7fff4a5f8588]
+ ! : | + ! : | + ! : | + ! : | 1 standardDefaultCenter (in Foundation) + 68 [0x7fff4a5f859d]
+ ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : 1 -[NSApplication updateWindows] (in AppKit) + 136 [0x7fff4592f13d]
+ ! : | + ! : | + ! : | + ! : | 1 standardDefaultCenter (in Foundation) + 84 [0x7fff4a5f85ad]
+ ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + ! : 1 -[NSObject release] (in libobjc.A.dylib) + 33 [0x7fff6f5ab422]
+ ! : | + ! : | + ! : | + ! 21 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 147 [0x7fff45d475d9]
+ ! : | + ! : | + ! : | + ! : 21 CFRunLoopRemoveObserver (in CoreFoundation) + 182 [0x7fff483af4d6]
+ ! : | + ! : | + ! : | + ! : 21 -[__NSArrayM removeObjectsInRange:] (in CoreFoundation) + 335 [0x7fff4843873f]
+ ! : | + ! : | + ! : | + ! : 21 _CFRelease (in CoreFoundation) + 177 [0x7fff48469e11]
+ ! : | + ! : | + ! : | + ! 4 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 121 [0x7fff45d475bf]
+ ! : | + ! : | + ! : | + ! : 2 CFRunLoopRemoveObserver (in CoreFoundation) + 109 [0x7fff483af48d]
+ ! : | + ! : | + ! : | + ! : | 2 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | + ! : | 2 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + 1 __CFStringHash (in CoreFoundation) + 202 [0x7fff4831546a]
+ ! : | + ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 4248 [0x7fff483191d8]
+ ! : | + ! : | + ! : | + ! : 1 CFRunLoopRemoveObserver (in CoreFoundation) + 182 [0x7fff483af4d6]
+ ! : | + ! : | + ! : | + ! : | 1 -[__NSArrayM removeObjectsInRange:] (in CoreFoundation) + 335 [0x7fff4843873f]
+ ! : | + ! : | + ! : | + ! : | 1 objc_release (in libobjc.A.dylib) + 23 [0x7fff6f5a9177]
+ ! : | + ! : | + ! : | + ! : 1 CFRunLoopRemoveObserver (in CoreFoundation) + 232 [0x7fff483af508]
+ ! : | + ! : | + ! : | + ! : 1 _CFRelease (in CoreFoundation) + 6 [0x7fff48469d66]
+ ! : | + ! : | + ! : | + ! 2 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 43 [0x7fff45d47571]
+ ! : | + ! : | + ! : | + ! 1 objc_autorelease (in libobjc.A.dylib) + 44 [0x7fff6f5ac94c]
+ ! : | + ! : | + ! : | + ! 1 objc_loadWeak (in libobjc.A.dylib) + 15 [0x7fff6f5b065d]
+ ! : | + ! : | + ! : | + ! 1 objc_loadWeakRetained (in libobjc.A.dylib) + 169 [0x7fff6f5ae8db]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopDoObservers (in CoreFoundation) + 336 [0x7fff483af280]
+ ! : | + ! : | + ! : | + 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 297 [0x7fff704e4875]
+ ! : | + ! : | + ! : | 4 __CFRunLoopRun (in CoreFoundation) + 1293 [0x7fff483918ed]
+ ! : | + ! : | + ! : | + 3 __CFRunLoopDoSources0 (in CoreFoundation) + 127 [0x7fff4839241f]
+ ! : | + ! : | + ! : | + ! 3 CFSetApplyFunction (in CoreFoundation) + 192 [0x7fff4835fe20]
+ ! : | + ! : | + ! : | + ! 2 CFBasicHashApply (in CoreFoundation) + 106 [0x7fff4834c50a]
+ ! : | + ! : | + ! : | + ! : 2 __CFSetApplyFunction_block_invoke (in CoreFoundation) + 18 [0x7fff4835fe82]
+ ! : | + ! : | + ! : | + ! : 1 __CFRunLoopCollectSources0 (in CoreFoundation) + 158 [0x7fff483925ee]
+ ! : | + ! : | + ! : | + ! : | 1 _CFRetain (in CoreFoundation) + 5 [0x7fff483134e5]
+ ! : | + ! : | + ! : | + ! : 1 __CFRunLoopCollectSources0 (in CoreFoundation) + 21 [0x7fff48392565]
+ ! : | + ! : | + ! : | + ! 1 CFBasicHashApply (in CoreFoundation) + 96 [0x7fff4834c500]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopDoSources0 (in CoreFoundation) + 208 [0x7fff48392470]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopDoSource0 (in CoreFoundation) + 97 [0x7fff48469421]
+ ! : | + ! : | + ! : | + 1 kdebug_trace (in libsystem_kernel.dylib) + 0 [0x7fff7031a603]
+ ! : | + ! : | + ! : | 3 __CFRunLoopRun (in CoreFoundation) + 1542 [0x7fff483919e6]
+ ! : | + ! : | + ! : | + 3 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! : | + 3 _kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151aa]
+ ! : | + ! : | + ! : | 2 __CFRunLoopRun (in CoreFoundation) + 1968 [0x7fff48391b90]
+ ! : | + ! : | + ! : | + 2 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | + ! : | + 2 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151b6]
+ ! : | + ! : | + ! : | 1 __CFRunLoopRun (in CoreFoundation) + 113 [0x7fff48391451]
+ ! : | + ! : | + ! : | + 1 pthread_main_np (in libsystem_pthread.dylib) + 0 [0x7fff704e5835]
+ ! : | + ! : | + ! : | 1 __CFRunLoopRun (in CoreFoundation) + 1174 [0x7fff48391876]
+ ! : | + ! : | + ! : 21 CFRunLoopRunSpecific (in CoreFoundation) + 463 [0x7fff4839113f]
+ ! : | + ! : | + ! : | 21 kdebug_trace (in libsystem_kernel.dylib) + 33 [0x7fff7031a624]
+ ! : | + ! : | + ! : | 21 kdebug_is_enabled (in libsystem_kernel.dylib) + 6 [0x7fff7031a5bd]
+ ! : | + ! : | + ! : 1 CFRunLoopRunSpecific (in CoreFoundation) + 92 [0x7fff48390fcc]
+ ! : | + ! : | + ! : | 1 __CFStringEqual (in CoreFoundation) + 264 [0x7fff48335bf8]
+ ! : | + ! : | + ! : | 1 _platform_memcmp (in libsystem_platform.dylib) + 307 [0x7fff704dbcd3]
+ ! : | + ! : | + ! : 1 CFRunLoopRunSpecific (in CoreFoundation) + 225 [0x7fff48391051]
+ ! : | + ! : | + ! : 1 __CFRunLoopFindMode (in CoreFoundation) + 0 [0x7fff4835f100]
+ ! : | + ! : | + ! 22 RunCurrentEventLoopInMode (in HIToolbox) + 161 [0x7fff4767bd19]
+ ! : | + ! : | + ! : 21 CFStringCompare (in CoreFoundation) + 24 [0x7fff4832e678]
+ ! : | + ! : | + ! : | 21 CFStringGetLength (in CoreFoundation) + 13 [0x7fff4831bf5d]
+ ! : | + ! : | + ! : 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 669 [0x7fff4832afdd]
+ ! : | + ! : | + ! 1 RunCurrentEventLoopInMode (in HIToolbox) + 223 [0x7fff4767bd57]
+ ! : | + ! : | + ! 1 _NotifyEventLoopObservers (in HIToolbox) + 141 [0x7fff47653f93]
+ ! : | + ! : | + ! 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 99 [0x7fff704e4732]
+ ! : | + ! : | + 1 ReceiveNextEventCommon (in HIToolbox) + 426 [0x7fff4767ba4b]
+ ! : | + ! : | + 1 AcquireEventFromQueue (in HIToolbox) + 746 [0x7fff4768aa0d]
+ ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 123 [0x7fff47653f81]
+ ! : | + ! : | 1 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 0 [0x7fff4767b844]
+ ! : | + ! : 2 _DPSNextEvent (in AppKit) + 554,1877 [0x7fff4592c478,0x7fff4592c9a3]
+ ! : | + ! 6 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 914 [0x7fff460c25e2]
+ ! : | + ! : 4 _DPSEventHandledByCarbon (in AppKit) + 43 [0x7fff45cf0dd3]
+ ! : | + ! : | 3 -[NSApplication _disableSuddenTermination] (in AppKit) + 9 [0x7fff4593142c]
+ ! : | + ! : | + 3 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 55 [0x7fff4768b456]
+ ! : | + ! : | + 1 -[NSProcessInfo disableSuddenTermination] (in Foundation) + 1 [0x7fff4a47e200]
+ ! : | + ! : | + 1 DYLD-STUB$$os_unfair_lock_lock (in CoreFoundation) + 0 [0x7fff48501186]
+ ! : | + ! : | + 1 _CFSuddenTerminationDisable (in CoreFoundation) + 33 [0x7fff4836bb71]
+ ! : | + ! : | + 1 xpc_transaction_begin (in libxpc.dylib) + 83 [0x7fff70522a7b]
+ ! : | + ! : | + 1 kdebug_trace (in libsystem_kernel.dylib) + 33 [0x7fff7031a624]
+ ! : | + ! : | + 1 kdebug_is_enabled (in libsystem_kernel.dylib) + 21 [0x7fff7031a5cc]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 41 [0x7fff6f5a6ea9]
+ ! : | + ! : 2 _DPSEventHandledByCarbon (in AppKit) + 54 [0x7fff45cf0dde]
+ ! : | + ! : 2 _NSHandleCarbonMenuEvent (in AppKit) + 32 [0x7fff45a969fb]
+ ! : | + ! : 1 ConvertEventRefToEventRecord (in HIToolbox) + 39 [0x7fff4768b233]
+ ! : | + ! : + 1 GetEventTime (in HIToolbox) + 17 [0x7fff4768b311]
+ ! : | + ! : 1 ConvertEventRefToEventRecord (in HIToolbox) + 89 [0x7fff4768b265]
+ ! : | + ! : 1 GetGlobalMouse (in HIToolbox) + 19 [0x7fff4768b3a2]
+ ! : | + ! : 1 SLSMainConnectionID (in SkyLight) + 21 [0x7fff6a1c978b]
+ ! : | + ! 6 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3548 [0x7fff460c302c]
+ ! : | + ! : 2 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 271 [0x7fff45eca3ca]
+ ! : | + ! : | 1 -[NSApplication(NSWindowCache) _findWindowUsingContextID:] (in AppKit) + 172 [0x7fff45a967da]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 2 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 595 [0x7fff45eca50e]
+ ! : | + ! : | 1 SLSMainDisplayID (in SkyLight) + 60 [0x7fff6a1bdee1]
+ ! : | + ! : | + 1 CGSDisplaySystemState::mainDisplay() const (in SkyLight) + 16 [0x7fff69ffce00]
+ ! : | + ! : | 1 SLSMainDisplayID (in SkyLight) + 12 [0x7fff6a1bdeb1]
+ ! : | + ! : 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 115 [0x7fff45eca32e]
+ ! : | + ! : | 1 -[NSEvent _initAuxiliaryData] (in AppKit) + 16 [0x7fff45b831a3]
+ ! : | + ! : 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 215 [0x7fff45eca392]
+ ! : | + ! : 1 -[NSApplication(NSWindowCache) _findWindowUsingCache:] (in AppKit) + 374 [0x7fff459346ce]
+ ! : | + ! : 1 -[NSRecursiveLock unlock] (in Foundation) + 36 [0x7fff4a47e6bf]
+ ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 63 [0x7fff704e478b]
+ ! : | + ! 4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 4028 [0x7fff460c320c]
+ ! : | + ! : 3 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : | 2 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
+ ! : | + ! : | + 1 ReleaseEvent (in HIToolbox) + 230 [0x7fff47652567]
+ ! : | + ! : | + ! 1 _CFRelease (in CoreFoundation) + 263 [0x7fff48469e67]
+ ! : | + ! : | + 1 ReleaseEvent (in HIToolbox) + 262 [0x7fff47652587]
+ ! : | + ! : | + 1 _EventThreadLock (in HIToolbox) + 0 [0x7fff4764f533]
+ ! : | + ! : | 1 -[NSEvent dealloc] (in AppKit) + 218 [0x7fff45a60313]
+ ! : | + ! : | 1 free_tiny (in libsystem_malloc.dylib) + 136 [0x7fff7038f06a]
+ ! : | + ! : 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 812 [0x7fff6f5aa082]
+ ! : | + ! 3 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2765 [0x7fff460c2d1d]
+ ! : | + ! : 3 -[NSDate isEqualToDate:] (in CoreFoundation) + 0,6,... [0x7fff483f4e30,0x7fff483f4e36,...]
+ ! : | + ! 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2561 [0x7fff460c2c51]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2835 [0x7fff460c2d63]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 817 [0x7fff460c2581]
+ ! : | + 11 -[NSApplication run] (in AppKit) + 812 [0x7fff459218b5]
+ ! : | + ! 9 -[EmacsApp sendEvent:] (in Emacs) + 622 [0x1001bb10e]
+ ! : | + ! : 8 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2492 [0x7fff460c1254]
+ ! : | + ! : | 4 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 426 [0x7fff4591ef4b]
+ ! : | + ! : | + 3 CFRunLoopAddObserver (in CoreFoundation) + 225 [0x7fff4837a571]
+ ! : | + ! : | + ! 2 __CFRunLoopFindMode (in CoreFoundation) + 0 [0x7fff4835f100]
+ ! : | + ! : | + ! 1 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! 1 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! 1 CFHash (in CoreFoundation) + 125 [0x7fff4831529d]
+ ! : | + ! : | + 1 CFRunLoopAddObserver (in CoreFoundation) + 303 [0x7fff4837a5bf]
+ ! : | + ! : | + 1 CFArrayContainsValue (in CoreFoundation) + 243 [0x7fff48345533]
+ ! : | + ! : | + 1 -[__NSArrayM objectAtIndex:] (in CoreFoundation) + 104 [0x7fff483361f8]
+ ! : | + ! : | 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 378 [0x7fff4591ef1b]
+ ! : | + ! : | + 2 CFRunLoopObserverCreateWithHandler (in CoreFoundation) + 66 [0x7fff483a7cf2]
+ ! : | + ! : | + 1 CFRunLoopObserverCreate (in CoreFoundation) + 305 [0x7fff4837a3d1]
+ ! : | + ! : | + ! 1 pthread_mutexattr_destroy (in libsystem_pthread.dylib) + 10 [0x7fff704e5914]
+ ! : | + ! : | + 1 CFRunLoopObserverCreate (in CoreFoundation) + 357 [0x7fff4837a405]
+ ! : | + ! : | + 1 _Block_copy (in libsystem_blocks.dylib) + 113 [0x7fff7021c8f0]
+ ! : | + ! : | + 1 _Block_object_assign (in libsystem_blocks.dylib) + 331 [0x7fff7021cc27]
+ ! : | + ! : | + 1 objc_moveWeak (in libobjc.A.dylib) + 38 [0x7fff6f5b4b3b]
+ ! : | + ! : | + 1 objc_initWeak (in libobjc.A.dylib) + 93 [0x7fff6f5ae6af]
+ ! : | + ! : | 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 303 [0x7fff4591eed0]
+ ! : | + ! : | + 1 objc_initWeak (in libobjc.A.dylib) + 321 [0x7fff6f5ae793]
+ ! : | + ! : | + 1 weak_register_no_lock (in libobjc.A.dylib) + 199 [0x7fff6f5abbbb]
+ ! : | + ! : | + 1 append_referrer(weak_entry_t*, objc_object**) (in libobjc.A.dylib) + 262 [0x7fff6f5accf8]
+ ! : | + ! : | 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 447 [0x7fff4591ef60]
+ ! : | + ! : | 1 CFRunLoopAddObserver (in CoreFoundation) + 225 [0x7fff4837a571]
+ ! : | + ! : | 1 __CFRunLoopFindMode (in CoreFoundation) + 80 [0x7fff4835f150]
+ ! : | + ! : 1 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2438 [0x7fff460c121e]
+ ! : | + ! : 1 -[NSEvent window] (in AppKit) + 128 [0x7fff45a97076]
+ ! : | + ! : 1 -[NSRecursiveLock lock] (in Foundation) + 22 [0x7fff4a47ddea]
+ ! : | + ! : 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 207 [0x7fff704e449a]
+ ! : | + ! 2 -[EmacsApp sendEvent:] (in Emacs) + 588 [0x1001bb0ec]
+ ! : | + ! 2 -[EmacsApp stop:] (in Emacs) + 50 [0x1001badf2]
+ ! : | + ! 1 -[NSApplication stop:] (in AppKit) + 64 [0x7fff45d446ba]
+ ! : | + ! | 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 121 [0x7fff4a5e4be9]
+ ! : | + ! 1 -[NSApplication stop:] (in AppKit) + 115 [0x7fff45d446ed]
+ ! : | + ! 1 NSKeyValueDidChangeWithPerThreadPendingNotifications (in Foundation) + 48 [0x7fff4a5e4dfc]
+ ! : | + ! 1 NSKVOCopyPendingNotificationStack (in Foundation) + 67 [0x7fff4a5e5ed2]
+ ! : | + ! 1 NSKVOPendingPerThreadNotificationStack (in Foundation) + 31 [0x7fff4a5e5e05]
+ ! : | + 2 -[NSApplication run] (in AppKit) + 121 [0x7fff45921602]
+ ! : | + ! 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
+ ! : | + ! : 1 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
+ ! : | + ! : 1 CFDictionaryGetValue (in CoreFoundation) + 25 [0x7fff48318089]
+ ! : | + ! 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 543 [0x7fff4a5e4d8f]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 108 [0x7fff6f5a6eec]
+ ! : | + 2 -[NSApplication run] (in AppKit) + 848 [0x7fff459218d9]
+ ! : | + ! 2 _HIEnableSuddenTerminationForSendEvent (in HIToolbox) + 41 [0x7fff4768d9c5]
+ ! : | + ! 2 _CFSuddenTerminationEnable (in CoreFoundation) + 0 [0x7fff4836bc10]
+ ! : | + 2 -[NSApplication run] (in AppKit) + 0,767 [0x7fff45921589,0x7fff45921888]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 300 [0x7fff459216b5]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 324 [0x7fff459216cd]
+ ! : | + ! 1 -[NSApplication _installMemoryPressureDispatchSources] (in AppKit) + 316 [0x7fff4592c073]
+ ! : | + ! 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 8 [0x7fff6f5a9d5e]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 547 [0x7fff459217ac]
+ ! : | + ! 1 -[NSAutoreleasePool drain] (in Foundation) + 0 [0x7fff4a48281d]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 708 [0x7fff4592184d]
+ ! : | + ! 1 +[NSObject new] (in libobjc.A.dylib) + 86 [0x7fff6f5ab145]
+ ! : | + ! 1 +[NSAutoreleasePool allocWithZone:] (in Foundation) + 37 [0x7fff4a4714bc]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 834 [0x7fff459218cb]
+ ! : | + ! 1 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 0 [0x7fff4a4d4d6f]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 860 [0x7fff459218e5]
+ ! : | + ! 1 -[NSAutoreleasePool drain] (in Foundation) + 144 [0x7fff4a4828ad]
+ ! : | + ! 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 669 [0x7fff6f5a9ff3]
+ ! : | + 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 18 [0x7fff6f5a70d2]
+ ! : | 35 ns_read_socket (in Emacs) + 668 [0x1001c86ac]
+ ! : | + 21 ns_send_appdefined (in Emacs) + 334 [0x1001b953e]
+ ! : | + ! 21 -[NSApplication mainWindow] (in AppKit) + 0 [0x7fff4592fef6]
+ ! : | + 5 -[NSEvent _postAtStart:] (in AppKit) + 1841 [0x7fff45b0fb5b]
+ ! : | + ! 4 -[NSEvent _eventRefInternal] (in AppKit) + 37 [0x7fff45aa9434]
+ ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 98 [0x7fff45b0fd11]
+ ! : | + ! : | 1 SLEventCreate (in SkyLight) + 186 [0x7fff6a109da2]
+ ! : | + ! : | 1 CGSScoreboard (in SkyLight) + 5 [0x7fff69ff9c51]
+ ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 145 [0x7fff45b0fd40]
+ ! : | + ! : | 1 -[NSEvent window] (in AppKit) + 35 [0x7fff45a97019]
+ ! : | + ! : | 1 objc_loadWeak (in libobjc.A.dylib) + 0 [0x7fff6f5b064e]
+ ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 515 [0x7fff45b0feb2]
+ ! : | + ! : | 1 SLEventSetIntegerValueField (in SkyLight) + 376 [0x7fff6a10c824]
+ ! : | + ! : | 1 CGSEventAppendixCreate (in SkyLight) + 9 [0x7fff6a00479b]
+ ! : | + ! : | 1 cf_typified<(anonymous namespace)::event_appendix>::get_type_id() (in SkyLight) + 40 [0x7fff6a0047fe]
+ ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 945 [0x7fff45b10060]
+ ! : | + ! : 1 _CFRetain (in CoreFoundation) + 71 [0x7fff48313527]
+ ! : | + ! 1 -[NSEvent _eventRefInternal] (in AppKit) + 57 [0x7fff45aa9448]
+ ! : | + ! 1 CreateEventWithCGEvent (in HIToolbox) + 136 [0x7fff47686190]
+ ! : | + ! 1 SLEventGetIntegerValueField (in SkyLight) + 1033 [0x7fff6a10b8b2]
+ ! : | + 5 -[NSEvent _postAtStart:] (in AppKit) + 1881 [0x7fff45b0fb83]
+ ! : | + ! 3 PostEventToQueueInternal (in HIToolbox) + 737 [0x7fff4767cc6a]
+ ! : | + ! : 2 _NotifyEventLoopObservers (in HIToolbox) + 123 [0x7fff47653f81]
+ ! : | + ! : 1 _NotifyEventLoopObservers (in HIToolbox) + 47 [0x7fff47653f35]
+ ! : | + ! : 1 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : 1 ThreadIsCooperative (in CarbonCore) + 41 [0x7fff49501b50]
+ ! : | + ! : 1 TSLockMutex (in CarbonCore) + 304 [0x7fff49501494]
+ ! : | + ! : 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 98 [0x7fff704e43ae]
+ ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 192 [0x7fff4767ca49]
+ ! : | + ! : 1 RetainEvent (in HIToolbox) + 1 [0x7fff4767cd00]
+ ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 712 [0x7fff4767cc51]
+ ! : | + ! 1 CFRunLoopSourceSignal (in CoreFoundation) + 51 [0x7fff4838f853]
+ ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 7 [0x7fff704e4353]
+ ! : | + 2 ns_send_appdefined (in Emacs) + 414 [0x1001b958e]
+ ! : | + ! 2 +[NSEvent otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:] (in AppKit) + 72 [0x7fff45b0f2cf]
+ ! : | + ! 2 +[NSObject allocWithZone:] (in libobjc.A.dylib) + 16 [0x7fff6f5aaf29]
+ ! : | + ! 2 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! 2 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! 2 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1321 [0x7fff70377742]
+ ! : | + ! : 1 _platform_memset$VARIANT$Haswell (in libsystem_platform.dylib) + 19 [0x7fff704e0c13]
+ ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 82 [0x7fff7037726b]
+ ! : | + 1 -[NSEvent _postAtStart:] (in AppKit) + 1894 [0x7fff45b0fb90]
+ ! : | + ! 1 CFRunLoopStop (in CoreFoundation) + 51 [0x7fff483c5d93]
+ ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 119 [0x7fff704e43c3]
+ ! : | + 1 ns_send_appdefined (in Emacs) + 40 [0x1001b9418]
+ ! : | + 1 +[NSThread currentThread] (in Foundation) + 4 [0x7fff4a46f291]
+ ! : | 1 ns_read_socket (in Emacs) + 182 [0x1001c84c6]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | 1 ns_read_socket (in Emacs) + 296 [0x1001c8538]
+ ! : | 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : 1 detect_input_pending_run_timers (in Emacs) + 356 [0x1000c6c94]
+ ! : 1 timer_check (in Emacs) + 80 [0x1000c8190]
+ ! : 1 Fcopy_sequence (in Emacs) + 58 [0x100144ffa]
+ ! : 1 concat (in Emacs) + 1149 [0x10014475d]
+ ! : 1 Fmake_list (in Emacs) + 87 [0x10011be37]
+ ! 186 wait_reading_process_output (in Emacs) + 3226 [0x100187c8a]
+ ! : 186 detect_input_pending (in Emacs) + 277 [0x1000cb705]
+ ! : 186 gobble_input (in Emacs) + 259 [0x1000c2ad3]
+ ! : 159 ns_read_socket (in Emacs) + 685 [0x1001c86bd]
+ ! : | 156 -[EmacsApp run] (in Emacs) + 389 [0x1001bada5]
+ ! : | + 120 -[NSApplication run] (in AppKit) + 764 [0x7fff45921885]
+ ! : | + ! 108 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3044 [0x7fff460c2e34]
+ ! : | + ! : 105 _DPSNextEvent (in AppKit) + 2085 [0x7fff4592ca73]
+ ! : | + ! : | 105 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 64 [0x7fff4767b884]
+ ! : | + ! : | 104 ReceiveNextEventCommon (in HIToolbox) + 366 [0x7fff4767ba0f]
+ ! : | + ! : | + 102 RunCurrentEventLoopInMode (in HIToolbox) + 286 [0x7fff4767bd96]
+ ! : | + ! : | + ! 64 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ ! : | + ! : | + ! : 50 __CFRunLoopRun (in CoreFoundation) + 1240 [0x7fff483918b8]
+ ! : | + ! : | + ! : | 50 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : | 50 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : | 45 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 76 [0x7fff45d47592]
+ ! : | + ! : | + ! : | + 22 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! 22 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! 21 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : 21 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : 21 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : 21 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 82 [0x7fff48364252]
+ ! : | + ! : | + ! : | + ! 1 _os_lock_handoff_lock (in libsystem_platform.dylib) + 15 [0x7fff704dc94c]
+ ! : | + ! : | + ! : | + 14 -[NSApplication updateWindows] (in AppKit) + 80 [0x7fff4592f105]
+ ! : | + ! : | + ! : | + ! 11 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 515 [0x7fff459306b6]
+ ! : | + ! : | + ! : | + ! : 11 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 321 [0x7fff483afd21]
+ ! : | + ! : | + ! : | + ! : 11 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : 9 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1495 [0x7fff483647d7]
+ ! : | + ! : | + ! : | + ! : | + 1 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 255 [0x7fff483a631f]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationObjectRegistration find:matching:] (in CoreFoundation) + 411 [0x7fff483b002b]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1664 [0x7fff48364880]
+ ! : | + ! : | + ! : | + ! : | + 2 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 225 [0x7fff483a6ae1]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXRegistrationPost (in CoreFoundation) + 458 [0x7fff483a6daa]
+ ! : | + ! : | + ! : | + ! : | + ! 1 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation) + 12 [0x7fff483a6edc]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSToolbarView windowDidUpdate:] (in AppKit) + 70 [0x7fff45a5ab68]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXRegistrationPost (in CoreFoundation) + 482 [0x7fff483a6dc2]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSObject release] (in libobjc.A.dylib) + 45 [0x7fff6f5ab42e]
+ ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1464,1794 [0x7fff483647b8,0x7fff48364902]
+ ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 82 [0x7fff48364252]
+ ! : | + ! : | + ! : | + ! : | + 1 _os_lock_handoff_lock (in libsystem_platform.dylib) + 15 [0x7fff704dc94c]
+ ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 3328 [0x7fff48318e40]
+ ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1620 [0x7fff48364854]
+ ! : | + ! : | + ! : | + ! : | 1 qsort_b (in libsystem_c.dylib) + 0 [0x7fff702825d1]
+ ! : | + ! : | + ! : | + ! : 1 _CFXNotificationPost (in CoreFoundation) + 198 [0x7fff48363826]
+ ! : | + ! : | + ! : | + ! : | 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! : | 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 810 [0x7fff6f5aa080]
+ ! : | + ! : | + ! : | + ! : 1 _CFXNotificationPost (in CoreFoundation) + 234 [0x7fff4836384a]
+ ! : | + ! : | + ! : | + ! 2 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 528 [0x7fff459306c3]
+ ! : | + ! : | + ! : | + ! : 2 -[__NSArrayM dealloc] (in CoreFoundation) + 45 [0x7fff4833903d]
+ ! : | + ! : | + ! : | + ! : 2 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + ! : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 1450 [0x7fff7038eaca]
+ ! : | + ! : | + ! : | + ! : | 1 tiny_free_list_remove_ptr (in libsystem_malloc.dylib) + 278 [0x7fff7037970d]
+ ! : | + ! : | + ! : | + ! : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 1428 [0x7fff7038eab4]
+ ! : | + ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 328 [0x7fff459305fb]
+ ! : | + ! : | + ! : | + ! 1 -[NSWindow retain] (in AppKit) + 0 [0x7fff4593ec43]
+ ! : | + ! : | + ! : | + 3 -[NSApplication updateWindows] (in AppKit) + 68 [0x7fff4592f0f9]
+ ! : | + ! : | + ! : | + ! 3 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! 2 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | 1 CFDictionaryGetValue (in CoreFoundation) + 1 [0x7fff48318071]
+ ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : 1 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! 1 _CFXNotificationPost (in CoreFoundation) + 198 [0x7fff48363826]
+ ! : | + ! : | + ! : | + ! 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 1007 [0x7fff6f5aa145]
+ ! : | + ! : | + ! : | + 2 -[NSApplication updateWindows] (in AppKit) + 40 [0x7fff4592f0dd]
+ ! : | + ! : | + ! : | + ! 1 standardDefaultCenter (in Foundation) + 56 [0x7fff4a5f8591]
+ ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! 1 standardDefaultCenter (in Foundation) + 96 [0x7fff4a5f85b9]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + 2 -[NSApplication updateWindows] (in AppKit) + 124 [0x7fff4592f131]
+ ! : | + ! : | + ! : | + ! 1 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 28 [0x7fff45930a77]
+ ! : | + ! : | + ! : | + ! : 1 objc_sync_enter (in libobjc.A.dylib) + 16 [0x7fff6f5abe2b]
+ ! : | + ! : | + ! : | + ! : 1 id2data(objc_object*, usage) (in libobjc.A.dylib) + 267 [0x7fff6f5abf64]
+ ! : | + ! : | + ! : | + ! 1 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 565 [0x7fff45930c90]
+ ! : | + ! : | + ! : | + ! 1 _checkClientHeartBeatStates (in AppKit) + 561 [0x7fff45b0bb37]
+ ! : | + ! : | + ! : | + 1 -[NSApplication updateWindows] (in AppKit) + 96 [0x7fff4592f115]
+ ! : | + ! : | + ! : | + ! 1 +[NSTextInputContext currentInputContext_withFirstResponderSync:] (in AppKit) + 37 [0x7fff463423ca]
+ ! : | + ! : | + ! : | + ! 1 -[NSApplication isActive] (in AppKit) + 0 [0x7fff45930484]
+ ! : | + ! : | + ! : | + 1 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 121 [0x7fff4a473964]
+ ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | 2 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 95,110 [0x7fff45d475a5,0x7fff45d475b4]
+ ! : | + ! : | + ! : | 1 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 121 [0x7fff45d475bf]
+ ! : | + ! : | + ! : | + 1 CFRunLoopRemoveObserver (in CoreFoundation) + 109 [0x7fff483af48d]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | + 1 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopModeEqual (in CoreFoundation) + 8 [0x7fff4835ffa8]
+ ! : | + ! : | + ! : | 1 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 126 [0x7fff45d475c4]
+ ! : | + ! : | + ! : | + 1 CFRunLoopGetCurrent (in CoreFoundation) + 15 [0x7fff4835ecaf]
+ ! : | + ! : | + ! : | 1 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 147 [0x7fff45d475d9]
+ ! : | + ! : | + ! : | 1 CFRunLoopRemoveObserver (in CoreFoundation) + 148 [0x7fff483af4b4]
+ ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : 5 __CFRunLoopRun (in CoreFoundation) + 1542 [0x7fff483919e6]
+ ! : | + ! : | + ! : | 5 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! : | 5 _kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151aa]
+ ! : | + ! : | + ! : 3 __CFRunLoopRun (in CoreFoundation) + 1787,1985,... [0x7fff48391adb,0x7fff48391ba1,...]
+ ! : | + ! : | + ! : 2 __CFRunLoopRun (in CoreFoundation) + 1293 [0x7fff483918ed]
+ ! : | + ! : | + ! : | 1 __CFRunLoopDoSources0 (in CoreFoundation) + 208 [0x7fff48392470]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopDoSource0 (in CoreFoundation) + 44 [0x7fff484693ec]
+ ! : | + ! : | + ! : | 1 __CFRunLoopDoSources0 (in CoreFoundation) + 180 [0x7fff48392454]
+ ! : | + ! : | + ! : 1 __CFRunLoopRun (in CoreFoundation) + 1550 [0x7fff483919ee]
+ ! : | + ! : | + ! : | 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 0 [0x7fff704e46cf]
+ ! : | + ! : | + ! : 1 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
+ ! : | + ! : | + ! : | 1 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ ! : | + ! : | + ! : | 1 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | 1 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : 1 __CFRunLoopRun (in CoreFoundation) + 1968 [0x7fff48391b90]
+ ! : | + ! : | + ! : | 1 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | + ! : | 1 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151b6]
+ ! : | + ! : | + ! : 1 __CFRunLoopRun (in CoreFoundation) + 3331 [0x7fff483920e3]
+ ! : | + ! : | + ! : 1 free (in libsystem_malloc.dylib) + 33 [0x7fff7037863a]
+ ! : | + ! : | + ! 35 CFRunLoopRunSpecific (in CoreFoundation) + 543 [0x7fff4839118f]
+ ! : | + ! : | + ! : 35 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : 35 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : 22 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 7 [0x7fff5370d94f]
+ ! : | + ! : | + ! : 10 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 66 [0x7fff5370d98a]
+ ! : | + ! : | + ! : | 9 CA::Transaction::commit() (in QuartzCore) + 487 [0x7fff537014c5]
+ ! : | + ! : | + ! : | + 5 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3765 [0x7fff5370269b]
+ ! : | + ! : | + ! : | + ! 5 _dispatch_global_queue_poke_slow (in libdispatch.dylib) + 96 [0x7fff701a8e59]
+ ! : | + ! : | + ! : | + ! 5 _pthread_workqueue_addthreads (in libsystem_pthread.dylib) + 45 [0x7fff704e5bc4]
+ ! : | + ! : | + ! : | + ! 5 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 262 [0x7fff537018ec]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 215 [0x7fff704e44a2]
+ ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1476 [0x7fff53701daa]
+ ! : | + ! : | + ! : | + ! 1 mach_absolute_time (in libsystem_kernel.dylib) + 0 [0x7fff7031469f]
+ ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 2276 [0x7fff537020ca]
+ ! : | + ! : | + ! : | + ! 1 CA::Layer::commit_if_needed(CA::Transaction*, void (*)(CA::Layer*, unsigned int, unsigned int, void*), void*) (in QuartzCore) + 25 [0x7fff53703f07]
+ ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3698 [0x7fff53702658]
+ ! : | + ! : | + ! : | + 1 CA::Layer::set_next_animation_time(CA::Transaction*, double, double) (in QuartzCore) + 41 [0x7fff5370bac3]
+ ! : | + ! : | + ! : | 1 CA::Transaction::commit() (in QuartzCore) + 700 [0x7fff5370159a]
+ ! : | + ! : | + ! : | 1 CA::Layer::free_transaction(CA::Transaction*) (in QuartzCore) + 83 [0x7fff5370c201]
+ ! : | + ! : | + ! : 2 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 82 [0x7fff5370d99a]
+ ! : | + ! : | + ! : | 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 64 [0x7fff6f5a9d96]
+ ! : | + ! : | + ! : | 1 objc_autoreleasePoolPop (in libobjc.A.dylib) + 1 [0x7fff6f5a9d4c]
+ ! : | + ! : | + ! : 1 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 55 [0x7fff5370d97f]
+ ! : | + ! : | + ! : 1 objc_autoreleasePoolPush (in libobjc.A.dylib) + 0 [0x7fff6f5a9ae7]
+ ! : | + ! : | + ! 2 CFRunLoopRunSpecific (in CoreFoundation) + 575 [0x7fff483911af]
+ ! : | + ! : | + ! : 1 __CFAllocatorSystemDeallocate (in CoreFoundation) + 1 [0x7fff48323a31]
+ ! : | + ! : | + ! : 1 default_zone_free (in libsystem_malloc.dylib) + 45 [0x7fff703872f3]
+ ! : | + ! : | + ! 1 CFRunLoopRunSpecific (in CoreFoundation) + 385 [0x7fff483910f1]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 622 [0x7fff483af39e]
+ ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 160 [0x7fff704e446b]
+ ! : | + ! : | + 2 RunCurrentEventLoopInMode (in HIToolbox) + 161 [0x7fff4767bd19]
+ ! : | + ! : | + 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 68 [0x7fff4832ad84]
+ ! : | + ! : | + : 1 CFStringGetLength (in CoreFoundation) + 13 [0x7fff4831bf5d]
+ ! : | + ! : | + 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 194 [0x7fff4832ae02]
+ ! : | + ! : | + 1 __CFStringFillCharacterSetInlineBuffer (in CoreFoundation) + 389 [0x7fff4831f815]
+ ! : | + ! : | 1 ReceiveNextEventCommon (in HIToolbox) + 399 [0x7fff4767ba30]
+ ! : | + ! : | 1 GetCurrentEventQueue (in HIToolbox) + 23 [0x7fff4767b7b9]
+ ! : | + ! : | 1 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | 1 ThreadIsCooperative (in CarbonCore) + 53 [0x7fff49501b5c]
+ ! : | + ! : | 1 FindThreadByID (in CarbonCore) + 5 [0x7fff49501c84]
+ ! : | + ! : 1 _DPSNextEvent (in AppKit) + 336 [0x7fff4592c39e]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 _DPSNextEvent (in AppKit) + 355 [0x7fff4592c3b1]
+ ! : | + ! : | 1 CFArrayContainsValue (in CoreFoundation) + 243 [0x7fff48345533]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 _DPSNextEvent (in AppKit) + 2271 [0x7fff4592cb2d]
+ ! : | + ! 4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 914 [0x7fff460c25e2]
+ ! : | + ! : 2 _DPSEventHandledByCarbon (in AppKit) + 43 [0x7fff45cf0dd3]
+ ! : | + ! : | 2 -[NSApplication _disableSuddenTermination] (in AppKit) + 9 [0x7fff4593142c]
+ ! : | + ! : | 2 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 55 [0x7fff4768b456]
+ ! : | + ! : | 1 _CFSuddenTerminationDisable (in CoreFoundation) + 21 [0x7fff4836bb65]
+ ! : | + ! : | + 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704df616]
+ ! : | + ! : | 1 _CFSuddenTerminationDisable (in CoreFoundation) + 33 [0x7fff4836bb71]
+ ! : | + ! : | 1 xpc_transaction_begin (in libxpc.dylib) + 52 [0x7fff70522a5c]
+ ! : | + ! : | 1 os_unfair_lock_lock_with_options (in libsystem_platform.dylib) + 16 [0x7fff704df745]
+ ! : | + ! : 1 _DPSEventHandledByCarbon (in AppKit) + 54 [0x7fff45cf0dde]
+ ! : | + ! : | 1 _NSHandleCarbonMenuEvent (in AppKit) + 32 [0x7fff45a969fb]
+ ! : | + ! : | 1 ConvertEventRefToEventRecord (in HIToolbox) + 89 [0x7fff4768b265]
+ ! : | + ! : | 1 GetGlobalMouse (in HIToolbox) + 19 [0x7fff4768b3a2]
+ ! : | + ! : | 1 SLSMainConnectionID (in SkyLight) + 40 [0x7fff6a1c979e]
+ ! : | + ! : 1 _DPSEventHandledByCarbon (in AppKit) + 121 [0x7fff45cf0e21]
+ ! : | + ! : 1 GetEventKind (in HIToolbox) + 1 [0x7fff4765180b]
+ ! : | + ! 3 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3548 [0x7fff460c302c]
+ ! : | + ! : 2 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 595 [0x7fff45eca50e]
+ ! : | + ! : | 1 SLSMainDisplayID (in SkyLight) + 21 [0x7fff6a1bdeba]
+ ! : | + ! : | + 1 CGSRunningInServer (in SkyLight) + 6 [0x7fff69ff94d4]
+ ! : | + ! : | 1 SLSMainDisplayID (in SkyLight) + 42 [0x7fff6a1bdecf]
+ ! : | + ! : | 1 get_current_display_system_state (in SkyLight) + 54 [0x7fff69ffa547]
+ ! : | + ! : 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 271 [0x7fff45eca3ca]
+ ! : | + ! : 1 -[NSApplication _windowWithContextID:] (in AppKit) + 0 [0x7fff45a9671c]
+ ! : | + ! 2 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3615 [0x7fff460c306f]
+ ! : | + ! : 2 -[NSApplication(NSEvent) _setCurrentEvent:] (in AppKit) + 47 [0x7fff460c375e]
+ ! : | + ! : 1 -[NSEvent isEqual:] (in AppKit) + 72 [0x7fff45a95015]
+ ! : | + ! : | 1 -[NSObject isKindOfClass:] (in libobjc.A.dylib) + 21 [0x7fff6f5abdfa]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 -[NSEvent isEqual:] (in AppKit) + 139 [0x7fff45a95058]
+ ! : | + ! : 1 -[NSEvent locationInWindow] (in AppKit) + 0 [0x7fff45a95804]
+ ! : | + ! 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 881 [0x7fff460c25c1]
+ ! : | + ! : 1 -[NSEvent window] (in AppKit) + 0 [0x7fff45a96ff6]
+ ! : | + ! 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2749 [0x7fff460c2d0d]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2765 [0x7fff460c2d1d]
+ ! : | + ! 1 -[NSDate isEqualToDate:] (in CoreFoundation) + 38 [0x7fff483f4e56]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 54 [0x7fff6f5a6eb6]
+ ! : | + 21 -[NSApplication run] (in AppKit) + 834 [0x7fff459218cb]
+ ! : | + ! 21 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 109 [0x7fff4a4d4ddc]
+ ! : | + ! 21 os_unfair_lock_unlock (in libsystem_platform.dylib) + 12 [0x7fff704df76d]
+ ! : | + 10 -[NSApplication run] (in AppKit) + 812 [0x7fff459218b5]
+ ! : | + ! 8 -[EmacsApp sendEvent:] (in Emacs) + 622 [0x1001bb10e]
+ ! : | + ! : 4 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2492 [0x7fff460c1254]
+ ! : | + ! : | 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 378 [0x7fff4591ef1b]
+ ! : | + ! : | + 2 CFRunLoopObserverCreateWithHandler (in CoreFoundation) + 66 [0x7fff483a7cf2]
+ ! : | + ! : | + 2 CFRunLoopObserverCreate (in CoreFoundation) + 357 [0x7fff4837a405]
+ ! : | + ! : | + 1 _Block_copy (in libsystem_blocks.dylib) + 52 [0x7fff7021c8b3]
+ ! : | + ! : | + ! 1 malloc (in libsystem_malloc.dylib) + 24 [0x7fff703764c7]
+ ! : | + ! : | + ! 1 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! 1 default_zone_malloc (in libsystem_malloc.dylib) + 45 [0x7fff70387201]
+ ! : | + ! : | + 1 _Block_copy (in libsystem_blocks.dylib) + 0 [0x7fff7021c87f]
+ ! : | + ! : | 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 426 [0x7fff4591ef4b]
+ ! : | + ! : | + 1 CFRunLoopAddObserver (in CoreFoundation) + 303 [0x7fff4837a5bf]
+ ! : | + ! : | + 1 CFArrayContainsValue (in CoreFoundation) + 272 [0x7fff48345550]
+ ! : | + ! : | + 1 CFEqual (in CoreFoundation) + 183 [0x7fff48328837]
+ ! : | + ! : | 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 436 [0x7fff4591ef55]
+ ! : | + ! : 3 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 234 [0x7fff460c0982]
+ ! : | + ! : | 1 +[CATransaction(CATransactionPrivate) activateBackground:] (in QuartzCore) + 49 [0x7fff5370129a]
+ ! : | + ! : | + 1 CA::Transaction::ensure_implicit() (in QuartzCore) + 302 [0x7fff536f3a0a]
+ ! : | + ! : | + 1 CA::Transaction::push(bool) (in QuartzCore) + 213 [0x7fff5379caf3]
+ ! : | + ! : | + 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704df616]
+ ! : | + ! : | 1 DYLD-STUB$$pthread_main_np (in AppKit) + 0 [0x7fff464fb134]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : 1 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 100 [0x7fff460c08fc]
+ ! : | + ! : 1 _NSSendEventToObservers (in AppKit) + 30 [0x7fff45a96e23]
+ ! : | + ! 1 -[EmacsApp sendEvent:] (in Emacs) + 296 [0x1001bafc8]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : | + ! 1 -[EmacsApp sendEvent:] (in Emacs) + 588 [0x1001bb0ec]
+ ! : | + ! 1 -[EmacsApp stop:] (in Emacs) + 50 [0x1001badf2]
+ ! : | + ! 1 -[NSApplication stop:] (in AppKit) + 127 [0x7fff45d446f9]
+ ! : | + ! 1 NSKeyValueDidChangeWithPerThreadPendingNotifications (in Foundation) + 48 [0x7fff4a5e4dfc]
+ ! : | + ! 1 NSKVOCopyPendingNotificationStack (in Foundation) + 256 [0x7fff4a5e5f8f]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 121 [0x7fff45921602]
+ ! : | + ! 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 121 [0x7fff4a5e4be9]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 255 [0x7fff45921688]
+ ! : | + ! 1 _HIEnableSuddenTerminationIfRequestedByPlist (in HIToolbox) + 0 [0x7fff4767b6bb]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 274 [0x7fff4592169b]
+ ! : | + ! 1 -[NSApplication(NSAppssassination) _checkForAutomaticTerminationSupportPossiblyEnablingIt] (in AppKit) + 39 [0x7fff4592bdd7]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 282 [0x7fff459216a3]
+ ! : | + ! 1 NSPopAutoreleasePool (in Foundation) + 0 [0x7fff4a471451]
+ ! : | + 1 -[NSApplication run] (in AppKit) + 860 [0x7fff459218e5]
+ ! : | + 1 -[NSAutoreleasePool drain] (in Foundation) + 144 [0x7fff4a4828ad]
+ ! : | + 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + 1 objc_autoreleasePoolPop (in libobjc.A.dylib) + 0 [0x7fff6f5a9d4b]
+ ! : | 2 -[EmacsApp run] (in Emacs) + 27,393 [0x1001bac3b,0x1001bada9]
+ ! : | 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : 19 ns_read_socket (in Emacs) + 668 [0x1001c86ac]
+ ! : | 9 -[NSEvent _postAtStart:] (in AppKit) + 1841 [0x7fff45b0fb5b]
+ ! : | + 7 -[NSEvent _eventRefInternal] (in AppKit) + 37 [0x7fff45aa9434]
+ ! : | + ! 3 -[NSEvent CGEvent] (in AppKit) + 98 [0x7fff45b0fd11]
+ ! : | + ! : 2 SLEventCreate (in SkyLight) + 107 [0x7fff6a109d53]
+ ! : | + ! : | 2 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
+ ! : | + ! : | 2 _CFRuntimeCreateInstance (in CoreFoundation) + 47 [0x7fff4830f1df]
+ ! : | + ! : 1 SLEventCreate (in SkyLight) + 198 [0x7fff6a109dae]
+ ! : | + ! 1 -[NSEvent CGEvent] (in AppKit) + 299 [0x7fff45b0fdda]
+ ! : | + ! : 1 +[_NSScreenConfiguration latestZeroScreenHeight] (in AppKit) + 68 [0x7fff46316e40]
+ ! : | + ! : 1 -[NSRecursiveLock unlock] (in Foundation) + 76 [0x7fff4a47e6e7]
+ ! : | + ! 1 -[NSEvent CGEvent] (in AppKit) + 515 [0x7fff45b0feb2]
+ ! : | + ! : 1 SLEventSetIntegerValueField (in SkyLight) + 0 [0x7fff6a10c6ac]
+ ! : | + ! 1 -[NSEvent CGEvent] (in AppKit) + 1455 [0x7fff45b1025e]
+ ! : | + ! : 1 SLEventSetIntegerValueField (in SkyLight) + 657 [0x7fff6a10c93d]
+ ! : | + ! 1 -[NSEvent CGEvent] (in AppKit) + 293 [0x7fff45b0fdd4]
+ ! : | + 2 -[NSEvent _eventRefInternal] (in AppKit) + 57 [0x7fff45aa9448]
+ ! : | + 1 CreateEventWithCGEvent (in HIToolbox) + 6134 [0x7fff476878fe]
+ ! : | + : 1 CreateEvent (in HIToolbox) + 178 [0x7fff4764f4bc]
+ ! : | + 1 CreateEventWithCGEvent (in HIToolbox) + 90 [0x7fff47686162]
+ ! : | 4 -[NSEvent _postAtStart:] (in AppKit) + 1881 [0x7fff45b0fb83]
+ ! : | + 2 PostEventToQueueInternal (in HIToolbox) + 737 [0x7fff4767cc6a]
+ ! : | + ! 2 _NotifyEventLoopObservers (in HIToolbox) + 154 [0x7fff47653fa0]
+ ! : | + ! 1 DynamicKeyModifierObserver(unsigned int, OpaqueEventRef*, void*) (in HIToolbox) + 0 [0x7fff476ac0e6]
+ ! : | + ! 1 KeyEventPostedObserver (in HIToolbox) + 30 [0x7fff47688db3]
+ ! : | + 1 PostEventToQueueInternal (in HIToolbox) + 724 [0x7fff4767cc5d]
+ ! : | + ! 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 379 [0x7fff704e48c7]
+ ! : | + 1 PostEventToQueueInternal (in HIToolbox) + 0 [0x7fff4767c989]
+ ! : | 2 ns_send_appdefined (in Emacs) + 0,310 [0x1001b93f0,0x1001b9526]
+ ! : | 1 -[NSApplication(NSEvent) postEvent:atStart:] (in AppKit) + 0 [0x7fff460c2227]
+ ! : | 1 ns_send_appdefined (in Emacs) + 55 [0x1001b9427]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | 1 ns_send_appdefined (in Emacs) + 364 [0x1001b955c]
+ ! : | + 1 -[NSApplication context] (in AppKit) + 47 [0x7fff45d41fad]
+ ! : | + 1 _CFExecutableLinkedOnOrAfter (in CoreFoundation) + 0 [0x7fff48310b30]
+ ! : | 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : 6 ns_read_socket (in Emacs) + 387 [0x1001c8593]
+ ! : | 6 -[NSAutoreleasePool release] (in Foundation) + 144 [0x7fff4a48db56]
+ ! : | 6 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | 5 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + 2 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : | + ! 2 object_dispose (in libobjc.A.dylib) + 30 [0x7fff6f5a9267]
+ ! : | + ! 2 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! 2 tiny_free_no_lock (in libsystem_malloc.dylib) + 32,404 [0x7fff7038e540,0x7fff7038e6b4]
+ ! : | + 1 -[NSEvent dealloc] (in AppKit) + 0 [0x7fff45a60239]
+ ! : | + 1 _CFRelease (in CoreFoundation) + 24 [0x7fff48469d78]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 1010 [0x7fff6f5aa148]
+ ! : 1 ns_read_socket (in Emacs) + 296 [0x1001c8538]
+ ! : | 1 +[NSThread isMainThread] (in Foundation) + 9 [0x7fff4a485768]
+ ! : | 1 pthread_main_np (in libsystem_pthread.dylib) + 0 [0x7fff704e5835]
+ ! : 1 ns_read_socket (in Emacs) + 403 [0x1001c85a3]
+ ! : 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! 5 wait_reading_process_output (in Emacs) + 6145 [0x1001887f1]
+ ! : 4 read_process_output (in Emacs) + 363 [0x1001897fb]
+ ! : | 4 emacs_read (in Emacs) + 46 [0x1000d996e]
+ ! : | 4 read (in libsystem_kernel.dylib) + 10 [0x7fff70320142]
+ ! : 1 read_process_output (in Emacs) + 1222 [0x100189b56]
+ ! 2 wait_reading_process_output (in Emacs) + 5300 [0x1001884a4]
+ ! : 2 do_pending_window_change (in Emacs) + 0,44 [0x1000075d0,0x1000075fc]
+ ! 2 wait_reading_process_output (in Emacs) + 2980,5624 [0x100187b94,0x1001885e8]
+ 2 tiny_free_list_add_ptr (in libsystem_malloc.dylib) + 84,138 [0x7fff70378e6f,0x7fff70378ea5]
887 Thread_65667168
+ 887 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ 887 _pthread_wqthread (in libsystem_pthread.dylib) + 1035 [0x7fff704e6009]
+ 887 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
887 Thread_65667187
+ 887 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff704e5bf9]
+ 887 _pthread_start (in libsystem_pthread.dylib) + 377 [0x7fff704e650d]
+ 887 _pthread_body (in libsystem_pthread.dylib) + 340 [0x7fff704e6661]
+ 887 __NSThread__start__ (in Foundation) + 1197 [0x7fff4a49c1f8]
+ 787 -[EmacsApp fd_handler:] (in Emacs) + 264 [0x1001bc288]
+ ! 787 __select (in libsystem_kernel.dylib) + 10 [0x7fff7031ecf2]
+ 86 -[EmacsApp fd_handler:] (in Emacs) + 730 [0x1001bc45a]
+ ! 80 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] (in Foundation) + 131 [0x7fff4a49b0bf]
+ ! : 79 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 865 [0x7fff4a49b49e]
+ ! : | 76 -[NSThread _nq:] (in Foundation) + 781 [0x7fff4a49b8f0]
+ ! : | + 61 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
+ ! : | + ! 61 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! 61 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + 11 CFRunLoopWakeUp (in CoreFoundation) + 363 [0x7fff4837facb]
+ ! : | + ! 11 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + ! 11 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
+ ! : | + ! 11 __psynch_mutexdrop (in libsystem_kernel.dylib) + 10 [0x7fff7031ea2e]
+ ! : | + 2 CFRunLoopWakeUp (in CoreFoundation) + 146 [0x7fff4837f9f2]
+ ! : | + ! 2 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! 2 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! 2 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + 2 CFRunLoopWakeUp (in CoreFoundation) + 0,283 [0x7fff4837f960,0x7fff4837fa7b]
+ ! : | 2 -[NSThread _nq:] (in Foundation) + 793 [0x7fff4a49b8fc]
+ ! : | + 2 id2data(objc_object*, usage) (in libobjc.A.dylib) + 528 [0x7fff6f5ac069]
+ ! : | 1 -[NSThread _nq:] (in Foundation) + 174 [0x7fff4a49b691]
+ ! : | 1 _CFRunLoopGet0 (in CoreFoundation) + 20 [0x7fff4835ecf4]
+ ! : | 1 pthread_equal (in libsystem_pthread.dylib) + 2 [0x7fff704e584b]
+ ! : 1 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 242 [0x7fff4a49b22f]
+ ! : 1 +[NSObject new] (in libobjc.A.dylib) + 45 [0x7fff6f5ab11c]
+ ! : 1 class_createInstance (in libobjc.A.dylib) + 53 [0x7fff6f5a6cc8]
+ ! 2 -[__NSSingleObjectArrayI dealloc] (in CoreFoundation) + 0,54 [0x7fff484d8e90,0x7fff484d8ec6]
+ ! 2 objc_msgSend (in libobjc.A.dylib) + 26,33 [0x7fff6f5a6e9a,0x7fff6f5a6ea1]
+ ! 1 -[__NSSingleObjectArrayI dealloc] (in CoreFoundation) + 74 [0x7fff484d8eda]
+ ! : 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 584 [0x7fff7038e768]
+ ! 1 ns_send_appdefined (in Emacs) + 55 [0x1001b9427]
+ ! 1 -[NSThread isMainThread] (in Foundation) + 29 [0x7fff4a539732]
+ ! 1 _NSThreadGet0 (in Foundation) + 119 [0x7fff4a46f365]
+ ! 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ 6 -[EmacsApp fd_handler:] (in Emacs) + 84 [0x1001bc1d4]
+ ! 6 read (in libsystem_kernel.dylib) + 10 [0x7fff70320142]
+ 3 -[EmacsApp fd_handler:] (in Emacs) + 125 [0x1001bc1fd]
+ ! 3 objc_msgSend (in libobjc.A.dylib) + 46,0 [0x7fff6f5a6eae,0x7fff6f5a6e80]
+ 3 -[EmacsApp fd_handler:] (in Emacs) + 70,158,... [0x1001bc1c6,0x1001bc21e,...]
+ 2 -[EmacsApp fd_handler:] (in Emacs) + 538 [0x1001bc39a]
+ 2 pselect$DARWIN_EXTSN (in libsystem_kernel.dylib) + 42 [0x7fff7031c69c]
+ 2 __pselect (in libsystem_kernel.dylib) + 10 [0x7fff7031e99e]
887 Thread_65667219: com.apple.NSEventThread
+ 887 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff704e5bf9]
+ 887 _pthread_start (in libsystem_pthread.dylib) + 377 [0x7fff704e650d]
+ 887 _pthread_body (in libsystem_pthread.dylib) + 340 [0x7fff704e6661]
+ 887 _NSEventThread (in AppKit) + 184 [0x7fff45a69fc4]
+ 887 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ 887 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
+ 887 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ 887 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ 887 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
885 Thread_65668221
+ 800 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ ! 799 _pthread_wqthread (in libsystem_pthread.dylib) + 1552 [0x7fff704e620e]
+ ! : 799 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! 1 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
+ ! 1 _dispatch_worker_thread3 (in libdispatch.dylib) + 84 [0x7fff70196744]
+ 85 start_wqthread (in libsystem_pthread.dylib) + 0 [0x7fff704e5bdc]
1 Thread_65668221 DispatchQueue_12: com.apple.root.user-initiated-qos (concurrent)
+ 1 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ 1 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
+ 1 _dispatch_worker_thread3 (in libdispatch.dylib) + 101 [0x7fff70196755]
+ 1 _dispatch_root_queue_drain (in libdispatch.dylib) + 306 [0x7fff701968d8]
+ 1 _dispatch_last_resort_autorelease_pool_push (in libdispatch.dylib) + 16 [0x7fff701a44a4]
1 Thread_65668221 DispatchQueue_10: com.apple.root.default-qos (concurrent)
1 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
1 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
1 _dispatch_worker_thread3 (in libdispatch.dylib) + 101 [0x7fff70196755]
1 _dispatch_root_queue_drain (in libdispatch.dylib) + 515 [0x7fff701969a9]
1 _dispatch_queue_override_invoke (in libdispatch.dylib) + 880 [0x7fff701a1cc5]
1 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7fff70194db8]
1 async_collect_callback(void*) (in QuartzCore) + 38 [0x7fff53713361]
1 CABackingStoreCollect (in QuartzCore) + 30 [0x7fff537133dd]
1 CABackingStoreCollect_(double, bool) (in QuartzCore) + 211 [0x7fff537134ff]
Total number in stack (recursive counted multiple, when >=5):
52 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
11 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
9 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
8 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 0 [0x7fff6f5a9d56]
8 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
8 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
8 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
8 mach_msg_trap (in libsystem_kernel.dylib) + 0 [0x7fff70315200]
7 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
7 CFBasicHashFindBucket (in CoreFoundation) + 0 [0x7fff48318140]
7 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
6 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
6 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
6 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
6 CFEqual (in CoreFoundation) + 0 [0x7fff48328780]
6 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
6 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
6 __CFStringHash (in CoreFoundation) + 0 [0x7fff483153a0]
6 __psynch_mutexwait (in libsystem_kernel.dylib) + 0 [0x7fff7031ea3c]
6 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
6 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
5 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
5 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
5 __CFRunLoopFindMode (in CoreFoundation) + 0 [0x7fff4835f100]
5 __workq_kernreturn (in libsystem_kernel.dylib) + 0 [0x7fff7031f280]
5 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 0 [0x7fff704e43cb]
5 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 0 [0x7fff704e474c]
5 free_tiny (in libsystem_malloc.dylib) + 0 [0x7fff7038efe2]
5 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
Sort by top of stack, same collapsed (when >= 5):
__workq_kernreturn (in libsystem_kernel.dylib) 1729
mach_msg_trap (in libsystem_kernel.dylib) 959
__select (in libsystem_kernel.dylib) 787
start_wqthread (in libsystem_pthread.dylib) 85
__psynch_mutexwait (in libsystem_kernel.dylib) 72
objc_msgSend (in libobjc.A.dylib) 72
write (in libsystem_kernel.dylib) 37
CFEqual (in CoreFoundation) 26
_pthread_mutex_unlock_slow (in libsystem_pthread.dylib) 26
_CFRelease (in CoreFoundation) 24
__pthread_sigmask (in libsystem_kernel.dylib) 24
CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) 23
kdebug_is_enabled (in libsystem_kernel.dylib) 23
ns_send_appdefined (in Emacs) 23
CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) 22
CFStringGetLength (in CoreFoundation) 22
objc_destroyWeak (in libobjc.A.dylib) 22
os_unfair_lock_unlock (in libsystem_platform.dylib) 22
really_call_select (in Emacs) 22
-[NSApplication mainWindow] (in AppKit) 21
CA::Transaction::commit_handlers_for_phase(CATransactionPhase) (in QuartzCore) 21
x_hash_table_foreach (in QuartzCore) 21
__psynch_mutexdrop (in libsystem_kernel.dylib) 11
_kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) 11
read (in libsystem_kernel.dylib) 10
(anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) 8
_kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) 8
CFBasicHashFindBucket (in CoreFoundation) 7
__CFRunLoopFindMode (in CoreFoundation) 6
__CFRunLoopRun (in CoreFoundation) 6
__CFStringHash (in CoreFoundation) 6
-[NSObject release] (in libobjc.A.dylib) 5
_pthread_mutex_lock_slow (in libsystem_pthread.dylib) 5
free_tiny (in libsystem_malloc.dylib) 5
pthread_mutex_lock (in libsystem_pthread.dylib) 5
Binary Images:
0x100000000 - 0x100227ffb +org.gnu.Emacs (Version 26.1 - 9.0) <69892A8D-F78B-373B-AAA2-CDECE18D445C> /Users/kostya/Downloads/Emacs 26.1 - term.el.app/Contents/MacOS/Emacs
0x10072e000 - 0x100820fe7 +libgnutls.30.dylib (0) <43D45195-7522-3799-BA18-3E78E89B4237> /opt/brew/opt/gnutls/lib/libgnutls.30.dylib
0x10085a000 - 0x100875fff +libidn2.0.dylib (0) <8481F979-1345-3AD7-B032-AB2C2FCA61E2> /opt/brew/opt/libidn2/lib/libidn2.0.dylib
0x100879000 - 0x1009dcfff +libunistring.2.dylib (0) <A4545916-E2F4-3D6A-862B-528A6806E9FC> /opt/brew/opt/libunistring/lib/libunistring.2.dylib
0x1009ef000 - 0x1009fafff +libtasn1.6.dylib (0) <A39E91B7-03B4-3674-9F21-00CED14D080E> /opt/brew/opt/libtasn1/lib/libtasn1.6.dylib
0x1009fe000 - 0x100a24ffb +libnettle.6.dylib (0) <2B221011-3E71-3BA4-ADE4-0C6EC6196E21> /opt/brew/opt/nettle/lib/libnettle.6.dylib
0x100a2e000 - 0x100a56fff +libhogweed.4.dylib (0) <DF0DE14F-2A23-378D-BF21-60DADF53911C> /opt/brew/opt/nettle/lib/libhogweed.4.dylib
0x100a5f000 - 0x100abbfcf +libgmp.10.dylib (0) <7D2A1AB0-B206-3196-954C-5A0E17049998> /opt/brew/opt/gmp/lib/libgmp.10.dylib
0x100ac7000 - 0x100acfff7 +libintl.8.dylib (0) <56ADC0B9-6BE8-3DA3-B3EE-70F210C36AB4> /opt/brew/opt/gettext/lib/libintl.8.dylib
0x114b8c000 - 0x114bd6acf dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld
0x7fff408c3000 - 0x7fff40c11ff7 com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff41f48000 - 0x7fff4203eff7 com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.36.19 - 10.3.6) <31A17BB7-1687-38A2-A578-44B3AECC3324> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
0x7fff44885000 - 0x7fff44885fff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff44886000 - 0x7fff4489cfef libCGInterfaces.dylib (417.2) <2E67702C-75F6-308A-A023-F28120BEE667> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff4489d000 - 0x7fff44d9bfc3 com.apple.vImage (8.1 - ???) <A243A7EF-0C8E-3A9A-AA38-44AFD7507F00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff44d9c000 - 0x7fff44ef6fe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff44ef7000 - 0x7fff44f25fef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff44f26000 - 0x7fff452e5ff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff452e6000 - 0x7fff452fbff7 libLinearAlgebra.dylib (1211.50.2) <E8E0B7FD-A0B7-31E5-AF01-81781F71EBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff452fc000 - 0x7fff45301ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff45302000 - 0x7fff45382fff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff45383000 - 0x7fff45396fff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff45397000 - 0x7fff45544fc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff45545000 - 0x7fff455f6fff libvMisc.dylib (622.50.5) <BA2532DF-2D68-3DD0-9B59-D434BF702AA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff455f7000 - 0x7fff455f7fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff458eb000 - 0x7fff46749fff com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff4679b000 - 0x7fff4679bfff com.apple.ApplicationServices (48 - 50) <AFFBD94A-AF76-336E-B53E-57524EAE8EF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff4679c000 - 0x7fff46802fff com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff4689b000 - 0x7fff469bdfff libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff469be000 - 0x7fff46a08ff7 libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff46aad000 - 0x7fff46ae0ff7 libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff46b4a000 - 0x7fff46b4eff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff46bee000 - 0x7fff46c40ffb com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff46c41000 - 0x7fff46c4ffff com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff46c50000 - 0x7fff46c9cfff com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff46c9d000 - 0x7fff46cd7fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff46cd8000 - 0x7fff46ce4fff com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff46ce5000 - 0x7fff46f73ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff46f75000 - 0x7fff46f75fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff47298000 - 0x7fff47632ff7 com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff4764c000 - 0x7fff47951fff com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff4795c000 - 0x7fff479f1ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff47a32000 - 0x7fff47a38fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff47b67000 - 0x7fff47c20fff com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff47dad000 - 0x7fff47e40ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff47ea7000 - 0x7fff47ed0ffb com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff47ed1000 - 0x7fff48227fef com.apple.CoreData (120 - 851) <A2B59780-FB16-36A3-8EE0-E0EF072454E0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff48228000 - 0x7fff4830bfff com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff4830c000 - 0x7fff487adfef com.apple.CoreFoundation (6.9 - 1454.90) <E5D594BF-9142-3325-A62D-CF4AAF472642> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff487af000 - 0x7fff48dbffef com.apple.CoreGraphics (2.0 - 1161.21) <375C477F-5A89-3C49-9B63-373C81A63F7E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff48dc1000 - 0x7fff490b0fff com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff4933f000 - 0x7fff49435ffb com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff49485000 - 0x7fff49485fff com.apple.CoreServices (822.36 - 822.36) <C8368F17-1589-3BA5-A0E7-89CB8DF2454F> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff49486000 - 0x7fff494faffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff494fb000 - 0x7fff497d2fff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff497d3000 - 0x7fff49807fff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff49808000 - 0x7fff49810ffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff49811000 - 0x7fff499cefff com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff499cf000 - 0x7fff49a7fff7 com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff49a80000 - 0x7fff49ae0fff com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff49ae1000 - 0x7fff49b4ffff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff49b50000 - 0x7fff49b74ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff49e15000 - 0x7fff49f65fff com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff49f66000 - 0x7fff49fa0fff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff49fa1000 - 0x7fff4a02cff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff4a2a7000 - 0x7fff4a2acfff com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff4a46d000 - 0x7fff4a833fff com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff4a8a4000 - 0x7fff4a8d4fff com.apple.GSS (4.0 - 2.0) <D774A165-5581-3479-AB5D-2BBDB5CF8882> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff4a9e6000 - 0x7fff4aaeaffb com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff4ab4a000 - 0x7fff4abe5fff com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff4abe7000 - 0x7fff4abeefff com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff4ac45000 - 0x7fff4adbfff7 com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff4adc0000 - 0x7fff4adc4ffb libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff4adc5000 - 0x7fff4aeacfef libJP2.dylib (1739.3) <AEBF7260-0C10-30C0-8F0F-8B347DEE78B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff4aead000 - 0x7fff4aed0ff7 libJPEG.dylib (1739.3) <D8C966AD-A00C-3E8B-A7ED-D7CC7ECB3224> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff4b1ac000 - 0x7fff4b1d2feb libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff4b1d3000 - 0x7fff4b1d5ffb libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff4b1d6000 - 0x7fff4b224fef libTIFF.dylib (1739.3) <C4CB5C1D-20F2-3BD4-B0E6-629FDB3EF8E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4c0de000 - 0x7fff4c0f7ff7 com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff4c3b6000 - 0x7fff4c3bdfff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff4c46d000 - 0x7fff4cad7ff7 com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff4cad9000 - 0x7fff4cb5afff com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff4cb77000 - 0x7fff4cb92fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff4cb93000 - 0x7fff4cc02fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff4cc03000 - 0x7fff4cc27fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff4cc28000 - 0x7fff4cd0fff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff4cd10000 - 0x7fff4cd10ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff4dd0f000 - 0x7fff4dd1bffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff50b0d000 - 0x7fff50b67ff7 com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff50b68000 - 0x7fff50b84ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff50b85000 - 0x7fff50b90fff com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff51d0f000 - 0x7fff51d11fff libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff51d12000 - 0x7fff51d17ffb libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff51d18000 - 0x7fff51d1cfff libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff51d1d000 - 0x7fff51d26ff3 libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff51d27000 - 0x7fff51d32fff libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff51d33000 - 0x7fff51d6efe7 libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff51edd000 - 0x7fff51f1bffb libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff52893000 - 0x7fff528a2ff3 com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff536f1000 - 0x7fff5393dff7 com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff54172000 - 0x7fff5449dfff com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff5449e000 - 0x7fff5452aff7 com.apple.securityfoundation (6.0 - 55185.50.5) <D708D069-AEDB-36C2-B1DA-479DA91D7711> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff5455c000 - 0x7fff54560ffb com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff54905000 - 0x7fff54975ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff54b2a000 - 0x7fff54ea5fff com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff57872000 - 0x7fff57905fff com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff58530000 - 0x7fff58558fff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff5855a000 - 0x7fff58569fef com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff58668000 - 0x7fff58673ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff586ad000 - 0x7fff586f5ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff58730000 - 0x7fff58758fff com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff58825000 - 0x7fff58875ff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff58baa000 - 0x7fff58e43ffb com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff58f7a000 - 0x7fff58f81ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff58f82000 - 0x7fff59009ff7 com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff5a9c3000 - 0x7fff5a9ccff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff5ad08000 - 0x7fff5b110fff com.apple.CoreAUC (259.0.0 - 259.0.0) <B3D5289B-9E8A-37FE-855B-7277D700029E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff5b111000 - 0x7fff5b141ff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff5b4d2000 - 0x7fff5b4e2ff7 com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff5bc76000 - 0x7fff5bc7eff3 com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff5be09000 - 0x7fff5be3aff3 com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff5c177000 - 0x7fff5c208fff com.apple.CoreSymbolication (9.3 - 64026.2) <D55A6E5B-0267-3F3A-8D90-4B8F39458420> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff5c28b000 - 0x7fff5c3c0fff com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff5c3c1000 - 0x7fff5c4f2fff com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff5c547000 - 0x7fff5c5abfff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff5c5ac000 - 0x7fff5c5bcff7 com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff5c63a000 - 0x7fff5c649ff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff5c64c000 - 0x7fff5c650ffb com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff5c6d2000 - 0x7fff5c748fff com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff5c796000 - 0x7fff5c7d6ff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff5c7d7000 - 0x7fff5c906fff com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5d720000 - 0x7fff5db4efff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5f7aa000 - 0x7fff5f7aafff libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
0x7fff60e16000 - 0x7fff60e1bfff com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff61b91000 - 0x7fff61ba0fff com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff61c23000 - 0x7fff61c97fff com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff625a7000 - 0x7fff625aeff7 com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff625b2000 - 0x7fff625c9fff com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff62994000 - 0x7fff629baffb com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff62c3f000 - 0x7fff62c52ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AED421B0-90A0-3969-98A4-CCBCF2D3360B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff62c53000 - 0x7fff62d48ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff62d49000 - 0x7fff62d8bfff com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff62d8f000 - 0x7fff62d96ff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff63595000 - 0x7fff63598fff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff63aa8000 - 0x7fff63b11ff7 com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff63b1a000 - 0x7fff63b31ff7 com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff63c91000 - 0x7fff63caafff com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff63d36000 - 0x7fff63d60ffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff63fc7000 - 0x7fff63fd2fff com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff65868000 - 0x7fff65878ffb com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff67637000 - 0x7fff67655fff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff6782c000 - 0x7fff6784fffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff6916e000 - 0x7fff69283ff7 com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff692ae000 - 0x7fff692afff7 com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0x7fff69ff7000 - 0x7fff6a293ff7 com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff6aa5c000 - 0x7fff6aa69fff com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff6af16000 - 0x7fff6af3dfff com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff6b60f000 - 0x7fff6b698fc7 com.apple.Symbolication (9.3 - 64033) <C2C55C9A-C264-3044-A953-16457148190A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff6bc09000 - 0x7fff6bc11ff7 com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6be1e000 - 0x7fff6bedbff7 com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff6bf8c000 - 0x7fff6c13bfff com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6ce10000 - 0x7fff6cedfff7 com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff6d844000 - 0x7fff6d846ffb com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6d847000 - 0x7fff6d85cfff com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6d9ad000 - 0x7fff6d9e0ff7 libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib
0x7fff6da9a000 - 0x7fff6dad3ff7 libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
0x7fff6dad4000 - 0x7fff6dadffff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
0x7fff6db71000 - 0x7fff6db72ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6dba9000 - 0x7fff6dd73ff3 libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
0x7fff6ddab000 - 0x7fff6ddabfff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6dee2000 - 0x7fff6dee6ffb libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
0x7fff6dee7000 - 0x7fff6dee8ffb libSystem.B.dylib (1252.50.4) <CD555F3B-FDDB-35E5-A2FB-FBBF3D62031A> /usr/lib/libSystem.B.dylib
0x7fff6df7b000 - 0x7fff6df7bfff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
0x7fff6df7c000 - 0x7fff6df92ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
0x7fff6df93000 - 0x7fff6dfbdff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
0x7fff6dfbe000 - 0x7fff6e03ffdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
0x7fff6e043000 - 0x7fff6e043ff3 libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
0x7fff6e044000 - 0x7fff6e0fcff3 libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
0x7fff6e0fd000 - 0x7fff6e10dff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
0x7fff6e10e000 - 0x7fff6e11bffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
0x7fff6e11c000 - 0x7fff6e172fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
0x7fff6e173000 - 0x7fff6e197ff7 libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
0x7fff6e199000 - 0x7fff6e1a9fff libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
0x7fff6e1aa000 - 0x7fff6e1c1fcf libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib
0x7fff6e46c000 - 0x7fff6e484ff7 libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
0x7fff6e485000 - 0x7fff6e486ff3 libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6e957000 - 0x7fff6e9adff3 libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib
0x7fff6eaed000 - 0x7fff6eaedfff libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
0x7fff6eb24000 - 0x7fff6eb29ff3 libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
0x7fff6eb55000 - 0x7fff6ec46ff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
0x7fff6ec47000 - 0x7fff6ee6effb libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib
0x7fff6eebb000 - 0x7fff6eebcfff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
0x7fff6eebd000 - 0x7fff6eed6ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
0x7fff6eed7000 - 0x7fff6eeedff7 libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
0x7fff6ef9e000 - 0x7fff6f1c6ff7 libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
0x7fff6f1cb000 - 0x7fff6f1fbffb libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib
0x7fff6f39e000 - 0x7fff6f519fff libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
0x7fff6f5a0000 - 0x7fff6f98e7e7 libobjc.A.dylib (723) <DD9E5EC5-B507-3249-B700-93433E2D5EDF> /usr/lib/libobjc.A.dylib
0x7fff6f9a1000 - 0x7fff6f9a5fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
0x7fff6f9a8000 - 0x7fff6f9dcfff libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
0x7fff6fa5b000 - 0x7fff6fa77ffb libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
0x7fff6fac6000 - 0x7fff6fac7ff3 libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
0x7fff6fac8000 - 0x7fff6fc5bff7 libsqlite3.dylib (274.8.1) <FCAD6A57-829E-3701-B16E-1833D620E0E8> /usr/lib/libsqlite3.dylib
0x7fff6fe2f000 - 0x7fff6fe8fff3 libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
0x7fff6fe90000 - 0x7fff6fe93ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
0x7fff6fe94000 - 0x7fff6fea1fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
0x7fff6fea5000 - 0x7fff6ff8cfff libxml2.2.dylib (31.11) <C2B5C43F-9C0B-31E6-8EC0-939591EDAC49> /usr/lib/libxml2.2.dylib
0x7fff6ff8d000 - 0x7fff6ffb5fff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
0x7fff6ffb6000 - 0x7fff6ffc8ffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
0x7fff70064000 - 0x7fff70068ff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
0x7fff70069000 - 0x7fff70073ff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
0x7fff70074000 - 0x7fff7007bfff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
0x7fff7007c000 - 0x7fff70085ffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
0x7fff70086000 - 0x7fff7010bfff libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib
0x7fff70193000 - 0x7fff701ccff7 libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib
0x7fff701cd000 - 0x7fff701eaff7 libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib
0x7fff701eb000 - 0x7fff701ebffb libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
0x7fff701ec000 - 0x7fff701f8ff3 libkxld.dylib (4570.71.2) <C3C31E1B-3E74-3828-8429-4D442E26D41C> /usr/lib/system/libkxld.dylib
0x7fff701f9000 - 0x7fff701f9ff7 liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
0x7fff701fa000 - 0x7fff701feffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
0x7fff701ff000 - 0x7fff70201ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
0x7fff70202000 - 0x7fff70203ff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
0x7fff70204000 - 0x7fff7021bfff libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
0x7fff7021c000 - 0x7fff7021cfff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
0x7fff7021d000 - 0x7fff702a6ff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
0x7fff702a7000 - 0x7fff702aaffb libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
0x7fff702ab000 - 0x7fff702aeffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff702af000 - 0x7fff702b0fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
0x7fff702b1000 - 0x7fff702b7ff7 libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib
0x7fff702b8000 - 0x7fff70301ff7 libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
0x7fff70302000 - 0x7fff70328ff7 libsystem_kernel.dylib (4570.71.2) <F22B8D73-69D8-36D7-BF66-7F9AC70C08C2> /usr/lib/system/libsystem_kernel.dylib
0x7fff70329000 - 0x7fff70374fcb libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
0x7fff70375000 - 0x7fff70394fff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
0x7fff70395000 - 0x7fff704c5ff7 libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
0x7fff704c6000 - 0x7fff704d0ffb libsystem_networkextension.dylib (767.70.1) <D23EAFC1-E8BD-34D5-969C-6E45A1C3B4E4> /usr/lib/system/libsystem_networkextension.dylib
0x7fff704d1000 - 0x7fff704daff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
0x7fff704db000 - 0x7fff704e2ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
0x7fff704e3000 - 0x7fff704eefff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff704ef000 - 0x7fff704f2fff libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
0x7fff704f3000 - 0x7fff704f4ff3 libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
0x7fff704f5000 - 0x7fff704fcff7 libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib
0x7fff704fd000 - 0x7fff70510fff libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
0x7fff70512000 - 0x7fff70517ff7 libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
0x7fff70518000 - 0x7fff70545ff7 libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib
Sample analysis of process 79545 written to file /dev/stdout
[-- Attachment #5: dtrace-main-process-sample-1.txt --]
[-- Type: text/plain, Size: 459745 bytes --]
Sampling process 79545 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Emacs (pid 79545) every 1 millisecond
Process: Emacs [79545]
Path: /Users/kostya/Downloads/Emacs 26.1 - term.el.app/Contents/MacOS/Emacs
Load Address: 0x100000000
Identifier: org.gnu.Emacs
Version: Version 26.1 (9.0)
Code Type: X86-64
Parent Process: zsh [79247]
Date/Time: 2018-09-20 06:45:59.494 -0700
Launch Time: 2018-09-20 06:45:30.810 -0700
OS Version: Mac OS X 10.13.6 (17G65)
Report Version: 7
Analysis Tool: /usr/bin/sample
Physical footprint: 29.8M
Physical footprint (peak): 34.4M
----
Call graph:
2014 Thread_65667157 DispatchQueue_1: com.apple.main-thread (serial)
+ 2008 start (in libdyld.dylib) + 1 [0x7fff701ce015]
+ ! 2008 main (in Emacs) + 6374 [0x1000bd706]
+ ! 2008 Frecursive_edit (in Emacs) + 406 [0x1000beca6]
+ ! 2008 recursive_edit_1 (in Emacs) + 111 [0x1000be9bf]
+ ! 2008 command_loop (in Emacs) + 158 [0x1000beaae]
+ ! 2008 internal_catch (in Emacs) + 263 [0x10013ce77]
+ ! 2008 command_loop_2 (in Emacs) + 48 [0x1000ced80]
+ ! 2008 internal_condition_case (in Emacs) + 259 [0x10013d863]
+ ! 2008 command_loop_1 (in Emacs) + 1234 [0x1000bfb02]
+ ! 2008 read_key_sequence (in Emacs) + 1886 [0x1000c13be]
+ ! 2008 read_char (in Emacs) + 5590 [0x1000c4666]
+ ! 2008 sit_for (in Emacs) + 240 [0x100007cc0]
+ ! 1075 wait_reading_process_output (in Emacs) + 4020 [0x100187fa4]
+ ! : 950 ns_select (in Emacs) + 929 [0x1001b99e1]
+ ! : | 950 -[EmacsApp run] (in Emacs) + 389 [0x1001bada5]
+ ! : | 871 -[NSApplication run] (in AppKit) + 764 [0x7fff45921885]
+ ! : | + 800 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3044 [0x7fff460c2e34]
+ ! : | + ! 785 _DPSNextEvent (in AppKit) + 2085 [0x7fff4592ca73]
+ ! : | + ! : 785 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 64 [0x7fff4767b884]
+ ! : | + ! : 479 ReceiveNextEventCommon (in HIToolbox) + 366 [0x7fff4767ba0f]
+ ! : | + ! : | 467 RunCurrentEventLoopInMode (in HIToolbox) + 286 [0x7fff4767bd96]
+ ! : | + ! : | + 386 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ ! : | + ! : | + ! 193 __CFRunLoopRun (in CoreFoundation) + 1240 [0x7fff483918b8]
+ ! : | + ! : | + ! : 148 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : | 148 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : | 97 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 76 [0x7fff45d47592]
+ ! : | + ! : | + ! : | + 50 -[NSApplication updateWindows] (in AppKit) + 80 [0x7fff4592f105]
+ ! : | + ! : | + ! : | + ! 36 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 515 [0x7fff459306b6]
+ ! : | + ! : | + ! : | + ! : 32 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 321 [0x7fff483afd21]
+ ! : | + ! : | + ! : | + ! : | 25 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : | + 22 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | + ! 10 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1664 [0x7fff48364880]
+ ! : | + ! : | + ! : | + ! : | + ! : 8 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 225 [0x7fff483a6ae1]
+ ! : | + ! : | + ! : | + ! : | + ! : | 4 _CFXRegistrationPost (in CoreFoundation) + 444 [0x7fff483a6d9c]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 3 -[_CFXNotificationTokenRegistration copyHandler] (in CoreFoundation) + 55 [0x7fff483a6eb7]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 2 objc_msgSend (in libobjc.A.dylib) + 26,50 [0x7fff6f5a6e9a,0x7fff6f5a6eb2]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 -[NSBlock copy] (in CoreFoundation) + 0 [0x7fff4834fc60]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 -[_CFXNotificationTokenRegistration copyHandler] (in CoreFoundation) + 1 [0x7fff483a6e81]
+ ! : | + ! : | + ! : | + ! : | + ! : | 4 _CFXRegistrationPost (in CoreFoundation) + 458 [0x7fff483a6daa]
+ ! : | + ! : | + ! : | + ! : | + ! : | 4 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation) + 12 [0x7fff483a6edc]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 objc_msgSend (in libobjc.A.dylib) + 41,46 [0x7fff6f5a6ea9,0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[NSToolbarView windowDidUpdate:] (in AppKit) + 52 [0x7fff45a5ab56]
+ ! : | + ! : | + ! : | + ! : | + ! : | ! 1 -[NSApplication(NSEvent) currentEvent] (in AppKit) + 0 [0x7fff460c21cf]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[NSToolbarView windowDidUpdate:] (in AppKit) + 184 [0x7fff45a5abda]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 55 [0x7fff483a6a37]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationTokenRegistration options] (in CoreFoundation) + 1 [0x7fff48350371]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 130 [0x7fff483a6a82]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_loadWeakRetained (in libobjc.A.dylib) + 439 [0x7fff6f5ae9e9]
+ ! : | + ! : | + ! : | + ! : | + ! 6 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1495 [0x7fff483647d7]
+ ! : | + ! : | + ! : | + ! : | + ! : 4 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 255 [0x7fff483a631f]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationObjectRegistration find:matching:] (in CoreFoundation) + 771 [0x7fff483b0193]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 -[_CFXNotificationObjcObserverRegistration find:] (in CoreFoundation) + 49 [0x7fff483a7ea1]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 objc_loadWeakRetained (in libobjc.A.dylib) + 381 [0x7fff6f5ae9af]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 -[_CFXNotificationObjcObserverRegistration find:] (in CoreFoundation) + 264 [0x7fff483a7f78]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 -[_CFXNotificationObserverRegistration find:] (in CoreFoundation) + 674 [0x7fff483a6992]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationObjectRegistration find:matching:] (in CoreFoundation) + 237 [0x7fff483aff7d]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFGetTypeID (in CoreFoundation) + 52 [0x7fff483390a4]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 224 [0x7fff483a6300]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1620 [0x7fff48364854]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 qsort_b (in libsystem_c.dylib) + 0 [0x7fff702825d1]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 qsort_r (in libsystem_c.dylib) + 0 [0x7fff7027db85]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 __CFStringHash (in CoreFoundation) + 216 [0x7fff48315478]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 245 [0x7fff483642f5]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1679 [0x7fff4836488f]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXNotificationPost (in CoreFoundation) + 97 [0x7fff483637c1]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSConcreteNotification name] (in Foundation) + 33 [0x7fff4a4739a6]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[__NSCFConstantString retain] (in CoreFoundation) + 0 [0x7fff483641f0]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXNotificationPost (in CoreFoundation) + 787 [0x7fff48363a73]
+ ! : | + ! : | + ! : | + ! : | + ! 1 _Block_object_dispose (in libsystem_blocks.dylib) + 32 [0x7fff7021cc59]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXNotificationPost (in CoreFoundation) + 1007 [0x7fff48363b4f]
+ ! : | + ! : | + ! : | + ! : | 2 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + ! : | + 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 35 [0x7fff4a47390e]
+ ! : | + ! : | + ! : | + ! : | + ! 1 NSAllocateObject (in Foundation) + 19 [0x7fff4a46f14e]
+ ! : | + ! : | + ! : | + ! : | + ! 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! : | + ! 1 calloc (in libsystem_malloc.dylib) + 33 [0x7fff70379591]
+ ! : | + ! : | + ! : | + ! : | + 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 1 [0x7fff4a4738ec]
+ ! : | + ! : | + ! : | + ! : | 2 -[NSWindow update] (in AppKit) + 34 [0x7fff45a5ab00]
+ ! : | + ! : | + ! : | + ! : | + 1 standardDefaultCenter (in Foundation) + 56 [0x7fff4a5f8591]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + ! : | + 1 standardDefaultCenter (in Foundation) + 96 [0x7fff4a5f85b9]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSConcreteNotification dealloc] (in Foundation) + 111 [0x7fff4a473a83]
+ ! : | + ! : | + ! : | + ! : | + 1 szone_size (in libsystem_malloc.dylib) + 353 [0x7fff70378986]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSObject release] (in libobjc.A.dylib) + 79 [0x7fff6f5ab450]
+ ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : 1 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 198 [0x7fff483afca6]
+ ! : | + ! : | + ! : | + ! : | 1 _platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) + 0 [0x7fff704e0c40]
+ ! : | + ! : | + ! : | + ! : 1 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 0 [0x7fff483afbe0]
+ ! : | + ! : | + ! : | + ! : 1 DYLD-STUB$$__bzero (in libsystem_platform.dylib) + 0 [0x7fff704e138e]
+ ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! 3 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 141 [0x7fff45930540]
+ ! : | + ! : | + ! : | + ! : 1 +[__NSArrayM __new:::] (in CoreFoundation) + 36 [0x7fff48439634]
+ ! : | + ! : | + ! : | + ! : | 1 __CFAllocateObject2 (in CoreFoundation) + 15 [0x7fff4831328f]
+ ! : | + ! : | + ! : | + ! : | 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! : | 1 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : | 1 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : | 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 94 [0x7fff70377277]
+ ! : | + ! : | + ! : | + ! : 1 +[__NSArrayM __new:::] (in CoreFoundation) + 81 [0x7fff48439661]
+ ! : | + ! : | + ! : | + ! : | 1 malloc_good_size (in libsystem_malloc.dylib) + 0 [0x7fff7037b067]
+ ! : | + ! : | + ! : | + ! : 1 +[__NSArrayM __new:::] (in CoreFoundation) + 127 [0x7fff4843968f]
+ ! : | + ! : | + ! : | + ! : 1 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : 1 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : 1 DYLD-STUB$$_platform_memset (in libsystem_malloc.dylib) + 0 [0x7fff7038f368]
+ ! : | + ! : | + ! : | + ! 2 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 122 [0x7fff4593052d]
+ ! : | + ! : | + ! : | + ! : 2 -[NSConcretePointerArray count] (in Foundation) + 11,15 [0x7fff4a484b96,0x7fff4a484b9a]
+ ! : | + ! : | + ! : | + ! 2 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 328 [0x7fff459305fb]
+ ! : | + ! : | + ! : | + ! : 1 -[NSWindow retain] (in AppKit) + 11 [0x7fff4593ec4e]
+ ! : | + ! : | + ! : | + ! : 1 -[__NSArrayM insertObject:atIndex:] (in CoreFoundation) + 212 [0x7fff48335254]
+ ! : | + ! : | + ! : | + ! 2 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 477 [0x7fff45930690]
+ ! : | + ! : | + ! : | + ! : 1 -[NSRecursiveLock unlock] (in Foundation) + 36 [0x7fff4a47e6bf]
+ ! : | + ! : | + ! : | + ! : | 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 235 [0x7fff704e4837]
+ ! : | + ! : | + ! : | + ! : 1 -[NSRecursiveLock unlock] (in Foundation) + 0 [0x7fff4a47e69b]
+ ! : | + ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 79 [0x7fff45930502]
+ ! : | + ! : | + ! : | + ! : 1 -[NSRecursiveLock lock] (in Foundation) + 11 [0x7fff4a47dddf]
+ ! : | + ! : | + ! : | + ! : 1 object_getIndexedIvars (in libobjc.A.dylib) + 42 [0x7fff6f5ab17c]
+ ! : | + ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 99 [0x7fff45930516]
+ ! : | + ! : | + ! : | + ! : 1 +[NSArray allocWithZone:] (in CoreFoundation) + 33 [0x7fff48313181]
+ ! : | + ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 209 [0x7fff45930584]
+ ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 528 [0x7fff459306c3]
+ ! : | + ! : | + ! : | + ! : 1 -[__NSArrayM dealloc] (in CoreFoundation) + 45 [0x7fff4833903d]
+ ! : | + ! : | + ! : | + ! : 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + ! : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 138 [0x7fff7038e5aa]
+ ! : | + ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 279 [0x7fff459305ca]
+ ! : | + ! : | + ! : | + 17 -[NSApplication updateWindows] (in AppKit) + 68 [0x7fff4592f0f9]
+ ! : | + ! : | + ! : | + ! 10 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : 5 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + 2 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! 1 __CFStringHash (in CoreFoundation) + 2384 [0x7fff48315cf0]
+ ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 1028 [0x7fff48318544]
+ ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | + 2 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + 2 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + 1 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! : | + 1 __CFStringEqual (in CoreFoundation) + 186 [0x7fff48335baa]
+ ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1570 [0x7fff48364822]
+ ! : | + ! : | + ! : | + ! : | 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! : | 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 698 [0x7fff6f5aa010]
+ ! : | + ! : | + ! : | + ! : 3 _CFXNotificationPost (in CoreFoundation) + 97 [0x7fff483637c1]
+ ! : | + ! : | + ! : | + ! : | 2 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSConcreteNotification name] (in Foundation) + 33 [0x7fff4a4739a6]
+ ! : | + ! : | + ! : | + ! : | 1 -[__NSCFConstantString retain] (in CoreFoundation) + 0 [0x7fff483641f0]
+ ! : | + ! : | + ! : | + ! : 2 _CFXNotificationPost (in CoreFoundation) + 198 [0x7fff48363826]
+ ! : | + ! : | + ! : | + ! : 2 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! : 2 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 679,698 [0x7fff6f5a9ffd,0x7fff6f5aa010]
+ ! : | + ! : | + ! : | + ! 3 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + ! : 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 35 [0x7fff4a47390e]
+ ! : | + ! : | + ! : | + ! : | 1 NSAllocateObject (in Foundation) + 19 [0x7fff4a46f14e]
+ ! : | + ! : | + ! : | + ! : | 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! : | 1 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : | 1 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : | 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : | + ! : | 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 331 [0x7fff703782de]
+ ! : | + ! : | + ! : | + ! : 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 54 [0x7fff4a473921]
+ ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + ! 2 -[NSConcreteNotification dealloc] (in Foundation) + 111 [0x7fff4a473a83]
+ ! : | + ! : | + ! : | + ! : 1 default_zone_free_definite_size (in libsystem_malloc.dylib) + 20 [0x7fff703874c7]
+ ! : | + ! : | + ! : | + ! : 1 szone_free_definite_size (in libsystem_malloc.dylib) + 6 [0x7fff70378b22]
+ ! : | + ! : | + ! : | + ! 2 -[NSObject release] (in libobjc.A.dylib) + 84 [0x7fff6f5ab455]
+ ! : | + ! : | + ! : | + 7 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! 6 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : 3 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | 3 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | 2 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + 1 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! : | + 1 __CFStringEqual (in CoreFoundation) + 1236 [0x7fff48335fc4]
+ ! : | + ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 1044 [0x7fff48318554]
+ ! : | + ! : | + ! : | + ! : 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 260 [0x7fff48318244]
+ ! : | + ! : | + ! : | + ! : | 1 CFDictionaryGetValue (in CoreFoundation) + 1 [0x7fff48318071]
+ ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1176 [0x7fff48364698]
+ ! : | + ! : | + ! : | + ! 1 _CFXNotificationPost (in CoreFoundation) + 198 [0x7fff48363826]
+ ! : | + ! : | + ! : | + ! 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 30 [0x7fff6f5a9d74]
+ ! : | + ! : | + ! : | + 6 -[NSApplication updateWindows] (in AppKit) + 40 [0x7fff4592f0dd]
+ ! : | + ! : | + ! : | + ! 2 objc_msgSend (in libobjc.A.dylib) + 33,46 [0x7fff6f5a6ea1,0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! 2 standardDefaultCenter (in Foundation) + 68 [0x7fff4a5f859d]
+ ! : | + ! : | + ! : | + ! : 2 objc_msgSend (in libobjc.A.dylib) + 26,46 [0x7fff6f5a6e9a,0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! 1 standardDefaultCenter (in Foundation) + 96 [0x7fff4a5f85b9]
+ ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! 1 standardDefaultCenter (in Foundation) + 47 [0x7fff4a5f8588]
+ ! : | + ! : | + ! : | + 6 -[NSApplication updateWindows] (in AppKit) + 124 [0x7fff4592f131]
+ ! : | + ! : | + ! : | + ! 3 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 28 [0x7fff45930a77]
+ ! : | + ! : | + ! : | + ! : 2 objc_sync_enter (in libobjc.A.dylib) + 16 [0x7fff6f5abe2b]
+ ! : | + ! : | + ! : | + ! : | 1 id2data(objc_object*, usage) (in libobjc.A.dylib) + 125 [0x7fff6f5abed6]
+ ! : | + ! : | + ! : | + ! : | + 1 fetch_cache(bool) (in libobjc.A.dylib) + 29 [0x7fff6f5ac16f]
+ ! : | + ! : | + ! : | + ! : | 1 id2data(objc_object*, usage) (in libobjc.A.dylib) + 32 [0x7fff6f5abe79]
+ ! : | + ! : | + ! : | + ! : 1 objc_sync_enter (in libobjc.A.dylib) + 0 [0x7fff6f5abe1b]
+ ! : | + ! : | + ! : | + ! 3 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 565 [0x7fff45930c90]
+ ! : | + ! : | + ! : | + ! 3 _checkClientHeartBeatStates (in AppKit) + 98 [0x7fff45b0b968]
+ ! : | + ! : | + ! : | + ! 2 -[__NSSetM countByEnumeratingWithState:objects:count:] (in CoreFoundation) + 0,121 [0x7fff483942c0,0x7fff48394339]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + 5 -[NSApplication updateWindows] (in AppKit) + 96 [0x7fff4592f115]
+ ! : | + ! : | + ! : | + ! 1 +[NSTextInputContext currentInputContext] (in AppKit) + 11 [0x7fff45930885]
+ ! : | + ! : | + ! : | + ! 1 +[NSTextInputContext currentInputContext_withFirstResponderSync:] (in AppKit) + 37 [0x7fff463423ca]
+ ! : | + ! : | + ! : | + ! : 1 -[NSApplication isActive] (in AppKit) + 0 [0x7fff45930484]
+ ! : | + ! : | + ! : | + ! 1 +[NSTextInputContext currentInputContext_withFirstResponderSync:] (in AppKit) + 0 [0x7fff463423a5]
+ ! : | + ! : | + ! : | + ! 1 +[NSTextInputContext updateInputContexts] (in AppKit) + 22 [0x7fff45930864]
+ ! : | + ! : | + ! : | + ! : 1 +[NSObject class] (in libobjc.A.dylib) + 1 [0x7fff6f5ab5a0]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + 3 -[NSConcreteNotification dealloc] (in Foundation) + 111 [0x7fff4a473a83]
+ ! : | + ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 128 [0x7fff7038f062]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 31 [0x7fff6f5a70df]
+ ! : | + ! : | + ! : | + ! 1 szone_size (in libsystem_malloc.dylib) + 0 [0x7fff70378825]
+ ! : | + ! : | + ! : | + 1 -[NSApplication updateWindows] (in AppKit) + 136 [0x7fff4592f13d]
+ ! : | + ! : | + ! : | + ! 1 standardDefaultCenter (in Foundation) + 56 [0x7fff4a5f8591]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + 1 -[NSConcreteNotification dealloc] (in Foundation) + 64 [0x7fff4a473a54]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + 1 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 54 [0x7fff4a473921]
+ ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | 26 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 121 [0x7fff45d475bf]
+ ! : | + ! : | + ! : | + 15 CFRunLoopRemoveObserver (in CoreFoundation) + 80 [0x7fff483af470]
+ ! : | + ! : | + ! : | + ! 15 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | + ! 14 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | + ! : 14 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | + 5 CFRunLoopRemoveObserver (in CoreFoundation) + 109 [0x7fff483af48d]
+ ! : | + ! : | + ! : | + ! 2 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + ! : | + ! : 1 _CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) + 7 [0x7fff48310777]
+ ! : | + ! : | + ! : | + ! : 1 object_setClass (in libobjc.A.dylib) + 0 [0x7fff6f5aa782]
+ ! : | + ! : | + ! : | + ! 2 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | + ! : 1 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | 1 CFHash (in CoreFoundation) + 1 [0x7fff48315221]
+ ! : | + ! : | + ! : | + ! : 1 CFSetGetValue (in CoreFoundation) + 39 [0x7fff4835f5f7]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopFindMode (in CoreFoundation) + 80 [0x7fff4835f150]
+ ! : | + ! : | + ! : | + 3 CFRunLoopRemoveObserver (in CoreFoundation) + 372 [0x7fff483af594]
+ ! : | + ! : | + ! : | + ! 2 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + ! : | + ! : | + ! : 2 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
+ ! : | + ! : | + ! : | + ! : 2 __psynch_mutexdrop (in libsystem_kernel.dylib) + 10 [0x7fff7031ea2e]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 74 [0x7fff704e4796]
+ ! : | + ! : | + ! : | + 1 CFRunLoopRemoveObserver (in CoreFoundation) + 182 [0x7fff483af4d6]
+ ! : | + ! : | + ! : | + ! 1 -[__NSArrayM removeObjectsInRange:] (in CoreFoundation) + 0 [0x7fff484385f0]
+ ! : | + ! : | + ! : | + 1 CFRunLoopRemoveObserver (in CoreFoundation) + 244 [0x7fff483af514]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 388 [0x7fff704e48d0]
+ ! : | + ! : | + ! : | + 1 DYLD-STUB$$pthread_mutex_lock (in CoreFoundation) + 0 [0x7fff4850121c]
+ ! : | + ! : | + ! : | 23 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 147 [0x7fff45d475d9]
+ ! : | + ! : | + ! : | + 16 CFRunLoopRemoveObserver (in CoreFoundation) + 80 [0x7fff483af470]
+ ! : | + ! : | + ! : | + ! 16 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | + ! 16 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | + ! 16 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : | + 5 CFRunLoopRemoveObserver (in CoreFoundation) + 109 [0x7fff483af48d]
+ ! : | + ! : | + ! : | + ! 3 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | + ! : 3 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + ! : 2 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | 1 CFHash (in CoreFoundation) + 27 [0x7fff4831523b]
+ ! : | + ! : | + ! : | + ! : | 1 __CFStringHash (in CoreFoundation) + 202 [0x7fff4831546a]
+ ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 186 [0x7fff483181fa]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + ! : | + ! : 1 _CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) + 178 [0x7fff48310822]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopFindMode (in CoreFoundation) + 219 [0x7fff4835f1db]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 51 [0x7fff704e43fe]
+ ! : | + ! : | + ! : | + 1 CFRunLoopRemoveObserver (in CoreFoundation) + 372 [0x7fff483af594]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
+ ! : | + ! : | + ! : | + ! 1 __psynch_mutexdrop (in libsystem_kernel.dylib) + 10 [0x7fff7031ea2e]
+ ! : | + ! : | + ! : | + 1 CFRunLoopRemoveObserver (in CoreFoundation) + 379 [0x7fff483af59b]
+ ! : | + ! : | + ! : | 1 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 100 [0x7fff45d475aa]
+ ! : | + ! : | + ! : | + 1 CFRunLoopGetCurrent (in CoreFoundation) + 43 [0x7fff4835eccb]
+ ! : | + ! : | + ! : | + 1 _CFGetTSD (in CoreFoundation) + 96 [0x7fff48311200]
+ ! : | + ! : | + ! : | 1 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 155 [0x7fff45d475e1]
+ ! : | + ! : | + ! : | 1 _CFRelease (in CoreFoundation) + 177 [0x7fff48469e11]
+ ! : | + ! : | + ! : 25 __CFRunLoopDoObservers (in CoreFoundation) + 622 [0x7fff483af39e]
+ ! : | + ! : | + ! : | 25 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | 25 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | 25 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : 15 __CFRunLoopDoObservers (in CoreFoundation) + 567 [0x7fff483af367]
+ ! : | + ! : | + ! : | 13 CFRunLoopObserverInvalidate (in CoreFoundation) + 312 [0x7fff483af828]
+ ! : | + ! : | + ! : | + 6 _Block_release (in libsystem_blocks.dylib) + 120 [0x7fff7021c9a6]
+ ! : | + ! : | + ! : | + ! 4 objc_destructInstance (in libobjc.A.dylib) + 105 [0x7fff6f5a92d9]
+ ! : | + ! : | + ! : | + ! : 4 _object_remove_assocations (in libobjc.A.dylib) + 164 [0x7fff6f5a93b0]
+ ! : | + ! : | + ! : | + ! : 3 std::__1::__hash_iterator<std::__1::__hash_node<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, void*>*> std::__1::__hash_table<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, std::__1::__unordered_map_hasher<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerHash, true>, std::__1::__unordered_map_equal<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerEqual, true>, objc_references_support::ObjcAllocator<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*> > >::find<unsigned long>(unsigned long const&) (in libobjc.A.dylib) + 102 [0x7fff6f5bd6a0]
+ ! : | + ! : | + ! : | + ! : 1 std::__1::__hash_iterator<std::__1::__hash_node<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, void*>*> std::__1::__hash_table<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, std::__1::__unordered_map_hasher<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerHash, true>, std::__1::__unordered_map_equal<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerEqual, true>, objc_references_support::ObjcAllocator<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*> > >::find<unsigned long>(unsigned long const&) (in libobjc.A.dylib) + 25 [0x7fff6f5bd653]
+ ! : | + ! : | + ! : | + ! : 1 objc_references_support::DisguisedPointerHash::operator()(unsigned long) const (in libobjc.A.dylib) + 205 [0x7fff6f5aff81]
+ ! : | + ! : | + ! : | + ! 1 _object_remove_assocations (in libobjc.A.dylib) + 501 [0x7fff6f5a9501]
+ ! : | + ! : | + ! : | + ! 1 objc_destructInstance (in libobjc.A.dylib) + 97 [0x7fff6f5a92d1]
+ ! : | + ! : | + ! : | + 3 _Block_release (in libsystem_blocks.dylib) + 111 [0x7fff7021c99d]
+ ! : | + ! : | + ! : | + ! 2 free (in libsystem_malloc.dylib) + 0,33 [0x7fff70378619,0x7fff7037863a]
+ ! : | + ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 648 [0x7fff7038f26a]
+ ! : | + ! : | + ! : | + 2 szone_size (in libsystem_malloc.dylib) + 96,193 [0x7fff70378885,0x7fff703788e6]
+ ! : | + ! : | + ! : | + 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + ! 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 1103 [0x7fff7038e96f]
+ ! : | + ! : | + ! : | + ! 1 get_tiny_free_size (in libsystem_malloc.dylib) + 4 [0x7fff703795af]
+ ! : | + ! : | + ! : | + 1 free_tiny (in libsystem_malloc.dylib) + 648 [0x7fff7038f26a]
+ ! : | + ! : | + ! : | 2 CFRunLoopObserverInvalidate (in CoreFoundation) + 56,124 [0x7fff483af728,0x7fff483af76c]
+ ! : | + ! : | + ! : 2 __CFRunLoopDoObservers (in CoreFoundation) + 599 [0x7fff483af387]
+ ! : | + ! : | + ! : | 2 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : | + ! : | + ! : | 2 free_tiny (in libsystem_malloc.dylib) + 460 [0x7fff7038f1ae]
+ ! : | + ! : | + ! : 2 __CFRunLoopDoObservers (in CoreFoundation) + 545,684 [0x7fff483af351,0x7fff483af3dc]
+ ! : | + ! : | + ! : 1 __CFRunLoopDoObservers (in CoreFoundation) + 336 [0x7fff483af280]
+ ! : | + ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 297 [0x7fff704e4875]
+ ! : | + ! : | + ! 115 __CFRunLoopRun (in CoreFoundation) + 1293 [0x7fff483918ed]
+ ! : | + ! : | + ! : 108 __CFRunLoopDoSources0 (in CoreFoundation) + 208 [0x7fff48392470]
+ ! : | + ! : | + ! : | 108 __CFRunLoopDoSource0 (in CoreFoundation) + 108 [0x7fff4846942c]
+ ! : | + ! : | + ! : | 108 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation) + 17 [0x7fff483afa11]
+ ! : | + ! : | + ! : | 55 __NSThreadPerformPerform (in Foundation) + 334 [0x7fff4a4d52b5]
+ ! : | + ! : | + ! : | + 15 -[NSEvent _postAtStart:] (in AppKit) + 1841 [0x7fff45b0fb5b]
+ ! : | + ! : | + ! : | + ! 12 -[NSEvent _eventRefInternal] (in AppKit) + 37 [0x7fff45aa9434]
+ ! : | + ! : | + ! : | + ! : 5 -[NSEvent CGEvent] (in AppKit) + 515 [0x7fff45b0feb2]
+ ! : | + ! : | + ! : | + ! : | 4 SLEventSetIntegerValueField (in SkyLight) + 376 [0x7fff6a10c824]
+ ! : | + ! : | + ! : | + ! : | + 4 CGSEventAppendixCreate (in SkyLight) + 22 [0x7fff6a0047a8]
+ ! : | + ! : | + ! : | + ! : | + 4 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
+ ! : | + ! : | + ! : | + ! : | + 4 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
+ ! : | + ! : | + ! : | + ! : | + 4 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : | + ! : | + 3 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : | + ! : | + ! 3 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 41,394 [0x7fff703781bc,0x7fff7037831d]
+ ! : | + ! : | + ! : | + ! : | + 1 default_zone_malloc (in libsystem_malloc.dylib) + 45 [0x7fff70387201]
+ ! : | + ! : | + ! : | + ! : | 1 SLEventSetIntegerValueField (in SkyLight) + 164 [0x7fff6a10c750]
+ ! : | + ! : | + ! : | + ! : 3 -[NSEvent CGEvent] (in AppKit) + 98 [0x7fff45b0fd11]
+ ! : | + ! : | + ! : | + ! : | 1 SLEventCreate (in SkyLight) + 107 [0x7fff6a109d53]
+ ! : | + ! : | + ! : | + ! : | + 1 DYLD-STUB$$__bzero (in libsystem_platform.dylib) + 0 [0x7fff704e138e]
+ ! : | + ! : | + ! : | + ! : | 1 SLEventCreate (in SkyLight) + 186 [0x7fff6a109da2]
+ ! : | + ! : | + ! : | + ! : | + 1 CGSEventSourceForID (in SkyLight) + 0 [0x7fff6a005b61]
+ ! : | + ! : | + ! : | + ! : | 1 SLEventCreate (in SkyLight) + 20 [0x7fff6a109cfc]
+ ! : | + ! : | + ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 299 [0x7fff45b0fdda]
+ ! : | + ! : | + ! : | + ! : | 1 +[NSScreen _zeroScreenHeight] (in AppKit) + 18 [0x7fff458f22f0]
+ ! : | + ! : | + ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 945 [0x7fff45b10060]
+ ! : | + ! : | + ! : | + ! : | 1 CFRetain (in CoreFoundation) + 1 [0x7fff48313461]
+ ! : | + ! : | + ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 1405 [0x7fff45b1022c]
+ ! : | + ! : | + ! : | + ! : | 1 SLEventSetIntegerValueField (in SkyLight) + 418 [0x7fff6a10c84e]
+ ! : | + ! : | + ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 1430 [0x7fff45b10245]
+ ! : | + ! : | + ! : | + ! : 1 SLEventSetIntegerValueField (in SkyLight) + 712 [0x7fff6a10c974]
+ ! : | + ! : | + ! : | + ! 2 -[NSEvent _eventRefInternal] (in AppKit) + 57 [0x7fff45aa9448]
+ ! : | + ! : | + ! : | + ! : 2 CreateEventWithCGEvent (in HIToolbox) + 6134 [0x7fff476878fe]
+ ! : | + ! : | + ! : | + ! : 1 CreateEvent (in HIToolbox) + 250 [0x7fff4764f504]
+ ! : | + ! : | + ! : | + ! : | 1 mach_absolute_time (in libsystem_kernel.dylib) + 1 [0x7fff703146a0]
+ ! : | + ! : | + ! : | + ! : 1 CreateEvent (in HIToolbox) + 0 [0x7fff4764f40a]
+ ! : | + ! : | + ! : | + ! 1 -[NSEvent _eventRefInternal] (in AppKit) + 0 [0x7fff45aa940f]
+ ! : | + ! : | + ! : | + 14 -[NSEvent _postAtStart:] (in AppKit) + 1894 [0x7fff45b0fb90]
+ ! : | + ! : | + ! : | + ! 8 CFRunLoopWakeUp (in CoreFoundation) + 305 [0x7fff4837fa91]
+ ! : | + ! : | + ! : | + ! : 6 mach_msg_destroy (in libsystem_kernel.dylib) + 34 [0x7fff7031496a]
+ ! : | + ! : | + ! : | + ! : | 6 mach_port_deallocate (in libsystem_kernel.dylib) + 17 [0x7fff7031d35e]
+ ! : | + ! : | + ! : | + ! : | 6 _kernelrpc_mach_port_deallocate_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031517a]
+ ! : | + ! : | + ! : | + ! : 2 mach_msg_destroy (in libsystem_kernel.dylib) + 51 [0x7fff7031497b]
+ ! : | + ! : | + ! : | + ! : 2 mach_msg_destroy_port (in libsystem_kernel.dylib) + 6,203 [0x7fff70314a7a,0x7fff70314b3f]
+ ! : | + ! : | + ! : | + ! 6 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
+ ! : | + ! : | + ! : | + ! 6 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + ! 6 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : | + 12 -[NSEvent _postAtStart:] (in AppKit) + 1881 [0x7fff45b0fb83]
+ ! : | + ! : | + ! : | + ! 11 PostEventToQueueInternal (in HIToolbox) + 724 [0x7fff4767cc5d]
+ ! : | + ! : | + ! : | + ! : 5 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
+ ! : | + ! : | + ! : | + ! : | 5 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + ! : | 5 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : | + ! : 5 CFRunLoopWakeUp (in CoreFoundation) + 305 [0x7fff4837fa91]
+ ! : | + ! : | + ! : | + ! : | 5 mach_msg_destroy (in libsystem_kernel.dylib) + 34 [0x7fff7031496a]
+ ! : | + ! : | + ! : | + ! : | 5 mach_port_deallocate (in libsystem_kernel.dylib) + 17 [0x7fff7031d35e]
+ ! : | + ! : | + ! : | + ! : | 5 _kernelrpc_mach_port_deallocate_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031517a]
+ ! : | + ! : | + ! : | + ! : 1 CFRunLoopWakeUp (in CoreFoundation) + 363 [0x7fff4837facb]
+ ! : | + ! : | + ! : | + ! : 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 7 [0x7fff704e46d6]
+ ! : | + ! : | + ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 737 [0x7fff4767cc6a]
+ ! : | + ! : | + ! : | + ! 1 _NotifyEventLoopObservers (in HIToolbox) + 123 [0x7fff47653f81]
+ ! : | + ! : | + ! : | + 7 ns_send_appdefined (in Emacs) + 414 [0x1001b958e]
+ ! : | + ! : | + ! : | + ! 5 +[NSEvent otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:] (in AppKit) + 72 [0x7fff45b0f2cf]
+ ! : | + ! : | + ! : | + ! : 4 +[NSObject allocWithZone:] (in libobjc.A.dylib) + 16 [0x7fff6f5aaf29]
+ ! : | + ! : | + ! : | + ! : | 3 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! : | + 3 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : | + 3 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : | + 1 default_zone_calloc (in libsystem_malloc.dylib) + 0 [0x7fff70387223]
+ ! : | + ! : | + ! : | + ! : | + 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : | + ! : | + ! 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 394 [0x7fff7037831d]
+ ! : | + ! : | + ! : | + ! : | + 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 94 [0x7fff70377277]
+ ! : | + ! : | + ! : | + ! : | 1 class_createInstance (in libobjc.A.dylib) + 46 [0x7fff6f5a6cc1]
+ ! : | + ! : | + ! : | + ! : 1 +[NSObject allocWithZone:] (in libobjc.A.dylib) + 5 [0x7fff6f5aaf1e]
+ ! : | + ! : | + ! : | + ! 2 +[NSEvent otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:] (in AppKit) + 0,123 [0x7fff45b0f287,0x7fff45b0f302]
+ ! : | + ! : | + ! : | + 2 ns_send_appdefined (in Emacs) + 55 [0x1001b9427]
+ ! : | + ! : | + ! : | + ! 2 -[NSThread isMainThread] (in Foundation) + 29 [0x7fff4a539732]
+ ! : | + ! : | + ! : | + ! 1 +[NSThread mainThread] (in Foundation) + 83 [0x7fff4a49b12f]
+ ! : | + ! : | + ! : | + ! : 1 pthread_main_thread_np (in libsystem_pthread.dylib) + 0 [0x7fff704e5901]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + 2 ns_send_appdefined (in Emacs) + 38 [0x1001b9416]
+ ! : | + ! : | + ! : | + 1 -[NSEvent _postAtStart:] (in AppKit) + 1854 [0x7fff45b0fb68]
+ ! : | + ! : | + ! : | + ! 1 DYLD-STUB$$pthread_self (in CarbonCore) + 0 [0x7fff495ca0ae]
+ ! : | + ! : | + ! : | + 1 -[NSEvent _postAtStart:] (in AppKit) + 1825 [0x7fff45b0fb4b]
+ ! : | + ! : | + ! : | + 1 ns_send_appdefined (in Emacs) + 334 [0x1001b953e]
+ ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | 32 __NSThreadPerformPerform (in Foundation) + 55 [0x7fff4a4d519e]
+ ! : | + ! : | + ! : | + 31 objc_sync_enter (in libobjc.A.dylib) + 25 [0x7fff6f5abe34]
+ ! : | + ! : | + ! : | + ! 31 recursive_mutex_tt<false>::lock() (in libobjc.A.dylib) + 9 [0x7fff6f5a9669]
+ ! : | + ! : | + ! : | + ! 31 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | + ! 31 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | + ! 31 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : | + 1 objc_sync_enter (in libobjc.A.dylib) + 16 [0x7fff6f5abe2b]
+ ! : | + ! : | + ! : | + 1 id2data(objc_object*, usage) (in libobjc.A.dylib) + 125 [0x7fff6f5abed6]
+ ! : | + ! : | + ! : | + 1 fetch_cache(bool) (in libobjc.A.dylib) + 65 [0x7fff6f5ac193]
+ ! : | + ! : | + ! : | 10 __NSThreadPerformPerform (in Foundation) + 126 [0x7fff4a4d51e5]
+ ! : | + ! : | + ! : | + 3 performQueueDequeue (in Foundation) + 301 [0x7fff4a4d553e]
+ ! : | + ! : | + ! : | + ! 2 -[NSArray containsObject:] (in CoreFoundation) + 246 [0x7fff4834d7f6]
+ ! : | + ! : | + ! : | + ! : 1 -[__NSCFString isEqual:] (in CoreFoundation) + 74 [0x7fff4834d9ca]
+ ! : | + ! : | + ! : | + ! : | 1 DYLD-STUB$$memcmp (in CoreFoundation) + 0 [0x7fff48500fac]
+ ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | + ! : | + 2 performQueueDequeue (in Foundation) + 155 [0x7fff4a4d54ac]
+ ! : | + ! : | + ! : | + ! 2 -[__NSArrayM countByEnumeratingWithState:objects:count:] (in CoreFoundation) + 0 [0x7fff48384830]
+ ! : | + ! : | + ! : | + 1 DYLD-STUB$$objc_sync_exit (in Foundation) + 0 [0x7fff4a77e15a]
+ ! : | + ! : | + ! : | + 1 performQueueDequeue (in Foundation) + 79 [0x7fff4a4d5460]
+ ! : | + ! : | + ! : | + ! 1 CFRunLoopCopyCurrentMode (in CoreFoundation) + 51 [0x7fff483b1123]
+ ! : | + ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : | + ! : | + 1 performQueueDequeue (in Foundation) + 359 [0x7fff4a4d5578]
+ ! : | + ! : | + ! : | + ! 1 _CFRunLoop01 (in CoreFoundation) + 40 [0x7fff483bdb48]
+ ! : | + ! : | + ! : | + ! 1 CFSetContainsValue (in CoreFoundation) + 119 [0x7fff48360037]
+ ! : | + ! : | + ! : | + ! 1 CFBasicHashGetCountOfKey (in CoreFoundation) + 980 [0x7fff48360454]
+ ! : | + ! : | + ! : | + 1 performQueueDequeue (in Foundation) + 514 [0x7fff4a4d5613]
+ ! : | + ! : | + ! : | + ! 1 -[__NSArrayM removeObjectsInRange:] (in CoreFoundation) + 1991 [0x7fff48438db7]
+ ! : | + ! : | + ! : | + 1 performQueueDequeue (in Foundation) + 578 [0x7fff4a4d5653]
+ ! : | + ! : | + ! : | + 1 objc_sync_exit (in libobjc.A.dylib) + 36 [0x7fff6f5ac1f1]
+ ! : | + ! : | + ! : | + 1 DYLD-STUB$$pthread_mutex_unlock (in libobjc.A.dylib) + 0 [0x7fff6f5c285e]
+ ! : | + ! : | + ! : | 3 __NSThreadPerformPerform (in Foundation) + 422 [0x7fff4a4d530d]
+ ! : | + ! : | + ! : | + 2 -[__NSArrayM dealloc] (in CoreFoundation) + 76 [0x7fff4833905c]
+ ! : | + ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 128 [0x7fff7038f062]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 18 [0x7fff6f5a70d2]
+ ! : | + ! : | + ! : | + 1 -[__NSArrayM dealloc] (in CoreFoundation) + 0 [0x7fff48339010]
+ ! : | + ! : | + ! : | 3 __NSThreadPerformPerform (in Foundation) + 524 [0x7fff4a4d5373]
+ ! : | + ! : | + ! : | + 3 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + 2 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : | + ! : | + ! 1 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : | + ! : | + ! : | + ! : 1 object_dispose (in libobjc.A.dylib) + 22 [0x7fff6f5a925f]
+ ! : | + ! : | + ! : | + ! : 1 objc_destructInstance (in libobjc.A.dylib) + 92 [0x7fff6f5a92cc]
+ ! : | + ! : | + ! : | + ! : 1 object_cxxDestructFromClass(objc_object*, objc_class*) (in libobjc.A.dylib) + 127 [0x7fff6f5b05d3]
+ ! : | + ! : | + ! : | + ! : 1 -[NSEvent .cxx_destruct] (in AppKit) + 1 [0x7fff45ed1ec0]
+ ! : | + ! : | + ! : | + ! 1 -[NSEvent dealloc] (in AppKit) + 0 [0x7fff45a60239]
+ ! : | + ! : | + ! : | + 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 834 [0x7fff6f5aa098]
+ ! : | + ! : | + ! : | 2 __NSThreadPerformPerform (in Foundation) + 44 [0x7fff4a4d5193]
+ ! : | + ! : | + ! : | + 1 +[NSThread currentThread] (in Foundation) + 83 [0x7fff4a46f2e0]
+ ! : | + ! : | + ! : | + ! 1 pthread_self (in libsystem_pthread.dylib) + 0 [0x7fff704e54b8]
+ ! : | + ! : | + ! : | + 1 _NSThreadGet0 (in Foundation) + 63 [0x7fff4a46f32d]
+ ! : | + ! : | + ! : | + 1 _CFGetTSD (in CoreFoundation) + 25 [0x7fff483111b9]
+ ! : | + ! : | + ! : | 2 __NSThreadPerformPerform (in Foundation) + 171,294 [0x7fff4a4d5212,0x7fff4a4d528d]
+ ! : | + ! : | + ! : | 1 __NSThreadPerformPerform (in Foundation) + 554 [0x7fff4a4d5391]
+ ! : | + ! : | + ! : | 1 objc_sync_enter (in libobjc.A.dylib) + 16 [0x7fff6f5abe2b]
+ ! : | + ! : | + ! : | 1 id2data(objc_object*, usage) (in libobjc.A.dylib) + 125 [0x7fff6f5abed6]
+ ! : | + ! : | + ! : | 1 fetch_cache(bool) (in libobjc.A.dylib) + 17 [0x7fff6f5ac163]
+ ! : | + ! : | + ! : | 1 _objc_fetch_pthread_data (in libobjc.A.dylib) + 34 [0x7fff6f5a85b1]
+ ! : | + ! : | + ! : | 1 pthread_getspecific (in libsystem_pthread.dylib) + 0 [0x7fff704e4992]
+ ! : | + ! : | + ! : 5 __CFRunLoopDoSources0 (in CoreFoundation) + 127 [0x7fff4839241f]
+ ! : | + ! : | + ! : | 3 CFSetApplyFunction (in CoreFoundation) + 192 [0x7fff4835fe20]
+ ! : | + ! : | + ! : | + 3 CFBasicHashApply (in CoreFoundation) + 86,64 [0x7fff4834c4f6,0x7fff4834c4e0]
+ ! : | + ! : | + ! : | 2 CFSetApplyFunction (in CoreFoundation) + 106,117 [0x7fff4835fdca,0x7fff4835fdd5]
+ ! : | + ! : | + ! : 1 __CFRunLoopDoSources0 (in CoreFoundation) + 343 [0x7fff483924f7]
+ ! : | + ! : | + ! : | 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 13 [0x7fff704e43d8]
+ ! : | + ! : | + ! : 1 __CFRunLoopDoSources0 (in CoreFoundation) + 352 [0x7fff48392500]
+ ! : | + ! : | + ! : 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 207 [0x7fff704e449a]
+ ! : | + ! : | + ! 26 __CFRunLoopRun (in CoreFoundation) + 1885 [0x7fff48391b3d]
+ ! : | + ! : | + ! : 25 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | 25 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | 25 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 257 [0x7fff704e44cc]
+ ! : | + ! : | + ! 18 __CFRunLoopRun (in CoreFoundation) + 1542 [0x7fff483919e6]
+ ! : | + ! : | + ! : 15 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! : | 15 _kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151aa]
+ ! : | + ! : | + ! : 3 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! 15 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
+ ! : | + ! : | + ! : 13 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ ! : | + ! : | + ! : | 13 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | 13 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : 2 __CFRunLoopServiceMachPort (in CoreFoundation) + 408,592 [0x7fff483927c8,0x7fff48392880]
+ ! : | + ! : | + ! 6 __CFRunLoopRun (in CoreFoundation) + 1968 [0x7fff48391b90]
+ ! : | + ! : | + ! : 5 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | + ! : | 5 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151b6]
+ ! : | + ! : | + ! : 1 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | + ! 3 __CFRunLoopRun (in CoreFoundation) + 3331 [0x7fff483920e3]
+ ! : | + ! : | + ! : 2 free_tiny (in libsystem_malloc.dylib) + 103,507 [0x7fff7038f049,0x7fff7038f1dd]
+ ! : | + ! : | + ! : 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 370 [0x7fff7038e692]
+ ! : | + ! : | + ! : 1 tiny_free_list_remove_ptr (in libsystem_malloc.dylib) + 134 [0x7fff7037967d]
+ ! : | + ! : | + ! 3 __CFRunLoopRun (in CoreFoundation) + 1906,3341 [0x7fff48391b52,0x7fff483920ed]
+ ! : | + ! : | + ! 2 __CFRunLoopRun (in CoreFoundation) + 3128 [0x7fff48392018]
+ ! : | + ! : | + ! : 2 __CFRunLoopDoBlocks (in CoreFoundation) + 275 [0x7fff48392253]
+ ! : | + ! : | + ! : 2 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (in CoreFoundation) + 12 [0x7fff483af87c]
+ ! : | + ! : | + ! : 2 ___NSMainRunLoopPerformBlock_block_invoke (in AppKit) + 25 [0x7fff4625a013]
+ ! : | + ! : | + ! : 2 __45-[NSPersistentUIFlushScheduler scheduleTimer]_block_invoke (in AppKit) + 38 [0x7fff46189a50]
+ ! : | + ! : | + ! : 2 -[NSPersistentUIManager flushAllChanges] (in AppKit) + 1872 [0x7fff463b7368]
+ ! : | + ! : | + ! : 2 recursivelyEncodeInvalidPersistentState (in AppKit) + 504 [0x7fff45a9f18b]
+ ! : | + ! : | + ! : 1 -[NSApplication encodeRestorableStateWithCoder:] (in AppKit) + 117 [0x7fff45aa1ea8]
+ ! : | + ! : | + ! : | 1 +[NSWindow _windowNumbersWithOptions:onSpace:] (in AppKit) + 200 [0x7fff45aa20ec]
+ ! : | + ! : | + ! : | 1 _NSCGSGetSpaces (in AppKit) + 23 [0x7fff45f5f843]
+ ! : | + ! : | + ! : | 1 SLSCopySpaces (in SkyLight) + 152 [0x7fff6a182549]
+ ! : | + ! : | + ! : | 1 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | 1 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : 1 -[NSApplication encodeRestorableStateWithCoder:] (in AppKit) + 140 [0x7fff45aa1ebf]
+ ! : | + ! : | + ! : 1 -[NSPersistentUIArchiver encodeObject:forKey:] (in AppKit) + 68 [0x7fff4646b652]
+ ! : | + ! : | + ! : 1 _encodeObject (in Foundation) + 148 [0x7fff4a4ddb8e]
+ ! : | + ! : | + ! : 1 _objc_msgSend_uncached (in libobjc.A.dylib) + 68 [0x7fff6f5a7914]
+ ! : | + ! : | + ! : 1 lookUpImpOrForward (in libobjc.A.dylib) + 381 [0x7fff6f5a7f28]
+ ! : | + ! : | + ! : 1 getMethodNoSuper_nolock(objc_class*, objc_selector*) (in libobjc.A.dylib) + 102 [0x7fff6f5a5bd2]
+ ! : | + ! : | + ! : 1 search_method_list(method_list_t const*, objc_selector*) (in libobjc.A.dylib) + 7 [0x7fff6f5a5bf9]
+ ! : | + ! : | + ! 1 DYLD-STUB$$_dispatch_get_main_queue_port_4CF (in CoreFoundation) + 0 [0x7fff48500aa8]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 299 [0x7fff4839150b]
+ ! : | + ! : | + ! : 1 malloc (in libsystem_malloc.dylib) + 24 [0x7fff703764c7]
+ ! : | + ! : | + ! : 1 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 41 [0x7fff703781bc]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 1278 [0x7fff483918de]
+ ! : | + ! : | + ! : 1 __CFRunLoopDoBlocks (in CoreFoundation) + 44 [0x7fff4839216c]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 1562 [0x7fff483919fa]
+ ! : | + ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + ! : | + ! : 1 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
+ ! : | + ! : | + ! : 1 __psynch_mutexdrop (in libsystem_kernel.dylib) + 10 [0x7fff7031ea2e]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 1897 [0x7fff48391b49]
+ ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : | + 52 CFRunLoopRunSpecific (in CoreFoundation) + 543 [0x7fff4839118f]
+ ! : | + ! : | + ! 43 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : 43 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : 42 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 66 [0x7fff5370d98a]
+ ! : | + ! : | + ! : | 39 CA::Transaction::commit() (in QuartzCore) + 487 [0x7fff537014c5]
+ ! : | + ! : | + ! : | + 29 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3765 [0x7fff5370269b]
+ ! : | + ! : | + ! : | + ! 24 _dispatch_global_queue_poke_slow (in libdispatch.dylib) + 96 [0x7fff701a8e59]
+ ! : | + ! : | + ! : | + ! : 23 _pthread_workqueue_addthreads (in libsystem_pthread.dylib) + 45 [0x7fff704e5bc4]
+ ! : | + ! : | + ! : | + ! : | 23 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! : | + ! : | + ! : | + ! : 1 DYLD-STUB$$__workq_kernreturn (in libsystem_pthread.dylib) + 0 [0x7fff704ec1b6]
+ ! : | + ! : | + ! : | + ! 2 _dispatch_async_f_slow (in libdispatch.dylib) + 35 [0x7fff701985e9]
+ ! : | + ! : | + ! : | + ! : 1 _dispatch_alloc_continuation_alloc (in libdispatch.dylib) + 51 [0x7fff70196205]
+ ! : | + ! : | + ! : | + ! : 1 _dispatch_continuation_alloc_from_heap (in libdispatch.dylib) + 12 [0x7fff7019614b]
+ ! : | + ! : | + ! : | + ! 1 CA::DispatchGroup::enqueue(void (*)(void*), void*) (in QuartzCore) + 21 [0x7fff537132cd]
+ ! : | + ! : | + ! : | + ! 1 _dispatch_continuation_async (in libdispatch.dylib) + 9 [0x7fff701a6fa5]
+ ! : | + ! : | + ! : | + ! 1 _dispatch_root_queue_push (in libdispatch.dylib) + 0 [0x7fff701a9875]
+ ! : | + ! : | + ! : | + 3 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1769,3772,... [0x7fff53701ecf,0x7fff537026a2,...]
+ ! : | + ! : | + ! : | + 2 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 337 [0x7fff53701937]
+ ! : | + ! : | + ! : | + ! 1 CA::Layer::prepare_commit(CA::Transaction*) (in QuartzCore) + 166 [0x7fff5370300a]
+ ! : | + ! : | + ! : | + ! : 1 CA::Layer::collect_layers_(CA::Layer::CollectLayersData*) (in QuartzCore) + 90 [0x7fff53703228]
+ ! : | + ! : | + ! : | + ! 1 CA::Layer::prepare_commit(CA::Transaction*) (in QuartzCore) + 543 [0x7fff53703183]
+ ! : | + ! : | + ! : | + 2 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1930 [0x7fff53701f70]
+ ! : | + ! : | + ! : | + ! 1 CA::Render::Encoder::set_object_cache(CA::Render::Encoder::ObjectCache*) (in QuartzCore) + 91 [0x7fff53703741]
+ ! : | + ! : | + ! : | + ! : 1 x_hash_table_foreach (in QuartzCore) + 50 [0x7fff5370ab77]
+ ! : | + ! : | + ! : | + ! 1 os_unfair_lock_unlock (in libsystem_platform.dylib) + 0 [0x7fff704df761]
+ ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 262 [0x7fff537018ec]
+ ! : | + ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3724 [0x7fff53702672]
+ ! : | + ! : | + ! : | + ! 1 CAMarkStatistic (in QuartzCore) + 6 [0x7fff5370bcc7]
+ ! : | + ! : | + ! : | + 1 DYLD-STUB$$os_unfair_lock_unlock (in QuartzCore) + 0 [0x7fff538cd3a4]
+ ! : | + ! : | + ! : | 1 CA::Transaction::commit() (in QuartzCore) + 137 [0x7fff53701367]
+ ! : | + ! : | + ! : | + 1 kdebug_trace (in libsystem_kernel.dylib) + 12 [0x7fff7031a60f]
+ ! : | + ! : | + ! : | 1 CA::Transaction::commit() (in QuartzCore) + 700 [0x7fff5370159a]
+ ! : | + ! : | + ! : | + 1 CA::Layer::free_transaction(CA::Transaction*) (in QuartzCore) + 192 [0x7fff5370c26e]
+ ! : | + ! : | + ! : | 1 CA::Transaction::commit() (in QuartzCore) + 474 [0x7fff537014b8]
+ ! : | + ! : | + ! : 1 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 55 [0x7fff5370d97f]
+ ! : | + ! : | + ! : 1 objc_autoreleasePoolPush (in libobjc.A.dylib) + 63 [0x7fff6f5a9b26]
+ ! : | + ! : | + ! 3 __CFRunLoopDoObservers (in CoreFoundation) + 336 [0x7fff483af280]
+ ! : | + ! : | + ! : 3 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + ! : | + ! : 3 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
+ ! : | + ! : | + ! : 3 __psynch_mutexdrop (in libsystem_kernel.dylib) + 10 [0x7fff7031ea2e]
+ ! : | + ! : | + ! 3 __CFRunLoopDoObservers (in CoreFoundation) + 0,1,... [0x7fff483af130,0x7fff483af131,...]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 221 [0x7fff483af20d]
+ ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 509 [0x7fff483af32d]
+ ! : | + ! : | + ! : 1 kdebug_trace (in libsystem_kernel.dylib) + 33 [0x7fff7031a624]
+ ! : | + ! : | + ! : 1 kdebug_is_enabled (in libsystem_kernel.dylib) + 6 [0x7fff7031a5bd]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 622 [0x7fff483af39e]
+ ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! 1 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! 1 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + 7 CFRunLoopRunSpecific (in CoreFoundation) + 385 [0x7fff483910f1]
+ ! : | + ! : | + ! 3 __CFRunLoopDoObservers (in CoreFoundation) + 622 [0x7fff483af39e]
+ ! : | + ! : | + ! : 3 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : 3 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : 3 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! 2 __CFRunLoopDoObservers (in CoreFoundation) + 319 [0x7fff483af26f]
+ ! : | + ! : | + ! : 2 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 210,297 [0x7fff704e481e,0x7fff704e4875]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 110 [0x7fff483af19e]
+ ! : | + ! : | + ! : 1 CFArrayGetCount (in CoreFoundation) + 27 [0x7fff48334beb]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 221 [0x7fff483af20d]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + 7 CFRunLoopRunSpecific (in CoreFoundation) + 575 [0x7fff483911af]
+ ! : | + ! : | + ! 3 default_zone_free (in libsystem_malloc.dylib) + 1,41,... [0x7fff703872c7,0x7fff703872ef,...]
+ ! : | + ! : | + ! 2 CFAllocatorDeallocate (in CoreFoundation) + 0,41 [0x7fff48310620,0x7fff48310649]
+ ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 625 [0x7fff7038e791]
+ ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 20 [0x7fff7038eff6]
+ ! : | + ! : | + 6 CFRunLoopRunSpecific (in CoreFoundation) + 225 [0x7fff48391051]
+ ! : | + ! : | + ! 3 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + ! : 2 object_setClass (in libobjc.A.dylib) + 53,62 [0x7fff6f5aa7b7,0x7fff6f5aa7c0]
+ ! : | + ! : | + ! : 1 _CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) + 178 [0x7fff48310822]
+ ! : | + ! : | + ! 2 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : 2 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : 2 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : 1 CFHash (in CoreFoundation) + 1 [0x7fff48315221]
+ ! : | + ! : | + ! : 1 __CFStringHash (in CoreFoundation) + 212 [0x7fff48315474]
+ ! : | + ! : | + ! 1 __CFRunLoopFindMode (in CoreFoundation) + 1 [0x7fff4835f101]
+ ! : | + ! : | + 4 CFRunLoopRunSpecific (in CoreFoundation) + 303 [0x7fff4839109f]
+ ! : | + ! : | + ! 4 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! 2 default_zone_malloc (in libsystem_malloc.dylib) + 0,41 [0x7fff703871d4,0x7fff703871fd]
+ ! : | + ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 41 [0x7fff703781bc]
+ ! : | + ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 176 [0x7fff703772c9]
+ ! : | + ! : | + 2 CFRunLoopRunSpecific (in CoreFoundation) + 248 [0x7fff48391068]
+ ! : | + ! : | + ! 1 __CFRunLoopModeIsEmpty (in CoreFoundation) + 81 [0x7fff48391271]
+ ! : | + ! : | + ! : 1 _CFGetTSD (in CoreFoundation) + 96 [0x7fff48311200]
+ ! : | + ! : | + ! 1 __CFRunLoopModeIsEmpty (in CoreFoundation) + 143 [0x7fff483912af]
+ ! : | + ! : | + 2 CFRunLoopRunSpecific (in CoreFoundation) + 28,393 [0x7fff48390f8c,0x7fff483910f9]
+ ! : | + ! : | + 1 CFRunLoopRunSpecific (in CoreFoundation) + 557 [0x7fff4839119d]
+ ! : | + ! : | + 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 6 [0x7fff704e4752]
+ ! : | + ! : | 7 RunCurrentEventLoopInMode (in HIToolbox) + 223 [0x7fff4767bd57]
+ ! : | + ! : | + 3 _NotifyEventLoopObservers (in HIToolbox) + 6,123,... [0x7fff47653f0c,0x7fff47653f81,...]
+ ! : | + ! : | + 2 _NotifyEventLoopObservers (in HIToolbox) + 154 [0x7fff47653fa0]
+ ! : | + ! : | + ! 1 MainLoopObserver(unsigned int, OpaqueEventRef*, void*) (in HIToolbox) + 19 [0x7fff47690a72]
+ ! : | + ! : | + ! : 1 GetMainEventLoop (in HIToolbox) + 7 [0x7fff4764ed4d]
+ ! : | + ! : | + ! 1 MainLoopObserver(unsigned int, OpaqueEventRef*, void*) (in HIToolbox) + 41 [0x7fff47690a88]
+ ! : | + ! : | + ! 1 Convert1CGEvent(unsigned char) (in HIToolbox) + 134 [0x7fff47690b67]
+ ! : | + ! : | + ! 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 105 [0x7fff704e4738]
+ ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 67 [0x7fff47653f49]
+ ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 7 [0x7fff704e4353]
+ ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 210 [0x7fff47653fd8]
+ ! : | + ! : | + 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 99 [0x7fff704e4732]
+ ! : | + ! : | 2 RunCurrentEventLoopInMode (in HIToolbox) + 300 [0x7fff4767bda4]
+ ! : | + ! : | + 2 _NotifyEventLoopObservers (in HIToolbox) + 1,215 [0x7fff47653f07,0x7fff47653fdd]
+ ! : | + ! : | 1 RunCurrentEventLoopInMode (in HIToolbox) + 161 [0x7fff4767bd19]
+ ! : | + ! : | + 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 1622 [0x7fff4832b396]
+ ! : | + ! : | + 1 _platform_memcmp (in libsystem_platform.dylib) + 293 [0x7fff704dbcc5]
+ ! : | + ! : | 1 RunCurrentEventLoopInMode (in HIToolbox) + 211 [0x7fff4767bd4b]
+ ! : | + ! : | + 1 _CFRunLoopSetCurrent (in CoreFoundation) + 0 [0x7fff483af070]
+ ! : | + ! : | 1 RunCurrentEventLoopInMode (in HIToolbox) + 139 [0x7fff4767bd03]
+ ! : | + ! : 286 ReceiveNextEventCommon (in HIToolbox) + 613 [0x7fff4767bb06]
+ ! : | + ! : | 278 RunCurrentEventLoopInMode (in HIToolbox) + 286 [0x7fff4767bd96]
+ ! : | + ! : | + 269 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ ! : | + ! : | + ! 113 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
+ ! : | + ! : | + ! : 110 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ ! : | + ! : | + ! : | 107 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + 107 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : | 3 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : 1 DYLD-STUB$$kdebug_trace (in CoreFoundation) + 0 [0x7fff48500ee0]
+ ! : | + ! : | + ! : 1 __CFRunLoopServiceMachPort (in CoreFoundation) + 366 [0x7fff4839279e]
+ ! : | + ! : | + ! : | 1 kdebug_trace (in libsystem_kernel.dylib) + 0 [0x7fff7031a603]
+ ! : | + ! : | + ! : 1 __CFRunLoopServiceMachPort (in CoreFoundation) + 344 [0x7fff48392788]
+ ! : | + ! : | + ! 111 __CFRunLoopRun (in CoreFoundation) + 1293 [0x7fff483918ed]
+ ! : | + ! : | + ! : 108 __CFRunLoopDoSources0 (in CoreFoundation) + 208 [0x7fff48392470]
+ ! : | + ! : | + ! : | 108 __CFRunLoopDoSource0 (in CoreFoundation) + 108 [0x7fff4846942c]
+ ! : | + ! : | + ! : | 108 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation) + 17 [0x7fff483afa11]
+ ! : | + ! : | + ! : | 74 __NSThreadPerformPerform (in Foundation) + 334 [0x7fff4a4d52b5]
+ ! : | + ! : | + ! : | + 32 -[NSEvent _postAtStart:] (in AppKit) + 1881 [0x7fff45b0fb83]
+ ! : | + ! : | + ! : | + ! 29 PostEventToQueueInternal (in HIToolbox) + 724 [0x7fff4767cc5d]
+ ! : | + ! : | + ! : | + ! : 25 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
+ ! : | + ! : | + ! : | + ! : | 25 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + ! : | 25 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : | + ! : 1 CFRunLoopWakeUp (in CoreFoundation) + 305 [0x7fff4837fa91]
+ ! : | + ! : | + ! : | + ! : | 1 mach_msg_destroy (in libsystem_kernel.dylib) + 34 [0x7fff7031496a]
+ ! : | + ! : | + ! : | + ! : | 1 mach_port_deallocate (in libsystem_kernel.dylib) + 17 [0x7fff7031d35e]
+ ! : | + ! : | + ! : | + ! : | 1 _kernelrpc_mach_port_deallocate_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031517a]
+ ! : | + ! : | + ! : | + ! : 1 CFRunLoopWakeUp (in CoreFoundation) + 363 [0x7fff4837facb]
+ ! : | + ! : | + ! : | + ! : | 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 0 [0x7fff704e46cf]
+ ! : | + ! : | + ! : | + ! : 1 DYLD-STUB$$mach_msg_destroy (in CoreFoundation) + 0 [0x7fff48500f0a]
+ ! : | + ! : | + ! : | + ! : 1 DYLD-STUB$$pthread_mutex_unlock (in CoreFoundation) + 0 [0x7fff48501228]
+ ! : | + ! : | + ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 712 [0x7fff4767cc51]
+ ! : | + ! : | + ! : | + ! : 1 CFRunLoopSourceSignal (in CoreFoundation) + 51 [0x7fff4838f853]
+ ! : | + ! : | + ! : | + ! : 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 7 [0x7fff704e4353]
+ ! : | + ! : | + ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 737 [0x7fff4767cc6a]
+ ! : | + ! : | + ! : | + ! : 1 _NotifyEventLoopObservers (in HIToolbox) + 154 [0x7fff47653fa0]
+ ! : | + ! : | + ! : | + ! : 1 DynamicKeyModifierObserver(unsigned int, OpaqueEventRef*, void*) (in HIToolbox) + 16 [0x7fff476ac0f6]
+ ! : | + ! : | + ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 483 [0x7fff4767cb6c]
+ ! : | + ! : | + ! : | + 21 -[NSEvent _postAtStart:] (in AppKit) + 1841 [0x7fff45b0fb5b]
+ ! : | + ! : | + ! : | + ! 17 -[NSEvent _eventRefInternal] (in AppKit) + 37 [0x7fff45aa9434]
+ ! : | + ! : | + ! : | + ! : 6 -[NSEvent CGEvent] (in AppKit) + 98 [0x7fff45b0fd11]
+ ! : | + ! : | + ! : | + ! : | 5 SLEventCreate (in SkyLight) + 107 [0x7fff6a109d53]
+ ! : | + ! : | + ! : | + ! : | + 3 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
+ ! : | + ! : | + ! : | + ! : | + ! 2 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 szone_malloc_should_clear (in libsystem_malloc.dylib) + 194,1288 [0x7fff703772db,0x7fff70377721]
+ ! : | + ! : | + ! : | + ! : | + ! 1 _CFRuntimeCreateInstance (in CoreFoundation) + 47 [0x7fff4830f1df]
+ ! : | + ! : | + ! : | + ! : | + 2 SLTypeCreateInstance (in SkyLight) + 0,49 [0x7fff6a06e30b,0x7fff6a06e33c]
+ ! : | + ! : | + ! : | + ! : | 1 SLEventCreate (in SkyLight) + 179 [0x7fff6a109d9b]
+ ! : | + ! : | + ! : | + ! : 4 -[NSEvent CGEvent] (in AppKit) + 145 [0x7fff45b0fd40]
+ ! : | + ! : | + ! : | + ! : | 2 -[NSEvent window] (in AppKit) + 128 [0x7fff45a97076]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSRecursiveLock lock] (in Foundation) + 11 [0x7fff4a47dddf]
+ ! : | + ! : | + ! : | + ! : | + ! 1 object_getIndexedIvars (in libobjc.A.dylib) + 42 [0x7fff6f5ab17c]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSEvent window] (in AppKit) + 225 [0x7fff45a970d7]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | 1 objc_loadWeak (in libobjc.A.dylib) + 24 [0x7fff6f5b0666]
+ ! : | + ! : | + ! : | + ! : 3 -[NSEvent CGEvent] (in AppKit) + 299 [0x7fff45b0fdda]
+ ! : | + ! : | + ! : | + ! : | 2 +[NSScreen _zeroScreenHeight] (in AppKit) + 0,18 [0x7fff458f22de,0x7fff458f22f0]
+ ! : | + ! : | + ! : | + ! : | 1 +[_NSScreenConfiguration latestZeroScreenHeight] (in AppKit) + 68 [0x7fff46316e40]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSRecursiveLock unlock] (in Foundation) + 36 [0x7fff4a47e6bf]
+ ! : | + ! : | + ! : | + ! : | 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 352 [0x7fff704e48ac]
+ ! : | + ! : | + ! : | + ! : 2 -[NSEvent CGEvent] (in AppKit) + 89,286 [0x7fff45b0fd08,0x7fff45b0fdcd]
+ ! : | + ! : | + ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 477 [0x7fff45b0fe8c]
+ ! : | + ! : | + ! : | + ! : | 1 SLEventSetIntegerValueField (in SkyLight) + 563 [0x7fff6a10c8df]
+ ! : | + ! : | + ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 515 [0x7fff45b0feb2]
+ ! : | + ! : | + ! : | + ! : 1 SLEventSetIntegerValueField (in SkyLight) + 376 [0x7fff6a10c824]
+ ! : | + ! : | + ! : | + ! : 1 CGSEventAppendixCreate (in SkyLight) + 0 [0x7fff6a004792]
+ ! : | + ! : | + ! : | + ! 4 -[NSEvent _eventRefInternal] (in AppKit) + 57 [0x7fff45aa9448]
+ ! : | + ! : | + ! : | + ! 2 CreateEventWithCGEvent (in HIToolbox) + 6134 [0x7fff476878fe]
+ ! : | + ! : | + ! : | + ! | 2 CreateEvent (in HIToolbox) + 250 [0x7fff4764f504]
+ ! : | + ! : | + ! : | + ! | 2 mach_absolute_time (in libsystem_kernel.dylib) + 28,31 [0x7fff703146bb,0x7fff703146be]
+ ! : | + ! : | + ! : | + ! 2 CreateEventWithCGEvent (in HIToolbox) + 103,6098 [0x7fff4768616f,0x7fff476878da]
+ ! : | + ! : | + ! : | + 12 -[NSEvent _postAtStart:] (in AppKit) + 1894 [0x7fff45b0fb90]
+ ! : | + ! : | + ! : | + ! 5 CFRunLoopWakeUp (in CoreFoundation) + 305 [0x7fff4837fa91]
+ ! : | + ! : | + ! : | + ! : 5 mach_msg_destroy (in libsystem_kernel.dylib) + 34 [0x7fff7031496a]
+ ! : | + ! : | + ! : | + ! : 5 mach_port_deallocate (in libsystem_kernel.dylib) + 17 [0x7fff7031d35e]
+ ! : | + ! : | + ! : | + ! : 5 _kernelrpc_mach_port_deallocate_trap (in libsystem_kernel.dylib) + 10,0 [0x7fff7031517a,0x7fff70315170]
+ ! : | + ! : | + ! : | + ! 4 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
+ ! : | + ! : | + ! : | + ! : 3 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + ! : | 3 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : | + ! : 1 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + ! 2 CFRunLoopWakeUp (in CoreFoundation) + 42,293 [0x7fff4837f98a,0x7fff4837fa85]
+ ! : | + ! : | + ! : | + ! 1 CFRunLoopWakeUp (in CoreFoundation) + 146 [0x7fff4837f9f2]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 13 [0x7fff704e43d8]
+ ! : | + ! : | + ! : | + 2 ns_send_appdefined (in Emacs) + 364 [0x1001b955c]
+ ! : | + ! : | + ! : | + ! 1 -[NSApplication context] (in AppKit) + 47 [0x7fff45d41fad]
+ ! : | + ! : | + ! : | + ! : 1 _CFExecutableLinkedOnOrAfter (in CoreFoundation) + 0 [0x7fff48310b30]
+ ! : | + ! : | + ! : | + ! 1 -[NSApplication context] (in AppKit) + 33 [0x7fff45d41f9f]
+ ! : | + ! : | + ! : | + 2 ns_send_appdefined (in Emacs) + 414 [0x1001b958e]
+ ! : | + ! : | + ! : | + ! 2 +[NSEvent otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:] (in AppKit) + 72 [0x7fff45b0f2cf]
+ ! : | + ! : | + ! : | + ! 2 +[NSObject allocWithZone:] (in libobjc.A.dylib) + 16 [0x7fff6f5aaf29]
+ ! : | + ! : | + ! : | + ! 2 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! 2 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! 2 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! 1 default_zone_calloc (in libsystem_malloc.dylib) + 49 [0x7fff70387254]
+ ! : | + ! : | + ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1321 [0x7fff70377742]
+ ! : | + ! : | + ! : | + ! 1 _platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) + 84 [0x7fff704e0c94]
+ ! : | + ! : | + ! : | + 1 -[NSApplication(NSEvent) postEvent:atStart:] (in AppKit) + 0 [0x7fff460c2227]
+ ! : | + ! : | + ! : | + 1 -[NSEvent _postAtStart:] (in AppKit) + 1886 [0x7fff45b0fb88]
+ ! : | + ! : | + ! : | + ! 1 CFRunLoopGetCurrent (in CoreFoundation) + 43 [0x7fff4835eccb]
+ ! : | + ! : | + ! : | + ! 1 _CFGetTSD (in CoreFoundation) + 122 [0x7fff4831121a]
+ ! : | + ! : | + ! : | + 1 -[NSObject performSelector:withObject:] (in libobjc.A.dylib) + 6 [0x7fff6f5af244]
+ ! : | + ! : | + ! : | + 1 DYLD-STUB$$CFRunLoopGetCurrent (in AppKit) + 0 [0x7fff464f7a44]
+ ! : | + ! : | + ! : | + 1 ns_send_appdefined (in Emacs) + 321 [0x1001b9531]
+ ! : | + ! : | + ! : | 12 __NSThreadPerformPerform (in Foundation) + 55 [0x7fff4a4d519e]
+ ! : | + ! : | + ! : | + 12 objc_sync_enter (in libobjc.A.dylib) + 25 [0x7fff6f5abe34]
+ ! : | + ! : | + ! : | + 12 recursive_mutex_tt<false>::lock() (in libobjc.A.dylib) + 9 [0x7fff6f5a9669]
+ ! : | + ! : | + ! : | + 12 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | + 12 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | + 12 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : | 6 __NSThreadPerformPerform (in Foundation) + 126 [0x7fff4a4d51e5]
+ ! : | + ! : | + ! : | + 2 performQueueDequeue (in Foundation) + 301 [0x7fff4a4d553e]
+ ! : | + ! : | + ! : | + ! 2 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | + ! : | + 2 performQueueDequeue (in Foundation) + 482 [0x7fff4a4d55f3]
+ ! : | + ! : | + ! : | + ! 2 -[NSObject retain] (in libobjc.A.dylib) + 0,40 [0x7fff6f5a911b,0x7fff6f5a9143]
+ ! : | + ! : | + ! : | + 1 performQueueDequeue (in Foundation) + 514 [0x7fff4a4d5613]
+ ! : | + ! : | + ! : | + ! 1 -[__NSArrayM removeObjectsInRange:] (in CoreFoundation) + 639 [0x7fff4843886f]
+ ! : | + ! : | + ! : | + 1 performQueueDequeue (in Foundation) + 205 [0x7fff4a4d54de]
+ ! : | + ! : | + ! : | 5 __NSThreadPerformPerform (in Foundation) + 524 [0x7fff4a4d5373]
+ ! : | + ! : | + ! : | + 4 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! 2 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : | + ! : | + ! : 1 -[NSEvent dealloc] (in AppKit) + 0 [0x7fff45a60239]
+ ! : | + ! : | + ! : | + ! : 1 objc_release (in libobjc.A.dylib) + 36 [0x7fff6f5a9184]
+ ! : | + ! : | + ! : | + ! 2 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 83,799 [0x7fff6f5a9da9,0x7fff6f5aa075]
+ ! : | + ! : | + ! : | + 1 _CFAutoreleasePoolPop (in CoreFoundation) + 0 [0x7fff483509f0]
+ ! : | + ! : | + ! : | 3 __NSThreadPerformPerform (in Foundation) + 394 [0x7fff4a4d52f1]
+ ! : | + ! : | + ! : | + 3 objc_msgSend (in libobjc.A.dylib) + 108 [0x7fff6f5a6eec]
+ ! : | + ! : | + ! : | 2 __NSThreadPerformPerform (in Foundation) + 533 [0x7fff4a4d537c]
+ ! : | + ! : | + ! : | + 1 -[NSObject release] (in libobjc.A.dylib) + 0 [0x7fff6f5ab401]
+ ! : | + ! : | + ! : | + 1 -[_NSThreadPerformInfo dealloc] (in Foundation) + 111 [0x7fff4a4d572b]
+ ! : | + ! : | + ! : | + 1 free_tiny (in libsystem_malloc.dylib) + 507 [0x7fff7038f1dd]
+ ! : | + ! : | + ! : | 1 __NSThreadPerformPerform (in Foundation) + 137 [0x7fff4a4d51f0]
+ ! : | + ! : | + ! : | + 1 objc_sync_exit (in libobjc.A.dylib) + 36 [0x7fff6f5ac1f1]
+ ! : | + ! : | + ! : | + 1 recursive_mutex_tt<false>::tryUnlock() (in libobjc.A.dylib) + 9 [0x7fff6f5ac211]
+ ! : | + ! : | + ! : | + 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 463 [0x7fff704e491b]
+ ! : | + ! : | + ! : | 1 __NSThreadPerformPerform (in Foundation) + 284 [0x7fff4a4d5283]
+ ! : | + ! : | + ! : | + 1 _CFAutoreleasePoolPush (in CoreFoundation) + 0 [0x7fff4834cb30]
+ ! : | + ! : | + ! : | 1 __NSThreadPerformPerform (in Foundation) + 364 [0x7fff4a4d52d3]
+ ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | 1 __NSThreadPerformPerform (in Foundation) + 422 [0x7fff4a4d530d]
+ ! : | + ! : | + ! : | + 1 -[__NSArrayM dealloc] (in CoreFoundation) + 45 [0x7fff4833903d]
+ ! : | + ! : | + ! : | + 1 cow_cleanup (in CoreFoundation) + 0 [0x7fff484397c0]
+ ! : | + ! : | + ! : | 1 __NSThreadPerformPerform (in Foundation) + 554 [0x7fff4a4d5391]
+ ! : | + ! : | + ! : | + 1 objc_sync_enter (in libobjc.A.dylib) + 25 [0x7fff6f5abe34]
+ ! : | + ! : | + ! : | + 1 recursive_mutex_tt<false>::lock() (in libobjc.A.dylib) + 9 [0x7fff6f5a9669]
+ ! : | + ! : | + ! : | + 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : | + ! : | 1 __NSThreadPerformPerform (in Foundation) + 336 [0x7fff4a4d52b7]
+ ! : | + ! : | + ! : 2 __CFRunLoopDoSources0 (in CoreFoundation) + 127 [0x7fff4839241f]
+ ! : | + ! : | + ! : | 2 CFSetApplyFunction (in CoreFoundation) + 192 [0x7fff4835fe20]
+ ! : | + ! : | + ! : | 2 CFBasicHashApply (in CoreFoundation) + 106 [0x7fff4834c50a]
+ ! : | + ! : | + ! : | 2 __CFSetApplyFunction_block_invoke (in CoreFoundation) + 18 [0x7fff4835fe82]
+ ! : | + ! : | + ! : | 2 __CFRunLoopCollectSources0 (in CoreFoundation) + 21,31 [0x7fff48392565,0x7fff4839256f]
+ ! : | + ! : | + ! : 1 __CFRunLoopDoSources0 (in CoreFoundation) + 169 [0x7fff48392449]
+ ! : | + ! : | + ! : 1 CFGetTypeID (in CoreFoundation) + 57 [0x7fff483390a9]
+ ! : | + ! : | + ! 10 __CFRunLoopRun (in CoreFoundation) + 1542 [0x7fff483919e6]
+ ! : | + ! : | + ! : 9 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! : | 9 _kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151aa]
+ ! : | + ! : | + ! : 1 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! 7 __CFRunLoopRun (in CoreFoundation) + 1885 [0x7fff48391b3d]
+ ! : | + ! : | + ! : 6 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | 6 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | 6 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 79 [0x7fff704e441a]
+ ! : | + ! : | + ! 4 __CFRunLoopRun (in CoreFoundation) + 1654 [0x7fff48391a56]
+ ! : | + ! : | + ! : 4 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! : 4 _kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151aa]
+ ! : | + ! : | + ! 4 __CFRunLoopRun (in CoreFoundation) + 1968 [0x7fff48391b90]
+ ! : | + ! : | + ! : 4 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | + ! : 4 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151b6]
+ ! : | + ! : | + ! 4 __CFRunLoopRun (in CoreFoundation) + 67,1657,... [0x7fff48391423,0x7fff48391a59,...]
+ ! : | + ! : | + ! 3 __CFRunLoopRun (in CoreFoundation) + 1240 [0x7fff483918b8]
+ ! : | + ! : | + ! : 2 __CFRunLoopDoObservers (in CoreFoundation) + 622 [0x7fff483af39e]
+ ! : | + ! : | + ! : | 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! : | + ! : | + 1 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! : | + ! : | + 1 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + ! : | + ! : | 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 62 [0x7fff704e4409]
+ ! : | + ! : | + ! : 1 __CFRunLoopDoObservers (in CoreFoundation) + 631 [0x7fff483af3a7]
+ ! : | + ! : | + ! : 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 259 [0x7fff704e44ce]
+ ! : | + ! : | + ! 3 __CFRunLoopRun (in CoreFoundation) + 2168 [0x7fff48391c58]
+ ! : | + ! : | + ! : 2 __CFRunLoopDoObservers (in CoreFoundation) + 110 [0x7fff483af19e]
+ ! : | + ! : | + ! : | 1 CFArrayGetCount (in CoreFoundation) + 17 [0x7fff48334be1]
+ ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : 1 __CFRunLoopDoObservers (in CoreFoundation) + 73 [0x7fff483af179]
+ ! : | + ! : | + ! 2 __CFRunLoopRun (in CoreFoundation) + 1451 [0x7fff4839198b]
+ ! : | + ! : | + ! : 2 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ ! : | + ! : | + ! : 2 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : 2 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! 2 __CFRunLoopRun (in CoreFoundation) + 1897 [0x7fff48391b49]
+ ! : | + ! : | + ! : 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 215 [0x7fff704e44a2]
+ ! : | + ! : | + ! : 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 1600 [0x7fff48391a20]
+ ! : | + ! : | + ! : 1 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : 1 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : 1 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 108 [0x7fff5370d9b4]
+ ! : | + ! : | + ! : 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 8 [0x7fff704df61e]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 1674 [0x7fff48391a6a]
+ ! : | + ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 379 [0x7fff704e48c7]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 1679 [0x7fff48391a6f]
+ ! : | + ! : | + ! : 1 CFAbsoluteTimeGetCurrent (in CoreFoundation) + 33 [0x7fff483651e1]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 2037 [0x7fff48391bd5]
+ ! : | + ! : | + ! : 1 CFAbsoluteTimeGetCurrent (in CoreFoundation) + 19 [0x7fff483651d3]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 2103 [0x7fff48391c17]
+ ! : | + ! : | + ! : 1 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | + ! : 1 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151b6]
+ ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 3280 [0x7fff483920b0]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : | + ! : | + 4 CFRunLoopRunSpecific (in CoreFoundation) + 225 [0x7fff48391051]
+ ! : | + ! : | + ! 2 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + ! : 1 _CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) + 178 [0x7fff48310822]
+ ! : | + ! : | + ! : 1 object_setClass (in libobjc.A.dylib) + 53 [0x7fff6f5aa7b7]
+ ! : | + ! : | + ! 2 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! 2 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! 2 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! 2 __CFStringHash (in CoreFoundation) + 2365,2372 [0x7fff48315cdd,0x7fff48315ce4]
+ ! : | + ! : | + 1 CFRunLoopRunInMode (in CoreFoundation) + 0 [0x7fff48390ee0]
+ ! : | + ! : | + 1 CFRunLoopRunSpecific (in CoreFoundation) + 248 [0x7fff48391068]
+ ! : | + ! : | + ! 1 __CFRunLoopModeIsEmpty (in CoreFoundation) + 153 [0x7fff483912b9]
+ ! : | + ! : | + ! 1 CFSetContainsValue (in CoreFoundation) + 119 [0x7fff48360037]
+ ! : | + ! : | + ! 1 CFBasicHashGetCountOfKey (in CoreFoundation) + 190 [0x7fff4836013e]
+ ! : | + ! : | + ! 1 __CFStringHash (in CoreFoundation) + 110 [0x7fff4831540e]
+ ! : | + ! : | + 1 CFRunLoopRunSpecific (in CoreFoundation) + 385 [0x7fff483910f1]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 336 [0x7fff483af280]
+ ! : | + ! : | + ! 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + ! : | + ! 1 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
+ ! : | + ! : | + ! 1 __psynch_mutexdrop (in libsystem_kernel.dylib) + 10 [0x7fff7031ea2e]
+ ! : | + ! : | + 1 CFRunLoopRunSpecific (in CoreFoundation) + 543 [0x7fff4839118f]
+ ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 110 [0x7fff483af19e]
+ ! : | + ! : | + ! 1 CFArrayGetCount (in CoreFoundation) + 71 [0x7fff48334c17]
+ ! : | + ! : | + 1 szone_free (in libsystem_malloc.dylib) + 148 [0x7fff7037a6a3]
+ ! : | + ! : | 4 RunCurrentEventLoopInMode (in HIToolbox) + 223 [0x7fff4767bd57]
+ ! : | + ! : | + 2 _NotifyEventLoopObservers (in HIToolbox) + 123 [0x7fff47653f81]
+ ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 67 [0x7fff47653f49]
+ ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 98 [0x7fff704e43ae]
+ ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 154 [0x7fff47653fa0]
+ ! : | + ! : | + 1 MainLoopObserver(unsigned int, OpaqueEventRef*, void*) (in HIToolbox) + 41 [0x7fff47690a88]
+ ! : | + ! : | + 1 Convert1CGEvent(unsigned char) (in HIToolbox) + 40 [0x7fff47690b09]
+ ! : | + ! : | + 1 CFArrayGetCount (in CoreFoundation) + 0 [0x7fff48334bd0]
+ ! : | + ! : | 2 RunCurrentEventLoopInMode (in HIToolbox) + 161 [0x7fff4767bd19]
+ ! : | + ! : | + 1 CFStringCompare (in CoreFoundation) + 0 [0x7fff4832e660]
+ ! : | + ! : | + 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 1622 [0x7fff4832b396]
+ ! : | + ! : | + 1 _platform_memcmp (in libsystem_platform.dylib) + 293 [0x7fff704dbcc5]
+ ! : | + ! : | 2 RunCurrentEventLoopInMode (in HIToolbox) + 300 [0x7fff4767bda4]
+ ! : | + ! : | 2 _NotifyEventLoopObservers (in HIToolbox) + 0 [0x7fff47653f06]
+ ! : | + ! : 6 ReceiveNextEventCommon (in HIToolbox) + 399 [0x7fff4767ba30]
+ ! : | + ! : | 2 GetCurrentEventQueue (in HIToolbox) + 23 [0x7fff4767b7b9]
+ ! : | + ! : | + 2 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | + 1 ThreadIsCooperative (in CarbonCore) + 53 [0x7fff49501b5c]
+ ! : | + ! : | + ! 1 FindThreadByID (in CarbonCore) + 4 [0x7fff49501c83]
+ ! : | + ! : | + 1 ThreadIsCooperative (in CarbonCore) + 68 [0x7fff49501b6b]
+ ! : | + ! : | + 1 TSUnlockMutex (in CarbonCore) + 191 [0x7fff495017e5]
+ ! : | + ! : | + 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 99 [0x7fff704e4732]
+ ! : | + ! : | 2 GetCurrentEventQueue (in HIToolbox) + 87 [0x7fff4767b7f9]
+ ! : | + ! : | + 2 GetMainEventQueue (in HIToolbox) + 13 [0x7fff47663967]
+ ! : | + ! : | + 2 pthread_mutex_lock (in libsystem_pthread.dylib) + 0,49 [0x7fff704e434c,0x7fff704e437d]
+ ! : | + ! : | 1 DYLD-STUB$$pthread_self (in CarbonCore) + 0 [0x7fff495ca0ae]
+ ! : | + ! : | 1 GetCurrentEventQueue (in HIToolbox) + 12 [0x7fff4767b7ae]
+ ! : | + ! : 4 ReceiveNextEventCommon (in HIToolbox) + 644 [0x7fff4767bb25]
+ ! : | + ! : | 2 AcquireEventFromQueue (in HIToolbox) + 746 [0x7fff4768aa0d]
+ ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 47 [0x7fff47653f35]
+ ! : | + ! : | + ! 1 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | + ! 1 ThreadIsCooperative (in CarbonCore) + 41 [0x7fff49501b50]
+ ! : | + ! : | + ! 1 TSLockMutex (in CarbonCore) + 304 [0x7fff49501494]
+ ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 98 [0x7fff704e43ae]
+ ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 154 [0x7fff47653fa0]
+ ! : | + ! : | + 1 KeyEventDeQueuedObserver (in HIToolbox) + 795 [0x7fff4768ae2b]
+ ! : | + ! : | 1 AcquireEventFromQueue (in HIToolbox) + 335 [0x7fff4768a872]
+ ! : | + ! : | + 1 ___DPSBlockUntilNextEventMatchingListInMode_block_invoke (in AppKit) + 6 [0x7fff45b2223b]
+ ! : | + ! : | 1 AcquireEventFromQueue (in HIToolbox) + 687 [0x7fff4768a9d2]
+ ! : | + ! : | 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 99 [0x7fff704e4732]
+ ! : | + ! : 3 ReceiveNextEventCommon (in HIToolbox) + 324 [0x7fff4767b9e5]
+ ! : | + ! : | 2 GetCurrentEventQueue (in HIToolbox) + 87 [0x7fff4767b7f9]
+ ! : | + ! : | + 1 GetMainEventQueue (in HIToolbox) + 87 [0x7fff476639b1]
+ ! : | + ! : | + ! 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 20 [0x7fff704e46e3]
+ ! : | + ! : | + 1 GetMainEventQueue (in HIToolbox) + 0 [0x7fff4766395a]
+ ! : | + ! : | 1 GetCurrentEventQueue (in HIToolbox) + 12 [0x7fff4767b7ae]
+ ! : | + ! : | 1 MPCurrentTaskID (in CarbonCore) + 0 [0x7fff49501af2]
+ ! : | + ! : 2 ReceiveNextEventCommon (in HIToolbox) + 426 [0x7fff4767ba4b]
+ ! : | + ! : | 2 AcquireEventFromQueue (in HIToolbox) + 746 [0x7fff4768aa0d]
+ ! : | + ! : | 1 _NotifyEventLoopObservers (in HIToolbox) + 113 [0x7fff47653f77]
+ ! : | + ! : | + 1 RetainEvent (in HIToolbox) + 38 [0x7fff4767cd25]
+ ! : | + ! : | + 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 119 [0x7fff704e4746]
+ ! : | + ! : | 1 _NotifyEventLoopObservers (in HIToolbox) + 187 [0x7fff47653fc1]
+ ! : | + ! : | 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 99 [0x7fff704e4732]
+ ! : | + ! : 2 ReceiveNextEventCommon (in HIToolbox) + 432 [0x7fff4767ba51]
+ ! : | + ! : 1 ReceiveNextEventCommon (in HIToolbox) + 621 [0x7fff4767bb0e]
+ ! : | + ! : | 1 GetCurrentEventQueue (in HIToolbox) + 151 [0x7fff4767b839]
+ ! : | + ! : 1 ReceiveNextEventCommon (in HIToolbox) + 777 [0x7fff4767bbaa]
+ ! : | + ! : | 1 GetCurrentEventQueue (in HIToolbox) + 23 [0x7fff4767b7b9]
+ ! : | + ! : | 1 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | 1 ThreadIsCooperative (in CarbonCore) + 41 [0x7fff49501b50]
+ ! : | + ! : | 1 DYLD-STUB$$pthread_mutex_lock (in CarbonCore) + 0 [0x7fff495ca08a]
+ ! : | + ! : 1 ReceiveNextEventCommon (in HIToolbox) + 840 [0x7fff4767bbe9]
+ ! : | + ! : 1 shouldTraceEvent (in HIToolbox) + 18 [0x7fff477c1d08]
+ ! : | + ! : 1 SLEventGetIntegerValueField (in SkyLight) + 215 [0x7fff6a10b580]
+ ! : | + ! 5 _DPSNextEvent (in AppKit) + 336 [0x7fff4592c39e]
+ ! : | + ! : 3 objc_msgSend (in libobjc.A.dylib) + 46,33 [0x7fff6f5a6eae,0x7fff6f5a6ea1]
+ ! : | + ! : 2 -[__NSArrayI count] (in CoreFoundation) + 0,11 [0x7fff4833f160,0x7fff4833f16b]
+ ! : | + ! 3 _DPSNextEvent (in AppKit) + 304 [0x7fff4592c37e]
+ ! : | + ! : 2 -[NSDate timeIntervalSinceNow] (in CoreFoundation) + 37 [0x7fff48397765]
+ ! : | + ! : | 1 gettimeofday (in libsystem_c.dylib) + 45 [0x7fff7022d6c3]
+ ! : | + ! : | + 1 __commpage_gettimeofday_internal (in libsystem_kernel.dylib) + 36 [0x7fff7031543f]
+ ! : | + ! : | + 1 mach_absolute_time (in libsystem_kernel.dylib) + 44 [0x7fff703146cb]
+ ! : | + ! : | 1 gettimeofday (in libsystem_c.dylib) + 0 [0x7fff7022d696]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 139 [0x7fff6f5a6f0b]
+ ! : | + ! 2 _DPSNextEvent (in AppKit) + 2105 [0x7fff4592ca87]
+ ! : | + ! : 2 GetEventAttributes (in HIToolbox) + 0 [0x7fff4766907c]
+ ! : | + ! 2 _DPSNextEvent (in AppKit) + 2093,4915 [0x7fff4592ca7b,0x7fff4592d581]
+ ! : | + ! 1 DYLD-STUB$$GetEventAttributes (in AppKit) + 0 [0x7fff464f954a]
+ ! : | + ! 1 DYLD-STUB$$_BlockUntilNextEventMatchingListInModeWithFilter (in AppKit) + 0 [0x7fff464fa52e]
+ ! : | + ! 1 _DPSNextEvent (in AppKit) + 4972 [0x7fff4592d5ba]
+ ! : | + ! 1 ReleaseEvent (in HIToolbox) + 0 [0x7fff47652481]
+ ! : | + 22 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 4028 [0x7fff460c320c]
+ ! : | + ! 21 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : 10 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
+ ! : | + ! : | 9 ReleaseEvent (in HIToolbox) + 230 [0x7fff47652567]
+ ! : | + ! : | + 6 _CFRelease (in CoreFoundation) + 284 [0x7fff48469e7c]
+ ! : | + ! : | + ! 6 event_finalize(void const*) (in SkyLight) + 43 [0x7fff6a109ef8]
+ ! : | + ! : | + ! 2 _CFRelease (in CoreFoundation) + 284 [0x7fff48469e7c]
+ ! : | + ! : | + ! : 2 cf_typified<(anonymous namespace)::event_appendix>::cf_finalize(void const*) (in SkyLight) + 0 [0x7fff6a004c2e]
+ ! : | + ! : | + ! 2 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : | + ! : | + ! : 1 CFAllocatorDeallocate (in CoreFoundation) + 0 [0x7fff48310620]
+ ! : | + ! : | + ! : 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 93 [0x7fff7038e57d]
+ ! : | + ! : | + ! : 1 get_tiny_previous_free_msize (in libsystem_malloc.dylib) + 14 [0x7fff70378de2]
+ ! : | + ! : | + ! 1 CFRelease (in CoreFoundation) + 1 [0x7fff4831a2a1]
+ ! : | + ! : | + ! 1 DYLD-STUB$$malloc_zone_free (in CoreFoundation) + 0 [0x7fff48500f8e]
+ ! : | + ! : | + 2 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : | + ! : | + ! 1 default_zone_free (in libsystem_malloc.dylib) + 5 [0x7fff703872cb]
+ ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 170 [0x7fff7038e5ca]
+ ! : | + ! : | + 1 _CFRelease (in CoreFoundation) + 194 [0x7fff48469e22]
+ ! : | + ! : | 1 ReleaseEvent (in HIToolbox) + 45 [0x7fff476524ae]
+ ! : | + ! : | 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 98 [0x7fff704e43ae]
+ ! : | + ! : 4 -[NSEvent dealloc] (in AppKit) + 218 [0x7fff45a60313]
+ ! : | + ! : | 4 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | 3 tiny_free_no_lock (in libsystem_malloc.dylib) + 130,203,... [0x7fff7038e5a2,0x7fff7038e5eb,...]
+ ! : | + ! : | 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 93 [0x7fff7038e57d]
+ ! : | + ! : | 1 get_tiny_previous_free_msize (in libsystem_malloc.dylib) + 63 [0x7fff70378e13]
+ ! : | + ! : 2 -[NSEvent dealloc] (in AppKit) + 173 [0x7fff45a602e6]
+ ! : | + ! : | 1 -[__NSCFType release] (in CoreFoundation) + 0 [0x7fff48385b30]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : | + ! : | 1 object_dispose (in libobjc.A.dylib) + 30 [0x7fff6f5a9267]
+ ! : | + ! : | 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 666 [0x7fff7038e7ba]
+ ! : | + ! : 1 -[NSEvent dealloc] (in AppKit) + 129 [0x7fff45a602ba]
+ ! : | + ! : 1 -[__NSCFType release] (in CoreFoundation) + 0 [0x7fff48385b30]
+ ! : | + ! : 1 _CFRelease (in CoreFoundation) + 144 [0x7fff48469df0]
+ ! : | + ! : 1 objc_release (in libobjc.A.dylib) + 65 [0x7fff6f5a91a1]
+ ! : | + ! 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 719 [0x7fff6f5aa025]
+ ! : | + 13 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3548 [0x7fff460c302c]
+ ! : | + ! 4 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 215 [0x7fff45eca392]
+ ! : | + ! : 3 -[NSApplication(NSWindowCache) _findWindowUsingCache:] (in AppKit) + 91 [0x7fff459345b3]
+ ! : | + ! : | 1 -[NSRecursiveLock lock] (in Foundation) + 11 [0x7fff4a47dddf]
+ ! : | + ! : | + 1 object_getIndexedIvars (in libobjc.A.dylib) + 42 [0x7fff6f5ab17c]
+ ! : | + ! : | 1 DYLD-STUB$$object_getIndexedIvars (in Foundation) + 0 [0x7fff4a77e17e]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : 1 -[NSApplication(NSWindowCache) _findWindowUsingCache:] (in AppKit) + 374 [0x7fff459346ce]
+ ! : | + ! : 1 -[NSRecursiveLock unlock] (in Foundation) + 36 [0x7fff4a47e6bf]
+ ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 251 [0x7fff704e4847]
+ ! : | + ! 3 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 612 [0x7fff45eca51f]
+ ! : | + ! : 2 SLSGetDisplayBounds (in SkyLight) + 149 [0x7fff6a1bdd96]
+ ! : | + ! : | 1 CGSDisplaySystemStateGetBounds (in SkyLight) + 19 [0x7fff69ffdbfb]
+ ! : | + ! : | + 1 CGSDisplaySystemState::displayByDisplayID(int) const (in SkyLight) + 0 [0x7fff69ffd1d0]
+ ! : | + ! : | 1 CGSDisplaySystemStateGetBounds (in SkyLight) + 153 [0x7fff69ffdc81]
+ ! : | + ! : 1 SLSGetDisplayBounds (in SkyLight) + 55 [0x7fff6a1bdd38]
+ ! : | + ! 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 65 [0x7fff45eca2fc]
+ ! : | + ! : 1 -[NSObject init] (in libobjc.A.dylib) + 0 [0x7fff6f5aaf4d]
+ ! : | + ! 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 115 [0x7fff45eca32e]
+ ! : | + ! : 1 -[NSEvent _initAuxiliaryData] (in AppKit) + 29 [0x7fff45b831b0]
+ ! : | + ! : 1 +[NSObject new] (in libobjc.A.dylib) + 45 [0x7fff6f5ab11c]
+ ! : | + ! : 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : 1 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : 1 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 41 [0x7fff703781bc]
+ ! : | + ! 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 271 [0x7fff45eca3ca]
+ ! : | + ! : 1 -[NSApplication _windowWithContextID:] (in AppKit) + 0 [0x7fff45a9671c]
+ ! : | + ! 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 562 [0x7fff45eca4ed]
+ ! : | + ! : 1 SLEventGetLocation (in SkyLight) + 55 [0x7fff6a10ac99]
+ ! : | + ! 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 2903 [0x7fff45ecae12]
+ ! : | + ! : 1 SLEventGetIntegerValueField (in SkyLight) + 373 [0x7fff6a10b61e]
+ ! : | + ! 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 1104 [0x7fff45eca70b]
+ ! : | + 10 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 914 [0x7fff460c25e2]
+ ! : | + ! 5 _DPSEventHandledByCarbon (in AppKit) + 43 [0x7fff45cf0dd3]
+ ! : | + ! : 4 -[NSApplication _disableSuddenTermination] (in AppKit) + 9 [0x7fff4593142c]
+ ! : | + ! : | 3 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 55 [0x7fff4768b456]
+ ! : | + ! : | + 2 _CFSuddenTerminationDisable (in CoreFoundation) + 33 [0x7fff4836bb71]
+ ! : | + ! : | + ! 1 xpc_transaction_begin (in libxpc.dylib) + 83 [0x7fff70522a7b]
+ ! : | + ! : | + ! : 1 kdebug_trace (in libsystem_kernel.dylib) + 0 [0x7fff7031a603]
+ ! : | + ! : | + ! 1 xpc_transaction_begin (in libxpc.dylib) + 22 [0x7fff70522a3e]
+ ! : | + ! : | + 1 _CFSuddenTerminationDisable (in CoreFoundation) + 21 [0x7fff4836bb65]
+ ! : | + ! : | + 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704df616]
+ ! : | + ! : | 1 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 43 [0x7fff4768b44a]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! 3 _DPSEventHandledByCarbon (in AppKit) + 54 [0x7fff45cf0dde]
+ ! : | + ! : 3 _NSHandleCarbonMenuEvent (in AppKit) + 32 [0x7fff45a969fb]
+ ! : | + ! : 3 ConvertEventRefToEventRecord (in HIToolbox) + 89 [0x7fff4768b265]
+ ! : | + ! : 3 GetGlobalMouse (in HIToolbox) + 19 [0x7fff4768b3a2]
+ ! : | + ! : 3 SLSMainConnectionID (in SkyLight) + 0 [0x7fff6a1c9776]
+ ! : | + ! 2 _DPSEventHandledByCarbon (in AppKit) + 224 [0x7fff45cf0e88]
+ ! : | + ! 1 -[NSApplication _enableSuddenTermination] (in AppKit) + 0 [0x7fff45a60bc3]
+ ! : | + ! 1 _HIEnableSuddenTerminationForSendEvent (in HIToolbox) + 41 [0x7fff4768d9c5]
+ ! : | + ! 1 _CFSuddenTerminationEnable (in CoreFoundation) + 72 [0x7fff4836bc58]
+ ! : | + ! 1 xpc_transaction_end (in libxpc.dylib) + 6 [0x7fff70522be9]
+ ! : | + 7 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3261,862,... [0x7fff460c2f0d,0x7fff460c25ae,...]
+ ! : | + 6 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2765 [0x7fff460c2d1d]
+ ! : | + ! 2 -[NSDate isEqualToDate:] (in CoreFoundation) + 38 [0x7fff483f4e56]
+ ! : | + ! : 1 -[__NSTaggedDate timeIntervalSinceReferenceDate] (in CoreFoundation) + 75 [0x7fff48373c6b]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! 2 -[NSDate isEqualToDate:] (in CoreFoundation) + 18,25 [0x7fff483f4e42,0x7fff483f4e49]
+ ! : | + ! 2 objc_msgSend (in libobjc.A.dylib) + 33,46 [0x7fff6f5a6ea1,0x7fff6f5a6eae]
+ ! : | + 5 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3528 [0x7fff460c3018]
+ ! : | + ! 5 _objc_rootAlloc (in libobjc.A.dylib) + 45 [0x7fff6f5aa98e]
+ ! : | + ! 4 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : 4 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : 4 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : 1 default_zone_calloc (in libsystem_malloc.dylib) + 49 [0x7fff70387254]
+ ! : | + ! : 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 338 [0x7fff703782e5]
+ ! : | + ! : 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1321 [0x7fff70377742]
+ ! : | + ! : | 1 _platform_memset$VARIANT$Haswell (in libsystem_platform.dylib) + 19 [0x7fff704e0c13]
+ ! : | + ! : 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1272 [0x7fff70377711]
+ ! : | + ! 1 class_createInstance (in libobjc.A.dylib) + 53 [0x7fff6f5a6cc8]
+ ! : | + 4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3615 [0x7fff460c306f]
+ ! : | + ! 3 -[NSApplication(NSEvent) _setCurrentEvent:] (in AppKit) + 47 [0x7fff460c375e]
+ ! : | + ! : 2 -[NSEvent isEqual:] (in AppKit) + 139 [0x7fff45a95058]
+ ! : | + ! : | 2 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : 1 -[NSEvent isEqual:] (in AppKit) + 198 [0x7fff45a95093]
+ ! : | + ! : 1 -[NSEvent modifierFlags] (in AppKit) + 14 [0x7fff45a979c2]
+ ! : | + ! 1 -[NSApplication(NSEvent) _setCurrentEvent:] (in AppKit) + 85 [0x7fff460c3784]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + 2 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 881 [0x7fff460c25c1]
+ ! : | + ! 1 -[NSEvent window] (in AppKit) + 225 [0x7fff45a970d7]
+ ! : | + ! : 1 -[NSRecursiveLock unlock] (in Foundation) + 11 [0x7fff4a47e6a6]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 65 [0x7fff6f5a6ec1]
+ ! : | + 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2749 [0x7fff460c2d0d]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2835 [0x7fff460c2d63]
+ ! : | + 1 +[NSTouchBar(NSTouchBarEvents) allowsTouchesDuringTrackingLoops] (in AppKit) + 11 [0x7fff463cb12f]
+ ! : | 55 -[NSApplication run] (in AppKit) + 812 [0x7fff459218b5]
+ ! : | + 42 -[EmacsApp sendEvent:] (in Emacs) + 622 [0x1001bb10e]
+ ! : | + ! 31 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2492 [0x7fff460c1254]
+ ! : | + ! : 13 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 378 [0x7fff4591ef1b]
+ ! : | + ! : | 13 CFRunLoopObserverCreateWithHandler (in CoreFoundation) + 66 [0x7fff483a7cf2]
+ ! : | + ! : | 6 CFRunLoopObserverCreate (in CoreFoundation) + 357 [0x7fff4837a405]
+ ! : | + ! : | + 6 _Block_copy (in libsystem_blocks.dylib) + 113 [0x7fff7021c8f0]
+ ! : | + ! : | + 4 _Block_object_assign (in libsystem_blocks.dylib) + 331 [0x7fff7021cc27]
+ ! : | + ! : | + ! 2 objc_moveWeak (in libobjc.A.dylib) + 38 [0x7fff6f5b4b3b]
+ ! : | + ! : | + ! : 1 objc_initWeak (in libobjc.A.dylib) + 321 [0x7fff6f5ae793]
+ ! : | + ! : | + ! : | 1 weak_register_no_lock (in libobjc.A.dylib) + 199 [0x7fff6f5abbbb]
+ ! : | + ! : | + ! : | 1 append_referrer(weak_entry_t*, objc_object**) (in libobjc.A.dylib) + 262 [0x7fff6f5accf8]
+ ! : | + ! : | + ! : 1 objc_initWeak (in libobjc.A.dylib) + 93 [0x7fff6f5ae6af]
+ ! : | + ! : | + ! 1 objc_moveWeak (in libobjc.A.dylib) + 24 [0x7fff6f5b4b2d]
+ ! : | + ! : | + ! : 1 objc_loadWeakRetained (in libobjc.A.dylib) + 439 [0x7fff6f5ae9e9]
+ ! : | + ! : | + ! 1 objc_moveWeak (in libobjc.A.dylib) + 54 [0x7fff6f5b4b4b]
+ ! : | + ! : | + ! 1 objc_destroyWeak (in libobjc.A.dylib) + 95 [0x7fff6f5aea78]
+ ! : | + ! : | + 2 __copy_helper_block_.2338 (in AppKit) + 0,1 [0x7fff45d475f3,0x7fff45d475f4]
+ ! : | + ! : | 5 CFRunLoopObserverCreate (in CoreFoundation) + 125 [0x7fff4837a31d]
+ ! : | + ! : | + 4 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
+ ! : | + ! : | + ! 3 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : 2 default_zone_malloc (in libsystem_malloc.dylib) + 0,45 [0x7fff703871d4,0x7fff70387201]
+ ! : | + ! : | + ! : 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 94 [0x7fff70377277]
+ ! : | + ! : | + ! 1 malloc_zone_malloc (in libsystem_malloc.dylib) + 178 [0x7fff70377208]
+ ! : | + ! : | + 1 _CFRuntimeCreateInstance (in CoreFoundation) + 596 [0x7fff4830f404]
+ ! : | + ! : | 1 CFRunLoopObserverCreate (in CoreFoundation) + 252 [0x7fff4837a39c]
+ ! : | + ! : | 1 DYLD-STUB$$pthread_mutex_init (in CoreFoundation) + 0 [0x7fff48501216]
+ ! : | + ! : 12 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 426 [0x7fff4591ef4b]
+ ! : | + ! : | 5 CFRunLoopAddObserver (in CoreFoundation) + 571 [0x7fff4837a6cb]
+ ! : | + ! : | + 3 -[__NSCFType retain] (in CoreFoundation) + 14 [0x7fff4836262e]
+ ! : | + ! : | + ! 3 _CFRetain (in CoreFoundation) + 1,6,... [0x7fff483134e1,0x7fff483134e6,...]
+ ! : | + ! : | + 1 CFArrayInsertValueAtIndex (in CoreFoundation) + 0 [0x7fff48365750]
+ ! : | + ! : | + 1 objc_retain (in libobjc.A.dylib) + 0 [0x7fff6f5a6d50]
+ ! : | + ! : | 3 CFRunLoopAddObserver (in CoreFoundation) + 225 [0x7fff4837a571]
+ ! : | + ! : | + 2 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! 1 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 1028 [0x7fff48318544]
+ ! : | + ! : | + ! 1 CFSetGetValue (in CoreFoundation) + 1 [0x7fff4835f5d1]
+ ! : | + ! : | + 1 __CFRunLoopFindMode (in CoreFoundation) + 42 [0x7fff4835f12a]
+ ! : | + ! : | 2 CFRunLoopAddObserver (in CoreFoundation) + 303 [0x7fff4837a5bf]
+ ! : | + ! : | + 1 CFArrayContainsValue (in CoreFoundation) + 243 [0x7fff48345533]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | + 1 CFArrayContainsValue (in CoreFoundation) + 272 [0x7fff48345550]
+ ! : | + ! : | + 1 CFEqual (in CoreFoundation) + 91 [0x7fff483287db]
+ ! : | + ! : | 1 CFRunLoopAddObserver (in CoreFoundation) + 636 [0x7fff4837a70c]
+ ! : | + ! : | + 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 297 [0x7fff704e4875]
+ ! : | + ! : | 1 CFRunLoopAddObserver (in CoreFoundation) + 0 [0x7fff4837a490]
+ ! : | + ! : 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 39 [0x7fff4591edc8]
+ ! : | + ! : | 2 CFRunLoopGetCurrent (in CoreFoundation) + 43 [0x7fff4835eccb]
+ ! : | + ! : | 2 _CFGetTSD (in CoreFoundation) + 96 [0x7fff48311200]
+ ! : | + ! : 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 475 [0x7fff4591ef7c]
+ ! : | + ! : | 2 objc_destroyWeak (in libobjc.A.dylib) + 0,146 [0x7fff6f5aea19,0x7fff6f5aeaab]
+ ! : | + ! : 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 447 [0x7fff4591ef60]
+ ! : | + ! : | 1 CFRunLoopAddObserver (in CoreFoundation) + 624 [0x7fff4837a700]
+ ! : | + ! : | 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 297 [0x7fff704e4875]
+ ! : | + ! : 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 310 [0x7fff4591eed7]
+ ! : | + ! 6 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 234 [0x7fff460c0982]
+ ! : | + ! : 3 +[CATransaction(CATransactionPrivate) activateBackground:] (in QuartzCore) + 49 [0x7fff5370129a]
+ ! : | + ! : | 2 CA::Transaction::ensure_implicit() (in QuartzCore) + 91 [0x7fff536f3937]
+ ! : | + ! : | + 1 CFRunLoopCopyCurrentMode (in CoreFoundation) + 51 [0x7fff483b1123]
+ ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : | + 1 CFRunLoopCopyCurrentMode (in CoreFoundation) + 0 [0x7fff483b10f0]
+ ! : | + ! : | 1 CA::Transaction::ensure_implicit() (in QuartzCore) + 302 [0x7fff536f3a0a]
+ ! : | + ! : | 1 CA::Transaction::push(bool) (in QuartzCore) + 188 [0x7fff5379cada]
+ ! : | + ! : 2 +[NSAnimationContext activate] (in AppKit) + 26 [0x7fff462b6901]
+ ! : | + ! : | 1 +[CATransaction(CATransactionPrivate) currentState] (in QuartzCore) + 27 [0x7fff536fe487]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! 2 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 72 [0x7fff460c08e0]
+ ! : | + ! : 1 -[NSObject retain] (in libobjc.A.dylib) + 0 [0x7fff6f5a911b]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 6 [0x7fff6f5a6e86]
+ ! : | + ! 2 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 92 [0x7fff460c08f4]
+ ! : | + ! : 1 DYLD-STUB$$kdebug_is_enabled (in AppKit) + 0 [0x7fff464fade6]
+ ! : | + ! : 1 traceEvent (in AppKit) + 24 [0x7fff460c1b48]
+ ! : | + ! : 1 kdebug_is_enabled (in libsystem_kernel.dylib) + 0 [0x7fff7031a5b7]
+ ! : | + ! 1 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2438 [0x7fff460c121e]
+ ! : | + ! 1 -[NSEvent window] (in AppKit) + 128 [0x7fff45a97076]
+ ! : | + ! 1 -[NSRecursiveLock lock] (in Foundation) + 11 [0x7fff4a47dddf]
+ ! : | + ! 1 object_getIndexedIvars (in libobjc.A.dylib) + 42 [0x7fff6f5ab17c]
+ ! : | + 12 -[EmacsApp sendEvent:] (in Emacs) + 588 [0x1001bb0ec]
+ ! : | + ! 12 -[EmacsApp stop:] (in Emacs) + 50 [0x1001badf2]
+ ! : | + ! 5 -[NSApplication stop:] (in AppKit) + 64 [0x7fff45d446ba]
+ ! : | + ! : 2 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
+ ! : | + ! : | 2 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
+ ! : | + ! : | 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 17 [0x7fff48318151]
+ ! : | + ! : | 1 CFDictionaryGetValue (in CoreFoundation) + 25 [0x7fff48318089]
+ ! : | + ! : 2 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 98,121 [0x7fff4a5e4bd2,0x7fff4a5e4be9]
+ ! : | + ! : 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 152 [0x7fff4a5e4c08]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! 3 -[NSApplication stop:] (in AppKit) + 83 [0x7fff45d446cd]
+ ! : | + ! : 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 64 [0x7fff4a5e4bb0]
+ ! : | + ! : | 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 135 [0x7fff4a5e4bf7]
+ ! : | + ! : | 1 os_unfair_lock_unlock (in libsystem_platform.dylib) + 0 [0x7fff704df761]
+ ! : | + ! : 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 183 [0x7fff4a5e4c27]
+ ! : | + ! 2 -[NSApplication stop:] (in AppKit) + 127 [0x7fff45d446f9]
+ ! : | + ! : 1 NSKeyValueDidChangeWithPerThreadPendingNotifications (in Foundation) + 48 [0x7fff4a5e4dfc]
+ ! : | + ! : | 1 NSKVOCopyPendingNotificationStack (in Foundation) + 67 [0x7fff4a5e5ed2]
+ ! : | + ! : | 1 NSKVOPendingPerThreadNotificationStack (in Foundation) + 126 [0x7fff4a5e5e64]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : | + ! 2 objc_msgSendSuper2 (in libobjc.A.dylib) + 18,31 [0x7fff6f5a70d2,0x7fff6f5a70df]
+ ! : | + 1 -[EmacsApp sendEvent:] (in Emacs) + 43 [0x1001baecb]
+ ! : | + 1 -[NSEvent type] (in AppKit) + 0 [0x7fff45a957f3]
+ ! : | 6 -[NSApplication run] (in AppKit) + 121 [0x7fff45921602]
+ ! : | + 2 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
+ ! : | + ! 2 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
+ ! : | + ! 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 1002 [0x7fff4831852a]
+ ! : | + ! 1 CFDictionaryGetValue (in CoreFoundation) + 0 [0x7fff48318070]
+ ! : | + 2 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 315 [0x7fff4a5e4cab]
+ ! : | + ! 2 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 297 [0x7fff704e4875]
+ ! : | + 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 69 [0x7fff4a5e4bb5]
+ ! : | + ! 1 pthread_self (in libsystem_pthread.dylib) + 0 [0x7fff704e54b8]
+ ! : | + 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 0 [0x7fff4a5e4b70]
+ ! : | 4 -[NSApplication run] (in AppKit) + 140 [0x7fff45921615]
+ ! : | + 1 -[NSObject(NSKeyValueObserverNotification) willChangeValueForKey:] (in Foundation) + 1 [0x7fff4a47d9dc]
+ ! : | + 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 135 [0x7fff4a5e4bf7]
+ ! : | + ! 1 os_unfair_lock_unlock (in libsystem_platform.dylib) + 12 [0x7fff704df76d]
+ ! : | + 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 594 [0x7fff4a5e4dc2]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : | 3 -[NSApplication run] (in AppKit) + 848 [0x7fff459218d9]
+ ! : | + 2 _HIEnableSuddenTerminationForSendEvent (in HIToolbox) + 41 [0x7fff4768d9c5]
+ ! : | + ! 1 _CFSuddenTerminationEnable (in CoreFoundation) + 1 [0x7fff4836bc11]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + 1 -[NSApplication _enableSuddenTermination] (in AppKit) + 0 [0x7fff45a60bc3]
+ ! : | 3 -[NSApplication run] (in AppKit) + 860 [0x7fff459218e5]
+ ! : | + 1 -[NSAutoreleasePool drain] (in Foundation) + 144 [0x7fff4a4828ad]
+ ! : | + ! 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 775 [0x7fff6f5aa05d]
+ ! : | + 1 -[NSAutoreleasePool drain] (in Foundation) + 0 [0x7fff4a48281d]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | 2 -[NSApplication run] (in AppKit) + 834 [0x7fff459218cb]
+ ! : | + 1 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 60 [0x7fff4a4d4dab]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | 1 -[NSApplication run] (in AppKit) + 177 [0x7fff4592163a]
+ ! : | + 1 NSKeyValueDidChangeWithPerThreadPendingNotifications (in Foundation) + 48 [0x7fff4a5e4dfc]
+ ! : | + 1 NSKVOCopyPendingNotificationStack (in Foundation) + 256 [0x7fff4a5e5f8f]
+ ! : | 1 -[NSApplication run] (in AppKit) + 255 [0x7fff45921688]
+ ! : | + 1 _HIEnableSuddenTerminationIfRequestedByPlist (in HIToolbox) + 0 [0x7fff4767b6bb]
+ ! : | 1 -[NSApplication run] (in AppKit) + 274 [0x7fff4592169b]
+ ! : | + 1 -[NSApplication(NSAppssassination) _checkForAutomaticTerminationSupportPossiblyEnablingIt] (in AppKit) + 39 [0x7fff4592bdd7]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | 1 -[NSApplication run] (in AppKit) + 300 [0x7fff459216b5]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 41 [0x7fff6f5a6ea9]
+ ! : | 1 -[NSApplication run] (in AppKit) + 508 [0x7fff45921785]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | 1 -[NSApplication run] (in AppKit) + 0 [0x7fff45921589]
+ ! : 46 ns_select (in Emacs) + 422 [0x1001b97e6]
+ ! : | 46 thread_select (in Emacs) + 55 [0x1001a5867]
+ ! : | 14 really_call_select (in Emacs) + 32 [0x1001a5890]
+ ! : | + 14 block_interrupt_signal (in Emacs) + 35 [0x1000d8663]
+ ! : | + 12 pthread_sigmask (in libsystem_pthread.dylib) + 9 [0x7fff704e6675]
+ ! : | + ! 12 __pthread_sigmask (in libsystem_kernel.dylib) + 10,20 [0x7fff7031eb96,0x7fff7031eba0]
+ ! : | + 1 DYLD-STUB$$__pthread_sigmask (in libsystem_pthread.dylib) + 0 [0x7fff704ec19e]
+ ! : | + 1 pthread_sigmask (in libsystem_pthread.dylib) + 0 [0x7fff704e666c]
+ ! : | 9 really_call_select (in Emacs) + 88 [0x1001a58c8]
+ ! : | + 9 pselect$DARWIN_EXTSN (in libsystem_kernel.dylib) + 42 [0x7fff7031c69c]
+ ! : | + 9 __pselect (in libsystem_kernel.dylib) + 10 [0x7fff7031e99e]
+ ! : | 8 really_call_select (in Emacs) + 99 [0x1001a58d3]
+ ! : | + 8 block_interrupt_signal (in Emacs) + 35 [0x1000d8663]
+ ! : | + 8 pthread_sigmask (in libsystem_pthread.dylib) + 9 [0x7fff704e6675]
+ ! : | + 8 __pthread_sigmask (in libsystem_kernel.dylib) + 10 [0x7fff7031eb96]
+ ! : | 5 really_call_select (in Emacs) + 63 [0x1001a58af]
+ ! : | + 4 pthread_sigmask (in libsystem_pthread.dylib) + 9 [0x7fff704e6675]
+ ! : | + ! 4 __pthread_sigmask (in libsystem_kernel.dylib) + 10 [0x7fff7031eb96]
+ ! : | + 1 pthread_sigmask (in libsystem_pthread.dylib) + 0 [0x7fff704e666c]
+ ! : | 5 really_call_select (in Emacs) + 137 [0x1001a58f9]
+ ! : | + 5 pthread_sigmask (in libsystem_pthread.dylib) + 9 [0x7fff704e6675]
+ ! : | + 5 __pthread_sigmask (in libsystem_kernel.dylib) + 10 [0x7fff7031eb96]
+ ! : | 1 DYLD-STUB$$pthread_mutex_unlock (in Emacs) + 0 [0x1001f24e2]
+ ! : | 1 flush_stack_call_func (in Emacs) + 1 [0x10011d3a1]
+ ! : | 1 really_call_select (in Emacs) + 55 [0x1001a58a7]
+ ! : | + 1 sys_mutex_unlock (in Emacs) + 0 [0x1001a6400]
+ ! : | 1 really_call_select (in Emacs) + 117 [0x1001a58e5]
+ ! : | + 1 acquire_global_lock (in Emacs) + 21 [0x1001a4e25]
+ ! : | + 1 sys_mutex_lock (in Emacs) + 1 [0x1001a63f1]
+ ! : | 1 really_call_select (in Emacs) + 107 [0x1001a58db]
+ ! : 33 ns_select (in Emacs) + 676 [0x1001b98e4]
+ ! : | 31 emacs_write_sig (in Emacs) + 83 [0x1000d9dc3]
+ ! : | + 31 write (in libsystem_kernel.dylib) + 10,20 [0x7fff703206fa,0x7fff70320704]
+ ! : | 2 emacs_write_sig (in Emacs) + 83,131 [0x1000d9dc3,0x1000d9df3]
+ ! : 19 ns_select (in Emacs) + 446 [0x1001b97fe]
+ ! : | 17 -[NSAutoreleasePool release] (in Foundation) + 144 [0x7fff4a48db56]
+ ! : | + 17 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + 16 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! 10 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
+ ! : | + ! : 9 ReleaseEvent (in HIToolbox) + 230 [0x7fff47652567]
+ ! : | + ! : | 7 _CFRelease (in CoreFoundation) + 284 [0x7fff48469e7c]
+ ! : | + ! : | + 6 event_finalize(void const*) (in SkyLight) + 43 [0x7fff6a109ef8]
+ ! : | + ! : | + ! 3 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : | + ! : | + ! : 2 default_zone_free (in libsystem_malloc.dylib) + 41 [0x7fff703872ef]
+ ! : | + ! : | + ! : 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 570 [0x7fff7038e75a]
+ ! : | + ! : | + ! 1 _CFRelease (in CoreFoundation) + 882 [0x7fff4846a0d2]
+ ! : | + ! : | + ! : 1 object_getClass (in libobjc.A.dylib) + 0 [0x7fff6f5aa8e5]
+ ! : | + ! : | + ! 1 _CFRelease (in CoreFoundation) + 1008 [0x7fff4846a150]
+ ! : | + ! : | + ! : 1 object_getClass (in libobjc.A.dylib) + 85 [0x7fff6f5aa93a]
+ ! : | + ! : | + ! 1 szone_free (in libsystem_malloc.dylib) + 114 [0x7fff7037a681]
+ ! : | + ! : | + 1 DYLD-STUB$$CFRelease (in SkyLight) + 0 [0x7fff6a250946]
+ ! : | + ! : | 1 CFRelease (in CoreFoundation) + 0 [0x7fff4831a2a0]
+ ! : | + ! : | 1 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : | + ! : | 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 1802 [0x7fff7038ec2a]
+ ! : | + ! : 1 ReleaseEvent (in HIToolbox) + 88 [0x7fff476524d9]
+ ! : | + ! 2 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : | + ! : 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 18 [0x7fff6f5a70d2]
+ ! : | + ! : 1 object_dispose (in libobjc.A.dylib) + 30 [0x7fff6f5a9267]
+ ! : | + ! : 1 free (in libsystem_malloc.dylib) + 0 [0x7fff70378619]
+ ! : | + ! 2 objc_release (in libobjc.A.dylib) + 36,143 [0x7fff6f5a9184,0x7fff6f5a91ef]
+ ! : | + ! 1 _CFRelease (in CoreFoundation) + 1 [0x7fff48469d61]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + 1 objc_release (in libobjc.A.dylib) + 147 [0x7fff6f5a91f3]
+ ! : | 1 -[NSAutoreleasePool release] (in Foundation) + 0 [0x7fff4a48dac6]
+ ! : | 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : 19 ns_select (in Emacs) + 973 [0x1001b9a0d]
+ ! : | 19 emacs_write_sig (in Emacs) + 83 [0x1000d9dc3]
+ ! : | 19 write (in libsystem_kernel.dylib) + 10,0 [0x7fff703206fa,0x7fff703206f0]
+ ! : 6 ns_select (in Emacs) + 869,312,... [0x1001b99a5,0x1001b9778,...]
+ ! : 1 ns_select (in Emacs) + 476 [0x1001b981c]
+ ! : | 1 -[NSAutoreleasePool init] (in Foundation) + 20 [0x7fff4a471514]
+ ! : | 1 _CFAutoreleasePoolPush (in CoreFoundation) + 11 [0x7fff4834cb3b]
+ ! : | 1 objc_autoreleasePoolPush (in libobjc.A.dylib) + 63 [0x7fff6f5a9b26]
+ ! : 1 ns_select (in Emacs) + 1033 [0x1001b9a49]
+ ! : 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! 478 wait_reading_process_output (in Emacs) + 4928 [0x100188330]
+ ! : 466 detect_input_pending_run_timers (in Emacs) + 328 [0x1000c6c78]
+ ! : | 463 gobble_input (in Emacs) + 259 [0x1000c2ad3]
+ ! : | + 419 ns_read_socket (in Emacs) + 685 [0x1001c86bd]
+ ! : | + ! 418 -[EmacsApp run] (in Emacs) + 389 [0x1001bada5]
+ ! : | + ! : 334 -[NSApplication run] (in AppKit) + 764 [0x7fff45921885]
+ ! : | + ! : | 271 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3044 [0x7fff460c2e34]
+ ! : | + ! : | + 265 _DPSNextEvent (in AppKit) + 2085 [0x7fff4592ca73]
+ ! : | + ! : | + ! 264 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 64 [0x7fff4767b884]
+ ! : | + ! : | + ! : 252 ReceiveNextEventCommon (in HIToolbox) + 366 [0x7fff4767ba0f]
+ ! : | + ! : | + ! : | 241 RunCurrentEventLoopInMode (in HIToolbox) + 286 [0x7fff4767bd96]
+ ! : | + ! : | + ! : | + 160 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ ! : | + ! : | + ! : | + ! 113 __CFRunLoopRun (in CoreFoundation) + 1240 [0x7fff483918b8]
+ ! : | + ! : | + ! : | + ! : 102 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : | + ! : | 102 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : | + ! : | 95 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 76 [0x7fff45d47592]
+ ! : | + ! : | + ! : | + ! : | + 53 -[NSApplication updateWindows] (in AppKit) + 80 [0x7fff4592f105]
+ ! : | + ! : | + ! : | + ! : | + ! 33 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 515 [0x7fff459306b6]
+ ! : | + ! : | + ! : | + ! : | + ! : 31 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 321 [0x7fff483afd21]
+ ! : | + ! : | + ! : | + ! : | + ! : | 23 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 22 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 9 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1664 [0x7fff48364880]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 9 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 225 [0x7fff483a6ae1]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 6 _CFXRegistrationPost (in CoreFoundation) + 458 [0x7fff483a6daa]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 6 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation) + 12 [0x7fff483a6edc]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 3 -[NSToolbarView windowDidUpdate:] (in AppKit) + 97 [0x7fff45a5ab83]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | + 3 -[NSToolbarView _autovalidationTypeForEvent:] (in AppKit) + 32 [0x7fff45a5ac3f]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | + 2 -[NSEvent type] (in AppKit) + 11 [0x7fff45a957fe]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 3 -[NSToolbarView windowDidUpdate:] (in AppKit) + 23,185 [0x7fff45a5ab39,0x7fff45a5abdb]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 2 _CFXRegistrationPost (in CoreFoundation) + 444 [0x7fff483a6d9c]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationTokenRegistration copyHandler] (in CoreFoundation) + 55 [0x7fff483a6eb7]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 _Block_copy (in libsystem_blocks.dylib) + 0 [0x7fff7021c87f]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 1 _CFXRegistrationPost (in CoreFoundation) + 79 [0x7fff483a6c2f]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 6 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 6 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 5 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 4 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 __CFStringEqual (in CoreFoundation) + 1245 [0x7fff48335fcd]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 1022 [0x7fff4831853e]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 3 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1495 [0x7fff483647d7]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 2 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 255 [0x7fff483a631f]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationObjectRegistration find:matching:] (in CoreFoundation) + 771 [0x7fff483b0193]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationObjcObserverRegistration find:] (in CoreFoundation) + 49 [0x7fff483a7ea1]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | + 1 _NSObjectLoadWeakRetained (in CoreFoundation) + 7 [0x7fff483a7f97]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationObjcObserverRegistration find:] (in CoreFoundation) + 264 [0x7fff483a7f78]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationObserverRegistration find:] (in CoreFoundation) + 674 [0x7fff483a6992]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 -[NSObject retain] (in libobjc.A.dylib) + 0 [0x7fff6f5a911b]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 0 [0x7fff483a6220]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1082,1464 [0x7fff4836463a,0x7fff483647b8]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 1 CFDictionaryGetValue (in CoreFoundation) + 1 [0x7fff48318071]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1620 [0x7fff48364854]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 qsort_r (in libsystem_c.dylib) + 57 [0x7fff7027dbbe]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 _CFXNotificationPost (in CoreFoundation) + 436 [0x7fff48363914]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 -[NSConcreteNotification dealloc] (in Foundation) + 64 [0x7fff4a473a54]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 2 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 2 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 35 [0x7fff4a47390e]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 2 NSAllocateObject (in Foundation) + 19 [0x7fff4a46f14e]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 2 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 2 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 2 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 default_zone_calloc (in libsystem_malloc.dylib) + 45 [0x7fff70387250]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 szone_calloc (in libsystem_malloc.dylib) + 0 [0x7fff70378cbc]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 -[NSObject release] (in libobjc.A.dylib) + 79,94 [0x7fff6f5ab450,0x7fff6f5ab45f]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[NSConcreteNotification dealloc] (in Foundation) + 111 [0x7fff4a473a83]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 26 [0x7fff6f5a70da]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[NSWindow update] (in AppKit) + 34 [0x7fff45a5ab00]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 standardDefaultCenter (in Foundation) + 56 [0x7fff4a5f8591]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 +[NSFileManager defaultManager] (in Foundation) + 6 [0x7fff4a472246]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 198 [0x7fff483afca6]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 _platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) + 0 [0x7fff704e0c40]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! 5 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 528 [0x7fff459306c3]
+ ! : | + ! : | + ! : | + ! : | + ! : 3 -[__NSArrayM dealloc] (in CoreFoundation) + 45 [0x7fff4833903d]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 1450 [0x7fff7038eaca]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 tiny_free_list_remove_ptr (in libsystem_malloc.dylib) + 29 [0x7fff70379614]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 673 [0x7fff7038e7c1]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 cow_cleanup (in CoreFoundation) + 39 [0x7fff484397e7]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[__NSArrayM dealloc] (in CoreFoundation) + 76 [0x7fff4833905c]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 18 [0x7fff6f5a70d2]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[__NSArrayM dealloc] (in CoreFoundation) + 0 [0x7fff48339010]
+ ! : | + ! : | + ! : | + ! : | + ! 4 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 99 [0x7fff45930516]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 +[NSArray allocWithZone:] (in CoreFoundation) + 6,129 [0x7fff48313166,0x7fff483131e1]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 +[__NSPlaceholderArray mutablePlaceholder] (in CoreFoundation) + 0 [0x7fff48330ff0]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | + ! : | + ! : | + ! 4 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 141 [0x7fff45930540]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 +[__NSArrayM __new:::] (in CoreFoundation) + 127 [0x7fff4843968f]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 363,471 [0x7fff703782fe,0x7fff7037836a]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 +[__NSArrayM __new:::] (in CoreFoundation) + 36 [0x7fff48439634]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 __CFAllocateObject2 (in CoreFoundation) + 15 [0x7fff4831328f]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 class_createInstance (in libobjc.A.dylib) + 46 [0x7fff6f5a6cc1]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 +[__NSArrayM __new:::] (in CoreFoundation) + 81 [0x7fff48439661]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 default_zone_good_size (in libsystem_malloc.dylib) + 0 [0x7fff703875d4]
+ ! : | + ! : | + ! : | + ! : | + ! 2 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 79 [0x7fff45930502]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 -[NSRecursiveLock lock] (in Foundation) + 0,5 [0x7fff4a47ddd4,0x7fff4a47ddd9]
+ ! : | + ! : | + ! : | + ! : | + ! 2 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 294 [0x7fff459305d9]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 122 [0x7fff4593052d]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSConcretePointerArray count] (in Foundation) + 0 [0x7fff4a484b8b]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 328 [0x7fff459305fb]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 477 [0x7fff45930690]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSRecursiveLock unlock] (in Foundation) + 11 [0x7fff4a47e6a6]
+ ! : | + ! : | + ! : | + ! : | + ! 1 object_getIndexedIvars (in libobjc.A.dylib) + 39 [0x7fff6f5ab179]
+ ! : | + ! : | + ! : | + ! : | + 16 -[NSApplication updateWindows] (in AppKit) + 68 [0x7fff4592f0f9]
+ ! : | + ! : | + ! : | + ! : | + ! 8 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : | + ! : 4 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 439 [0x7fff483643b7]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFGetTypeID (in CoreFoundation) + 14 [0x7fff4833907e]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1570 [0x7fff48364822]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 6 [0x7fff6f5a9d5c]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1464 [0x7fff483647b8]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 DYLD-STUB$$_Block_object_dispose (in CoreFoundation) + 0 [0x7fff485009e2]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _CFXNotificationPost (in CoreFoundation) + 97 [0x7fff483637c1]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[NSConcreteNotification name] (in Foundation) + 0 [0x7fff4a473985]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _CFXNotificationPost (in CoreFoundation) + 198 [0x7fff48363826]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 669 [0x7fff6f5a9ff3]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _CFXNotificationPost (in CoreFoundation) + 787 [0x7fff48363a73]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _Block_object_dispose (in libsystem_blocks.dylib) + 6 [0x7fff7021cc3f]
+ ! : | + ! : | + ! : | + ! : | + ! 5 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + ! : | + ! : 4 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 35 [0x7fff4a47390e]
+ ! : | + ! : | + ! : | + ! : | + ! : | 4 NSAllocateObject (in Foundation) + 19 [0x7fff4a46f14e]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 2 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 2 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 DYLD-STUB$$_platform_memset (in libsystem_malloc.dylib) + 0 [0x7fff7038f368]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 szone_calloc (in libsystem_malloc.dylib) + 32 [0x7fff70378cdc]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 class_createInstance (in libobjc.A.dylib) + 0,53 [0x7fff6f5a6c93,0x7fff6f5a6cc8]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 54 [0x7fff4a473921]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSObject copy] (in libobjc.A.dylib) + 11 [0x7fff6f5ab73d]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSConcreteNotification dealloc] (in Foundation) + 47 [0x7fff4a473a43]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSConcreteNotification dealloc] (in Foundation) + 111 [0x7fff4a473a83]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSObject dealloc] (in libobjc.A.dylib) + 0 [0x7fff6f5a920c]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + 10 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : | + ! 8 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | + ! : 6 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | + ! : | 6 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : | 4 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 4 CFEqual (in CoreFoundation) + 53,213 [0x7fff483287b5,0x7fff48328855]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 __CFStringHash (in CoreFoundation) + 149 [0x7fff48315435]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 221 [0x7fff4831821d]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 CFHash (in CoreFoundation) + 125 [0x7fff4831529d]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + ! : | + ! 1 _CFXNotificationPost (in CoreFoundation) + 97 [0x7fff483637c1]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSConcreteNotification name] (in Foundation) + 33 [0x7fff4a4739a6]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! 1 _CFXNotificationPost (in CoreFoundation) + 787 [0x7fff48363a73]
+ ! : | + ! : | + ! : | + ! : | + ! 1 _Block_object_dispose (in libsystem_blocks.dylib) + 179 [0x7fff7021ccec]
+ ! : | + ! : | + ! : | + ! : | + 5 -[NSApplication updateWindows] (in AppKit) + 124 [0x7fff4592f131]
+ ! : | + ! : | + ! : | + ! : | + ! 2 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 28 [0x7fff45930a77]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 objc_sync_enter (in libobjc.A.dylib) + 16 [0x7fff6f5abe2b]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 id2data(objc_object*, usage) (in libobjc.A.dylib) + 125 [0x7fff6f5abed6]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 fetch_cache(bool) (in libobjc.A.dylib) + 17 [0x7fff6f5ac163]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _objc_fetch_pthread_data (in libobjc.A.dylib) + 34 [0x7fff6f5a85b1]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 pthread_getspecific (in libsystem_pthread.dylib) + 0 [0x7fff704e4992]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _objc_fetch_pthread_data (in libobjc.A.dylib) + 0 [0x7fff6f5a858f]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 238 [0x7fff45930b49]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSApplication isActive] (in AppKit) + 14 [0x7fff45930492]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 565 [0x7fff45930c90]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _checkClientHeartBeatStates (in AppKit) + 98 [0x7fff45b0b968]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 752 [0x7fff45930d4b]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_sync_exit (in libobjc.A.dylib) + 36 [0x7fff6f5ac1f1]
+ ! : | + ! : | + ! : | + ! : | + ! 1 recursive_mutex_tt<false>::tryUnlock() (in libobjc.A.dylib) + 9 [0x7fff6f5ac211]
+ ! : | + ! : | + ! : | + ! : | + ! 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 379 [0x7fff704e48c7]
+ ! : | + ! : | + ! : | + ! : | + 3 -[NSApplication updateWindows] (in AppKit) + 40 [0x7fff4592f0dd]
+ ! : | + ! : | + ! : | + ! : | + ! 1 +[NSNotificationCenter defaultCenter] (in Foundation) + 1 [0x7fff4a47303a]
+ ! : | + ! : | + ! : | + ! : | + ! 1 standardDefaultCenter (in Foundation) + 56 [0x7fff4a5f8591]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! 1 standardDefaultCenter (in Foundation) + 96 [0x7fff4a5f85b9]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSProcessInfo(NSProcessInfoHardwareState) thermalState] (in Foundation) + 128 [0x7fff4a4737cd]
+ ! : | + ! : | + ! : | + ! : | + 2 -[NSApplication updateWindows] (in AppKit) + 21,146 [0x7fff4592f0ca,0x7fff4592f147]
+ ! : | + ! : | + ! : | + ! : | + 2 -[NSConcreteNotification dealloc] (in Foundation) + 64 [0x7fff4a473a54]
+ ! : | + ! : | + ! : | + ! : | + ! 2 objc_msgSend (in libobjc.A.dylib) + 33,46 [0x7fff6f5a6ea1,0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSApplication updateWindows] (in AppKit) + 96 [0x7fff4592f115]
+ ! : | + ! : | + ! : | + ! : | + ! 1 +[NSTextInputContext currentInputContext_withFirstResponderSync:] (in AppKit) + 37 [0x7fff463423ca]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSApplication updateWindows] (in AppKit) + 112 [0x7fff4592f125]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + ! : | + ! 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 136 [0x7fff4a473973]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSObject release] (in libobjc.A.dylib) + 94 [0x7fff6f5ab45f]
+ ! : | + ! : | + ! : | + ! : | 3 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 147 [0x7fff45d475d9]
+ ! : | + ! : | + ! : | + ! : | + 3 CFRunLoopRemoveObserver (in CoreFoundation) + 109 [0x7fff483af48d]
+ ! : | + ! : | + ! : | + ! : | + 3 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | + ! : | + 3 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + ! : | + 2 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CFHash (in CoreFoundation) + 1 [0x7fff48315221]
+ ! : | + ! : | + ! : | + ! : | + ! 1 __CFStringHash (in CoreFoundation) + 199 [0x7fff48315467]
+ ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 1028 [0x7fff48318544]
+ ! : | + ! : | + ! : | + ! : | 2 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 121 [0x7fff45d475bf]
+ ! : | + ! : | + ! : | + ! : | + 2 CFRunLoopRemoveObserver (in CoreFoundation) + 109 [0x7fff483af48d]
+ ! : | + ! : | + ! : | + ! : | + 1 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CFEqual (in CoreFoundation) + 91 [0x7fff483287db]
+ ! : | + ! : | + ! : | + ! : | + 1 __CFRunLoopFindMode (in CoreFoundation) + 219 [0x7fff4835f1db]
+ ! : | + ! : | + ! : | + ! : | + 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 184 [0x7fff704e4483]
+ ! : | + ! : | + ! : | + ! : | 1 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 43 [0x7fff45d47571]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_loadWeak (in libobjc.A.dylib) + 4 [0x7fff6f5b0652]
+ ! : | + ! : | + ! : | + ! : | 1 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 100 [0x7fff45d475aa]
+ ! : | + ! : | + ! : | + ! : | 1 CFRunLoopGetCurrent (in CoreFoundation) + 15 [0x7fff4835ecaf]
+ ! : | + ! : | + ! : | + ! : 8 __CFRunLoopDoObservers (in CoreFoundation) + 567 [0x7fff483af367]
+ ! : | + ! : | + ! : | + ! : | 7 CFRunLoopObserverInvalidate (in CoreFoundation) + 312 [0x7fff483af828]
+ ! : | + ! : | + ! : | + ! : | + 4 _Block_release (in libsystem_blocks.dylib) + 120 [0x7fff7021c9a6]
+ ! : | + ! : | + ! : | + ! : | + ! 2 objc_destructInstance (in libobjc.A.dylib) + 105 [0x7fff6f5a92d9]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _object_remove_assocations (in libobjc.A.dylib) + 164 [0x7fff6f5a93b0]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 std::__1::__hash_iterator<std::__1::__hash_node<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, void*>*> std::__1::__hash_table<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, std::__1::__unordered_map_hasher<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerHash, true>, std::__1::__unordered_map_equal<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerEqual, true>, objc_references_support::ObjcAllocator<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*> > >::find<unsigned long>(unsigned long const&) (in libobjc.A.dylib) + 90 [0x7fff6f5bd694]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _object_remove_assocations (in libobjc.A.dylib) + 55 [0x7fff6f5a9343]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_destructInstance (in libobjc.A.dylib) + 143 [0x7fff6f5a92ff]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_object::sidetable_clearDeallocating() (in libobjc.A.dylib) + 120 [0x7fff6f5a95ee]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 bool objc::DenseMapBase<objc::DenseMap<DisguisedPtr<objc_object>, unsigned long, true, objc::DenseMapInfo<DisguisedPtr<objc_object> > >, DisguisedPtr<objc_object>, unsigned long, objc::DenseMapInfo<DisguisedPtr<objc_object> >, true>::LookupBucketFor<DisguisedPtr<objc_object> >(DisguisedPtr<objc_object> const&, std::__1::pair<DisguisedPtr<objc_object>, unsigned long> const*&) const (in libobjc.A.dylib) + 0 [0x7fff6f5c1f7e]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_destructInstance (in libobjc.A.dylib) + 39 [0x7fff6f5a9297]
+ ! : | + ! : | + ! : | + ! : | + 3 _Block_release (in libsystem_blocks.dylib) + 111 [0x7fff7021c99d]
+ ! : | + ! : | + ! : | + ! : | + 1 _Block_object_dispose (in libsystem_blocks.dylib) + 163 [0x7fff7021ccdc]
+ ! : | + ! : | + ! : | + ! : | + : 1 objc_destroyWeak (in libobjc.A.dylib) + 131 [0x7fff6f5aea9c]
+ ! : | + ! : | + ! : | + ! : | + : 1 weak_unregister_no_lock (in libobjc.A.dylib) + 33 [0x7fff6f5ab9e9]
+ ! : | + ! : | + ! : | + ! : | + : 1 weak_entry_for_referent(weak_table_t*, objc_object*) (in libobjc.A.dylib) + 0 [0x7fff6f5abc42]
+ ! : | + ! : | + ! : | + ! : | + 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + ! : | + : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 570 [0x7fff7038e75a]
+ ! : | + ! : | + ! : | + ! : | + 1 free_tiny (in libsystem_malloc.dylib) + 136 [0x7fff7038f06a]
+ ! : | + ! : | + ! : | + ! : | 1 CFRunLoopObserverInvalidate (in CoreFoundation) + 320 [0x7fff483af830]
+ ! : | + ! : | + ! : | + ! : | 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 0 [0x7fff704e46cf]
+ ! : | + ! : | + ! : | + ! : 1 __CFRunLoopDoObservers (in CoreFoundation) + 253 [0x7fff483af22d]
+ ! : | + ! : | + ! : | + ! : | 1 CFRetain (in CoreFoundation) + 34 [0x7fff48313482]
+ ! : | + ! : | + ! : | + ! : 1 __CFRunLoopDoObservers (in CoreFoundation) + 471 [0x7fff483af307]
+ ! : | + ! : | + ! : | + ! : | 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 189 [0x7fff704e4809]
+ ! : | + ! : | + ! : | + ! : 1 __CFRunLoopDoObservers (in CoreFoundation) + 599 [0x7fff483af387]
+ ! : | + ! : | + ! : | + ! : 1 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : | + ! : | + ! : | + ! : 1 malloc_zone_free (in libsystem_malloc.dylib) + 50 [0x7fff7037b019]
+ ! : | + ! : | + ! : | + ! 22 __CFRunLoopRun (in CoreFoundation) + 1542 [0x7fff483919e6]
+ ! : | + ! : | + ! : | + ! : 22 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! : | + ! : 22 _kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151aa]
+ ! : | + ! : | + ! : | + ! 10 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
+ ! : | + ! : | + ! : | + ! : 10 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ ! : | + ! : | + ! : | + ! : 10 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + ! : 10 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : | + ! 5 __CFRunLoopRun (in CoreFoundation) + 1968 [0x7fff48391b90]
+ ! : | + ! : | + ! : | + ! : 5 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | + ! : | + ! : 5 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151b6]
+ ! : | + ! : | + ! : | + ! 3 __CFRunLoopRun (in CoreFoundation) + 1293 [0x7fff483918ed]
+ ! : | + ! : | + ! : | + ! : 2 __CFRunLoopDoSources0 (in CoreFoundation) + 208 [0x7fff48392470]
+ ! : | + ! : | + ! : | + ! : | 1 __CFRunLoopDoSource0 (in CoreFoundation) + 59 [0x7fff484693fb]
+ ! : | + ! : | + ! : | + ! : | + 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 297 [0x7fff704e4875]
+ ! : | + ! : | + ! : | + ! : | 1 __CFRunLoopDoSource0 (in CoreFoundation) + 44 [0x7fff484693ec]
+ ! : | + ! : | + ! : | + ! : 1 __CFRunLoopDoSources0 (in CoreFoundation) + 352 [0x7fff48392500]
+ ! : | + ! : | + ! : | + ! : 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 215 [0x7fff704e44a2]
+ ! : | + ! : | + ! : | + ! 2 __CFRunLoopRun (in CoreFoundation) + 299 [0x7fff4839150b]
+ ! : | + ! : | + ! : | + ! : 2 malloc (in libsystem_malloc.dylib) + 24 [0x7fff703764c7]
+ ! : | + ! : | + ! : | + ! : 2 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : | + ! : 2 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : | + ! : 2 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 41 [0x7fff703781bc]
+ ! : | + ! : | + ! : | + ! 2 __CFRunLoopRun (in CoreFoundation) + 3331 [0x7fff483920e3]
+ ! : | + ! : | + ! : | + ! : 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + ! : | 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 0 [0x7fff7038e520]
+ ! : | + ! : | + ! : | + ! : 1 szone_size (in libsystem_malloc.dylib) + 749 [0x7fff70378b12]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 236 [0x7fff483914cc]
+ ! : | + ! : | + ! : | + ! : 1 CFSetContainsValue (in CoreFoundation) + 119 [0x7fff48360037]
+ ! : | + ! : | + ! : | + ! : 1 CFBasicHashGetCountOfKey (in CoreFoundation) + 157 [0x7fff4836011d]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 1278 [0x7fff483918de]
+ ! : | + ! : | + ! : | + ! : 1 __CFRunLoopDoBlocks (in CoreFoundation) + 1 [0x7fff48392141]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopRun (in CoreFoundation) + 1885 [0x7fff48391b3d]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 186 [0x7fff704e4485]
+ ! : | + ! : | + ! : | + 57 CFRunLoopRunSpecific (in CoreFoundation) + 543 [0x7fff4839118f]
+ ! : | + ! : | + ! : | + ! 54 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : | + ! : 54 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : | + ! : 52 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 66 [0x7fff5370d98a]
+ ! : | + ! : | + ! : | + ! : | 46 CA::Transaction::commit() (in QuartzCore) + 487 [0x7fff537014c5]
+ ! : | + ! : | + ! : | + ! : | + 28 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3765 [0x7fff5370269b]
+ ! : | + ! : | + ! : | + ! : | + ! 28 _dispatch_global_queue_poke_slow (in libdispatch.dylib) + 96 [0x7fff701a8e59]
+ ! : | + ! : | + ! : | + ! : | + ! 27 _pthread_workqueue_addthreads (in libsystem_pthread.dylib) + 45 [0x7fff704e5bc4]
+ ! : | + ! : | + ! : | + ! : | + ! : 27 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! : | + ! : | + ! : | + ! : | + ! 1 DYLD-STUB$$__workq_kernreturn (in libsystem_pthread.dylib) + 0 [0x7fff704ec1b6]
+ ! : | + ! : | + ! : | + ! : | + 5 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3732,342,... [0x7fff5370267a,0x7fff5370193c,...]
+ ! : | + ! : | + ! : | + ! : | + 4 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1930 [0x7fff53701f70]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CA::Render::Encoder::set_object_cache(CA::Render::Encoder::ObjectCache*) (in QuartzCore) + 34 [0x7fff53703708]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 14 [0x7fff704df624]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CA::Render::Encoder::set_object_cache(CA::Render::Encoder::ObjectCache*) (in QuartzCore) + 58 [0x7fff53703720]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 x_hash_table_foreach (in QuartzCore) + 6 [0x7fff5370ab4b]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CA::Render::Encoder::set_object_cache(CA::Render::Encoder::ObjectCache*) (in QuartzCore) + 38 [0x7fff5370370c]
+ ! : | + ! : | + ! : | + ! : | + ! 1 os_unfair_lock_unlock (in libsystem_platform.dylib) + 12 [0x7fff704df76d]
+ ! : | + ! : | + ! : | + ! : | + 2 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 262 [0x7fff537018ec]
+ ! : | + ! : | + ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 215 [0x7fff704e44a2]
+ ! : | + ! : | + ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 87 [0x7fff5370183d]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CA::Context::retain_all_contexts(bool, CA::Context**, unsigned long&) (in QuartzCore) + 35 [0x7fff53702777]
+ ! : | + ! : | + ! : | + ! : | + ! 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704df616]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 326 [0x7fff5370192c]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CA::Layer::layout_and_display_if_needed(CA::Transaction*) (in QuartzCore) + 24 [0x7fff53702930]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CA::Layer::layout_if_needed(CA::Transaction*) (in QuartzCore) + 580 [0x7fff53702b8a]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 430 [0x7fff53701994]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CA::Context::retain_all_contexts(bool, CA::Context**, unsigned long&) (in QuartzCore) + 6 [0x7fff5370275a]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1484 [0x7fff53701db2]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CATimeWithHostTime (in QuartzCore) + 20 [0x7fff537033dd]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1843 [0x7fff53701f19]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CA::Render::Encoder::Encoder(x_heap_struct*, unsigned int, void*, unsigned int, double) (in QuartzCore) + 347 [0x7fff53703663]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 2209 [0x7fff53702087]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CA::Transaction::foreach_command(unsigned int, void (*)(int, unsigned long, void const*, void*), void*) (in QuartzCore) + 10 [0x7fff53703eac]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3698 [0x7fff53702658]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Layer::set_next_animation_time(CA::Transaction*, double, double) (in QuartzCore) + 275 [0x7fff5370bbad]
+ ! : | + ! : | + ! : | + ! : | 2 CA::Transaction::commit() (in QuartzCore) + 89 [0x7fff53701337]
+ ! : | + ! : | + ! : | + ! : | + 2 CA::Transaction::get_value(unsigned int, _CAValueType, void*) (in QuartzCore) + 6,69 [0x7fff536f378e,0x7fff536f37cd]
+ ! : | + ! : | + ! : | + ! : | 2 CA::Transaction::commit() (in QuartzCore) + 700 [0x7fff5370159a]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Layer::free_transaction(CA::Transaction*) (in QuartzCore) + 346 [0x7fff5370c308]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CALayerRelease (in QuartzCore) + 34 [0x7fff536fd4b1]
+ ! : | + ! : | + ! : | + ! : | + ! 1 NSRecordAllocationEvent (in Foundation) + 0 [0x7fff4a47f04c]
+ ! : | + ! : | + ! : | + ! : | + 1 CA::Layer::free_transaction(CA::Transaction*) (in QuartzCore) + 200 [0x7fff5370c276]
+ ! : | + ! : | + ! : | + ! : | 1 CA::Transaction::commit() (in QuartzCore) + 137 [0x7fff53701367]
+ ! : | + ! : | + ! : | + ! : | + 1 kdebug_trace (in libsystem_kernel.dylib) + 0 [0x7fff7031a603]
+ ! : | + ! : | + ! : | + ! : | 1 CA::Transaction::commit() (in QuartzCore) + 339 [0x7fff53701431]
+ ! : | + ! : | + ! : | + ! : 1 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 55 [0x7fff5370d97f]
+ ! : | + ! : | + ! : | + ! : | 1 objc_autoreleasePoolPush (in libobjc.A.dylib) + 0 [0x7fff6f5a9ae7]
+ ! : | + ! : | + ! : | + ! : 1 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 82 [0x7fff5370d99a]
+ ! : | + ! : | + ! : | + ! : 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 30 [0x7fff6f5a9d74]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 110 [0x7fff483af19e]
+ ! : | + ! : | + ! : | + ! : 1 CFArrayGetCount (in CoreFoundation) + 27 [0x7fff48334beb]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 599 [0x7fff483af387]
+ ! : | + ! : | + ! : | + ! : 1 CFRelease (in CoreFoundation) + 0 [0x7fff4831a2a0]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 461 [0x7fff483af2fd]
+ ! : | + ! : | + ! : | + 5 CFRunLoopRunSpecific (in CoreFoundation) + 248 [0x7fff48391068]
+ ! : | + ! : | + ! : | + ! 5 __CFRunLoopModeIsEmpty (in CoreFoundation) + 153 [0x7fff483912b9]
+ ! : | + ! : | + ! : | + ! 5 CFSetContainsValue (in CoreFoundation) + 119 [0x7fff48360037]
+ ! : | + ! : | + ! : | + ! 4 CFBasicHashGetCountOfKey (in CoreFoundation) + 190 [0x7fff4836013e]
+ ! : | + ! : | + ! : | + ! : 3 __CFStringHash (in CoreFoundation) + 212,261,... [0x7fff48315474,0x7fff483154a5,...]
+ ! : | + ! : | + ! : | + ! : 1 CFHash (in CoreFoundation) + 27 [0x7fff4831523b]
+ ! : | + ! : | + ! : | + ! 1 CFBasicHashGetCountOfKey (in CoreFoundation) + 3323 [0x7fff48360d7b]
+ ! : | + ! : | + ! : | + 4 CFRunLoopRunSpecific (in CoreFoundation) + 303 [0x7fff4839109f]
+ ! : | + ! : | + ! : | + ! 4 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : | + ! 4 szone_malloc_should_clear (in libsystem_malloc.dylib) + 0,94,... [0x7fff70377219,0x7fff70377277,...]
+ ! : | + ! : | + ! : | + 3 CFRunLoopRunSpecific (in CoreFoundation) + 92 [0x7fff48390fcc]
+ ! : | + ! : | + ! : | + ! 2 CFEqual (in CoreFoundation) + 208,213 [0x7fff48328850,0x7fff48328855]
+ ! : | + ! : | + ! : | + ! 1 __CFStringEqual (in CoreFoundation) + 144 [0x7fff48335b80]
+ ! : | + ! : | + ! : | + 3 CFRunLoopRunSpecific (in CoreFoundation) + 225 [0x7fff48391051]
+ ! : | + ! : | + ! : | + ! 3 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | + ! 3 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + ! 2 CFBasicHashFindBucket (in CoreFoundation) + 221 [0x7fff4831821d]
+ ! : | + ! : | + ! : | + ! 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! 1 __CFStringHash (in CoreFoundation) + 2849 [0x7fff48315ec1]
+ ! : | + ! : | + ! : | + 3 CFRunLoopRunSpecific (in CoreFoundation) + 393,189 [0x7fff483910f9,0x7fff4839102d]
+ ! : | + ! : | + ! : | + 2 CFRunLoopRunSpecific (in CoreFoundation) + 385 [0x7fff483910f1]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 62 [0x7fff483af16e]
+ ! : | + ! : | + ! : | + ! : 1 kdebug_trace (in libsystem_kernel.dylib) + 33 [0x7fff7031a624]
+ ! : | + ! : | + ! : | + ! : 1 kdebug_is_enabled (in libsystem_kernel.dylib) + 21 [0x7fff7031a5cc]
+ ! : | + ! : | + ! : | + ! 1 __CFRunLoopDoObservers (in CoreFoundation) + 631 [0x7fff483af3a7]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 207 [0x7fff704e449a]
+ ! : | + ! : | + ! : | + 1 CFRunLoopRunSpecific (in CoreFoundation) + 212 [0x7fff48391044]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 62 [0x7fff704e4409]
+ ! : | + ! : | + ! : | + 1 CFRunLoopRunSpecific (in CoreFoundation) + 513 [0x7fff48391171]
+ ! : | + ! : | + ! : | + ! 1 kdebug_trace (in libsystem_kernel.dylib) + 33 [0x7fff7031a624]
+ ! : | + ! : | + ! : | + ! 1 kdebug_is_enabled (in libsystem_kernel.dylib) + 7 [0x7fff7031a5be]
+ ! : | + ! : | + ! : | + 1 CFRunLoopRunSpecific (in CoreFoundation) + 557 [0x7fff4839119d]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 11 [0x7fff704e4757]
+ ! : | + ! : | + ! : | + 1 CFRunLoopRunSpecific (in CoreFoundation) + 575 [0x7fff483911af]
+ ! : | + ! : | + ! : | + 1 default_zone_free (in libsystem_malloc.dylib) + 45 [0x7fff703872f3]
+ ! : | + ! : | + ! : | 5 RunCurrentEventLoopInMode (in HIToolbox) + 161 [0x7fff4767bd19]
+ ! : | + ! : | + ! : | + 2 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 1622 [0x7fff4832b396]
+ ! : | + ! : | + ! : | + ! 2 _platform_memcmp (in libsystem_platform.dylib) + 288,293 [0x7fff704dbcc0,0x7fff704dbcc5]
+ ! : | + ! : | + ! : | + 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 68 [0x7fff4832ad84]
+ ! : | + ! : | + ! : | + ! 1 CFStringGetLength (in CoreFoundation) + 13 [0x7fff4831bf5d]
+ ! : | + ! : | + ! : | + 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 194 [0x7fff4832ae02]
+ ! : | + ! : | + ! : | + ! 1 __CFStringFillCharacterSetInlineBuffer (in CoreFoundation) + 1 [0x7fff4831f691]
+ ! : | + ! : | + ! : | + 1 CFStringCompareWithOptionsAndLocale (in CoreFoundation) + 321 [0x7fff4832ae81]
+ ! : | + ! : | + ! : | + 1 CFStringGetCStringPtr (in CoreFoundation) + 304 [0x7fff4831fa20]
+ ! : | + ! : | + ! : | 4 RunCurrentEventLoopInMode (in HIToolbox) + 223 [0x7fff4767bd57]
+ ! : | + ! : | + ! : | + 3 _NotifyEventLoopObservers (in HIToolbox) + 47 [0x7fff47653f35]
+ ! : | + ! : | + ! : | + ! 3 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | + ! : | + ! 2 ThreadIsCooperative (in CarbonCore) + 68 [0x7fff49501b6b]
+ ! : | + ! : | + ! : | + ! : 2 TSUnlockMutex (in CarbonCore) + 191 [0x7fff495017e5]
+ ! : | + ! : | + ! : | + ! : 2 pthread_mutex_unlock (in libsystem_pthread.dylib) + 27,99 [0x7fff704e46ea,0x7fff704e4732]
+ ! : | + ! : | + ! : | + ! 1 ThreadIsCooperative (in CarbonCore) + 41 [0x7fff49501b50]
+ ! : | + ! : | + ! : | + ! 1 TSLockMutex (in CarbonCore) + 48 [0x7fff49501394]
+ ! : | + ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 123 [0x7fff47653f81]
+ ! : | + ! : | + ! : | 1 RunCurrentEventLoopInMode (in HIToolbox) + 300 [0x7fff4767bda4]
+ ! : | + ! : | + ! : | + 1 _NotifyEventLoopObservers (in HIToolbox) + 28 [0x7fff47653f22]
+ ! : | + ! : | + ! : | 1 RunCurrentEventLoopInMode (in HIToolbox) + 288 [0x7fff4767bd98]
+ ! : | + ! : | + ! : 6 ReceiveNextEventCommon (in HIToolbox) + 426 [0x7fff4767ba4b]
+ ! : | + ! : | + ! : | 2 AcquireEventFromQueue (in HIToolbox) + 335 [0x7fff4768a872]
+ ! : | + ! : | + ! : | + 2 ___DPSBlockUntilNextEventMatchingListInMode_block_invoke (in AppKit) + 0,6 [0x7fff45b22235,0x7fff45b2223b]
+ ! : | + ! : | + ! : | 2 AcquireEventFromQueue (in HIToolbox) + 746 [0x7fff4768aa0d]
+ ! : | + ! : | + ! : | + 2 _NotifyEventLoopObservers (in HIToolbox) + 1,123 [0x7fff47653f07,0x7fff47653f81]
+ ! : | + ! : | + ! : | 1 AcquireEventFromQueue (in HIToolbox) + 512 [0x7fff4768a923]
+ ! : | + ! : | + ! : | + 1 DequeueEvent (in HIToolbox) + 129 [0x7fff4768aadd]
+ ! : | + ! : | + ! : | 1 AcquireEventFromQueue (in HIToolbox) + 215 [0x7fff4768a7fa]
+ ! : | + ! : | + ! : 2 ReceiveNextEventCommon (in HIToolbox) + 810 [0x7fff4767bbcb]
+ ! : | + ! : | + ! : | 2 CopyEventCGEvent (in HIToolbox) + 23 [0x7fff4768a717]
+ ! : | + ! : | + ! : | 2 CFRetain (in CoreFoundation) + 19 [0x7fff48313473]
+ ! : | + ! : | + ! : 2 ReceiveNextEventCommon (in HIToolbox) + 826 [0x7fff4767bbdb]
+ ! : | + ! : | + ! : | 2 SLEventGetType (in SkyLight) + 17 [0x7fff6a10a9ee]
+ ! : | + ! : | + ! : 1 ReceiveNextEventCommon (in HIToolbox) + 399 [0x7fff4767ba30]
+ ! : | + ! : | + ! : | 1 GetCurrentEventQueue (in HIToolbox) + 87 [0x7fff4767b7f9]
+ ! : | + ! : | + ! : | 1 GetMainEventQueue (in HIToolbox) + 13 [0x7fff47663967]
+ ! : | + ! : | + ! : | 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 7 [0x7fff704e4353]
+ ! : | + ! : | + ! : 1 ReceiveNextEventCommon (in HIToolbox) + 840 [0x7fff4767bbe9]
+ ! : | + ! : | + ! : 1 shouldTraceEvent (in HIToolbox) + 18 [0x7fff477c1d08]
+ ! : | + ! : | + ! : 1 SLEventGetIntegerValueField (in SkyLight) + 114 [0x7fff6a10b51b]
+ ! : | + ! : | + ! 1 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 0 [0x7fff4767b844]
+ ! : | + ! : | + 4 _DPSNextEvent (in AppKit) + 814,2085,... [0x7fff4592c57c,0x7fff4592ca73,...]
+ ! : | + ! : | + 1 _DPSNextEvent (in AppKit) + 103 [0x7fff4592c2b5]
+ ! : | + ! : | + ! 1 CFRunLoopGetCurrent (in CoreFoundation) + 15 [0x7fff4835ecaf]
+ ! : | + ! : | + 1 _DPSNextEvent (in AppKit) + 2105 [0x7fff4592ca87]
+ ! : | + ! : | + 1 GetEventAttributes (in HIToolbox) + 0 [0x7fff4766907c]
+ ! : | + ! : | 15 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3548 [0x7fff460c302c]
+ ! : | + ! : | + 4 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 215 [0x7fff45eca392]
+ ! : | + ! : | + ! 2 -[NSApplication(NSWindowCache) _findWindowUsingCache:] (in AppKit) + 152 [0x7fff459345f0]
+ ! : | + ! : | + ! : 2 -[NSConcretePointerArray countByEnumeratingWithState:objects:count:] (in Foundation) + 27 [0x7fff4a48533d]
+ ! : | + ! : | + ! 1 -[NSApplication windowWithWindowNumber:] (in AppKit) + 0 [0x7fff45934546]
+ ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _findWindowUsingCache:] (in AppKit) + 374 [0x7fff459346ce]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + 3 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 115 [0x7fff45eca32e]
+ ! : | + ! : | + ! 2 -[NSEvent _initAuxiliaryData] (in AppKit) + 29 [0x7fff45b831b0]
+ ! : | + ! : | + ! : 2 +[NSObject new] (in libobjc.A.dylib) + 45 [0x7fff6f5ab11c]
+ ! : | + ! : | + ! : 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | 1 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | 1 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : | 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 41 [0x7fff703781bc]
+ ! : | + ! : | + ! : 1 class_createInstance (in libobjc.A.dylib) + 53 [0x7fff6f5a6cc8]
+ ! : | + ! : | + ! 1 -[NSEvent _initAuxiliaryData] (in AppKit) + 5 [0x7fff45b83198]
+ ! : | + ! : | + 3 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 271 [0x7fff45eca3ca]
+ ! : | + ! : | + ! 2 -[NSApplication(NSWindowCache) _findWindowUsingContextID:] (in AppKit) + 357 [0x7fff45a96893]
+ ! : | + ! : | + ! : 2 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! 1 -[NSApplication(NSWindowCache) _findWindowUsingContextID:] (in AppKit) + 111 [0x7fff45a9679d]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 65 [0x7fff6f5a6ec1]
+ ! : | + ! : | + 2 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 1104,2718 [0x7fff45eca70b,0x7fff45ecad59]
+ ! : | + ! : | + 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 252 [0x7fff45eca3b7]
+ ! : | + ! : | + ! 1 SLEventGetIntegerValueField (in SkyLight) + 337 [0x7fff6a10b5fa]
+ ! : | + ! : | + 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 595 [0x7fff45eca50e]
+ ! : | + ! : | + ! 1 SLSMainDisplayID (in SkyLight) + 42 [0x7fff6a1bdecf]
+ ! : | + ! : | + ! 1 get_current_display_system_state (in SkyLight) + 54 [0x7fff69ffa547]
+ ! : | + ! : | + 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 1073 [0x7fff45eca6ec]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | 15 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 4028 [0x7fff460c320c]
+ ! : | + ! : | + 14 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : | + ! 8 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
+ ! : | + ! : | + ! : 6 ReleaseEvent (in HIToolbox) + 230 [0x7fff47652567]
+ ! : | + ! : | + ! : | 5 _CFRelease (in CoreFoundation) + 284 [0x7fff48469e7c]
+ ! : | + ! : | + ! : | + 4 event_finalize(void const*) (in SkyLight) + 43 [0x7fff6a109ef8]
+ ! : | + ! : | + ! : | + ! 3 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : | + ! : | + ! : | + ! : 2 free_tiny (in libsystem_malloc.dylib) + 136,327 [0x7fff7038f06a,0x7fff7038f129]
+ ! : | + ! : | + ! : | + ! : 1 malloc_zone_free (in libsystem_malloc.dylib) + 43 [0x7fff7037b012]
+ ! : | + ! : | + ! : | + ! 1 _CFRelease (in CoreFoundation) + 750 [0x7fff4846a04e]
+ ! : | + ! : | + ! : | + 1 event_finalize(void const*) (in SkyLight) + 1 [0x7fff6a109ece]
+ ! : | + ! : | + ! : | 1 _CFRelease (in CoreFoundation) + 191 [0x7fff48469e1f]
+ ! : | + ! : | + ! : 1 ReleaseEvent (in HIToolbox) + 45 [0x7fff476524ae]
+ ! : | + ! : | + ! : | 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 59 [0x7fff704e4387]
+ ! : | + ! : | + ! : 1 ReleaseEvent (in HIToolbox) + 262 [0x7fff47652587]
+ ! : | + ! : | + ! : 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 7 [0x7fff704e4353]
+ ! : | + ! : | + ! 3 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : | + ! : | + ! : 2 objc_msgSendSuper2 (in libobjc.A.dylib) + 18,31 [0x7fff6f5a70d2,0x7fff6f5a70df]
+ ! : | + ! : | + ! : 1 object_dispose (in libobjc.A.dylib) + 22 [0x7fff6f5a925f]
+ ! : | + ! : | + ! : 1 objc_destructInstance (in libobjc.A.dylib) + 92 [0x7fff6f5a92cc]
+ ! : | + ! : | + ! : 1 object_cxxDestructFromClass(objc_object*, objc_class*) (in libobjc.A.dylib) + 53 [0x7fff6f5b0589]
+ ! : | + ! : | + ! 1 -[NSEvent dealloc] (in AppKit) + 173 [0x7fff45a602e6]
+ ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! 1 -[NSEvent dealloc] (in AppKit) + 218 [0x7fff45a60313]
+ ! : | + ! : | + ! : 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 2415 [0x7fff7038ee8f]
+ ! : | + ! : | + ! 1 objc_release (in libobjc.A.dylib) + 77 [0x7fff6f5a91ad]
+ ! : | + ! : | + 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 689 [0x7fff6f5aa007]
+ ! : | + ! : | 8 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 914 [0x7fff460c25e2]
+ ! : | + ! : | + 5 _DPSEventHandledByCarbon (in AppKit) + 43 [0x7fff45cf0dd3]
+ ! : | + ! : | + ! 5 -[NSApplication _disableSuddenTermination] (in AppKit) + 9 [0x7fff4593142c]
+ ! : | + ! : | + ! 4 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 55 [0x7fff4768b456]
+ ! : | + ! : | + ! : 2 _CFSuddenTerminationDisable (in CoreFoundation) + 0 [0x7fff4836bb50]
+ ! : | + ! : | + ! : 1 _CFSuddenTerminationDisable (in CoreFoundation) + 33 [0x7fff4836bb71]
+ ! : | + ! : | + ! : | 1 xpc_transaction_begin (in libxpc.dylib) + 83 [0x7fff70522a7b]
+ ! : | + ! : | + ! : | 1 _xpc_ktrace_pid1 (in libxpc.dylib) + 17 [0x7fff70522afb]
+ ! : | + ! : | + ! : | 1 __getpid (in libsystem_kernel.dylib) + 0 [0x7fff7031e2a4]
+ ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! 1 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 34 [0x7fff4768b441]
+ ! : | + ! : | + 2 _DPSEventHandledByCarbon (in AppKit) + 54 [0x7fff45cf0dde]
+ ! : | + ! : | + ! 2 _NSHandleCarbonMenuEvent (in AppKit) + 32 [0x7fff45a969fb]
+ ! : | + ! : | + ! 2 ConvertEventRefToEventRecord (in HIToolbox) + 89 [0x7fff4768b265]
+ ! : | + ! : | + ! 1 DYLD-STUB$$CGSMainConnectionID (in HIToolbox) + 0 [0x7fff478f0b80]
+ ! : | + ! : | + ! 1 GetGlobalMouse (in HIToolbox) + 19 [0x7fff4768b3a2]
+ ! : | + ! : | + ! 1 SLSMainConnectionID (in SkyLight) + 21 [0x7fff6a1c978b]
+ ! : | + ! : | + 1 _DPSEventHandledByCarbon (in AppKit) + 174 [0x7fff45cf0e56]
+ ! : | + ! : | 6 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3528 [0x7fff460c3018]
+ ! : | + ! : | + 6 _objc_rootAlloc (in libobjc.A.dylib) + 45 [0x7fff6f5aa98e]
+ ! : | + ! : | + 5 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! 5 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! 5 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! 3 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : 2 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 1,211 [0x7fff70378194,0x7fff70378266]
+ ! : | + ! : | + ! : 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 431 [0x7fff70378342]
+ ! : | + ! : | + ! : 1 set_tiny_meta_header_in_use (in libsystem_malloc.dylib) + 250 [0x7fff7038efa4]
+ ! : | + ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1321 [0x7fff70377742]
+ ! : | + ! : | + ! : 1 _platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) + 113 [0x7fff704e0cb1]
+ ! : | + ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 2778 [0x7fff70377cf3]
+ ! : | + ! : | + 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | 5 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3615 [0x7fff460c306f]
+ ! : | + ! : | + 4 -[NSApplication(NSEvent) _setCurrentEvent:] (in AppKit) + 47 [0x7fff460c375e]
+ ! : | + ! : | + ! 2 -[NSEvent isEqual:] (in AppKit) + 72 [0x7fff45a95015]
+ ! : | + ! : | + ! : 1 -[NSObject isKindOfClass:] (in libobjc.A.dylib) + 32 [0x7fff6f5abe05]
+ ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! 1 -[NSEvent isEqual:] (in AppKit) + 139 [0x7fff45a95058]
+ ! : | + ! : | + ! : 1 -[NSEvent locationInWindow] (in AppKit) + 0 [0x7fff45a95804]
+ ! : | + ! : | + ! 1 -[NSEvent isEqual:] (in AppKit) + 633 [0x7fff45a95246]
+ ! : | + ! : | + 1 -[NSApplication(NSEvent) _setCurrentEvent:] (in AppKit) + 85 [0x7fff460c3784]
+ ! : | + ! : | + 1 -[NSObject retain] (in libobjc.A.dylib) + 1 [0x7fff6f5a911c]
+ ! : | + ! : | 5 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 249,817,... [0x7fff460c2349,0x7fff460c2581,...]
+ ! : | + ! : | 2 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2765 [0x7fff460c2d1d]
+ ! : | + ! : | + 1 -[NSDate isEqualToDate:] (in CoreFoundation) + 1 [0x7fff483f4e31]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 6 [0x7fff6f5a6e86]
+ ! : | + ! : | 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 881 [0x7fff460c25c1]
+ ! : | + ! : | + 1 -[NSEvent window] (in AppKit) + 35 [0x7fff45a97019]
+ ! : | + ! : | + 1 objc_loadWeak (in libobjc.A.dylib) + 0 [0x7fff6f5b064e]
+ ! : | + ! : | 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 904 [0x7fff460c25d8]
+ ! : | + ! : | + 1 -[NSEvent _eventRef] (in AppKit) + 0 [0x7fff45aa80a6]
+ ! : | + ! : | 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 952 [0x7fff460c2608]
+ ! : | + ! : | + 1 -[NSEvent type] (in AppKit) + 0 [0x7fff45a957f3]
+ ! : | + ! : | 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2688 [0x7fff460c2cd0]
+ ! : | + ! : | + 1 _PerfAddRunLoopObserver (in AppKit) + 0 [0x7fff45d3fe4f]
+ ! : | + ! : | 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2749 [0x7fff460c2d0d]
+ ! : | + ! : | + 1 +[NSDate distantPast] (in CoreFoundation) + 0 [0x7fff483b2e40]
+ ! : | + ! : | 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2994 [0x7fff460c2e02]
+ ! : | + ! : | + 1 +[NSEvent _setSuppressesDirectTouchRouting:] (in AppKit) + 0 [0x7fff45ec6500]
+ ! : | + ! : | 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 4085 [0x7fff460c3245]
+ ! : | + ! : | 1 -[NSObject autorelease] (in libobjc.A.dylib) + 0 [0x7fff6f5ab65c]
+ ! : | + ! : 49 -[NSApplication run] (in AppKit) + 812 [0x7fff459218b5]
+ ! : | + ! : | 42 -[EmacsApp sendEvent:] (in Emacs) + 622 [0x1001bb10e]
+ ! : | + ! : | + 32 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2492 [0x7fff460c1254]
+ ! : | + ! : | + ! 12 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 426 [0x7fff4591ef4b]
+ ! : | + ! : | + ! : 4 CFRunLoopAddObserver (in CoreFoundation) + 225 [0x7fff4837a571]
+ ! : | + ! : | + ! : | 2 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | + 2 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! 1 CFHash (in CoreFoundation) + 125 [0x7fff4831529d]
+ ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopModeEqual (in CoreFoundation) + 1 [0x7fff4835ffa1]
+ ! : | + ! : | + ! : | 1 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + ! : | + 1 _CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) + 58 [0x7fff483107aa]
+ ! : | + ! : | + ! : | 1 __CFRunLoopFindMode (in CoreFoundation) + 219 [0x7fff4835f1db]
+ ! : | + ! : | + ! : | 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 215 [0x7fff704e44a2]
+ ! : | + ! : | + ! : 3 CFRunLoopAddObserver (in CoreFoundation) + 571 [0x7fff4837a6cb]
+ ! : | + ! : | + ! : | 1 -[__NSArrayM insertObject:atIndex:] (in CoreFoundation) + 0 [0x7fff48335180]
+ ! : | + ! : | + ! : | 1 -[__NSCFType retain] (in CoreFoundation) + 0 [0x7fff48362620]
+ ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : 2 CFRunLoopAddObserver (in CoreFoundation) + 287 [0x7fff4837a5af]
+ ! : | + ! : | + ! : | 1 -[__NSArrayM count] (in CoreFoundation) + 24 [0x7fff48334c88]
+ ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : 2 CFRunLoopAddObserver (in CoreFoundation) + 303 [0x7fff4837a5bf]
+ ! : | + ! : | + ! : | 2 CFArrayContainsValue (in CoreFoundation) + 243 [0x7fff48345533]
+ ! : | + ! : | + ! : | 2 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | + ! : 1 CFRunLoopAddObserver (in CoreFoundation) + 360 [0x7fff4837a5f8]
+ ! : | + ! : | + ! : 1 CFArrayGetValueAtIndex (in CoreFoundation) + 0 [0x7fff48336170]
+ ! : | + ! : | + ! 10 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 378 [0x7fff4591ef1b]
+ ! : | + ! : | + ! : 10 CFRunLoopObserverCreateWithHandler (in CoreFoundation) + 66 [0x7fff483a7cf2]
+ ! : | + ! : | + ! : 5 CFRunLoopObserverCreate (in CoreFoundation) + 357 [0x7fff4837a405]
+ ! : | + ! : | + ! : | 3 _Block_copy (in libsystem_blocks.dylib) + 113 [0x7fff7021c8f0]
+ ! : | + ! : | + ! : | + 2 _Block_object_assign (in libsystem_blocks.dylib) + 331 [0x7fff7021cc27]
+ ! : | + ! : | + ! : | + ! 2 objc_moveWeak (in libobjc.A.dylib) + 54 [0x7fff6f5b4b4b]
+ ! : | + ! : | + ! : | + ! 2 objc_destroyWeak (in libobjc.A.dylib) + 95,146 [0x7fff6f5aea78,0x7fff6f5aeaab]
+ ! : | + ! : | + ! : | + 1 _Block_object_assign (in libsystem_blocks.dylib) + 224 [0x7fff7021cbbc]
+ ! : | + ! : | + ! : | + 1 malloc (in libsystem_malloc.dylib) + 24 [0x7fff703764c7]
+ ! : | + ! : | + ! : | + 1 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : | + 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : | + 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 431 [0x7fff70378342]
+ ! : | + ! : | + ! : | + 1 set_tiny_meta_header_in_use (in libsystem_malloc.dylib) + 311 [0x7fff7038efe1]
+ ! : | + ! : | + ! : | 1 _Block_copy (in libsystem_blocks.dylib) + 52 [0x7fff7021c8b3]
+ ! : | + ! : | + ! : | + 1 malloc (in libsystem_malloc.dylib) + 24 [0x7fff703764c7]
+ ! : | + ! : | + ! : | + 1 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : | + 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 26 [0x7fff70377233]
+ ! : | + ! : | + ! : | 1 _Block_copy (in libsystem_blocks.dylib) + 75 [0x7fff7021c8ca]
+ ! : | + ! : | + ! : | 1 _platform_memmove$VARIANT$Haswell (in libsystem_platform.dylib) + 83 [0x7fff704dff73]
+ ! : | + ! : | + ! : 3 CFRunLoopObserverCreate (in CoreFoundation) + 125 [0x7fff4837a31d]
+ ! : | + ! : | + ! : | 1 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
+ ! : | + ! : | + ! : | + 1 __CFAllocatorSystemAllocate (in CoreFoundation) + 10 [0x7fff4830f50a]
+ ! : | + ! : | + ! : | 1 _CFRuntimeCreateInstance (in CoreFoundation) + 635 [0x7fff4830f42b]
+ ! : | + ! : | + ! : | + 1 object_setClass (in libobjc.A.dylib) + 62 [0x7fff6f5aa7c0]
+ ! : | + ! : | + ! : | 1 _CFRuntimeCreateInstance (in CoreFoundation) + 60 [0x7fff4830f1ec]
+ ! : | + ! : | + ! : 1 CFRunLoopObserverCreate (in CoreFoundation) + 273 [0x7fff4837a3b1]
+ ! : | + ! : | + ! : | 1 pthread_mutexattr_init (in libsystem_pthread.dylib) + 38 [0x7fff704e5807]
+ ! : | + ! : | + ! : 1 CFRunLoopObserverCreate (in CoreFoundation) + 297 [0x7fff4837a3c9]
+ ! : | + ! : | + ! : 1 pthread_mutex_init (in libsystem_pthread.dylib) + 0 [0x7fff704e51ee]
+ ! : | + ! : | + ! 5 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 447 [0x7fff4591ef60]
+ ! : | + ! : | + ! : 1 CFRunLoopAddObserver (in CoreFoundation) + 225 [0x7fff4837a571]
+ ! : | + ! : | + ! : | 1 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | 1 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | 1 CFHash (in CoreFoundation) + 27 [0x7fff4831523b]
+ ! : | + ! : | + ! : 1 CFRunLoopAddObserver (in CoreFoundation) + 360 [0x7fff4837a5f8]
+ ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : | + ! : | + ! : 1 CFRunLoopAddObserver (in CoreFoundation) + 571 [0x7fff4837a6cb]
+ ! : | + ! : | + ! : | 1 -[__NSCFType retain] (in CoreFoundation) + 14 [0x7fff4836262e]
+ ! : | + ! : | + ! : | 1 _CFRetain (in CoreFoundation) + 76 [0x7fff4831352c]
+ ! : | + ! : | + ! : 1 CFRunLoopAddObserver (in CoreFoundation) + 595 [0x7fff4837a6e3]
+ ! : | + ! : | + ! : | 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 215 [0x7fff704e44a2]
+ ! : | + ! : | + ! : 1 CFRunLoopAddObserver (in CoreFoundation) + 636 [0x7fff4837a70c]
+ ! : | + ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 379 [0x7fff704e48c7]
+ ! : | + ! : | + ! 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 303 [0x7fff4591eed0]
+ ! : | + ! : | + ! : 1 objc_initWeak (in libobjc.A.dylib) + 321 [0x7fff6f5ae793]
+ ! : | + ! : | + ! : | 1 weak_register_no_lock (in libobjc.A.dylib) + 199 [0x7fff6f5abbbb]
+ ! : | + ! : | + ! : | 1 append_referrer(weak_entry_t*, objc_object**) (in libobjc.A.dylib) + 199 [0x7fff6f5accb9]
+ ! : | + ! : | + ! : 1 objc_initWeak (in libobjc.A.dylib) + 93 [0x7fff6f5ae6af]
+ ! : | + ! : | + ! 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 475 [0x7fff4591ef7c]
+ ! : | + ! : | + ! : 1 objc_destroyWeak (in libobjc.A.dylib) + 131 [0x7fff6f5aea9c]
+ ! : | + ! : | + ! : | 1 weak_unregister_no_lock (in libobjc.A.dylib) + 286 [0x7fff6f5abae6]
+ ! : | + ! : | + ! : 1 objc_destroyWeak (in libobjc.A.dylib) + 95 [0x7fff6f5aea78]
+ ! : | + ! : | + ! 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 39 [0x7fff4591edc8]
+ ! : | + ! : | + ! 1 CFRunLoopGetCurrent (in CoreFoundation) + 15 [0x7fff4835ecaf]
+ ! : | + ! : | + 6 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 234 [0x7fff460c0982]
+ ! : | + ! : | + ! 4 +[CATransaction(CATransactionPrivate) activateBackground:] (in QuartzCore) + 49 [0x7fff5370129a]
+ ! : | + ! : | + ! : 3 CA::Transaction::ensure_implicit() (in QuartzCore) + 302 [0x7fff536f3a0a]
+ ! : | + ! : | + ! : | 3 CA::Transaction::push(bool) (in QuartzCore) + 0 [0x7fff5379ca1e]
+ ! : | + ! : | + ! : 1 CA::Transaction::ensure_implicit() (in QuartzCore) + 31 [0x7fff536f38fb]
+ ! : | + ! : | + ! 1 +[NSAnimationContext activate] (in AppKit) + 49 [0x7fff462b6918]
+ ! : | + ! : | + ! : 1 pthread_main_np (in libsystem_pthread.dylib) + 12 [0x7fff704e5841]
+ ! : | + ! : | + ! 1 DYLD-STUB$$pthread_main_np (in AppKit) + 0 [0x7fff464fb134]
+ ! : | + ! : | + 1 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 72 [0x7fff460c08e0]
+ ! : | + ! : | + ! 1 -[NSObject retain] (in libobjc.A.dylib) + 1 [0x7fff6f5a911c]
+ ! : | + ! : | + 1 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2438 [0x7fff460c121e]
+ ! : | + ! : | + ! 1 -[NSEvent window] (in AppKit) + 128 [0x7fff45a97076]
+ ! : | + ! : | + ! 1 -[NSRecursiveLock lock] (in Foundation) + 22 [0x7fff4a47ddea]
+ ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 7 [0x7fff704e4353]
+ ! : | + ! : | + 1 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2518 [0x7fff460c126e]
+ ! : | + ! : | + ! 1 traceEvent (in AppKit) + 24 [0x7fff460c1b48]
+ ! : | + ! : | + ! 1 kdebug_is_enabled (in libsystem_kernel.dylib) + 21 [0x7fff7031a5cc]
+ ! : | + ! : | + 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 31 [0x7fff6f5a70df]
+ ! : | + ! : | 5 -[EmacsApp sendEvent:] (in Emacs) + 588 [0x1001bb0ec]
+ ! : | + ! : | + 5 -[EmacsApp stop:] (in Emacs) + 50 [0x1001badf2]
+ ! : | + ! : | + 3 -[NSApplication stop:] (in AppKit) + 115 [0x7fff45d446ed]
+ ! : | + ! : | + ! 3 NSKeyValueDidChangeWithPerThreadPendingNotifications (in Foundation) + 48 [0x7fff4a5e4dfc]
+ ! : | + ! : | + ! 3 NSKVOCopyPendingNotificationStack (in Foundation) + 67 [0x7fff4a5e5ed2]
+ ! : | + ! : | + ! 1 -[NSObject(NSKeyValueObservingPrivate) _pendingChangeNotificationsArrayForKey:create:] (in Foundation) + 0 [0x7fff4a47da16]
+ ! : | + ! : | + ! 1 NSKVOPendingPerThreadNotificationStack (in Foundation) + 20 [0x7fff4a5e5dfa]
+ ! : | + ! : | + ! : 1 _CFGetTSD (in CoreFoundation) + 0 [0x7fff483111a0]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + 1 -[NSApplication stop:] (in AppKit) + 64 [0x7fff45d446ba]
+ ! : | + ! : | + ! 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
+ ! : | + ! : | + ! 1 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
+ ! : | + ! : | + ! 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! 1 CFBasicHashFindBucket (in CoreFoundation) + 1028 [0x7fff48318544]
+ ! : | + ! : | + 1 -[NSApplication stop:] (in AppKit) + 83 [0x7fff45d446cd]
+ ! : | + ! : | + 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 64 [0x7fff4a5e4bb0]
+ ! : | + ! : | + 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 215 [0x7fff704e44a2]
+ ! : | + ! : | 1 -[EmacsApp sendEvent:] (in Emacs) + 43 [0x1001baecb]
+ ! : | + ! : | + 1 -[NSEvent type] (in AppKit) + 1 [0x7fff45a957f4]
+ ! : | + ! : | 1 -[EmacsApp sendEvent:] (in Emacs) + 59 [0x1001baedb]
+ ! : | + ! : | 1 -[NSEvent window] (in AppKit) + 128 [0x7fff45a97076]
+ ! : | + ! : | 1 -[NSRecursiveLock lock] (in Foundation) + 22 [0x7fff4a47ddea]
+ ! : | + ! : | 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 207 [0x7fff704e449a]
+ ! : | + ! : 8 -[NSApplication run] (in AppKit) + 121 [0x7fff45921602]
+ ! : | + ! : | 3 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 315 [0x7fff4a5e4cab]
+ ! : | + ! : | + 3 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 26,297,... [0x7fff704e4766,0x7fff704e4875,...]
+ ! : | + ! : | 2 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
+ ! : | + ! : | + 1 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
+ ! : | + ! : | + ! 1 CFDictionaryGetValue (in CoreFoundation) + 83 [0x7fff483180c3]
+ ! : | + ! : | + 1 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 10 [0x7fff4a473c4d]
+ ! : | + ! : | 2 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 294 [0x7fff4a5e4c96]
+ ! : | + ! : | + 2 KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED (in Foundation) + 1 [0x7fff4a5e5d28]
+ ! : | + ! : | 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 91 [0x7fff4a5e4bcb]
+ ! : | + ! : | 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704df616]
+ ! : | + ! : 5 -[NSApplication run] (in AppKit) + 834 [0x7fff459218cb]
+ ! : | + ! : | 2 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 60 [0x7fff4a4d4dab]
+ ! : | + ! : | + 2 objc_msgSend (in libobjc.A.dylib) + 26,33 [0x7fff6f5a6e9a,0x7fff6f5a6ea1]
+ ! : | + ! : | 1 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 83 [0x7fff4a4d4dc2]
+ ! : | + ! : | + 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 14 [0x7fff704df624]
+ ! : | + ! : | 1 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 109 [0x7fff4a4d4ddc]
+ ! : | + ! : | + 1 os_unfair_lock_unlock (in libsystem_platform.dylib) + 12 [0x7fff704df76d]
+ ! : | + ! : | 1 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 362 [0x7fff4a4d4ed9]
+ ! : | + ! : 5 -[NSApplication run] (in AppKit) + 848 [0x7fff459218d9]
+ ! : | + ! : | 2 -[NSApplication _enableSuddenTermination] (in AppKit) + 0 [0x7fff45a60bc3]
+ ! : | + ! : | 2 _HIEnableSuddenTerminationForSendEvent (in HIToolbox) + 41 [0x7fff4768d9c5]
+ ! : | + ! : | + 2 _CFSuddenTerminationEnable (in CoreFoundation) + 72 [0x7fff4836bc58]
+ ! : | + ! : | + 2 xpc_transaction_end (in libxpc.dylib) + 85 [0x7fff70522c38]
+ ! : | + ! : | + 1 _xpc_ktrace_pid1 (in libxpc.dylib) + 0 [0x7fff70522aea]
+ ! : | + ! : | + 1 kdebug_trace (in libsystem_kernel.dylib) + 33 [0x7fff7031a624]
+ ! : | + ! : | + 1 kdebug_is_enabled (in libsystem_kernel.dylib) + 0 [0x7fff7031a5b7]
+ ! : | + ! : | 1 _HIEnableSuddenTerminationForSendEvent (in HIToolbox) + 29 [0x7fff4768d9b9]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 4 -[NSApplication run] (in AppKit) + 860 [0x7fff459218e5]
+ ! : | + ! : | 3 objc_msgSend (in libobjc.A.dylib) + 26,33,... [0x7fff6f5a6e9a,0x7fff6f5a6ea1,...]
+ ! : | + ! : | 1 -[NSAutoreleasePool drain] (in Foundation) + 31 [0x7fff4a48283c]
+ ! : | + ! : 3 -[NSApplication run] (in AppKit) + 140 [0x7fff45921615]
+ ! : | + ! : | 2 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 91,173 [0x7fff4a5e4bcb,0x7fff4a5e4c1d]
+ ! : | + ! : | 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
+ ! : | + ! : | 1 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
+ ! : | + ! : | 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | 1 CFBasicHashFindBucket (in CoreFoundation) + 1 [0x7fff48318141]
+ ! : | + ! : 2 -[NSApplication run] (in AppKit) + 274 [0x7fff4592169b]
+ ! : | + ! : | 1 -[NSApplication(NSAppssassination) _checkForAutomaticTerminationSupportPossiblyEnablingIt] (in AppKit) + 39 [0x7fff4592bdd7]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | 1 -[NSApplication(NSAppssassination) _checkForAutomaticTerminationSupportPossiblyEnablingIt] (in AppKit) + 1 [0x7fff4592bdb1]
+ ! : | + ! : 2 -[NSApplication run] (in AppKit) + 508 [0x7fff45921785]
+ ! : | + ! : | 1 +[NSObject new] (in libobjc.A.dylib) + 33 [0x7fff6f5ab110]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : 1 -[NSApplication run] (in AppKit) + 30 [0x7fff459215a7]
+ ! : | + ! : | 1 _CFAutoreleasePoolPush (in CoreFoundation) + 11 [0x7fff4834cb3b]
+ ! : | + ! : | 1 objc_autoreleasePoolPush (in libobjc.A.dylib) + 16 [0x7fff6f5a9af7]
+ ! : | + ! : 1 -[NSApplication run] (in AppKit) + 300 [0x7fff459216b5]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 41 [0x7fff6f5a6ea9]
+ ! : | + ! : 1 -[NSApplication run] (in AppKit) + 324 [0x7fff459216cd]
+ ! : | + ! : | 1 -[NSApplication _installMemoryPressureDispatchSources] (in AppKit) + 0 [0x7fff4592bf37]
+ ! : | + ! : 1 -[NSApplication run] (in AppKit) + 531 [0x7fff4592179c]
+ ! : | + ! : | 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 0 [0x7fff4591eda1]
+ ! : | + ! : 1 -[NSApplication run] (in AppKit) + 731 [0x7fff45921864]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : 1 -[NSApplication run] (in AppKit) + 1 [0x7fff4592158a]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 41 [0x7fff6f5a6ea9]
+ ! : | + 38 ns_read_socket (in Emacs) + 668 [0x1001c86ac]
+ ! : | + ! 21 -[NSEvent _postAtStart:] (in AppKit) + 1841 [0x7fff45b0fb5b]
+ ! : | + ! : 16 -[NSEvent _eventRefInternal] (in AppKit) + 37 [0x7fff45aa9434]
+ ! : | + ! : | 7 -[NSEvent CGEvent] (in AppKit) + 98 [0x7fff45b0fd11]
+ ! : | + ! : | + 5 SLEventCreate (in SkyLight) + 107 [0x7fff6a109d53]
+ ! : | + ! : | + ! 4 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
+ ! : | + ! : | + ! : 4 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
+ ! : | + ! : | + ! : 4 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : 4 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | + ! : 2 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 198,394 [0x7fff70378259,0x7fff7037831d]
+ ! : | + ! : | + ! : 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 546 [0x7fff703783b5]
+ ! : | + ! : | + ! : | 1 get_tiny_free_size (in libsystem_malloc.dylib) + 0 [0x7fff703795ab]
+ ! : | + ! : | + ! : 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 1063 [0x7fff703785ba]
+ ! : | + ! : | + ! : 1 get_tiny_free_size (in libsystem_malloc.dylib) + 0 [0x7fff703795ab]
+ ! : | + ! : | + ! 1 SLTypeCreateInstance (in SkyLight) + 69 [0x7fff6a06e350]
+ ! : | + ! : | + ! 1 _platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) + 104 [0x7fff704e0ca8]
+ ! : | + ! : | + 1 SLEventCreate (in SkyLight) + 186 [0x7fff6a109da2]
+ ! : | + ! : | + ! 1 CGSScoreboard (in SkyLight) + 1 [0x7fff69ff9c4d]
+ ! : | + ! : | + 1 SLEventCreate (in SkyLight) + 20 [0x7fff6a109cfc]
+ ! : | + ! : | 3 -[NSEvent CGEvent] (in AppKit) + 136,293,... [0x7fff45b0fd37,0x7fff45b0fdd4,...]
+ ! : | + ! : | 2 -[NSEvent CGEvent] (in AppKit) + 145 [0x7fff45b0fd40]
+ ! : | + ! : | + 1 -[NSEvent window] (in AppKit) + 128 [0x7fff45a97076]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : | 2 -[NSEvent CGEvent] (in AppKit) + 299 [0x7fff45b0fdda]
+ ! : | + ! : | + 1 +[_NSScreenConfiguration latestZeroScreenHeight] (in AppKit) + 39 [0x7fff46316e23]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | 1 -[NSEvent CGEvent] (in AppKit) + 129 [0x7fff45b0fd30]
+ ! : | + ! : | + 1 SLEventSetType (in SkyLight) + 18 [0x7fff6a10aa92]
+ ! : | + ! : | 1 -[NSEvent CGEvent] (in AppKit) + 477 [0x7fff45b0fe8c]
+ ! : | + ! : | 1 SLEventSetIntegerValueField (in SkyLight) + 559 [0x7fff6a10c8db]
+ ! : | + ! : 5 -[NSEvent _eventRefInternal] (in AppKit) + 57 [0x7fff45aa9448]
+ ! : | + ! : 2 CreateEventWithCGEvent (in HIToolbox) + 6134 [0x7fff476878fe]
+ ! : | + ! : + 1 CreateEvent (in HIToolbox) + 250 [0x7fff4764f504]
+ ! : | + ! : + ! 1 mach_absolute_time (in libsystem_kernel.dylib) + 61 [0x7fff703146dc]
+ ! : | + ! : + 1 CreateEvent (in HIToolbox) + 37 [0x7fff4764f42f]
+ ! : | + ! : 1 CreateEventWithCGEvent (in HIToolbox) + 58 [0x7fff47686142]
+ ! : | + ! : + 1 SLEventGetFlags (in SkyLight) + 0 [0x7fff6a10aee7]
+ ! : | + ! : 1 CreateEventWithCGEvent (in HIToolbox) + 136 [0x7fff47686190]
+ ! : | + ! : + 1 SLEventGetIntegerValueField (in SkyLight) + 1736 [0x7fff6a10bb71]
+ ! : | + ! : 1 CreateEventWithCGEvent (in HIToolbox) + 103 [0x7fff4768616f]
+ ! : | + ! 6 ns_send_appdefined (in Emacs) + 414 [0x1001b958e]
+ ! : | + ! : 4 +[NSEvent otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:] (in AppKit) + 72 [0x7fff45b0f2cf]
+ ! : | + ! : | 3 +[NSObject allocWithZone:] (in libobjc.A.dylib) + 16 [0x7fff6f5aaf29]
+ ! : | + ! : | + 3 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + 3 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + 3 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + 2 szone_malloc_should_clear (in libsystem_malloc.dylib) + 194 [0x7fff703772db]
+ ! : | + ! : | + 1 default_zone_calloc (in libsystem_malloc.dylib) + 45 [0x7fff70387250]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 +[NSEvent otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:] (in AppKit) + 98 [0x7fff45b0f2e9]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : 1 +[NSEvent otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:] (in AppKit) + 60 [0x7fff45b0f2c3]
+ ! : | + ! 5 -[NSEvent _postAtStart:] (in AppKit) + 1881 [0x7fff45b0fb83]
+ ! : | + ! : 2 PostEventToQueueInternal (in HIToolbox) + 724 [0x7fff4767cc5d]
+ ! : | + ! : | 2 CFRunLoopWakeUp (in CoreFoundation) + 23,166 [0x7fff4837f977,0x7fff4837fa06]
+ ! : | + ! : 2 PostEventToQueueInternal (in HIToolbox) + 737 [0x7fff4767cc6a]
+ ! : | + ! : | 1 _NotifyEventLoopObservers (in HIToolbox) + 67 [0x7fff47653f49]
+ ! : | + ! : | + 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 7 [0x7fff704e4353]
+ ! : | + ! : | 1 _NotifyEventLoopObservers (in HIToolbox) + 154 [0x7fff47653fa0]
+ ! : | + ! : | 1 DynamicKeyModifierObserver(unsigned int, OpaqueEventRef*, void*) (in HIToolbox) + 137 [0x7fff476ac16f]
+ ! : | + ! : 1 PostEventToQueueInternal (in HIToolbox) + 712 [0x7fff4767cc51]
+ ! : | + ! : 1 CFRunLoopSourceSignal (in CoreFoundation) + 0 [0x7fff4838f820]
+ ! : | + ! 2 ns_send_appdefined (in Emacs) + 1,31 [0x1001b93f1,0x1001b940f]
+ ! : | + ! 1 -[NSApplication(NSEvent) postEvent:atStart:] (in AppKit) + 0 [0x7fff460c2227]
+ ! : | + ! 1 -[NSEvent _postAtStart:] (in AppKit) + 1894 [0x7fff45b0fb90]
+ ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 379 [0x7fff704e48c7]
+ ! : | + ! 1 DYLD-STUB$$PostEventToQueueInternal (in AppKit) + 0 [0x7fff464fa084]
+ ! : | + ! 1 ns_send_appdefined (in Emacs) + 55 [0x1001b9427]
+ ! : | + ! 1 -[NSThread isMainThread] (in Foundation) + 1 [0x7fff4a539716]
+ ! : | + 1 ns_read_socket (in Emacs) + 182 [0x1001c84c6]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + 1 ns_read_socket (in Emacs) + 387 [0x1001c8593]
+ ! : | + ! 1 -[NSAutoreleasePool release] (in Foundation) + 144 [0x7fff4a48db56]
+ ! : | + ! 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 299 [0x7fff6f5a9e81]
+ ! : | + 1 ns_read_socket (in Emacs) + 403 [0x1001c85a3]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + 1 ns_read_socket (in Emacs) + 415 [0x1001c85af]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + 1 ns_read_socket (in Emacs) + 447 [0x1001c85cf]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 13 [0x7fff6f5a6e8d]
+ ! : | + 1 ns_read_socket (in Emacs) + 169 [0x1001c84b9]
+ ! : | 3 gobble_input (in Emacs) + 368,422,... [0x1000c2b40,0x1000c2b76,...]
+ ! : 7 detect_input_pending_run_timers (in Emacs) + 106 [0x1000c6b9a]
+ ! : | 3 timer_check (in Emacs) + 80 [0x1000c8190]
+ ! : | + 3 Fcopy_sequence (in Emacs) + 58 [0x100144ffa]
+ ! : | + 2 concat (in Emacs) + 1149 [0x10014475d]
+ ! : | + ! 1 Fmake_list (in Emacs) + 138 [0x10011be6a]
+ ! : | + ! : 1 lisp_align_malloc (in Emacs) + 206 [0x10011ad5e]
+ ! : | + ! : 1 mem_insert (in Emacs) + 103 [0x100121467]
+ ! : | + ! 1 Fmake_list (in Emacs) + 238 [0x10011bece]
+ ! : | + 1 concat (in Emacs) + 33 [0x100144301]
+ ! : | 3 timer_check (in Emacs) + 202 [0x1000c820a]
+ ! : | + 2 gettime (in Emacs) + 22 [0x1001ef426]
+ ! : | + ! 2 clock_gettime (in libsystem_c.dylib) + 120 [0x7fff7021e8ed]
+ ! : | + ! 2 gettimeofday (in libsystem_c.dylib) + 45 [0x7fff7022d6c3]
+ ! : | + ! 2 __commpage_gettimeofday_internal (in libsystem_kernel.dylib) + 1,31 [0x7fff7031541c,0x7fff7031543a]
+ ! : | + 1 gettime (in Emacs) + 0 [0x1001ef410]
+ ! : | 1 timer_check (in Emacs) + 49 [0x1000c8171]
+ ! : 4 detect_input_pending_run_timers (in Emacs) + 356 [0x1000c6c94]
+ ! : | 2 timer_check (in Emacs) + 80 [0x1000c8190]
+ ! : | + 2 Fcopy_sequence (in Emacs) + 58 [0x100144ffa]
+ ! : | + 2 concat (in Emacs) + 1149 [0x10014475d]
+ ! : | + 2 Fmake_list (in Emacs) + 1,238 [0x10011bde1,0x10011bece]
+ ! : | 1 timer_check (in Emacs) + 202 [0x1000c820a]
+ ! : | + 1 gettime (in Emacs) + 63 [0x1001ef44f]
+ ! : | 1 timer_check (in Emacs) + 49 [0x1000c8171]
+ ! : 1 detect_input_pending_run_timers (in Emacs) + 1 [0x1000c6b31]
+ ! 415 wait_reading_process_output (in Emacs) + 3226 [0x100187c8a]
+ ! : 415 detect_input_pending (in Emacs) + 277 [0x1000cb705]
+ ! : 413 gobble_input (in Emacs) + 259 [0x1000c2ad3]
+ ! : | 357 ns_read_socket (in Emacs) + 685 [0x1001c86bd]
+ ! : | + 356 -[EmacsApp run] (in Emacs) + 389 [0x1001bada5]
+ ! : | + ! 298 -[NSApplication run] (in AppKit) + 764 [0x7fff45921885]
+ ! : | + ! : 245 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3044 [0x7fff460c2e34]
+ ! : | + ! : | 232 _DPSNextEvent (in AppKit) + 2085 [0x7fff4592ca73]
+ ! : | + ! : | + 232 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 64 [0x7fff4767b884]
+ ! : | + ! : | + 223 ReceiveNextEventCommon (in HIToolbox) + 366 [0x7fff4767ba0f]
+ ! : | + ! : | + ! 218 RunCurrentEventLoopInMode (in HIToolbox) + 286 [0x7fff4767bd96]
+ ! : | + ! : | + ! : 159 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ ! : | + ! : | + ! : | 111 __CFRunLoopRun (in CoreFoundation) + 1240 [0x7fff483918b8]
+ ! : | + ! : | + ! : | + 99 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : | + ! 99 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : | + ! 84 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 76 [0x7fff45d47592]
+ ! : | + ! : | + ! : | + ! : 39 -[NSApplication updateWindows] (in AppKit) + 80 [0x7fff4592f105]
+ ! : | + ! : | + ! : | + ! : | 29 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 515 [0x7fff459306b6]
+ ! : | + ! : | + ! : | + ! : | + 27 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 321 [0x7fff483afd21]
+ ! : | + ! : | + ! : | + ! : | + ! 25 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : | + ! : 23 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | + ! : | 11 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1664 [0x7fff48364880]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 9 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 225 [0x7fff483a6ae1]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 4 _CFXRegistrationPost (in CoreFoundation) + 458 [0x7fff483a6daa]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 4 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation) + 12 [0x7fff483a6edc]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSToolbarView windowDidUpdate:] (in AppKit) + 52 [0x7fff45a5ab56]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 -[NSApplication(NSEvent) currentEvent] (in AppKit) + 14 [0x7fff460c21dd]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSToolbarView windowDidUpdate:] (in AppKit) + 97 [0x7fff45a5ab83]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 -[NSToolbarView _autovalidationTypeForEvent:] (in AppKit) + 32 [0x7fff45a5ac3f]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : | 1 -[NSEvent type] (in AppKit) + 11 [0x7fff45a957fe]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSToolbarView windowDidUpdate:] (in AppKit) + 70 [0x7fff45a5ab68]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 2 _CFXRegistrationPost (in CoreFoundation) + 127 [0x7fff483a6c5f]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 2 -[_CFXNotificationTokenRegistration queue] (in CoreFoundation) + 0,1 [0x7fff483a6e10,0x7fff483a6e11]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 2 _CFXRegistrationPost (in CoreFoundation) + 444 [0x7fff483a6d9c]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 2 -[_CFXNotificationTokenRegistration copyHandler] (in CoreFoundation) + 55 [0x7fff483a6eb7]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 2 -[NSBlock copy] (in CoreFoundation) + 0,1 [0x7fff4834fc60,0x7fff4834fc61]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 _CFXRegistrationPost (in CoreFoundation) + 482 [0x7fff483a6dc2]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 -[NSObject release] (in libobjc.A.dylib) + 1 [0x7fff6f5ab402]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 95 [0x7fff483a6a5f]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 +[NSObject class] (in libobjc.A.dylib) + 0 [0x7fff6f5ab59f]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 ___CFXNotificationPost_block_invoke (in CoreFoundation) + 93 [0x7fff483a6a5d]
+ ! : | + ! : | + ! : | + ! : | + ! : | 7 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 1495 [0x7fff483647d7]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 5 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 255 [0x7fff483a631f]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 3 -[_CFXNotificationObjectRegistration find:matching:] (in CoreFoundation) + 1,43,... [0x7fff483afe91,0x7fff483afebb,...]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationObjectRegistration find:matching:] (in CoreFoundation) + 426 [0x7fff483b003a]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! : 1 objc_retain (in libobjc.A.dylib) + 35 [0x7fff6f5a6d73]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationObjectRegistration find:matching:] (in CoreFoundation) + 771 [0x7fff483b0193]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationObjcObserverRegistration find:] (in CoreFoundation) + 264 [0x7fff483a7f78]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationObserverRegistration find:] (in CoreFoundation) + 548 [0x7fff483a6914]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationTokenRegistration isRegistered] (in CoreFoundation) + 0 [0x7fff483a69e0]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 91 [0x7fff483a627b]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 CFGetTypeID (in CoreFoundation) + 14 [0x7fff4833907e]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 -[_CFXNotificationNameRegistration find:observer:matching:] (in CoreFoundation) + 0 [0x7fff483a6220]
+ ! : | + ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 2 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! : | + ! 1 CFHash (in CoreFoundation) + 35 [0x7fff48315243]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 1028 [0x7fff48318544]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 245 [0x7fff483642f5]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 -[NSObject retain] (in libobjc.A.dylib) + 40 [0x7fff6f5a9143]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! : | + 1 CFHash (in CoreFoundation) + 4 [0x7fff48315224]
+ ! : | + ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 574 [0x7fff4836443e]
+ ! : | + ! : | + ! : | + ! : | + ! : 2 _CFXNotificationPost (in CoreFoundation) + 97 [0x7fff483637c1]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 -[NSConcreteNotification name] (in Foundation) + 33 [0x7fff4a4739a6]
+ ! : | + ! : | + ! : | + ! : | + ! : + 1 -[__NSCFConstantString retain] (in CoreFoundation) + 0 [0x7fff483641f0]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 23 [0x7fff6f5a6e97]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSConcreteNotification dealloc] (in Foundation) + 111 [0x7fff4a473a83]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 26 [0x7fff6f5a70da]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[NSWindow update] (in AppKit) + 34 [0x7fff45a5ab00]
+ ! : | + ! : | + ! : | + ! : | + ! 1 standardDefaultCenter (in Foundation) + 68 [0x7fff4a5f859d]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 256 [0x7fff483afce0]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : | + ! : | + ! : | + ! : | + 1 -[NSArray makeObjectsPerformSelector:] (in CoreFoundation) + 277 [0x7fff483afcf5]
+ ! : | + ! : | + ! : | + ! : | 4 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 141 [0x7fff45930540]
+ ! : | + ! : | + ! : | + ! : | + 3 +[__NSArrayM __new:::] (in CoreFoundation) + 81 [0x7fff48439661]
+ ! : | + ! : | + ! : | + ! : | + ! 1 default_zone_good_size (in libsystem_malloc.dylib) + 0 [0x7fff703875d4]
+ ! : | + ! : | + ! : | + ! : | + ! 1 malloc_good_size (in libsystem_malloc.dylib) + 21 [0x7fff7037b07c]
+ ! : | + ! : | + ! : | + ! : | + ! 1 szone_good_size (in libsystem_malloc.dylib) + 0 [0x7fff7037a5aa]
+ ! : | + ! : | + ! : | + ! : | + 1 +[__NSArrayM __new:::] (in CoreFoundation) + 1 [0x7fff48439611]
+ ! : | + ! : | + ! : | + ! : | 3 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 528 [0x7fff459306c3]
+ ! : | + ! : | + ! : | + ! : | + 1 -[__NSArrayM dealloc] (in CoreFoundation) + 45 [0x7fff4833903d]
+ ! : | + ! : | + ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + ! : | + ! 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 1103 [0x7fff7038e96f]
+ ! : | + ! : | + ! : | + ! : | + ! 1 get_tiny_free_size (in libsystem_malloc.dylib) + 60 [0x7fff703795e7]
+ ! : | + ! : | + ! : | + ! : | + 1 -[__NSArrayM dealloc] (in CoreFoundation) + 76 [0x7fff4833905c]
+ ! : | + ! : | + ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + ! : | + ! 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 484 [0x7fff7038e704]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | 2 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 79 [0x7fff45930502]
+ ! : | + ! : | + ! : | + ! : | + 2 -[NSRecursiveLock lock] (in Foundation) + 11 [0x7fff4a47dddf]
+ ! : | + ! : | + ! : | + ! : | + 2 object_getIndexedIvars (in libobjc.A.dylib) + 39,42 [0x7fff6f5ab179,0x7fff6f5ab17c]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSApplication(NSWindowCache) _updateWindowsUsingCache] (in AppKit) + 99 [0x7fff45930516]
+ ! : | + ! : | + ! : | + ! : | 1 +[NSArray allocWithZone:] (in CoreFoundation) + 42 [0x7fff4831318a]
+ ! : | + ! : | + ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : 19 -[NSApplication updateWindows] (in AppKit) + 68 [0x7fff4592f0f9]
+ ! : | + ! : | + ! : | + ! : | 13 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : | + 5 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | + ! 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 611,1091 [0x7fff48364463,0x7fff48364643]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 82 [0x7fff48364252]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _os_lock_handoff_lock (in libsystem_platform.dylib) + 15 [0x7fff704dc94c]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 221 [0x7fff4831821d]
+ ! : | + ! : | + ! : | + ! : | + ! 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + ! 1 CFBasicHashFindBucket (in CoreFoundation) + 1028 [0x7fff48318544]
+ ! : | + ! : | + ! : | + ! : | + 4 _CFXNotificationPost (in CoreFoundation) + 198 [0x7fff48363826]
+ ! : | + ! : | + ! : | + ! : | + ! 4 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! : | + ! 4 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 30,669,... [0x7fff6f5a9d74,0x7fff6f5a9ff3,...]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXNotificationPost (in CoreFoundation) + 97 [0x7fff483637c1]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXNotificationPost (in CoreFoundation) + 113 [0x7fff483637d1]
+ ! : | + ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXNotificationPost (in CoreFoundation) + 742 [0x7fff48363a46]
+ ! : | + ! : | + ! : | + ! : | + ! 1 _Block_object_dispose (in libsystem_blocks.dylib) + 0 [0x7fff7021cc39]
+ ! : | + ! : | + ! : | + ! : | + 1 _CFXNotificationPost (in CoreFoundation) + 756 [0x7fff48363a54]
+ ! : | + ! : | + ! : | + ! : | + 1 _Block_object_dispose (in libsystem_blocks.dylib) + 6 [0x7fff7021cc3f]
+ ! : | + ! : | + ! : | + ! : | 4 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + ! : | + 3 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 35 [0x7fff4a47390e]
+ ! : | + ! : | + ! : | + ! : | + ! 3 NSAllocateObject (in Foundation) + 19 [0x7fff4a46f14e]
+ ! : | + ! : | + ! : | + ! : | + ! 3 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! : | + ! 3 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : | + ! 3 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : | + ! 1 szone_calloc (in libsystem_malloc.dylib) + 32 [0x7fff70378cdc]
+ ! : | + ! : | + ! : | + ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1321 [0x7fff70377742]
+ ! : | + ! : | + ! : | + ! : | + ! : 1 _platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) + 142 [0x7fff704e0cce]
+ ! : | + ! : | + ! : | + ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 2778 [0x7fff70377cf3]
+ ! : | + ! : | + ! : | + ! : | + 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 54 [0x7fff4a473921]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSConcreteNotification dealloc] (in Foundation) + 47 [0x7fff4a473a43]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSNotificationCenter postNotificationName:object:] (in Foundation) + 0 [0x7fff4a47edaa]
+ ! : | + ! : | + ! : | + ! : 7 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
+ ! : | + ! : | + ! : | + ! : | 7 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
+ ! : | + ! : | + ! : | + ! : | 4 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
+ ! : | + ! : | + ! : | + ! : | + 4 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + 3 CFBasicHashFindBucket (in CoreFoundation) + 1028,149 [0x7fff48318544,0x7fff483181d5]
+ ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + 1 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! : | 2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
+ ! : | + ! : | + ! : | + ! : | + 2 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! 1 __CFStringHash (in CoreFoundation) + 4 [0x7fff483153a4]
+ ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
+ ! : | + ! : | + ! : | + ! : | + 1 CFEqual (in CoreFoundation) + 53 [0x7fff483287b5]
+ ! : | + ! : | + ! : | + ! : | 1 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 136 [0x7fff48364288]
+ ! : | + ! : | + ! : | + ! : | 1 CFGetTypeID (in CoreFoundation) + 52 [0x7fff483390a4]
+ ! : | + ! : | + ! : | + ! : 6 -[NSApplication updateWindows] (in AppKit) + 124 [0x7fff4592f131]
+ ! : | + ! : | + ! : | + ! : | 2 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 28 [0x7fff45930a77]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_sync_enter (in libobjc.A.dylib) + 16 [0x7fff6f5abe2b]
+ ! : | + ! : | + ! : | + ! : | + ! 1 id2data(objc_object*, usage) (in libobjc.A.dylib) + 349 [0x7fff6f5abfb6]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_sync_enter (in libobjc.A.dylib) + 25 [0x7fff6f5abe34]
+ ! : | + ! : | + ! : | + ! : | + 1 recursive_mutex_tt<false>::lock() (in libobjc.A.dylib) + 9 [0x7fff6f5a9669]
+ ! : | + ! : | + ! : | + ! : | + 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 86 [0x7fff704e4421]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 565 [0x7fff45930c90]
+ ! : | + ! : | + ! : | + ! : | + 1 _checkClientHeartBeatStates (in AppKit) + 98 [0x7fff45b0b968]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 752 [0x7fff45930d4b]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_sync_exit (in libobjc.A.dylib) + 36 [0x7fff6f5ac1f1]
+ ! : | + ! : | + ! : | + ! : | + 1 recursive_mutex_tt<false>::tryUnlock() (in libobjc.A.dylib) + 0 [0x7fff6f5ac208]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSUIHeartBeat updateHeartBeatState] (in AppKit) + 553 [0x7fff45930c84]
+ ! : | + ! : | + ! : | + ! : | 1 DYLD-STUB$$objc_sync_enter (in AppKit) + 0 [0x7fff464fb032]
+ ! : | + ! : | + ! : | + ! : 4 -[NSApplication updateWindows] (in AppKit) + 136 [0x7fff4592f13d]
+ ! : | + ! : | + ! : | + ! : | 2 standardDefaultCenter (in Foundation) + 17,31 [0x7fff4a5f856a,0x7fff4a5f8578]
+ ! : | + ! : | + ! : | + ! : | 1 standardDefaultCenter (in Foundation) + 56 [0x7fff4a5f8591]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + ! : | + ! : | 1 standardDefaultCenter (in Foundation) + 68 [0x7fff4a5f859d]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSFileManager _registerForUbiquityAccountChangeNotifications] (in Foundation) + 1 [0x7fff4a473121]
+ ! : | + ! : | + ! : | + ! : 3 -[NSApplication updateWindows] (in AppKit) + 40 [0x7fff4592f0dd]
+ ! : | + ! : | + ! : | + ! : | 2 standardDefaultCenter (in Foundation) + 96 [0x7fff4a5f85b9]
+ ! : | + ! : | + ! : | + ! : | + 2 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | 1 standardDefaultCenter (in Foundation) + 68 [0x7fff4a5f859d]
+ ! : | + ! : | + ! : | + ! : | 1 -[NSFileManager _registerForUbiquityAccountChangeNotifications] (in Foundation) + 134 [0x7fff4a4731a6]
+ ! : | + ! : | + ! : | + ! : | 1 _Block_object_dispose (in libsystem_blocks.dylib) + 0 [0x7fff7021cc39]
+ ! : | + ! : | + ! : | + ! : 3 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
+ ! : | + ! : | + ! : | + ! : | 2 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 35 [0x7fff4a47390e]
+ ! : | + ! : | + ! : | + ! : | + 2 NSAllocateObject (in Foundation) + 19 [0x7fff4a46f14e]
+ ! : | + ! : | + ! : | + ! : | + 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | + ! : | + ! : | + ! 1 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | + ! : | + ! : | + ! 1 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | + ! : | + ! : | + ! 1 default_zone_calloc (in libsystem_malloc.dylib) + 20 [0x7fff70387237]
+ ! : | + ! : | + ! : | + ! : | + 1 class_createInstance (in libobjc.A.dylib) + 53 [0x7fff6f5a6cc8]
+ ! : | + ! : | + ! : | + ! : | 1 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 54 [0x7fff4a473921]
+ ! : | + ! : | + ! : | + ! : | 1 -[__NSCFConstantString copyWithZone:] (in CoreFoundation) + 0 [0x7fff4831ab20]
+ ! : | + ! : | + ! : | + ! : 1 -[NSApplication updateWindows] (in AppKit) + 96 [0x7fff4592f115]
+ ! : | + ! : | + ! : | + ! : | 1 +[NSTextInputContext currentInputContext] (in AppKit) + 0 [0x7fff4593087a]
+ ! : | + ! : | + ! : | + ! : 1 -[NSApplication updateWindows] (in AppKit) + 50 [0x7fff4592f0e7]
+ ! : | + ! : | + ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! 10 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 121 [0x7fff45d475bf]
+ ! : | + ! : | + ! : | + ! : 5 CFRunLoopRemoveObserver (in CoreFoundation) + 182 [0x7fff483af4d6]
+ ! : | + ! : | + ! : | + ! : | 2 -[__NSArrayM removeObjectAtIndex:] (in CoreFoundation) + 7,64 [0x7fff48395cc7,0x7fff48395d00]
+ ! : | + ! : | + ! : | + ! : | 2 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + ! : | 1 -[__NSArrayM removeObjectsInRange:] (in CoreFoundation) + 0 [0x7fff484385f0]
+ ! : | + ! : | + ! : | + ! : 4 CFRunLoopRemoveObserver (in CoreFoundation) + 109 [0x7fff483af48d]
+ ! : | + ! : | + ! : | + ! : | 3 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | + ! : | + 3 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + ! : | + 2 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + ! : | + ! 2 CFHash (in CoreFoundation) + 125 [0x7fff4831529d]
+ ! : | + ! : | + ! : | + ! : | + 1 CFBasicHashFindBucket (in CoreFoundation) + 3328 [0x7fff48318e40]
+ ! : | + ! : | + ! : | + ! : | 1 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + ! : | + ! : | 1 object_setClass (in libobjc.A.dylib) + 43 [0x7fff6f5aa7ad]
+ ! : | + ! : | + ! : | + ! : 1 CFRunLoopRemoveObserver (in CoreFoundation) + 148 [0x7fff483af4b4]
+ ! : | + ! : | + ! : | + ! : 1 CFArrayGetCount (in CoreFoundation) + 0 [0x7fff48334bd0]
+ ! : | + ! : | + ! : | + ! 2 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 147 [0x7fff45d475d9]
+ ! : | + ! : | + ! : | + ! : 1 CFRunLoopRemoveObserver (in CoreFoundation) + 164 [0x7fff483af4c4]
+ ! : | + ! : | + ! : | + ! : | 1 CFArrayGetFirstIndexOfValue (in CoreFoundation) + 246 [0x7fff4839b776]
+ ! : | + ! : | + ! : | + ! : | 1 -[__NSArrayM objectAtIndex:] (in CoreFoundation) + 104 [0x7fff483361f8]
+ ! : | + ! : | + ! : | + ! : 1 CFRunLoopRemoveObserver (in CoreFoundation) + 372 [0x7fff483af594]
+ ! : | + ! : | + ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 430 [0x7fff704e48fa]
+ ! : | + ! : | + ! : | + ! 1 NSPopAutoreleasePool (in Foundation) + 1 [0x7fff4a471452]
+ ! : | + ! : | + ! : | + ! 1 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | + ! : | + ! : 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : | + ! : | + ! : 1 objc_release (in libobjc.A.dylib) + 77 [0x7fff6f5a91ad]
+ ! : | + ! : | + ! : | + ! 1 __38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2337 (in AppKit) + 23 [0x7fff45d4755d]
+ ! : | + ! : | + ! : | + ! 1 _CFAutoreleasePoolPush (in CoreFoundation) + 0 [0x7fff4834cb30]
+ ! : | + ! : | + ! : | + 7 __CFRunLoopDoObservers (in CoreFoundation) + 567 [0x7fff483af367]
+ ! : | + ! : | + ! : | + ! 6 CFRunLoopObserverInvalidate (in CoreFoundation) + 312 [0x7fff483af828]
+ ! : | + ! : | + ! : | + ! : 3 _Block_release (in libsystem_blocks.dylib) + 111 [0x7fff7021c99d]
+ ! : | + ! : | + ! : | + ! : | 1 _Block_object_dispose (in libsystem_blocks.dylib) + 163 [0x7fff7021ccdc]
+ ! : | + ! : | + ! : | + ! : | + 1 objc_destroyWeak (in libobjc.A.dylib) + 131 [0x7fff6f5aea9c]
+ ! : | + ! : | + ! : | + ! : | + 1 weak_unregister_no_lock (in libobjc.A.dylib) + 33 [0x7fff6f5ab9e9]
+ ! : | + ! : | + ! : | + ! : | + 1 weak_entry_for_referent(weak_table_t*, objc_object*) (in libobjc.A.dylib) + 74 [0x7fff6f5abc8c]
+ ! : | + ! : | + ! : | + ! : | 1 __destroy_helper_block_.2339 (in AppKit) + 0 [0x7fff45d4760a]
+ ! : | + ! : | + ! : | + ! : | 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + ! : | 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 644 [0x7fff7038e7a4]
+ ! : | + ! : | + ! : | + ! : 2 _Block_release (in libsystem_blocks.dylib) + 120 [0x7fff7021c9a6]
+ ! : | + ! : | + ! : | + ! : | 2 objc_destructInstance (in libobjc.A.dylib) + 105 [0x7fff6f5a92d9]
+ ! : | + ! : | + ! : | + ! : | 2 _object_remove_assocations (in libobjc.A.dylib) + 164 [0x7fff6f5a93b0]
+ ! : | + ! : | + ! : | + ! : | 2 std::__1::__hash_iterator<std::__1::__hash_node<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, void*>*> std::__1::__hash_table<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, std::__1::__unordered_map_hasher<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerHash, true>, std::__1::__unordered_map_equal<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerEqual, true>, objc_references_support::ObjcAllocator<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*> > >::find<unsigned long>(unsigned long const&) (in libobjc.A.dylib) + 0,90 [0x7fff6f5bd63a,0x7fff6f5bd694]
+ ! : | + ! : | + ! : | + ! : 1 _Block_release (in libsystem_blocks.dylib) + 1 [0x7fff7021c92f]
+ ! : | + ! : | + ! : | + ! 1 CFRelease (in CoreFoundation) + 57 [0x7fff4831a2d9]
+ ! : | + ! : | + ! : | + 2 __CFRunLoopDoObservers (in CoreFoundation) + 599 [0x7fff483af387]
+ ! : | + ! : | + ! : | + ! 1 _CFRelease (in CoreFoundation) + 284 [0x7fff48469e7c]
+ ! : | + ! : | + ! : | + ! : 1 pthread_mutex_destroy (in libsystem_pthread.dylib) + 158 [0x7fff704e5a1e]
+ ! : | + ! : | + ! : | + ! 1 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
+ ! : | + ! : | + ! : | + ! 1 free_tiny (in libsystem_malloc.dylib) + 375 [0x7fff7038f159]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopDoObservers (in CoreFoundation) + 110 [0x7fff483af19e]
+ ! : | + ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopDoObservers (in CoreFoundation) + 384 [0x7fff483af2b0]
+ ! : | + ! : | + ! : | + ! 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 6 [0x7fff704e43d1]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopDoObservers (in CoreFoundation) + 631 [0x7fff483af3a7]
+ ! : | + ! : | + ! : | + 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 215 [0x7fff704e44a2]
+ ! : | + ! : | + ! : | 16 __CFRunLoopRun (in CoreFoundation) + 1542 [0x7fff483919e6]
+ ! : | + ! : | + ! : | + 15 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! : | + ! 15 _kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151aa]
+ ! : | + ! : | + ! : | + 1 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
+ ! : | + ! : | + ! : | 7 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
+ ! : | + ! : | + ! : | + 5 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ ! : | + ! : | + ! : | + ! 3 mach_msg (in libsystem_kernel.dylib) + 0,12,... [0x7fff703146e8,0x7fff703146f4,...]
+ ! : | + ! : | + ! : | + ! 2 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! : | + ! : | + ! 2 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopServiceMachPort (in CoreFoundation) + 366 [0x7fff4839279e]
+ ! : | + ! : | + ! : | + ! 1 kdebug_trace (in libsystem_kernel.dylib) + 85 [0x7fff7031a658]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopServiceMachPort (in CoreFoundation) + 400 [0x7fff483927c0]
+ ! : | + ! : | + ! : | + 1 voucher_mach_msg_revert (in libsystem_kernel.dylib) + 0 [0x7fff70302fee]
+ ! : | + ! : | + ! : | 7 __CFRunLoopRun (in CoreFoundation) + 1968 [0x7fff48391b90]
+ ! : | + ! : | + ! : | + 7 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
+ ! : | + ! : | + ! : | + 7 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 10 [0x7fff703151b6]
+ ! : | + ! : | + ! : | 4 __CFRunLoopRun (in CoreFoundation) + 1247,1545,... [0x7fff483918bf,0x7fff483919e9,...]
+ ! : | + ! : | + ! : | 3 __CFRunLoopRun (in CoreFoundation) + 299 [0x7fff4839150b]
+ ! : | + ! : | + ! : | + 3 malloc (in libsystem_malloc.dylib) + 24 [0x7fff703764c7]
+ ! : | + ! : | + ! : | + 2 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | + ! : | + ! 2 szone_malloc_should_clear (in libsystem_malloc.dylib) + 82,1288 [0x7fff7037726b,0x7fff70377721]
+ ! : | + ! : | + ! : | + 1 malloc_zone_malloc (in libsystem_malloc.dylib) + 139 [0x7fff703771e1]
+ ! : | + ! : | + ! : | 3 __CFRunLoopRun (in CoreFoundation) + 1293 [0x7fff483918ed]
+ ! : | + ! : | + ! : | + 2 __CFRunLoopDoSources0 (in CoreFoundation) + 334 [0x7fff483924ee]
+ ! : | + ! : | + ! : | + ! 2 CFRelease (in CoreFoundation) + 1,73 [0x7fff4831a2a1,0x7fff4831a2e9]
+ ! : | + ! : | + ! : | + 1 __CFRunLoopDoSources0 (in CoreFoundation) + 102 [0x7fff48392406]
+ ! : | + ! : | + ! : | + 1 CFSetGetCount (in CoreFoundation) + 6 [0x7fff4837d746]
+ ! : | + ! : | + ! : | 2 __CFRunLoopRun (in CoreFoundation) + 236 [0x7fff483914cc]
+ ! : | + ! : | + ! : | + 1 CFSetContainsValue (in CoreFoundation) + 119 [0x7fff48360037]
+ ! : | + ! : | + ! : | + ! 1 CFBasicHashGetCountOfKey (in CoreFoundation) + 2936 [0x7fff48360bf8]
+ ! : | + ! : | + ! : | + 1 CFSetContainsValue (in CoreFoundation) + 0 [0x7fff4835ffc0]
+ ! : | + ! : | + ! : | 2 __CFRunLoopRun (in CoreFoundation) + 1885 [0x7fff48391b3d]
+ ! : | + ! : | + ! : | + 2 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 169,215 [0x7fff704e4474,0x7fff704e44a2]
+ ! : | + ! : | + ! : | 1 __CFRunLoopRun (in CoreFoundation) + 250 [0x7fff483914da]
+ ! : | + ! : | + ! : | + 1 _dispatch_get_main_queue_port_4CF (in libdispatch.dylib) + 8 [0x7fff7019f202]
+ ! : | + ! : | + ! : | 1 __CFRunLoopRun (in CoreFoundation) + 1550 [0x7fff483919ee]
+ ! : | + ! : | + ! : | + 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 7 [0x7fff704e46d6]
+ ! : | + ! : | + ! : | 1 __CFRunLoopRun (in CoreFoundation) + 3280 [0x7fff483920b0]
+ ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 108 [0x7fff6f5a6eec]
+ ! : | + ! : | + ! : | 1 __CFRunLoopRun (in CoreFoundation) + 3331 [0x7fff483920e3]
+ ! : | + ! : | + ! : | 1 free (in libsystem_malloc.dylib) + 46 [0x7fff70378647]
+ ! : | + ! : | + ! : 46 CFRunLoopRunSpecific (in CoreFoundation) + 543 [0x7fff4839118f]
+ ! : | + ! : | + ! : | 40 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
+ ! : | + ! : | + ! : | + 40 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
+ ! : | + ! : | + ! : | + 40 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore) + 66 [0x7fff5370d98a]
+ ! : | + ! : | + ! : | + 36 CA::Transaction::commit() (in QuartzCore) + 487 [0x7fff537014c5]
+ ! : | + ! : | + ! : | + ! 25 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3765 [0x7fff5370269b]
+ ! : | + ! : | + ! : | + ! : 23 _dispatch_global_queue_poke_slow (in libdispatch.dylib) + 96 [0x7fff701a8e59]
+ ! : | + ! : | + ! : | + ! : | 22 _pthread_workqueue_addthreads (in libsystem_pthread.dylib) + 45 [0x7fff704e5bc4]
+ ! : | + ! : | + ! : | + ! : | + 22 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! : | + ! : | + ! : | + ! : | 1 DYLD-STUB$$__workq_kernreturn (in libsystem_pthread.dylib) + 0 [0x7fff704ec1b6]
+ ! : | + ! : | + ! : | + ! : 1 _dispatch_async_f_slow (in libdispatch.dylib) + 35 [0x7fff701985e9]
+ ! : | + ! : | + ! : | + ! : | 1 _dispatch_alloc_continuation_alloc (in libdispatch.dylib) + 190 [0x7fff70196290]
+ ! : | + ! : | + ! : | + ! : 1 _dispatch_root_queue_push_override (in libdispatch.dylib) + 210 [0x7fff701a9a06]
+ ! : | + ! : | + ! : | + ! : 1 _dispatch_alloc_continuation_alloc (in libdispatch.dylib) + 30 [0x7fff701961f0]
+ ! : | + ! : | + ! : | + ! 2 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 326 [0x7fff5370192c]
+ ! : | + ! : | + ! : | + ! : 2 CA::Layer::layout_and_display_if_needed(CA::Transaction*) (in QuartzCore) + 24 [0x7fff53702930]
+ ! : | + ! : | + ! : | + ! : 2 CA::Layer::layout_if_needed(CA::Transaction*) (in QuartzCore) + 104 [0x7fff537029ae]
+ ! : | + ! : | + ! : | + ! : 2 CA::Layer::thread_flags_(CA::Transaction*) (in QuartzCore) + 163 [0x7fff536f9897]
+ ! : | + ! : | + ! : | + ! : 2 CALayerRetain (in QuartzCore) + 60 [0x7fff536f9a67]
+ ! : | + ! : | + ! : | + ! : 2 NSRecordAllocationEvent (in Foundation) + 0,68 [0x7fff4a47f04c,0x7fff4a47f090]
+ ! : | + ! : | + ! : | + ! 2 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 337 [0x7fff53701937]
+ ! : | + ! : | + ! : | + ! : 2 CA::Layer::prepare_commit(CA::Transaction*) (in QuartzCore) + 1,565 [0x7fff53702f65,0x7fff53703199]
+ ! : | + ! : | + ! : | + ! 2 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3277 [0x7fff537024b3]
+ ! : | + ! : | + ! : | + ! : 2 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 379 [0x7fff704e48c7]
+ ! : | + ! : | + ! : | + ! 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 87 [0x7fff5370183d]
+ ! : | + ! : | + ! : | + ! : 1 CA::Context::retain_all_contexts(bool, CA::Context**, unsigned long&) (in QuartzCore) + 270 [0x7fff53702862]
+ ! : | + ! : | + ! : | + ! : 1 os_unfair_lock_unlock (in libsystem_platform.dylib) + 12 [0x7fff704df76d]
+ ! : | + ! : | + ! : | + ! 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 515 [0x7fff537019e9]
+ ! : | + ! : | + ! : | + ! : 1 CA::Transaction::run_commit_handlers(CATransactionPhase) (in QuartzCore) + 25 [0x7fff537028af]
+ ! : | + ! : | + ! : | + ! : 1 CA::Transaction::commit_handlers_for_phase(CATransactionPhase) (in QuartzCore) + 48 [0x7fff5379c97c]
+ ! : | + ! : | + ! : | + ! 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 1930 [0x7fff53701f70]
+ ! : | + ! : | + ! : | + ! : 1 CA::Render::Encoder::set_object_cache(CA::Render::Encoder::ObjectCache*) (in QuartzCore) + 58 [0x7fff53703720]
+ ! : | + ! : | + ! : | + ! : 1 x_hash_table_foreach (in QuartzCore) + 26 [0x7fff5370ab5f]
+ ! : | + ! : | + ! : | + ! 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3007 [0x7fff537023a5]
+ ! : | + ! : | + ! : | + ! : 1 CA::Transaction::unlock() (in QuartzCore) + 0 [0x7fff536f9a84]
+ ! : | + ! : | + ! : | + ! 1 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) + 3475 [0x7fff53702579]
+ ! : | + ! : | + ! : | + ! 1 CA::Render::Encoder::~Encoder() (in QuartzCore) + 0 [0x7fff5370b918]
+ ! : | + ! : | + ! : | + 3 CA::Transaction::commit() (in QuartzCore) + 700 [0x7fff5370159a]
+ ! : | + ! : | + ! : | + ! 2 CA::Layer::free_transaction(CA::Transaction*) (in QuartzCore) + 346 [0x7fff5370c308]
+ ! : | + ! : | + ! : | + ! : 1 CALayerRelease (in QuartzCore) + 34 [0x7fff536fd4b1]
+ ! : | + ! : | + ! : | + ! : | 1 NSRecordAllocationEvent (in Foundation) + 25 [0x7fff4a47f065]
+ ! : | + ! : | + ! : | + ! : 1 CALayerRelease (in QuartzCore) + 120 [0x7fff536fd507]
+ ! : | + ! : | + ! : | + ! 1 CA::Layer::free_transaction(CA::Transaction*) (in QuartzCore) + 328 [0x7fff5370c2f6]
+ ! : | + ! : | + ! : | + ! 1 CA::Transaction::unlock() (in QuartzCore) + 1 [0x7fff536f9a85]
+ ! : | + ! : | + ! : | + 1 CA::Transaction::commit() (in QuartzCore) + 982 [0x7fff537016b4]
+ ! : | + ! : | + ! : | + 1 kdebug_trace (in libsystem_kernel.dylib) + 33 [0x7fff7031a624]
+ ! : | + ! : | + ! : | + 1 kdebug_is_enabled (in libsystem_kernel.dylib) + 21 [0x7fff7031a5cc]
+ ! : | + ! : | + ! : | 3 __CFRunLoopDoObservers (in CoreFoundation) + 73,82 [0x7fff483af179,0x7fff483af182]
+ ! : | + ! : | + ! : | 1 __CFRunLoopDoObservers (in CoreFoundation) + 110 [0x7fff483af19e]
+ ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | 1 __CFRunLoopDoObservers (in CoreFoundation) + 319 [0x7fff483af26f]
+ ! : | + ! : | + ! : | + 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + ! : | + ! : | 1 __CFRunLoopDoObservers (in CoreFoundation) + 622 [0x7fff483af39e]
+ ! : | + ! : | + ! : | 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 207 [0x7fff704e449a]
+ ! : | + ! : | + ! : 3 CFRunLoopRunSpecific (in CoreFoundation) + 174,189,... [0x7fff4839101e,0x7fff4839102d,...]
+ ! : | + ! : | + ! : 2 CFRunLoopRunSpecific (in CoreFoundation) + 385 [0x7fff483910f1]
+ ! : | + ! : | + ! : | 1 __CFRunLoopDoObservers (in CoreFoundation) + 110 [0x7fff483af19e]
+ ! : | + ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! : | 1 __CFRunLoopDoObservers (in CoreFoundation) + 336 [0x7fff483af280]
+ ! : | + ! : | + ! : | 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 307 [0x7fff704e487f]
+ ! : | + ! : | + ! : 2 CFRunLoopRunSpecific (in CoreFoundation) + 575 [0x7fff483911af]
+ ! : | + ! : | + ! : | 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + ! : | + 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 638 [0x7fff7038e79e]
+ ! : | + ! : | + ! : | 1 free_tiny (in libsystem_malloc.dylib) + 648 [0x7fff7038f26a]
+ ! : | + ! : | + ! : 1 CFRunLoopRunSpecific (in CoreFoundation) + 92 [0x7fff48390fcc]
+ ! : | + ! : | + ! : | 1 CFEqual (in CoreFoundation) + 213 [0x7fff48328855]
+ ! : | + ! : | + ! : 1 CFRunLoopRunSpecific (in CoreFoundation) + 212 [0x7fff48391044]
+ ! : | + ! : | + ! : | 1 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 169 [0x7fff704e4474]
+ ! : | + ! : | + ! : 1 CFRunLoopRunSpecific (in CoreFoundation) + 225 [0x7fff48391051]
+ ! : | + ! : | + ! : | 1 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + ! : | 1 object_setClass (in libobjc.A.dylib) + 249 [0x7fff6f5aa87b]
+ ! : | + ! : | + ! : 1 CFRunLoopRunSpecific (in CoreFoundation) + 248 [0x7fff48391068]
+ ! : | + ! : | + ! : | 1 __CFRunLoopModeIsEmpty (in CoreFoundation) + 153 [0x7fff483912b9]
+ ! : | + ! : | + ! : | 1 CFSetContainsValue (in CoreFoundation) + 119 [0x7fff48360037]
+ ! : | + ! : | + ! : | 1 CFBasicHashGetCountOfKey (in CoreFoundation) + 190 [0x7fff4836013e]
+ ! : | + ! : | + ! : | 1 __CFStringHash (in CoreFoundation) + 0 [0x7fff483153a0]
+ ! : | + ! : | + ! : 1 CFRunLoopRunSpecific (in CoreFoundation) + 303 [0x7fff4839109f]
+ ! : | + ! : | + ! : | 1 CFAllocatorAllocate (in CoreFoundation) + 1 [0x7fff4830f471]
+ ! : | + ! : | + ! : 1 CFRunLoopRunSpecific (in CoreFoundation) + 557 [0x7fff4839119d]
+ ! : | + ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 464 [0x7fff704e491c]
+ ! : | + ! : | + ! 2 RunCurrentEventLoopInMode (in HIToolbox) + 223 [0x7fff4767bd57]
+ ! : | + ! : | + ! : 1 _NotifyEventLoopObservers (in HIToolbox) + 154 [0x7fff47653fa0]
+ ! : | + ! : | + ! : | 1 MainLoopObserver(unsigned int, OpaqueEventRef*, void*) (in HIToolbox) + 5 [0x7fff47690a64]
+ ! : | + ! : | + ! : 1 _NotifyEventLoopObservers (in HIToolbox) + 123 [0x7fff47653f81]
+ ! : | + ! : | + ! 1 RunCurrentEventLoopInMode (in HIToolbox) + 211 [0x7fff4767bd4b]
+ ! : | + ! : | + ! : 1 _CFRunLoopSetCurrent (in CoreFoundation) + 18 [0x7fff483af082]
+ ! : | + ! : | + ! : 1 pthread_main_np (in libsystem_pthread.dylib) + 0 [0x7fff704e5835]
+ ! : | + ! : | + ! 1 RunCurrentEventLoopInMode (in HIToolbox) + 300 [0x7fff4767bda4]
+ ! : | + ! : | + ! : 1 _NotifyEventLoopObservers (in HIToolbox) + 28 [0x7fff47653f22]
+ ! : | + ! : | + ! 1 RunCurrentEventLoopInMode (in HIToolbox) + 75 [0x7fff4767bcc3]
+ ! : | + ! : | + 5 ReceiveNextEventCommon (in HIToolbox) + 426 [0x7fff4767ba4b]
+ ! : | + ! : | + ! 4 AcquireEventFromQueue (in HIToolbox) + 746 [0x7fff4768aa0d]
+ ! : | + ! : | + ! : 2 _NotifyEventLoopObservers (in HIToolbox) + 123 [0x7fff47653f81]
+ ! : | + ! : | + ! : 1 _NotifyEventLoopObservers (in HIToolbox) + 47 [0x7fff47653f35]
+ ! : | + ! : | + ! : | 1 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | + ! : | 1 ThreadIsCooperative (in CarbonCore) + 0 [0x7fff49501b27]
+ ! : | + ! : | + ! : 1 _NotifyEventLoopObservers (in HIToolbox) + 210 [0x7fff47653fd8]
+ ! : | + ! : | + ! : 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 119 [0x7fff704e4746]
+ ! : | + ! : | + ! 1 AcquireEventFromQueue (in HIToolbox) + 356 [0x7fff4768a887]
+ ! : | + ! : | + 2 ReceiveNextEventCommon (in HIToolbox) + 399 [0x7fff4767ba30]
+ ! : | + ! : | + ! 2 GetCurrentEventQueue (in HIToolbox) + 23 [0x7fff4767b7b9]
+ ! : | + ! : | + ! 2 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | + ! 1 ThreadIsCooperative (in CarbonCore) + 41 [0x7fff49501b50]
+ ! : | + ! : | + ! : 1 TSLockMutex (in CarbonCore) + 304 [0x7fff49501494]
+ ! : | + ! : | + ! : 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : | + ! 1 ThreadIsCooperative (in CarbonCore) + 53 [0x7fff49501b5c]
+ ! : | + ! : | + ! 1 FindThreadByID (in CarbonCore) + 0 [0x7fff49501c7f]
+ ! : | + ! : | + 1 ReceiveNextEventCommon (in HIToolbox) + 777 [0x7fff4767bbaa]
+ ! : | + ! : | + ! 1 GetCurrentEventQueue (in HIToolbox) + 23 [0x7fff4767b7b9]
+ ! : | + ! : | + ! 1 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! : | + ! 1 ThreadIsCooperative (in CarbonCore) + 53 [0x7fff49501b5c]
+ ! : | + ! : | + ! 1 FindThreadByID (in CarbonCore) + 79 [0x7fff49501cce]
+ ! : | + ! : | + 1 ReceiveNextEventCommon (in HIToolbox) + 60 [0x7fff4767b8dd]
+ ! : | + ! : | 3 _DPSNextEvent (in AppKit) + 304 [0x7fff4592c37e]
+ ! : | + ! : | + 1 -[NSDate timeIntervalSinceNow] (in CoreFoundation) + 21 [0x7fff48397755]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
+ ! : | + ! : | + 1 -[NSDate timeIntervalSinceNow] (in CoreFoundation) + 37 [0x7fff48397765]
+ ! : | + ! : | + ! 1 gettimeofday (in libsystem_c.dylib) + 45 [0x7fff7022d6c3]
+ ! : | + ! : | + ! 1 __commpage_gettimeofday (in libsystem_kernel.dylib) + 0 [0x7fff70315414]
+ ! : | + ! : | + 1 -[NSDate timeIntervalSinceNow] (in CoreFoundation) + 51 [0x7fff48397773]
+ ! : | + ! : | 2 _DPSNextEvent (in AppKit) + 205 [0x7fff4592c31b]
+ ! : | + ! : | + 2 _DPSConvertMaskToEventTypeList (in AppKit) + 516,2000 [0x7fff4592e076,0x7fff4592e642]
+ ! : | + ! : | 2 _DPSNextEvent (in AppKit) + 2277 [0x7fff4592cb33]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + 1 objc_object::rootAutorelease2() (in libobjc.A.dylib) + 60 [0x7fff6f5ab706]
+ ! : | + ! : | 2 _DPSNextEvent (in AppKit) + 3956,4935 [0x7fff4592d1c2,0x7fff4592d595]
+ ! : | + ! : | 1 DYLD-STUB$$CopyEventCGEvent (in AppKit) + 0 [0x7fff464f911e]
+ ! : | + ! : | 1 _DPSNextEvent (in AppKit) + 336 [0x7fff4592c39e]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | 1 _DPSNextEvent (in AppKit) + 355 [0x7fff4592c3b1]
+ ! : | + ! : | + 1 CFArrayContainsValue (in CoreFoundation) + 243 [0x7fff48345533]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | 1 _DPSNextEvent (in AppKit) + 2239 [0x7fff4592cb0d]
+ ! : | + ! : | 1 GetEventKind (in HIToolbox) + 1 [0x7fff4765180b]
+ ! : | + ! : 15 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 914 [0x7fff460c25e2]
+ ! : | + ! : | 6 _DPSEventHandledByCarbon (in AppKit) + 43 [0x7fff45cf0dd3]
+ ! : | + ! : | + 6 -[NSApplication _disableSuddenTermination] (in AppKit) + 9 [0x7fff4593142c]
+ ! : | + ! : | + 6 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 55 [0x7fff4768b456]
+ ! : | + ! : | + 3 _CFSuddenTerminationDisable (in CoreFoundation) + 33 [0x7fff4836bb71]
+ ! : | + ! : | + ! 1 DYLD-STUB$$os_unfair_lock_lock_with_options (in libxpc.dylib) + 0 [0x7fff7053ac2e]
+ ! : | + ! : | + ! 1 xpc_transaction_begin (in libxpc.dylib) + 83 [0x7fff70522a7b]
+ ! : | + ! : | + ! : 1 kdebug_trace (in libsystem_kernel.dylib) + 0 [0x7fff7031a603]
+ ! : | + ! : | + ! 1 xpc_transaction_begin (in libxpc.dylib) + 22 [0x7fff70522a3e]
+ ! : | + ! : | + 2 -[NSProcessInfo disableSuddenTermination] (in Foundation) + 0,1 [0x7fff4a47e1ff,0x7fff4a47e200]
+ ! : | + ! : | + 1 _CFSuddenTerminationDisable (in CoreFoundation) + 21 [0x7fff4836bb65]
+ ! : | + ! : | + 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704df616]
+ ! : | + ! : | 5 _DPSEventHandledByCarbon (in AppKit) + 54 [0x7fff45cf0dde]
+ ! : | + ! : | + 5 _NSHandleCarbonMenuEvent (in AppKit) + 32 [0x7fff45a969fb]
+ ! : | + ! : | + 3 ConvertEventRefToEventRecord (in HIToolbox) + 1,47,... [0x7fff4768b20d,0x7fff4768b23b,...]
+ ! : | + ! : | + 1 ConvertEventRefToEventRecord (in HIToolbox) + 39 [0x7fff4768b233]
+ ! : | + ! : | + ! 1 GetEventTime (in HIToolbox) + 62 [0x7fff4768b33e]
+ ! : | + ! : | + 1 ConvertEventRefToEventRecord (in HIToolbox) + 89 [0x7fff4768b265]
+ ! : | + ! : | + 1 GetGlobalMouse (in HIToolbox) + 33 [0x7fff4768b3b0]
+ ! : | + ! : | + 1 SLSGetCurrentCursorLocation (in SkyLight) + 26 [0x7fff6a09a587]
+ ! : | + ! : | 4 _DPSEventHandledByCarbon (in AppKit) + 224 [0x7fff45cf0e88]
+ ! : | + ! : | 1 -[NSApplication _enableSuddenTermination] (in AppKit) + 1 [0x7fff45a60bc4]
+ ! : | + ! : | 1 _HIEnableSuddenTerminationForSendEvent (in HIToolbox) + 29 [0x7fff4768d9b9]
+ ! : | + ! : | ! 1 +[NSProcessInfo processInfo] (in Foundation) + 8 [0x7fff4a4704e0]
+ ! : | + ! : | 1 _HIEnableSuddenTerminationForSendEvent (in HIToolbox) + 0 [0x7fff4768d99c]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 14 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3548 [0x7fff460c302c]
+ ! : | + ! : | 4 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 215 [0x7fff45eca392]
+ ! : | + ! : | + 2 -[NSApplication(NSWindowCache) _findWindowUsingCache:] (in AppKit) + 152 [0x7fff459345f0]
+ ! : | + ! : | + ! 1 -[NSConcretePointerArray countByEnumeratingWithState:objects:count:] (in Foundation) + 0 [0x7fff4a485322]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | + 1 -[NSApplication(NSWindowCache) _findWindowUsingCache:] (in AppKit) + 91 [0x7fff459345b3]
+ ! : | + ! : | + ! 1 -[NSRecursiveLock lock] (in Foundation) + 11 [0x7fff4a47dddf]
+ ! : | + ! : | + ! 1 object_getIndexedIvars (in libobjc.A.dylib) + 42 [0x7fff6f5ab17c]
+ ! : | + ! : | + 1 -[NSApplication(NSWindowCache) _findWindowUsingCache:] (in AppKit) + 374 [0x7fff459346ce]
+ ! : | + ! : | + 1 -[NSRecursiveLock unlock] (in Foundation) + 0 [0x7fff4a47e69b]
+ ! : | + ! : | 4 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 1104,0,... [0x7fff45eca70b,0x7fff45eca2bb,...]
+ ! : | + ! : | 2 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 115 [0x7fff45eca32e]
+ ! : | + ! : | + 1 -[NSEvent _initAuxiliaryData] (in AppKit) + 29 [0x7fff45b831b0]
+ ! : | + ! : | + ! 1 +[NSObject new] (in libobjc.A.dylib) + 1 [0x7fff6f5ab0f0]
+ ! : | + ! : | + 1 -[NSEvent _initAuxiliaryData] (in AppKit) + 16 [0x7fff45b831a3]
+ ! : | + ! : | 2 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 271 [0x7fff45eca3ca]
+ ! : | + ! : | + 1 -[NSApplication(NSWindowCache) _findWindowUsingContextID:] (in AppKit) + 344 [0x7fff45a96886]
+ ! : | + ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 123 [0x7fff45eca336]
+ ! : | + ! : | + 1 CFRetain (in CoreFoundation) + 0 [0x7fff48313460]
+ ! : | + ! : | 1 -[NSEvent _initWithCGEvent:eventRef:] (in AppKit) + 595 [0x7fff45eca50e]
+ ! : | + ! : | 1 SLSMainDisplayID (in SkyLight) + 0 [0x7fff6a1bdea5]
+ ! : | + ! : 4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3615 [0x7fff460c306f]
+ ! : | + ! : | 4 -[NSApplication(NSEvent) _setCurrentEvent:] (in AppKit) + 47 [0x7fff460c375e]
+ ! : | + ! : | 2 -[NSEvent isEqual:] (in AppKit) + 289 [0x7fff45a950ee]
+ ! : | + ! : | + 1 -[NSEvent windowNumber] (in AppKit) + 1 [0x7fff45a97271]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | 2 -[NSEvent isEqual:] (in AppKit) + 130 [0x7fff45a9504f]
+ ! : | + ! : 4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 4028 [0x7fff460c320c]
+ ! : | + ! : | 2 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : | + 2 objc_release (in libobjc.A.dylib) + 0,40 [0x7fff6f5a9160,0x7fff6f5a9188]
+ ! : | + ! : | 2 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 33,812 [0x7fff6f5a9d77,0x7fff6f5aa082]
+ ! : | + ! : 3 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2835 [0x7fff460c2d63]
+ ! : | + ! : | 3 objc_msgSend (in libobjc.A.dylib) + 46,33 [0x7fff6f5a6eae,0x7fff6f5a6ea1]
+ ! : | + ! : 2 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 881 [0x7fff460c25c1]
+ ! : | + ! : | 1 -[NSEvent window] (in AppKit) + 225 [0x7fff45a970d7]
+ ! : | + ! : | + 1 -[NSRecursiveLock unlock] (in Foundation) + 36 [0x7fff4a47e6bf]
+ ! : | + ! : | + 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 210 [0x7fff704e481e]
+ ! : | + ! : | 1 -[NSEvent window] (in AppKit) + 1 [0x7fff45a96ff7]
+ ! : | + ! : 2 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2765 [0x7fff460c2d1d]
+ ! : | + ! : | 1 -[NSDate isEqualToDate:] (in CoreFoundation) + 38 [0x7fff483f4e56]
+ ! : | + ! : | + 1 -[__NSTaggedDate timeIntervalSinceReferenceDate] (in CoreFoundation) + 0 [0x7fff48373c20]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 904 [0x7fff460c25d8]
+ ! : | + ! : | 1 -[NSEvent _eventRef] (in AppKit) + 0 [0x7fff45aa80a6]
+ ! : | + ! : 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2651 [0x7fff460c2cab]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2688 [0x7fff460c2cd0]
+ ! : | + ! : | 1 _PerfAddRunLoopObserver (in AppKit) + 114 [0x7fff45d3fec1]
+ ! : | + ! : 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 2994 [0x7fff460c2e02]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3130 [0x7fff460c2e8a]
+ ! : | + ! : | 1 SLEventGetIntegerValueField (in SkyLight) + 77 [0x7fff6a10b4f6]
+ ! : | + ! : 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3528 [0x7fff460c3018]
+ ! : | + ! : | 1 _objc_rootAlloc (in libobjc.A.dylib) + 45 [0x7fff6f5aa98e]
+ ! : | + ! : | 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : | 1 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : | 1 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : | 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 211 [0x7fff70378266]
+ ! : | + ! : 1 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 3561 [0x7fff460c3039]
+ ! : | + ! : | 1 objc_object::rootAutorelease2() (in libobjc.A.dylib) + 72 [0x7fff6f5ab712]
+ ! : | + ! : 1 -[NSApplication(NSEvent) nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit) + 11 [0x7fff460c2249]
+ ! : | + ! : 1 DYLD-STUB$$CGEventGetType (in AppKit) + 0 [0x7fff464f82d8]
+ ! : | + ! 32 -[NSApplication run] (in AppKit) + 812 [0x7fff459218b5]
+ ! : | + ! : 28 -[EmacsApp sendEvent:] (in Emacs) + 622 [0x1001bb10e]
+ ! : | + ! : | 17 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2492 [0x7fff460c1254]
+ ! : | + ! : | + 7 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 426 [0x7fff4591ef4b]
+ ! : | + ! : | + ! 4 CFRunLoopAddObserver (in CoreFoundation) + 225 [0x7fff4837a571]
+ ! : | + ! : | + ! : 3 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : | 2 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : | + 2 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : | + 1 CFHash (in CoreFoundation) + 27 [0x7fff4831523b]
+ ! : | + ! : | + ! : | + 1 __CFStringHash (in CoreFoundation) + 192 [0x7fff48315460]
+ ! : | + ! : | + ! : | 1 CFSetGetValue (in CoreFoundation) + 25 [0x7fff4835f5e9]
+ ! : | + ! : | + ! : 1 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
+ ! : | + ! : | + ! : 1 _CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) + 51 [0x7fff483107a3]
+ ! : | + ! : | + ! 2 CFRunLoopAddObserver (in CoreFoundation) + 287 [0x7fff4837a5af]
+ ! : | + ! : | + ! : 2 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | + ! 1 CFRunLoopAddObserver (in CoreFoundation) + 360 [0x7fff4837a5f8]
+ ! : | + ! : | + ! 1 -[__NSArrayM objectAtIndex:] (in CoreFoundation) + 0 [0x7fff48336190]
+ ! : | + ! : | + 4 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 378 [0x7fff4591ef1b]
+ ! : | + ! : | + ! 4 CFRunLoopObserverCreateWithHandler (in CoreFoundation) + 66 [0x7fff483a7cf2]
+ ! : | + ! : | + ! 3 CFRunLoopObserverCreate (in CoreFoundation) + 125 [0x7fff4837a31d]
+ ! : | + ! : | + ! : 2 _CFRuntimeCreateInstance (in CoreFoundation) + 623 [0x7fff4830f41f]
+ ! : | + ! : | + ! : 1 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
+ ! : | + ! : | + ! : 1 CFAllocatorAllocate (in CoreFoundation) + 77 [0x7fff4830f4bd]
+ ! : | + ! : | + ! 1 CFRunLoopObserverCreate (in CoreFoundation) + 357 [0x7fff4837a405]
+ ! : | + ! : | + ! 1 _Block_copy (in libsystem_blocks.dylib) + 113 [0x7fff7021c8f0]
+ ! : | + ! : | + ! 1 _Block_object_assign (in libsystem_blocks.dylib) + 331 [0x7fff7021cc27]
+ ! : | + ! : | + ! 1 objc_moveWeak (in libobjc.A.dylib) + 1 [0x7fff6f5b4b16]
+ ! : | + ! : | + 2 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 447 [0x7fff4591ef60]
+ ! : | + ! : | + ! 1 CFRunLoopAddObserver (in CoreFoundation) + 225 [0x7fff4837a571]
+ ! : | + ! : | + ! : 1 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
+ ! : | + ! : | + ! : 1 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
+ ! : | + ! : | + ! : 1 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
+ ! : | + ! : | + ! : 1 CFHash (in CoreFoundation) + 27 [0x7fff4831523b]
+ ! : | + ! : | + ! 1 CFRunLoopAddObserver (in CoreFoundation) + 303 [0x7fff4837a5bf]
+ ! : | + ! : | + ! 1 CFArrayContainsValue (in CoreFoundation) + 272 [0x7fff48345550]
+ ! : | + ! : | + ! 1 CFEqual (in CoreFoundation) + 4 [0x7fff48328784]
+ ! : | + ! : | + 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 39 [0x7fff4591edc8]
+ ! : | + ! : | + ! 1 CFRunLoopGetCurrent (in CoreFoundation) + 43 [0x7fff4835eccb]
+ ! : | + ! : | + ! 1 _CFGetTSD (in CoreFoundation) + 83 [0x7fff483111f3]
+ ! : | + ! : | + 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 303 [0x7fff4591eed0]
+ ! : | + ! : | + ! 1 objc_initWeak (in libobjc.A.dylib) + 321 [0x7fff6f5ae793]
+ ! : | + ! : | + ! 1 weak_register_no_lock (in libobjc.A.dylib) + 199 [0x7fff6f5abbbb]
+ ! : | + ! : | + ! 1 append_referrer(weak_entry_t*, objc_object**) (in libobjc.A.dylib) + 32 [0x7fff6f5acc12]
+ ! : | + ! : | + 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 467 [0x7fff4591ef74]
+ ! : | + ! : | + ! 1 _Block_object_dispose (in libsystem_blocks.dylib) + 1 [0x7fff7021cc3a]
+ ! : | + ! : | + 1 -[NSApplication setWindowsNeedUpdate:] (in AppKit) + 475 [0x7fff4591ef7c]
+ ! : | + ! : | + 1 objc_destroyWeak (in libobjc.A.dylib) + 146 [0x7fff6f5aeaab]
+ ! : | + ! : | 4 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 234 [0x7fff460c0982]
+ ! : | + ! : | + 2 +[CATransaction(CATransactionPrivate) activateBackground:] (in QuartzCore) + 49 [0x7fff5370129a]
+ ! : | + ! : | + ! 1 CA::Transaction::ensure_implicit() (in QuartzCore) + 91 [0x7fff536f3937]
+ ! : | + ! : | + ! : 1 CFRunLoopCopyCurrentMode (in CoreFoundation) + 87 [0x7fff483b1147]
+ ! : | + ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 297 [0x7fff704e4875]
+ ! : | + ! : | + ! 1 CA::Transaction::ensure_implicit() (in QuartzCore) + 302 [0x7fff536f3a0a]
+ ! : | + ! : | + ! 1 CA::Transaction::push(bool) (in QuartzCore) + 213 [0x7fff5379caf3]
+ ! : | + ! : | + ! 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704df616]
+ ! : | + ! : | + 1 +[CATransaction(CATransactionPrivate) activateBackground:] (in QuartzCore) + 0 [0x7fff53701269]
+ ! : | + ! : | + 1 +[NSAnimationContext activate] (in AppKit) + 26 [0x7fff462b6901]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : | 2 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 72 [0x7fff460c08e0]
+ ! : | + ! : | + 1 -[NSObject retain] (in libobjc.A.dylib) + 1 [0x7fff6f5a911c]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : | 2 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 2534 [0x7fff460c127e]
+ ! : | + ! : | + 1 -[NSObject release] (in libobjc.A.dylib) + 0 [0x7fff6f5ab401]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | 2 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 228,2499 [0x7fff460c097c,0x7fff460c125b]
+ ! : | + ! : | 1 -[NSApplication(NSEvent) sendEvent:] (in AppKit) + 100 [0x7fff460c08fc]
+ ! : | + ! : | 1 _NSSendEventToObservers (in AppKit) + 1 [0x7fff45a96e06]
+ ! : | + ! : 2 -[EmacsApp sendEvent:] (in Emacs) + 588 [0x1001bb0ec]
+ ! : | + ! : | 2 -[EmacsApp stop:] (in Emacs) + 50 [0x1001badf2]
+ ! : | + ! : | 1 -[NSApplication stop:] (in AppKit) + 64 [0x7fff45d446ba]
+ ! : | + ! : | + 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
+ ! : | + ! : | + 1 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
+ ! : | + ! : | + 1 CFDictionaryGetValue (in CoreFoundation) + 25 [0x7fff48318089]
+ ! : | + ! : | 1 -[NSApplication stop:] (in AppKit) + 115 [0x7fff45d446ed]
+ ! : | + ! : | 1 NSKeyValueDidChangeWithPerThreadPendingNotifications (in Foundation) + 48 [0x7fff4a5e4dfc]
+ ! : | + ! : | 1 NSKVOCopyPendingNotificationStack (in Foundation) + 67 [0x7fff4a5e5ed2]
+ ! : | + ! : | 1 NSKVOPendingPerThreadNotificationStack (in Foundation) + 31 [0x7fff4a5e5e05]
+ ! : | + ! : 1 -[EmacsApp sendEvent:] (in Emacs) + 59 [0x1001baedb]
+ ! : | + ! : | 1 -[NSEvent window] (in AppKit) + 128 [0x7fff45a97076]
+ ! : | + ! : | 1 -[NSRecursiveLock lock] (in Foundation) + 0 [0x7fff4a47ddd4]
+ ! : | + ! : 1 -[EmacsApp sendEvent:] (in Emacs) + 539 [0x1001bb0bb]
+ ! : | + ! : 1 -[NSApplication modalWindow] (in AppKit) + 0 [0x7fff45aa44f8]
+ ! : | + ! 6 -[NSApplication run] (in AppKit) + 860 [0x7fff459218e5]
+ ! : | + ! : 4 -[NSAutoreleasePool drain] (in Foundation) + 144 [0x7fff4a4828ad]
+ ! : | + ! : | 4 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! : | 4 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : | 2 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
+ ! : | + ! : | + 1 ReleaseEvent (in HIToolbox) + 45 [0x7fff476524ae]
+ ! : | + ! : | + ! 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 98 [0x7fff704e43ae]
+ ! : | + ! : | + 1 ReleaseEvent (in HIToolbox) + 1 [0x7fff47652482]
+ ! : | + ! : | 1 -[NSEvent dealloc] (in AppKit) + 218 [0x7fff45a60313]
+ ! : | + ! : | + 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | + ! : | + 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 1084 [0x7fff7038e95c]
+ ! : | + ! : | 1 -[NSEvent dealloc] (in AppKit) + 8 [0x7fff45a60241]
+ ! : | + ! : 1 -[NSAutoreleasePool drain] (in Foundation) + 31 [0x7fff4a48283c]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! 3 -[NSApplication run] (in AppKit) + 282 [0x7fff459216a3]
+ ! : | + ! : 2 _CFAutoreleasePoolPop (in CoreFoundation) + 0 [0x7fff483509f0]
+ ! : | + ! : 1 NSPopAutoreleasePool (in Foundation) + 0 [0x7fff4a471451]
+ ! : | + ! 3 -[NSApplication run] (in AppKit) + 834 [0x7fff459218cb]
+ ! : | + ! : 1 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 60 [0x7fff4a4d4dab]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! : 1 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 109 [0x7fff4a4d4ddc]
+ ! : | + ! : | 1 os_unfair_lock_unlock (in libsystem_platform.dylib) + 12 [0x7fff704df76d]
+ ! : | + ! : 1 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] (in Foundation) + 0 [0x7fff4a4d4d6f]
+ ! : | + ! 2 -[NSApplication run] (in AppKit) + 121 [0x7fff45921602]
+ ! : | + ! : 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
+ ! : | + ! : | 1 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
+ ! : | + ! : | 1 CFDictionaryGetValue (in CoreFoundation) + 83 [0x7fff483180c3]
+ ! : | + ! : 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 0 [0x7fff4a5e4b70]
+ ! : | + ! 2 -[NSApplication run] (in AppKit) + 140 [0x7fff45921615]
+ ! : | + ! : 1 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 91 [0x7fff4a5e4bcb]
+ ! : | + ! : | 1 os_unfair_lock_lock (in libsystem_platform.dylib) + 14 [0x7fff704df624]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! 2 -[NSApplication run] (in AppKit) + 274 [0x7fff4592169b]
+ ! : | + ! : 1 -[NSApplication(NSAppssassination) _checkForAutomaticTerminationSupportPossiblyEnablingIt] (in AppKit) + 39 [0x7fff4592bdd7]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | + ! : 1 -[NSProcessInfo _supportsAutomaticTermination] (in Foundation) + 0 [0x7fff4a486052]
+ ! : | + ! 2 -[NSApplication run] (in AppKit) + 508 [0x7fff45921785]
+ ! : | + ! : 1 -[NSAutoreleasePool init] (in Foundation) + 0 [0x7fff4a471500]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! 1 -[NSApplication run] (in AppKit) + 59 [0x7fff459215c4]
+ ! : | + ! : 1 kdebug_trace (in libsystem_kernel.dylib) + 0 [0x7fff7031a603]
+ ! : | + ! 1 -[NSApplication run] (in AppKit) + 337 [0x7fff459216da]
+ ! : | + ! : 1 _CFUserNotificationSetWarningThread (in CoreFoundation) + 0 [0x7fff483acbe0]
+ ! : | + ! 1 -[NSApplication run] (in AppKit) + 731 [0x7fff45921864]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! 1 -[NSApplication run] (in AppKit) + 777 [0x7fff45921892]
+ ! : | + ! : 1 -[NSApplication _disableSuddenTermination] (in AppKit) + 9 [0x7fff4593142c]
+ ! : | + ! : 1 _HIDisableSuddenTerminationForSendEvent (in HIToolbox) + 55 [0x7fff4768b456]
+ ! : | + ! : 1 -[NSProcessInfo disableSuddenTermination] (in Foundation) + 0 [0x7fff4a47e1ff]
+ ! : | + ! 1 -[NSApplication run] (in AppKit) + 848 [0x7fff459218d9]
+ ! : | + ! : 1 _HIEnableSuddenTerminationForSendEvent (in HIToolbox) + 20 [0x7fff4768d9b0]
+ ! : | + ! 1 -[NSApplication run] (in AppKit) + 557 [0x7fff459217b6]
+ ! : | + 1 -[EmacsApp run] (in Emacs) + 27 [0x1001bac3b]
+ ! : | 42 ns_read_socket (in Emacs) + 668 [0x1001c86ac]
+ ! : | + 20 -[NSEvent _postAtStart:] (in AppKit) + 1841 [0x7fff45b0fb5b]
+ ! : | + ! 15 -[NSEvent _eventRefInternal] (in AppKit) + 37 [0x7fff45aa9434]
+ ! : | + ! : 5 -[NSEvent CGEvent] (in AppKit) + 145 [0x7fff45b0fd40]
+ ! : | + ! : | 3 -[NSEvent window] (in AppKit) + 225 [0x7fff45a970d7]
+ ! : | + ! : | + 3 -[NSRecursiveLock unlock] (in Foundation) + 36 [0x7fff4a47e6bf]
+ ! : | + ! : | + 3 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 243,287,... [0x7fff704e483f,0x7fff704e486b,...]
+ ! : | + ! : | 1 -[NSEvent window] (in AppKit) + 128 [0x7fff45a97076]
+ ! : | + ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + ! : | 1 -[NSEvent window] (in AppKit) + 35 [0x7fff45a97019]
+ ! : | + ! : 4 -[NSEvent CGEvent] (in AppKit) + 98 [0x7fff45b0fd11]
+ ! : | + ! : | 3 SLEventCreate (in SkyLight) + 107 [0x7fff6a109d53]
+ ! : | + ! : | + 3 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
+ ! : | + ! : | + 1 _CFRuntimeCreateInstance (in CoreFoundation) + 115 [0x7fff4830f223]
+ ! : | + ! : | + ! 1 _CFGetTSD (in CoreFoundation) + 1 [0x7fff483111a1]
+ ! : | + ! : | + 1 _CFRuntimeCreateInstance (in CoreFoundation) + 635 [0x7fff4830f42b]
+ ! : | + ! : | + ! 1 object_setClass (in libobjc.A.dylib) + 0 [0x7fff6f5aa782]
+ ! : | + ! : | + 1 _CFRuntimeCreateInstance (in CoreFoundation) + 0 [0x7fff4830f1b0]
+ ! : | + ! : | 1 SLEventCreate (in SkyLight) + 131 [0x7fff6a109d6b]
+ ! : | + ! : | 1 _platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) + 93 [0x7fff704e0c9d]
+ ! : | + ! : 2 -[NSEvent CGEvent] (in AppKit) + 299 [0x7fff45b0fdda]
+ ! : | + ! : | 2 +[_NSScreenConfiguration latestZeroScreenHeight] (in AppKit) + 0,1 [0x7fff46316dfc,0x7fff46316dfd]
+ ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 477 [0x7fff45b0fe8c]
+ ! : | + ! : | 1 SLEventSetIntegerValueField (in SkyLight) + 0 [0x7fff6a10c6ac]
+ ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 500 [0x7fff45b0fea3]
+ ! : | + ! : | 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 515 [0x7fff45b0feb2]
+ ! : | + ! : | 1 SLEventSetIntegerValueField (in SkyLight) + 376 [0x7fff6a10c824]
+ ! : | + ! : | 1 CGSEventAppendixCreate (in SkyLight) + 22 [0x7fff6a0047a8]
+ ! : | + ! : | 1 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
+ ! : | + ! : | 1 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
+ ! : | + ! : | 1 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + ! : | 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 211 [0x7fff70378266]
+ ! : | + ! : 1 -[NSEvent CGEvent] (in AppKit) + 286 [0x7fff45b0fdcd]
+ ! : | + ! 5 -[NSEvent _eventRefInternal] (in AppKit) + 57 [0x7fff45aa9448]
+ ! : | + ! 2 CreateEventWithCGEvent (in HIToolbox) + 136 [0x7fff47686190]
+ ! : | + ! | 2 SLEventGetIntegerValueField (in SkyLight) + 25,370 [0x7fff6a10b4c2,0x7fff6a10b61b]
+ ! : | + ! 2 CreateEventWithCGEvent (in HIToolbox) + 0,180 [0x7fff47686108,0x7fff476861bc]
+ ! : | + ! 1 CreateEventWithCGEvent (in HIToolbox) + 6134 [0x7fff476878fe]
+ ! : | + ! 1 CreateEvent (in HIToolbox) + 175 [0x7fff4764f4b9]
+ ! : | + ! 1 GetEventFromPool (in HIToolbox) + 25 [0x7fff477bebbc]
+ ! : | + ! 1 _EventThreadLock (in HIToolbox) + 16 [0x7fff4764f543]
+ ! : | + 7 -[NSEvent _postAtStart:] (in AppKit) + 1881 [0x7fff45b0fb83]
+ ! : | + ! 2 PostEventToQueueInternal (in HIToolbox) + 737 [0x7fff4767cc6a]
+ ! : | + ! : 1 _NotifyEventLoopObservers (in HIToolbox) + 39 [0x7fff47653f2d]
+ ! : | + ! : | 1 pthread_self (in libsystem_pthread.dylib) + 0 [0x7fff704e54b8]
+ ! : | + ! : 1 _NotifyEventLoopObservers (in HIToolbox) + 123 [0x7fff47653f81]
+ ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 208 [0x7fff4767ca59]
+ ! : | + ! : 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 7 [0x7fff704e4353]
+ ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 668 [0x7fff4767cc25]
+ ! : | + ! : 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 99 [0x7fff704e4732]
+ ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 712 [0x7fff4767cc51]
+ ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 297 [0x7fff704e4875]
+ ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 724 [0x7fff4767cc5d]
+ ! : | + ! : 1 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 292 [0x7fff704e4870]
+ ! : | + ! 1 PostEventToQueueInternal (in HIToolbox) + 0 [0x7fff4767c989]
+ ! : | + 5 ns_send_appdefined (in Emacs) + 414 [0x1001b958e]
+ ! : | + ! 4 +[NSEvent otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:] (in AppKit) + 72 [0x7fff45b0f2cf]
+ ! : | + ! : 4 +[NSObject allocWithZone:] (in libobjc.A.dylib) + 16 [0x7fff6f5aaf29]
+ ! : | + ! : 4 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! : 4 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! : 4 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! : 1 DYLD-STUB$$_platform_memset (in libsystem_platform.dylib) + 0 [0x7fff704e13ee]
+ ! : | + ! : 1 default_zone_calloc (in libsystem_malloc.dylib) + 6 [0x7fff70387229]
+ ! : | + ! : 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
+ ! : | + ! : | 1 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 41 [0x7fff703781bc]
+ ! : | + ! : 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 194 [0x7fff703772db]
+ ! : | + ! 1 +[NSEvent otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:] (in AppKit) + 0 [0x7fff45b0f287]
+ ! : | + 4 ns_send_appdefined (in Emacs) + 55 [0x1001b9427]
+ ! : | + ! 2 -[NSThread isMainThread] (in Foundation) + 0,43 [0x7fff4a539715,0x7fff4a539740]
+ ! : | + ! 1 -[NSThread isMainThread] (in Foundation) + 29 [0x7fff4a539732]
+ ! : | + ! : 1 +[NSThread mainThread] (in Foundation) + 1 [0x7fff4a49b0dd]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | + 2 -[NSEvent _postAtStart:] (in AppKit) + 1854 [0x7fff45b0fb68]
+ ! : | + ! 1 DYLD-STUB$$pthread_self (in CarbonCore) + 0 [0x7fff495ca0ae]
+ ! : | + ! 1 GetCurrentEventQueue (in HIToolbox) + 23 [0x7fff4767b7b9]
+ ! : | + ! 1 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
+ ! : | + ! 1 ThreadIsCooperative (in CarbonCore) + 68 [0x7fff49501b6b]
+ ! : | + ! 1 TSUnlockMutex (in CarbonCore) + 436 [0x7fff495018da]
+ ! : | + 1 -[NSEvent _postAtStart:] (in AppKit) + 1832 [0x7fff45b0fb52]
+ ! : | + 1 ns_send_appdefined (in Emacs) + 40 [0x1001b9418]
+ ! : | + ! 1 _NSThreadGet0 (in Foundation) + 63 [0x7fff4a46f32d]
+ ! : | + ! 1 _CFGetTSD (in CoreFoundation) + 128 [0x7fff48311220]
+ ! : | + 1 ns_send_appdefined (in Emacs) + 334 [0x1001b953e]
+ ! : | + ! 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + 1 ns_send_appdefined (in Emacs) + 364 [0x1001b955c]
+ ! : | + 1 -[NSApplication context] (in AppKit) + 0 [0x7fff45d41f7e]
+ ! : | 10 ns_read_socket (in Emacs) + 387 [0x1001c8593]
+ ! : | + 9 -[NSAutoreleasePool release] (in Foundation) + 144 [0x7fff4a48db56]
+ ! : | + ! 9 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : | + ! 7 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
+ ! : | + ! : 4 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
+ ! : | + ! : | 3 object_dispose (in libobjc.A.dylib) + 22 [0x7fff6f5a925f]
+ ! : | + ! : | + 3 objc_destructInstance (in libobjc.A.dylib) + 92 [0x7fff6f5a92cc]
+ ! : | + ! : | + 3 object_cxxDestructFromClass(objc_object*, objc_class*) (in libobjc.A.dylib) + 127 [0x7fff6f5b05d3]
+ ! : | + ! : | + 2 -[NSEvent .cxx_destruct] (in AppKit) + 0 [0x7fff45ed1ebf]
+ ! : | + ! : | + 1 objc_destroyWeak (in libobjc.A.dylib) + 0 [0x7fff6f5aea19]
+ ! : | + ! : | 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 18 [0x7fff6f5a70d2]
+ ! : | + ! : 1 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
+ ! : | + ! : | 1 ReleaseEvent (in HIToolbox) + 45 [0x7fff476524ae]
+ ! : | + ! : | 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! : | + ! : 1 -[NSEvent dealloc] (in AppKit) + 0 [0x7fff45a60239]
+ ! : | + ! : 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | + ! 1 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 868 [0x7fff6f5aa0ba]
+ ! : | + ! 1 DYLD-STUB$$objc_release (in libobjc.A.dylib) + 0 [0x7fff6f5c2804]
+ ! : | + 1 -[NSAutoreleasePool release] (in Foundation) + 13 [0x7fff4a48dad3]
+ ! : | 1 +[NSObject alloc] (in libobjc.A.dylib) + 5 [0x7fff6f5aa954]
+ ! : | 1 ns_read_socket (in Emacs) + 296 [0x1001c8538]
+ ! : | + 1 +[NSThread isMainThread] (in Foundation) + 9 [0x7fff4a485768]
+ ! : | + 1 pthread_main_np (in libsystem_pthread.dylib) + 0 [0x7fff704e5835]
+ ! : | 1 ns_read_socket (in Emacs) + 415 [0x1001c85af]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | 1 ns_read_socket (in Emacs) + 447 [0x1001c85cf]
+ ! : | 1 -[__NSArrayM count] (in CoreFoundation) + 1 [0x7fff48334c71]
+ ! : 1 gobble_input (in Emacs) + 444 [0x1000c2b8c]
+ ! : | 1 frame_make_pointer_visible (in Emacs) + 38 [0x100016776]
+ ! : 1 gobble_input (in Emacs) + 145 [0x1000c2a61]
+ ! 24 wait_reading_process_output (in Emacs) + 6145 [0x1001887f1]
+ ! : 23 read_process_output (in Emacs) + 363 [0x1001897fb]
+ ! : | 23 emacs_read (in Emacs) + 46 [0x1000d996e]
+ ! : | 23 read (in libsystem_kernel.dylib) + 10,0 [0x7fff70320142,0x7fff70320138]
+ ! : 1 read_process_output (in Emacs) + 237 [0x10018977d]
+ ! 11 wait_reading_process_output (in Emacs) + 793,1674,... [0x100187309,0x10018767a,...]
+ ! 2 wait_reading_process_output (in Emacs) + 1307 [0x10018750b]
+ ! : 2 gettime (in Emacs) + 22 [0x1001ef426]
+ ! : 2 clock_gettime (in libsystem_c.dylib) + 120 [0x7fff7021e8ed]
+ ! : 2 gettimeofday (in libsystem_c.dylib) + 45 [0x7fff7022d6c3]
+ ! : 1 __commpage_gettimeofday (in libsystem_kernel.dylib) + 0 [0x7fff70315414]
+ ! : 1 __commpage_gettimeofday_internal (in libsystem_kernel.dylib) + 31 [0x7fff7031543a]
+ ! 2 wait_reading_process_output (in Emacs) + 1483 [0x1001875bb]
+ ! : 2 timer_check (in Emacs) + 80 [0x1000c8190]
+ ! : 2 Fcopy_sequence (in Emacs) + 58 [0x100144ffa]
+ ! : 1 concat (in Emacs) + 1149 [0x10014475d]
+ ! : | 1 Fmake_list (in Emacs) + 138 [0x10011be6a]
+ ! : | 1 lisp_align_malloc (in Emacs) + 96 [0x10011acf0]
+ ! : 1 concat (in Emacs) + 2989 [0x100144e8d]
+ ! 1 wait_reading_process_output (in Emacs) + 4464 [0x100188160]
+ ! 1 do_pending_window_change (in Emacs) + 0 [0x1000075d0]
+ 6 tiny_free_list_add_ptr (in libsystem_malloc.dylib) + 250,77,... [0x7fff70378f15,0x7fff70378e68,...]
2014 Thread_65667187
+ 2014 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff704e5bf9]
+ 2014 _pthread_start (in libsystem_pthread.dylib) + 377 [0x7fff704e650d]
+ 2014 _pthread_body (in libsystem_pthread.dylib) + 340 [0x7fff704e6661]
+ 2014 __NSThread__start__ (in Foundation) + 1197 [0x7fff4a49c1f8]
+ 1574 -[EmacsApp fd_handler:] (in Emacs) + 264 [0x1001bc288]
+ ! 1574 __select (in libsystem_kernel.dylib) + 10,0,... [0x7fff7031ecf2,0x7fff7031ece8,...]
+ 369 -[EmacsApp fd_handler:] (in Emacs) + 730 [0x1001bc45a]
+ ! 321 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] (in Foundation) + 131 [0x7fff4a49b0bf]
+ ! : 295 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 865 [0x7fff4a49b49e]
+ ! : | 186 -[NSThread _nq:] (in Foundation) + 781 [0x7fff4a49b8f0]
+ ! : | + 89 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
+ ! : | + ! 89 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ ! : | + ! 89 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
+ ! : | + 73 CFRunLoopWakeUp (in CoreFoundation) + 363 [0x7fff4837facb]
+ ! : | + ! 72 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + ! : 72 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
+ ! : | + ! : 72 __psynch_mutexdrop (in libsystem_kernel.dylib) + 10 [0x7fff7031ea2e]
+ ! : | + ! 1 pthread_mutex_unlock (in libsystem_pthread.dylib) + 0 [0x7fff704e46cf]
+ ! : | + 20 CFRunLoopWakeUp (in CoreFoundation) + 146 [0x7fff4837f9f2]
+ ! : | + ! 20 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
+ ! : | + ! 20 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
+ ! : | + ! 20 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff7031ea46]
+ ! : | + 2 CFRunLoopWakeUp (in CoreFoundation) + 150,154 [0x7fff4837f9f6,0x7fff4837f9fa]
+ ! : | + 2 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + 2 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
+ ! : | + 2 __psynch_mutexdrop (in libsystem_kernel.dylib) + 10 [0x7fff7031ea2e]
+ ! : | 95 -[NSThread _nq:] (in Foundation) + 793 [0x7fff4a49b8fc]
+ ! : | + 88 objc_sync_exit (in libobjc.A.dylib) + 36 [0x7fff6f5ac1f1]
+ ! : | + ! 88 recursive_mutex_tt<false>::tryUnlock() (in libobjc.A.dylib) + 9 [0x7fff6f5ac211]
+ ! : | + ! 88 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
+ ! : | + ! 88 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
+ ! : | + ! 88 __psynch_mutexdrop (in libsystem_kernel.dylib) + 10 [0x7fff7031ea2e]
+ ! : | + 5 id2data(objc_object*, usage) (in libobjc.A.dylib) + 528 [0x7fff6f5ac069]
+ ! : | + 2 objc_sync_exit (in libobjc.A.dylib) + 19 [0x7fff6f5ac1e0]
+ ! : | + 2 id2data(objc_object*, usage) (in libobjc.A.dylib) + 44 [0x7fff6f5abe85]
+ ! : | 8 -[NSThread _nq:] (in Foundation) + 499 [0x7fff4a49b7d6]
+ ! : | + 6 -[__NSDictionaryM objectForKey:] (in CoreFoundation) + 184,1,... [0x7fff483540d8,0x7fff48354021,...]
+ ! : | + 1 -[__NSDictionaryM objectForKey:] (in CoreFoundation) + 125 [0x7fff4835409d]
+ ! : | + ! 1 __CFStringHash (in CoreFoundation) + 202 [0x7fff4831546a]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : | 3 -[NSThread _nq:] (in Foundation) + 20,153,... [0x7fff4a49b5f7,0x7fff4a49b67c,...]
+ ! : | 2 -[NSThread _nq:] (in Foundation) + 174 [0x7fff4a49b691]
+ ! : | + 1 _CFRunLoopGet0 (in CoreFoundation) + 164 [0x7fff4835ed84]
+ ! : | + ! 1 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | + ! 1 CFBasicHashFindBucket (in CoreFoundation) + 200 [0x7fff48318208]
+ ! : | + 1 _CFRunLoopGet0 (in CoreFoundation) + 324 [0x7fff4835ee24]
+ ! : | 1 -[NSThread _nq:] (in Foundation) + 343 [0x7fff4a49b73a]
+ ! : | 1 -[__NSArrayM countByEnumeratingWithState:objects:count:] (in CoreFoundation) + 0 [0x7fff48384830]
+ ! : 7 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 305 [0x7fff4a49b26e]
+ ! : | 3 +[__NSArrayM __new:::] (in CoreFoundation) + 36 [0x7fff48439634]
+ ! : | + 3 __CFAllocateObject2 (in CoreFoundation) + 15 [0x7fff4831328f]
+ ! : | + 1 DYLD-STUB$$calloc (in libobjc.A.dylib) + 0 [0x7fff6f5c273e]
+ ! : | + 1 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | + ! 1 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | + ! 1 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | + ! 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 2753 [0x7fff70377cda]
+ ! : | + 1 class_createInstance (in libobjc.A.dylib) + 53 [0x7fff6f5a6cc8]
+ ! : | 2 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : | 1 +[NSObject new] (in libobjc.A.dylib) + 86 [0x7fff6f5ab145]
+ ! : | + 1 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : | 1 -[__NSPlaceholderArray initWithCapacity:] (in CoreFoundation) + 85 [0x7fff48331055]
+ ! : 4 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 165 [0x7fff4a49b1e2]
+ ! : | 3 -[NSObject retain] (in libobjc.A.dylib) + 0,1,... [0x7fff6f5a911b,0x7fff6f5a911c,...]
+ ! : | 1 objc_msgSend (in libobjc.A.dylib) + 33 [0x7fff6f5a6ea1]
+ ! : 4 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 242 [0x7fff4a49b22f]
+ ! : | 2 +[NSObject new] (in libobjc.A.dylib) + 33 [0x7fff6f5ab110]
+ ! : | 1 +[NSObject new] (in libobjc.A.dylib) + 45 [0x7fff6f5ab11c]
+ ! : | + 1 class_createInstance (in libobjc.A.dylib) + 46 [0x7fff6f5a6cc1]
+ ! : | 1 objc_msgSend (in libobjc.A.dylib) + 46 [0x7fff6f5a6eae]
+ ! : 3 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 730 [0x7fff4a49b417]
+ ! : | 2 objc_msgSend (in libobjc.A.dylib) + 26,33 [0x7fff6f5a6e9a,0x7fff6f5a6ea1]
+ ! : | 1 -[__NSCFString isEqual:] (in CoreFoundation) + 38 [0x7fff4834d9a6]
+ ! : 3 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 0,222,... [0x7fff4a49b13d,0x7fff4a49b21b,...]
+ ! : 2 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 111 [0x7fff4a49b1ac]
+ ! : | 1 -[__NSSingleObjectArrayI count] (in CoreFoundation) + 0 [0x7fff484d8aa0]
+ ! : | 1 objc_msgSend (in libobjc.A.dylib) + 50 [0x7fff6f5a6eb2]
+ ! : 2 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] (in Foundation) + 767 [0x7fff4a49b43c]
+ ! : | 1 -[__NSArrayM insertObject:atIndex:] (in CoreFoundation) + 288 [0x7fff483352a0]
+ ! : | + 1 malloc (in libsystem_malloc.dylib) + 24 [0x7fff703764c7]
+ ! : | + 1 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
+ ! : | + 1 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1272 [0x7fff70377711]
+ ! : | 1 -[__NSArrayM insertObject:atIndex:] (in CoreFoundation) + 251 [0x7fff4833527b]
+ ! : 1 DYLD-STUB$$objc_retain (in CoreFoundation) + 0 [0x7fff485010d2]
+ ! 9 -[__NSSingleObjectArrayI dealloc] (in CoreFoundation) + 74 [0x7fff484d8eda]
+ ! : 3 free_tiny (in libsystem_malloc.dylib) + 0,632 [0x7fff7038efe2,0x7fff7038f25a]
+ ! : 2 free (in libsystem_malloc.dylib) + 33,349 [0x7fff7037863a,0x7fff70378776]
+ ! : 2 szone_size (in libsystem_malloc.dylib) + 210,353 [0x7fff703788f7,0x7fff70378986]
+ ! : 1 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
+ ! : | 1 tiny_free_no_lock (in libsystem_malloc.dylib) + 285 [0x7fff7038e63d]
+ ! : | 1 get_tiny_free_size (in libsystem_malloc.dylib) + 0 [0x7fff703795ab]
+ ! : 1 objc_msgSendSuper2 (in libobjc.A.dylib) + 18 [0x7fff6f5a70d2]
+ ! 9 ns_send_appdefined (in Emacs) + 55 [0x1001b9427]
+ ! : 9 -[NSThread isMainThread] (in Foundation) + 29 [0x7fff4a539732]
+ ! : 7 _NSThreadGet0 (in Foundation) + 119 [0x7fff4a46f365]
+ ! : | 5 CFBasicHashFindBucket (in CoreFoundation) + 269 [0x7fff4831824d]
+ ! : | 2 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
+ ! : | 2 CFBasicHashFindBucket (in CoreFoundation) + 3722,4256 [0x7fff48318fca,0x7fff483191e0]
+ ! : 2 +[NSThread mainThread] (in Foundation) + 0,1 [0x7fff4a49b0dc,0x7fff4a49b0dd]
+ ! 7 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] (in Foundation) + 81 [0x7fff4a49b08d]
+ ! : 6 +[__NSSingleObjectArrayI __new::] (in CoreFoundation) + 21 [0x7fff484d8e45]
+ ! : | 6 __CFAllocateObject (in CoreFoundation) + 17 [0x7fff4834c281]
+ ! : | 4 class_createInstance (in libobjc.A.dylib) + 0,46 [0x7fff6f5a6c93,0x7fff6f5a6cc1]
+ ! : | 2 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
+ ! : | 2 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
+ ! : | 2 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
+ ! : | 2 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1321 [0x7fff70377742]
+ ! : | 2 _platform_memset$VARIANT$Haswell (in libsystem_platform.dylib) + 19 [0x7fff704e0c13]
+ ! : 1 -[__NSPlaceholderArray initWithObjects:count:] (in CoreFoundation) + 53 [0x7fff48313365]
+ ! 7 ns_send_appdefined (in Emacs) + 40 [0x1001b9418]
+ ! : 3 _NSThreadGet0 (in Foundation) + 63 [0x7fff4a46f32d]
+ ! : | 3 _CFGetTSD (in CoreFoundation) + 0,96 [0x7fff483111a0,0x7fff48311200]
+ ! : 2 objc_msgSend (in libobjc.A.dylib) + 26 [0x7fff6f5a6e9a]
+ ! : 1 +[NSThread currentThread] (in Foundation) + 13 [0x7fff4a46f29a]
+ ! : 1 _NSThreadGet0 (in Foundation) + 21 [0x7fff4a46f303]
+ ! : 1 pthread_equal (in libsystem_pthread.dylib) + 2 [0x7fff704e584b]
+ ! 5 objc_msgSend (in libobjc.A.dylib) + 46,50 [0x7fff6f5a6eae,0x7fff6f5a6eb2]
+ ! 3 -[__NSSingleObjectArrayI dealloc] (in CoreFoundation) + 43 [0x7fff484d8ebb]
+ ! : 2 -[__NSCFConstantString release] (in CoreFoundation) + 0 [0x7fff483649b0]
+ ! : 1 objc_release (in libobjc.A.dylib) + 40 [0x7fff6f5a9188]
+ ! 2 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] (in Foundation) + 101 [0x7fff4a49b0a1]
+ ! : 1 _NSThreadGet0 (in Foundation) + 21 [0x7fff4a46f303]
+ ! : | 1 pthread_equal (in libsystem_pthread.dylib) + 0 [0x7fff704e5849]
+ ! : 1 _NSThreadGet0 (in Foundation) + 247 [0x7fff4a46f3e5]
+ ! : 1 _CFSetTSD (in CoreFoundation) + 1 [0x7fff48319221]
+ ! 2 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] (in Foundation) + 0,138 [0x7fff4a49b03c,0x7fff4a49b0c6]
+ ! 2 ns_send_appdefined (in Emacs) + 0,180 [0x1001b93f0,0x1001b94a4]
+ ! 1 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] (in Foundation) + 56 [0x7fff4a49b074]
+ ! : 1 +[NSArray allocWithZone:] (in CoreFoundation) + 0 [0x7fff48313160]
+ ! 1 DYLD-STUB$$objc_release (in CoreFoundation) + 0 [0x7fff485010c6]
+ 25 -[EmacsApp fd_handler:] (in Emacs) + 538 [0x1001bc39a]
+ ! 24 pselect$DARWIN_EXTSN (in libsystem_kernel.dylib) + 42 [0x7fff7031c69c]
+ ! : 24 __pselect (in libsystem_kernel.dylib) + 10 [0x7fff7031e99e]
+ ! 1 pselect$DARWIN_EXTSN (in libsystem_kernel.dylib) + 251 [0x7fff7031c76d]
+ 22 -[EmacsApp fd_handler:] (in Emacs) + 84 [0x1001bc1d4]
+ ! 22 read (in libsystem_kernel.dylib) + 10,0,... [0x7fff70320142,0x7fff70320138,...]
+ 11 -[EmacsApp fd_handler:] (in Emacs) + 125 [0x1001bc1fd]
+ ! 4 -[NSAutoreleasePool release] (in Foundation) + 144 [0x7fff4a48db56]
+ ! : 4 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
+ ! : 2 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 849 [0x7fff6f5aa0a7]
+ ! : 2 objc_autoreleasePoolPop (in libobjc.A.dylib) + 0 [0x7fff6f5a9d4b]
+ ! 4 -[NSAutoreleasePool release] (in Foundation) + 185,161,... [0x7fff4a48db7f,0x7fff4a48db67,...]
+ ! 3 objc_msgSend (in libobjc.A.dylib) + 33,26 [0x7fff6f5a6ea1,0x7fff6f5a6e9a]
+ 8 -[EmacsApp fd_handler:] (in Emacs) + 158,64,... [0x1001bc21e,0x1001bc1c0,...]
+ 4 -[EmacsApp fd_handler:] (in Emacs) + 146 [0x1001bc212]
+ ! 3 -[NSAutoreleasePool init] (in Foundation) + 20 [0x7fff4a471514]
+ ! : 2 _CFAutoreleasePoolPush (in CoreFoundation) + 0 [0x7fff4834cb30]
+ ! : 1 _CFAutoreleasePoolPush (in CoreFoundation) + 11 [0x7fff4834cb3b]
+ ! : 1 objc_autoreleasePoolPush (in libobjc.A.dylib) + 94 [0x7fff6f5a9b45]
+ ! 1 -[NSAutoreleasePool init] (in Foundation) + 0 [0x7fff4a471500]
+ 1 -[EmacsApp fd_handler:] (in Emacs) + 137 [0x1001bc209]
+ 1 +[NSAutoreleasePool allocWithZone:] (in Foundation) + 0 [0x7fff4a471497]
2014 Thread_65667219: com.apple.NSEventThread
+ 2014 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff704e5bf9]
+ 2014 _pthread_start (in libsystem_pthread.dylib) + 377 [0x7fff704e650d]
+ 2014 _pthread_body (in libsystem_pthread.dylib) + 340 [0x7fff704e6661]
+ 2014 _NSEventThread (in AppKit) + 184 [0x7fff45a69fc4]
+ 2014 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
+ 2014 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
+ 2014 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
+ 2014 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
+ 2014 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff7031520a]
2010 Thread_65667168
+ 1975 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ ! 1177 _pthread_wqthread (in libsystem_pthread.dylib) + 1552 [0x7fff704e620e]
+ ! : 1177 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! 798 _pthread_wqthread (in libsystem_pthread.dylib) + 1035 [0x7fff704e6009]
+ ! 798 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ 35 start_wqthread (in libsystem_pthread.dylib) + 0,1 [0x7fff704e5bdc,0x7fff704e5bdd]
2004 Thread_65668221
+ 1959 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ ! 1958 _pthread_wqthread (in libsystem_pthread.dylib) + 1552 [0x7fff704e620e]
+ ! : 1958 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! 1 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
+ ! 1 _dispatch_worker_thread3 (in libdispatch.dylib) + 87 [0x7fff70196747]
+ 45 start_wqthread (in libsystem_pthread.dylib) + 0,1 [0x7fff704e5bdc,0x7fff704e5bdd]
1991 Thread_65667185
+ 1785 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ ! 1782 _pthread_wqthread (in libsystem_pthread.dylib) + 1552 [0x7fff704e620e]
+ ! : 1782 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! 1 _pthread_wqthread (in libsystem_pthread.dylib) + 1035 [0x7fff704e6009]
+ ! : 1 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff7031f28a]
+ ! 1 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
+ ! : 1 _dispatch_worker_thread3 (in libdispatch.dylib) + 87 [0x7fff70196747]
+ ! 1 _pthread_wqthread (in libsystem_pthread.dylib) + 842 [0x7fff704e5f48]
+ 206 start_wqthread (in libsystem_pthread.dylib) + 0 [0x7fff704e5bdc]
18 Thread_65667185 DispatchQueue_12: com.apple.root.user-initiated-qos (concurrent)
+ 18 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ 18 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
+ 18 _dispatch_worker_thread3 (in libdispatch.dylib) + 101 [0x7fff70196755]
+ 17 _dispatch_root_queue_drain (in libdispatch.dylib) + 283 [0x7fff701968c1]
+ 1 _dispatch_root_queue_drain (in libdispatch.dylib) + 306 [0x7fff701968d8]
+ 1 _dispatch_last_resort_autorelease_pool_push (in libdispatch.dylib) + 23 [0x7fff701a44ab]
+ 1 objc_autoreleasePoolPush (in libobjc.A.dylib) + 63 [0x7fff6f5a9b26]
6 Thread_65668221 DispatchQueue_12: com.apple.root.user-initiated-qos (concurrent)
+ 6 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ 6 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
+ 6 _dispatch_worker_thread3 (in libdispatch.dylib) + 101 [0x7fff70196755]
+ 5 _dispatch_root_queue_drain (in libdispatch.dylib) + 283 [0x7fff701968c1]
+ 1 _dispatch_root_queue_drain (in libdispatch.dylib) + 515 [0x7fff701969a9]
+ 1 _dispatch_queue_override_invoke (in libdispatch.dylib) + 57 [0x7fff701a198e]
5 Thread_65667185 DispatchQueue_10: com.apple.root.default-qos (concurrent)
+ 5 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ 5 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
+ 5 _dispatch_worker_thread3 (in libdispatch.dylib) + 101 [0x7fff70196755]
+ 5 _dispatch_root_queue_drain (in libdispatch.dylib) + 515 [0x7fff701969a9]
+ 3 _dispatch_queue_override_invoke (in libdispatch.dylib) + 880 [0x7fff701a1cc5]
+ ! 3 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7fff70194db8]
+ ! 1 async_collect_callback(void*) (in QuartzCore) + 21 [0x7fff53713350]
+ ! : 1 CATimeWithHostTime (in QuartzCore) + 0 [0x7fff537033c9]
+ ! 1 async_collect_callback(void*) (in QuartzCore) + 38 [0x7fff53713361]
+ ! : 1 CABackingStoreCollect (in QuartzCore) + 30 [0x7fff537133dd]
+ ! : 1 CABackingStoreCollect_(double, bool) (in QuartzCore) + 93 [0x7fff53713489]
+ ! : 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
+ ! 1 async_collect_callback(void*) (in QuartzCore) + 116 [0x7fff537133af]
+ 1 _dispatch_queue_override_invoke (in libdispatch.dylib) + 995 [0x7fff701a1d38]
+ ! 1 _dispatch_continuation_free_to_cache_limit (in libdispatch.dylib) + 6 [0x7fff701a6f4e]
+ 1 _dispatch_queue_override_invoke (in libdispatch.dylib) + 395 [0x7fff701a1ae0]
4 Thread_65668221 DispatchQueue_10: com.apple.root.default-qos (concurrent)
+ 4 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ 4 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
+ 4 _dispatch_worker_thread3 (in libdispatch.dylib) + 101 [0x7fff70196755]
+ 4 _dispatch_root_queue_drain (in libdispatch.dylib) + 515 [0x7fff701969a9]
+ 2 _dispatch_queue_override_invoke (in libdispatch.dylib) + 1115 [0x7fff701a1db0]
+ ! 1 _dispatch_continuation_free_to_cache_limit (in libdispatch.dylib) + 12 [0x7fff701a6f54]
+ ! : 1 _dispatch_continuation_free_to_heap (in libdispatch.dylib) + 7 [0x7fff701980b7]
+ ! 1 _dispatch_continuation_free_to_cache_limit (in libdispatch.dylib) + 0 [0x7fff701a6f48]
+ 1 _dispatch_queue_override_invoke (in libdispatch.dylib) + 880 [0x7fff701a1cc5]
+ ! 1 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7fff70194db8]
+ ! 1 async_collect_callback(void*) (in QuartzCore) + 38 [0x7fff53713361]
+ ! 1 CABackingStoreCollect (in QuartzCore) + 30 [0x7fff537133dd]
+ ! 1 CABackingStoreCollect_(double, bool) (in QuartzCore) + 211 [0x7fff537134ff]
+ 1 _dispatch_queue_override_invoke (in libdispatch.dylib) + 681 [0x7fff701a1bfe]
3 Thread_65667168 DispatchQueue_10: com.apple.root.default-qos (concurrent)
+ 3 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
+ 3 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
+ 3 _dispatch_worker_thread3 (in libdispatch.dylib) + 101 [0x7fff70196755]
+ 3 _dispatch_root_queue_drain (in libdispatch.dylib) + 515 [0x7fff701969a9]
+ 2 _dispatch_queue_override_invoke (in libdispatch.dylib) + 1115 [0x7fff701a1db0]
+ ! 2 _dispatch_continuation_free_to_cache_limit (in libdispatch.dylib) + 12 [0x7fff701a6f54]
+ ! 2 _dispatch_alloc_continuation_free (in libdispatch.dylib) + 132 [0x7fff70198147]
+ 1 _dispatch_queue_override_invoke (in libdispatch.dylib) + 880 [0x7fff701a1cc5]
+ 1 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7fff70194db8]
+ 1 async_collect_callback(void*) (in QuartzCore) + 38 [0x7fff53713361]
+ 1 CABackingStoreCollect (in QuartzCore) + 30 [0x7fff537133dd]
+ 1 CABackingStoreCollect_(double, bool) (in QuartzCore) + 93 [0x7fff53713489]
+ 1 pthread_mutex_lock (in libsystem_pthread.dylib) + 20 [0x7fff704e4360]
1 Thread_65667168 DispatchQueue_12: com.apple.root.user-initiated-qos (concurrent)
1 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
1 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
1 _dispatch_worker_thread3 (in libdispatch.dylib) + 101 [0x7fff70196755]
1 _dispatch_root_queue_drain (in libdispatch.dylib) + 283 [0x7fff701968c1]
Total number in stack (recursive counted multiple, when >=5):
168 objc_msgSend (in libobjc.A.dylib) + 0 [0x7fff6f5a6e80]
30 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 0 [0x7fff704e474c]
26 pthread_mutex_lock (in libsystem_pthread.dylib) + 0 [0x7fff704e434c]
25 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 0 [0x7fff704e43cb]
22 CFDictionaryGetValue (in CoreFoundation) + 131 [0x7fff483180f3]
21 CFBasicHashFindBucket (in CoreFoundation) + 0 [0x7fff48318140]
20 free_tiny (in libsystem_malloc.dylib) + 628 [0x7fff7038f256]
19 calloc (in libsystem_malloc.dylib) + 30 [0x7fff7037958e]
19 malloc_zone_calloc (in libsystem_malloc.dylib) + 87 [0x7fff70378c7c]
18 CFBasicHashFindBucket (in CoreFoundation) + 182 [0x7fff483181f6]
18 class_createInstance (in libobjc.A.dylib) + 87 [0x7fff6f5a6cea]
16 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 0 [0x7fff6f5a9d56]
16 szone_malloc_should_clear (in libsystem_malloc.dylib) + 422 [0x7fff703773bf]
15 _CFAutoreleasePoolPop (in CoreFoundation) + 22 [0x7fff48350a06]
15 pthread_mutex_unlock (in libsystem_pthread.dylib) + 0 [0x7fff704e46cf]
15 szone_malloc_should_clear (in libsystem_malloc.dylib) + 0 [0x7fff70377219]
15 tiny_free_no_lock (in libsystem_malloc.dylib) + 0 [0x7fff7038e520]
15 tiny_malloc_from_free_list (in libsystem_malloc.dylib) + 0 [0x7fff70378193]
14 __CFStringHash (in CoreFoundation) + 0 [0x7fff483153a0]
13 CFEqual (in CoreFoundation) + 0 [0x7fff48328780]
13 CFHash (in CoreFoundation) + 0 [0x7fff48315220]
13 CFSetGetValue (in CoreFoundation) + 131 [0x7fff4835f653]
13 __CFRunLoopFindMode (in CoreFoundation) + 199 [0x7fff4835f1c7]
13 free_tiny (in libsystem_malloc.dylib) + 0 [0x7fff7038efe2]
13 malloc_zone_malloc (in libsystem_malloc.dylib) + 103 [0x7fff703771bd]
12 _NotifyEventLoopObservers (in HIToolbox) + 0 [0x7fff47653f06]
12 mach_msg (in libsystem_kernel.dylib) + 60 [0x7fff70314724]
12 mach_msg_trap (in libsystem_kernel.dylib) + 0 [0x7fff70315200]
11 __psynch_mutexwait (in libsystem_kernel.dylib) + 0 [0x7fff7031ea3c]
11 _pthread_mutex_lock_slow (in libsystem_pthread.dylib) + 253 [0x7fff704e44c8]
11 _pthread_mutex_lock_wait (in libsystem_pthread.dylib) + 83 [0x7fff704e6b9d]
11 objc_msgSendSuper2 (in libobjc.A.dylib) + 0 [0x7fff6f5a70c0]
10 CFBasicHashFindBucket (in CoreFoundation) + 1138 [0x7fff483185b2]
10 _CFGetTSD (in CoreFoundation) + 0 [0x7fff483111a0]
10 class_createInstance (in libobjc.A.dylib) + 0 [0x7fff6f5a6c93]
9 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) + 817 [0x7fff6f5aa087]
9 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 66 [0x7fff4a4738c7]
9 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 469 [0x7fff483643d5]
9 _CFXNotificationPost (in CoreFoundation) + 599 [0x7fff483639b7]
9 os_unfair_lock_lock (in libsystem_platform.dylib) + 0 [0x7fff704df616]
9 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff704e5be9]
8 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 42 [0x7fff4a4738af]
8 -[NSObject retain] (in libobjc.A.dylib) + 0 [0x7fff6f5a911b]
8 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 166 [0x7fff483642a6]
8 MPTaskIsPreemptive (in CarbonCore) + 22 [0x7fff49501b1c]
8 _CFRelease (in CoreFoundation) + 1056 [0x7fff4846a180]
8 __CFRunLoopFindMode (in CoreFoundation) + 176 [0x7fff4835f1b0]
8 __psynch_mutexdrop (in libsystem_kernel.dylib) + 0 [0x7fff7031ea24]
8 __workq_kernreturn (in libsystem_kernel.dylib) + 0 [0x7fff7031f280]
8 _pthread_mutex_unlock_drop (in libsystem_pthread.dylib) + 36 [0x7fff704e6ae4]
8 _pthread_mutex_unlock_slow (in libsystem_pthread.dylib) + 459 [0x7fff704e4917]
8 _pthread_wqthread (in libsystem_pthread.dylib) + 1387 [0x7fff704e6169]
8 objc_release (in libobjc.A.dylib) + 0 [0x7fff6f5a9160]
7 -[NSEvent window] (in AppKit) + 128 [0x7fff45a97076]
7 -[NSObject release] (in libobjc.A.dylib) + 0 [0x7fff6f5ab401]
7 -[NSObject(NSKeyValueObservingCustomization) observationInfo] (in Foundation) + 30 [0x7fff4a473c61]
7 CFDictionaryGetValue (in CoreFoundation) + 0 [0x7fff48318070]
7 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 111 [0x7fff4a5e4bdf]
7 SLEventGetIntegerValueField (in SkyLight) + 0 [0x7fff6a10b4a9]
7 _Block_object_dispose (in libsystem_blocks.dylib) + 0 [0x7fff7021cc39]
7 _CFRuntimeCreateInstance (in CoreFoundation) + 284 [0x7fff4830f2cc]
7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation) + 23 [0x7fff483af417]
7 __CFRunLoopDoObservers (in CoreFoundation) + 110 [0x7fff483af19e]
7 __CFRunLoopDoObservers (in CoreFoundation) + 527 [0x7fff483af33f]
7 _platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) + 0 [0x7fff704e0c40]
7 default_zone_calloc (in libsystem_malloc.dylib) + 0 [0x7fff70387223]
7 kdebug_is_enabled (in libsystem_kernel.dylib) + 0 [0x7fff7031a5b7]
7 kdebug_trace (in libsystem_kernel.dylib) + 0 [0x7fff7031a603]
7 object_getIndexedIvars (in libobjc.A.dylib) + 0 [0x7fff6f5ab152]
7 object_setClass (in libobjc.A.dylib) + 0 [0x7fff6f5aa782]
7 os_unfair_lock_unlock (in libsystem_platform.dylib) + 0 [0x7fff704df761]
6 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 35 [0x7fff4a47390e]
6 -[NSConcreteNotification dealloc] (in Foundation) + 111 [0x7fff4a473a83]
6 -[NSRecursiveLock lock] (in Foundation) + 11 [0x7fff4a47dddf]
6 CFArrayGetCount (in CoreFoundation) + 0 [0x7fff48334bd0]
6 CFSetContainsValue (in CoreFoundation) + 119 [0x7fff48360037]
6 NSAllocateObject (in Foundation) + 19 [0x7fff4a46f14e]
6 NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) + 0 [0x7fff4a5e4b70]
6 SLEventSetIntegerValueField (in SkyLight) + 0 [0x7fff6a10c6ac]
6 _CFRelease (in CoreFoundation) + 0 [0x7fff48469d60]
6 _CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) + 0 [0x7fff48310770]
6 _CFXNotificationPost (in CoreFoundation) + 97 [0x7fff483637c1]
6 _NotifyEventLoopObservers (in HIToolbox) + 154 [0x7fff47653fa0]
6 __CFRunLoopServiceMachPort (in CoreFoundation) + 341 [0x7fff48392785]
6 _dispatch_worker_thread3 (in libdispatch.dylib) + 101 [0x7fff70196755]
6 malloc (in libsystem_malloc.dylib) + 24 [0x7fff703764c7]
6 objc_autoreleasePoolPush (in libobjc.A.dylib) + 0 [0x7fff6f5a9ae7]
6 objc_destroyWeak (in libobjc.A.dylib) + 0 [0x7fff6f5aea19]
5 +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] (in Foundation) + 54 [0x7fff4a473921]
5 -[NSEvent dealloc] (in AppKit) + 0 [0x7fff45a60239]
5 -[NSEvent dealloc] (in AppKit) + 254 [0x7fff45a60337]
5 -[NSEvent dealloc] (in AppKit) + 284 [0x7fff45a60355]
5 -[NSEvent type] (in AppKit) + 0 [0x7fff45a957f3]
5 -[NSRecursiveLock unlock] (in Foundation) + 36 [0x7fff4a47e6bf]
5 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) + 0 [0x7fff48364200]
5 CFGetTypeID (in CoreFoundation) + 0 [0x7fff48339070]
5 CFRelease (in CoreFoundation) + 0 [0x7fff4831a2a0]
5 CFRunLoopAddObserver (in CoreFoundation) + 225 [0x7fff4837a571]
5 CFRunLoopRemoveObserver (in CoreFoundation) + 109 [0x7fff483af48d]
5 CFRunLoopRunSpecific (in CoreFoundation) + 483 [0x7fff48391153]
5 CFRunLoopWakeUp (in CoreFoundation) + 283 [0x7fff4837fa7b]
5 GetCurrentEventQueue (in HIToolbox) + 23 [0x7fff4767b7b9]
5 SLTypeCreateInstance (in SkyLight) + 46 [0x7fff6a06e339]
5 _CFRelease (in CoreFoundation) + 284 [0x7fff48469e7c]
5 _CFRuntimeCreateInstance (in CoreFoundation) + 0 [0x7fff4830f1b0]
5 __CFRunLoopDoObservers (in CoreFoundation) + 0 [0x7fff483af130]
5 __CFRunLoopDoObservers (in CoreFoundation) + 622 [0x7fff483af39e]
5 __CFRunLoopRun (in CoreFoundation) + 1783 [0x7fff48391ad7]
5 _kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) + 0 [0x7fff703151ac]
5 _kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) + 0 [0x7fff703151a0]
5 get_tiny_free_size (in libsystem_malloc.dylib) + 0 [0x7fff703795ab]
5 kdebug_trace (in libsystem_kernel.dylib) + 33 [0x7fff7031a624]
5 mach_port_extract_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4ea]
5 mach_port_insert_member (in libsystem_kernel.dylib) + 23 [0x7fff7031d4aa]
5 objc_sync_enter (in libobjc.A.dylib) + 16 [0x7fff6f5abe2b]
5 objc_sync_exit (in libobjc.A.dylib) + 36 [0x7fff6f5ac1f1]
5 standardDefaultCenter (in Foundation) + 56 [0x7fff4a5f8591]
5 szone_malloc_should_clear (in libsystem_malloc.dylib) + 1321 [0x7fff70377742]
5 szone_size (in libsystem_malloc.dylib) + 0 [0x7fff70378825]
Sort by top of stack, same collapsed (when >= 5):
__workq_kernreturn (in libsystem_kernel.dylib) 5788
mach_msg_trap (in libsystem_kernel.dylib) 2277
__select (in libsystem_kernel.dylib) 1574
start_wqthread (in libsystem_pthread.dylib) 286
objc_msgSend (in libobjc.A.dylib) 201
__psynch_mutexdrop (in libsystem_kernel.dylib) 170
__psynch_mutexwait (in libsystem_kernel.dylib) 154
_kernelrpc_mach_port_insert_member_trap (in libsystem_kernel.dylib) 65
write (in libsystem_kernel.dylib) 50
read (in libsystem_kernel.dylib) 45
_pthread_mutex_unlock_slow (in libsystem_pthread.dylib) 37
__pselect (in libsystem_kernel.dylib) 33
CFBasicHashFindBucket (in CoreFoundation) 29
__pthread_sigmask (in libsystem_kernel.dylib) 29
pthread_mutex_lock (in libsystem_pthread.dylib) 27
_pthread_mutex_lock_slow (in libsystem_pthread.dylib) 26
(anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib) 23
_dispatch_root_queue_drain (in libdispatch.dylib) 23
_kernelrpc_mach_port_extract_member_trap (in libsystem_kernel.dylib) 22
szone_malloc_should_clear (in libsystem_malloc.dylib) 21
tiny_malloc_from_free_list (in libsystem_malloc.dylib) 21
CFEqual (in CoreFoundation) 20
_NotifyEventLoopObservers (in HIToolbox) 19
free_tiny (in libsystem_malloc.dylib) 18
__CFStringHash (in CoreFoundation) 17
_kernelrpc_mach_port_deallocate_trap (in libsystem_kernel.dylib) 17
tiny_free_no_lock (in libsystem_malloc.dylib) 17
pthread_mutex_unlock (in libsystem_pthread.dylib) 16
CFHash (in CoreFoundation) 14
class_createInstance (in libobjc.A.dylib) 14
_CFGetTSD (in CoreFoundation) 13
objc_msgSendSuper2 (in libobjc.A.dylib) 13
-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) 12
-[NSObject retain] (in libobjc.A.dylib) 11
__CFRunLoopRun (in CoreFoundation) 11
wait_reading_process_output (in Emacs) 11
__CFRunLoopDoObservers (in CoreFoundation) 10
objc_release (in libobjc.A.dylib) 10
-[NSObject release] (in libobjc.A.dylib) 9
id2data(objc_object*, usage) (in libobjc.A.dylib) 9
os_unfair_lock_lock (in libsystem_platform.dylib) 9
-[EmacsApp fd_handler:] (in Emacs) 8
CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore) 8
CFRunLoopRunSpecific (in CoreFoundation) 8
NSKeyValueWillChangeWithPerThreadPendingNotifications (in Foundation) 8
SLEventGetIntegerValueField (in SkyLight) 8
_DPSNextEvent (in AppKit) 8
objc_destroyWeak (in libobjc.A.dylib) 8
object_getIndexedIvars (in libobjc.A.dylib) 8
object_setClass (in libobjc.A.dylib) 8
-[NSEvent _initWithCGEvent:eventRef:] (in AppKit) 7
-[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) 7
CFDictionaryGetValue (in CoreFoundation) 7
_Block_object_dispose (in libsystem_blocks.dylib) 7
_platform_bzero$VARIANT$Haswell (in libsystem_platform.dylib) 7
default_zone_calloc (in libsystem_malloc.dylib) 7
default_zone_free (in libsystem_malloc.dylib) 7
kdebug_is_enabled (in libsystem_kernel.dylib) 7
kdebug_trace (in libsystem_kernel.dylib) 7
mach_msg (in libsystem_kernel.dylib) 7
ns_send_appdefined (in Emacs) 7
os_unfair_lock_unlock (in libsystem_platform.dylib) 7
szone_size (in libsystem_malloc.dylib) 7
-[NSAutoreleasePool release] (in Foundation) 6
-[NSEvent CGEvent] (in AppKit) 6
-[NSEvent type] (in AppKit) 6
-[__NSDictionaryM objectForKey:] (in CoreFoundation) 6
CFArrayGetCount (in CoreFoundation) 6
CFRelease (in CoreFoundation) 6
CFRunLoopWakeUp (in CoreFoundation) 6
SLEventSetIntegerValueField (in SkyLight) 6
_CFRelease (in CoreFoundation) 6
_CFRuntimeCreateInstance (in CoreFoundation) 6
_CFRuntimeSetInstanceTypeIDAndIsa (in CoreFoundation) 6
free (in libsystem_malloc.dylib) 6
ns_select (in Emacs) 6
objc_autoreleasePoolPush (in libobjc.A.dylib) 6
std::__1::__hash_iterator<std::__1::__hash_node<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, void*>*> std::__1::__hash_table<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, std::__1::__unordered_map_hasher<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerHash, true>, std::__1::__unordered_map_equal<unsigned long, std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*>, objc_references_support::DisguisedPointerEqual, true>, objc_references_support::ObjcAllocator<std::__1::__hash_value_type<unsigned long, objc_references_support::ObjectAssociationMap*> > >::find<unsigned long>(unsigned long const&) (in libobjc.A.dylib) 6
tiny_free_list_add_ptr (in libsystem_malloc.dylib) 6
-[NSApplication _enableSuddenTermination] (in AppKit) 5
-[NSEvent dealloc] (in AppKit) 5
-[NSToolbarView windowDidUpdate:] (in AppKit) 5
CFGetTypeID (in CoreFoundation) 5
CFRetain (in CoreFoundation) 5
CreateEventWithCGEvent (in HIToolbox) 5
default_zone_malloc (in libsystem_malloc.dylib) 5
get_tiny_free_size (in libsystem_malloc.dylib) 5
mach_absolute_time (in libsystem_kernel.dylib) 5
mach_port_insert_member (in libsystem_kernel.dylib) 5
Binary Images:
0x100000000 - 0x100227ffb +org.gnu.Emacs (Version 26.1 - 9.0) <69892A8D-F78B-373B-AAA2-CDECE18D445C> /Users/kostya/Downloads/Emacs 26.1 - term.el.app/Contents/MacOS/Emacs
0x10072e000 - 0x100820fe7 +libgnutls.30.dylib (0) <43D45195-7522-3799-BA18-3E78E89B4237> /opt/brew/opt/gnutls/lib/libgnutls.30.dylib
0x10085a000 - 0x100875fff +libidn2.0.dylib (0) <8481F979-1345-3AD7-B032-AB2C2FCA61E2> /opt/brew/opt/libidn2/lib/libidn2.0.dylib
0x100879000 - 0x1009dcfff +libunistring.2.dylib (0) <A4545916-E2F4-3D6A-862B-528A6806E9FC> /opt/brew/opt/libunistring/lib/libunistring.2.dylib
0x1009ef000 - 0x1009fafff +libtasn1.6.dylib (0) <A39E91B7-03B4-3674-9F21-00CED14D080E> /opt/brew/opt/libtasn1/lib/libtasn1.6.dylib
0x1009fe000 - 0x100a24ffb +libnettle.6.dylib (0) <2B221011-3E71-3BA4-ADE4-0C6EC6196E21> /opt/brew/opt/nettle/lib/libnettle.6.dylib
0x100a2e000 - 0x100a56fff +libhogweed.4.dylib (0) <DF0DE14F-2A23-378D-BF21-60DADF53911C> /opt/brew/opt/nettle/lib/libhogweed.4.dylib
0x100a5f000 - 0x100abbfcf +libgmp.10.dylib (0) <7D2A1AB0-B206-3196-954C-5A0E17049998> /opt/brew/opt/gmp/lib/libgmp.10.dylib
0x100ac7000 - 0x100acfff7 +libintl.8.dylib (0) <56ADC0B9-6BE8-3DA3-B3EE-70F210C36AB4> /opt/brew/opt/gettext/lib/libintl.8.dylib
0x114b8c000 - 0x114bd6acf dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld
0x7fff408c3000 - 0x7fff40c11ff7 com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff41f48000 - 0x7fff4203eff7 com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.36.19 - 10.3.6) <31A17BB7-1687-38A2-A578-44B3AECC3324> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
0x7fff44885000 - 0x7fff44885fff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff44886000 - 0x7fff4489cfef libCGInterfaces.dylib (417.2) <2E67702C-75F6-308A-A023-F28120BEE667> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff4489d000 - 0x7fff44d9bfc3 com.apple.vImage (8.1 - ???) <A243A7EF-0C8E-3A9A-AA38-44AFD7507F00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff44d9c000 - 0x7fff44ef6fe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff44ef7000 - 0x7fff44f25fef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff44f26000 - 0x7fff452e5ff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff452e6000 - 0x7fff452fbff7 libLinearAlgebra.dylib (1211.50.2) <E8E0B7FD-A0B7-31E5-AF01-81781F71EBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff452fc000 - 0x7fff45301ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff45302000 - 0x7fff45382fff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff45383000 - 0x7fff45396fff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff45397000 - 0x7fff45544fc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff45545000 - 0x7fff455f6fff libvMisc.dylib (622.50.5) <BA2532DF-2D68-3DD0-9B59-D434BF702AA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff455f7000 - 0x7fff455f7fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff458eb000 - 0x7fff46749fff com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff4679b000 - 0x7fff4679bfff com.apple.ApplicationServices (48 - 50) <AFFBD94A-AF76-336E-B53E-57524EAE8EF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff4679c000 - 0x7fff46802fff com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff4689b000 - 0x7fff469bdfff libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff469be000 - 0x7fff46a08ff7 libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff46aad000 - 0x7fff46ae0ff7 libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff46b4a000 - 0x7fff46b4eff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff46bee000 - 0x7fff46c40ffb com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff46c41000 - 0x7fff46c4ffff com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff46c50000 - 0x7fff46c9cfff com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff46c9d000 - 0x7fff46cd7fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff46cd8000 - 0x7fff46ce4fff com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff46ce5000 - 0x7fff46f73ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff46f75000 - 0x7fff46f75fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff47298000 - 0x7fff47632ff7 com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff4764c000 - 0x7fff47951fff com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff4795c000 - 0x7fff479f1ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff47a32000 - 0x7fff47a38fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff47b67000 - 0x7fff47c20fff com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff47dad000 - 0x7fff47e40ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff47ea7000 - 0x7fff47ed0ffb com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff47ed1000 - 0x7fff48227fef com.apple.CoreData (120 - 851) <A2B59780-FB16-36A3-8EE0-E0EF072454E0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff48228000 - 0x7fff4830bfff com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff4830c000 - 0x7fff487adfef com.apple.CoreFoundation (6.9 - 1454.90) <E5D594BF-9142-3325-A62D-CF4AAF472642> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff487af000 - 0x7fff48dbffef com.apple.CoreGraphics (2.0 - 1161.21) <375C477F-5A89-3C49-9B63-373C81A63F7E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff48dc1000 - 0x7fff490b0fff com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff4933f000 - 0x7fff49435ffb com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff49485000 - 0x7fff49485fff com.apple.CoreServices (822.36 - 822.36) <C8368F17-1589-3BA5-A0E7-89CB8DF2454F> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff49486000 - 0x7fff494faffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff494fb000 - 0x7fff497d2fff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff497d3000 - 0x7fff49807fff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff49808000 - 0x7fff49810ffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff49811000 - 0x7fff499cefff com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff499cf000 - 0x7fff49a7fff7 com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff49a80000 - 0x7fff49ae0fff com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff49ae1000 - 0x7fff49b4ffff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff49b50000 - 0x7fff49b74ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff49e15000 - 0x7fff49f65fff com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff49f66000 - 0x7fff49fa0fff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff49fa1000 - 0x7fff4a02cff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff4a2a7000 - 0x7fff4a2acfff com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff4a46d000 - 0x7fff4a833fff com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff4a8a4000 - 0x7fff4a8d4fff com.apple.GSS (4.0 - 2.0) <D774A165-5581-3479-AB5D-2BBDB5CF8882> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff4a9e6000 - 0x7fff4aaeaffb com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff4ab4a000 - 0x7fff4abe5fff com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff4abe7000 - 0x7fff4abeefff com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff4ac45000 - 0x7fff4adbfff7 com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff4adc0000 - 0x7fff4adc4ffb libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff4adc5000 - 0x7fff4aeacfef libJP2.dylib (1739.3) <AEBF7260-0C10-30C0-8F0F-8B347DEE78B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff4aead000 - 0x7fff4aed0ff7 libJPEG.dylib (1739.3) <D8C966AD-A00C-3E8B-A7ED-D7CC7ECB3224> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff4b1ac000 - 0x7fff4b1d2feb libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff4b1d3000 - 0x7fff4b1d5ffb libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff4b1d6000 - 0x7fff4b224fef libTIFF.dylib (1739.3) <C4CB5C1D-20F2-3BD4-B0E6-629FDB3EF8E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4c0de000 - 0x7fff4c0f7ff7 com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff4c3b6000 - 0x7fff4c3bdfff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff4c46d000 - 0x7fff4cad7ff7 com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff4cad9000 - 0x7fff4cb5afff com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff4cb77000 - 0x7fff4cb92fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff4cb93000 - 0x7fff4cc02fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff4cc03000 - 0x7fff4cc27fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff4cc28000 - 0x7fff4cd0fff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff4cd10000 - 0x7fff4cd10ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff4dd0f000 - 0x7fff4dd1bffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff50b0d000 - 0x7fff50b67ff7 com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff50b68000 - 0x7fff50b84ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff50b85000 - 0x7fff50b90fff com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff51d0f000 - 0x7fff51d11fff libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff51d12000 - 0x7fff51d17ffb libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff51d18000 - 0x7fff51d1cfff libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff51d1d000 - 0x7fff51d26ff3 libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff51d27000 - 0x7fff51d32fff libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff51d33000 - 0x7fff51d6efe7 libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff51edd000 - 0x7fff51f1bffb libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff52893000 - 0x7fff528a2ff3 com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff536f1000 - 0x7fff5393dff7 com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff54172000 - 0x7fff5449dfff com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff5449e000 - 0x7fff5452aff7 com.apple.securityfoundation (6.0 - 55185.50.5) <D708D069-AEDB-36C2-B1DA-479DA91D7711> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff5455c000 - 0x7fff54560ffb com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff54905000 - 0x7fff54975ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff54b2a000 - 0x7fff54ea5fff com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff57872000 - 0x7fff57905fff com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff58530000 - 0x7fff58558fff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff5855a000 - 0x7fff58569fef com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff58668000 - 0x7fff58673ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff586ad000 - 0x7fff586f5ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff58730000 - 0x7fff58758fff com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff58825000 - 0x7fff58875ff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff58baa000 - 0x7fff58e43ffb com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff58f7a000 - 0x7fff58f81ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff58f82000 - 0x7fff59009ff7 com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff5a9c3000 - 0x7fff5a9ccff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff5ad08000 - 0x7fff5b110fff com.apple.CoreAUC (259.0.0 - 259.0.0) <B3D5289B-9E8A-37FE-855B-7277D700029E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff5b111000 - 0x7fff5b141ff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff5b4d2000 - 0x7fff5b4e2ff7 com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff5bc76000 - 0x7fff5bc7eff3 com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff5be09000 - 0x7fff5be3aff3 com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff5c177000 - 0x7fff5c208fff com.apple.CoreSymbolication (9.3 - 64026.2) <D55A6E5B-0267-3F3A-8D90-4B8F39458420> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff5c28b000 - 0x7fff5c3c0fff com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff5c3c1000 - 0x7fff5c4f2fff com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff5c547000 - 0x7fff5c5abfff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff5c5ac000 - 0x7fff5c5bcff7 com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff5c63a000 - 0x7fff5c649ff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff5c64c000 - 0x7fff5c650ffb com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff5c6d2000 - 0x7fff5c748fff com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff5c796000 - 0x7fff5c7d6ff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff5c7d7000 - 0x7fff5c906fff com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5d720000 - 0x7fff5db4efff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5f7aa000 - 0x7fff5f7aafff libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
0x7fff60e16000 - 0x7fff60e1bfff com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff61b91000 - 0x7fff61ba0fff com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff61c23000 - 0x7fff61c97fff com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff625a7000 - 0x7fff625aeff7 com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff625b2000 - 0x7fff625c9fff com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff62994000 - 0x7fff629baffb com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff62c3f000 - 0x7fff62c52ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AED421B0-90A0-3969-98A4-CCBCF2D3360B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff62c53000 - 0x7fff62d48ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff62d49000 - 0x7fff62d8bfff com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff62d8f000 - 0x7fff62d96ff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff63595000 - 0x7fff63598fff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff63aa8000 - 0x7fff63b11ff7 com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff63b1a000 - 0x7fff63b31ff7 com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff63c91000 - 0x7fff63caafff com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff63d36000 - 0x7fff63d60ffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff63fc7000 - 0x7fff63fd2fff com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff65868000 - 0x7fff65878ffb com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff67637000 - 0x7fff67655fff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff6782c000 - 0x7fff6784fffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff6916e000 - 0x7fff69283ff7 com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff692ae000 - 0x7fff692afff7 com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0x7fff69ff7000 - 0x7fff6a293ff7 com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff6aa5c000 - 0x7fff6aa69fff com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff6af16000 - 0x7fff6af3dfff com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff6b60f000 - 0x7fff6b698fc7 com.apple.Symbolication (9.3 - 64033) <C2C55C9A-C264-3044-A953-16457148190A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff6bc09000 - 0x7fff6bc11ff7 com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6be1e000 - 0x7fff6bedbff7 com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff6bf8c000 - 0x7fff6c13bfff com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6ce10000 - 0x7fff6cedfff7 com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff6d844000 - 0x7fff6d846ffb com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6d847000 - 0x7fff6d85cfff com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6d9ad000 - 0x7fff6d9e0ff7 libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib
0x7fff6da9a000 - 0x7fff6dad3ff7 libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
0x7fff6dad4000 - 0x7fff6dadffff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
0x7fff6db71000 - 0x7fff6db72ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6dba9000 - 0x7fff6dd73ff3 libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
0x7fff6ddab000 - 0x7fff6ddabfff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6dee2000 - 0x7fff6dee6ffb libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
0x7fff6dee7000 - 0x7fff6dee8ffb libSystem.B.dylib (1252.50.4) <CD555F3B-FDDB-35E5-A2FB-FBBF3D62031A> /usr/lib/libSystem.B.dylib
0x7fff6df7b000 - 0x7fff6df7bfff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
0x7fff6df7c000 - 0x7fff6df92ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
0x7fff6df93000 - 0x7fff6dfbdff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
0x7fff6dfbe000 - 0x7fff6e03ffdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
0x7fff6e043000 - 0x7fff6e043ff3 libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
0x7fff6e044000 - 0x7fff6e0fcff3 libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
0x7fff6e0fd000 - 0x7fff6e10dff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
0x7fff6e10e000 - 0x7fff6e11bffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
0x7fff6e11c000 - 0x7fff6e172fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
0x7fff6e173000 - 0x7fff6e197ff7 libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
0x7fff6e199000 - 0x7fff6e1a9fff libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
0x7fff6e1aa000 - 0x7fff6e1c1fcf libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib
0x7fff6e46c000 - 0x7fff6e484ff7 libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
0x7fff6e485000 - 0x7fff6e486ff3 libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6e957000 - 0x7fff6e9adff3 libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib
0x7fff6eaed000 - 0x7fff6eaedfff libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
0x7fff6eb24000 - 0x7fff6eb29ff3 libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
0x7fff6eb55000 - 0x7fff6ec46ff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
0x7fff6ec47000 - 0x7fff6ee6effb libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib
0x7fff6eebb000 - 0x7fff6eebcfff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
0x7fff6eebd000 - 0x7fff6eed6ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
0x7fff6eed7000 - 0x7fff6eeedff7 libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
0x7fff6ef9e000 - 0x7fff6f1c6ff7 libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
0x7fff6f1cb000 - 0x7fff6f1fbffb libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib
0x7fff6f39e000 - 0x7fff6f519fff libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
0x7fff6f5a0000 - 0x7fff6f98e7e7 libobjc.A.dylib (723) <DD9E5EC5-B507-3249-B700-93433E2D5EDF> /usr/lib/libobjc.A.dylib
0x7fff6f9a1000 - 0x7fff6f9a5fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
0x7fff6f9a8000 - 0x7fff6f9dcfff libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
0x7fff6fa5b000 - 0x7fff6fa77ffb libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
0x7fff6fac6000 - 0x7fff6fac7ff3 libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
0x7fff6fac8000 - 0x7fff6fc5bff7 libsqlite3.dylib (274.8.1) <FCAD6A57-829E-3701-B16E-1833D620E0E8> /usr/lib/libsqlite3.dylib
0x7fff6fe2f000 - 0x7fff6fe8fff3 libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
0x7fff6fe90000 - 0x7fff6fe93ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
0x7fff6fe94000 - 0x7fff6fea1fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
0x7fff6fea5000 - 0x7fff6ff8cfff libxml2.2.dylib (31.11) <C2B5C43F-9C0B-31E6-8EC0-939591EDAC49> /usr/lib/libxml2.2.dylib
0x7fff6ff8d000 - 0x7fff6ffb5fff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
0x7fff6ffb6000 - 0x7fff6ffc8ffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
0x7fff70064000 - 0x7fff70068ff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
0x7fff70069000 - 0x7fff70073ff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
0x7fff70074000 - 0x7fff7007bfff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
0x7fff7007c000 - 0x7fff70085ffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
0x7fff70086000 - 0x7fff7010bfff libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib
0x7fff70193000 - 0x7fff701ccff7 libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib
0x7fff701cd000 - 0x7fff701eaff7 libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib
0x7fff701eb000 - 0x7fff701ebffb libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
0x7fff701ec000 - 0x7fff701f8ff3 libkxld.dylib (4570.71.2) <C3C31E1B-3E74-3828-8429-4D442E26D41C> /usr/lib/system/libkxld.dylib
0x7fff701f9000 - 0x7fff701f9ff7 liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
0x7fff701fa000 - 0x7fff701feffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
0x7fff701ff000 - 0x7fff70201ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
0x7fff70202000 - 0x7fff70203ff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
0x7fff70204000 - 0x7fff7021bfff libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
0x7fff7021c000 - 0x7fff7021cfff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
0x7fff7021d000 - 0x7fff702a6ff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
0x7fff702a7000 - 0x7fff702aaffb libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
0x7fff702ab000 - 0x7fff702aeffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff702af000 - 0x7fff702b0fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
0x7fff702b1000 - 0x7fff702b7ff7 libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib
0x7fff702b8000 - 0x7fff70301ff7 libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
0x7fff70302000 - 0x7fff70328ff7 libsystem_kernel.dylib (4570.71.2) <F22B8D73-69D8-36D7-BF66-7F9AC70C08C2> /usr/lib/system/libsystem_kernel.dylib
0x7fff70329000 - 0x7fff70374fcb libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
0x7fff70375000 - 0x7fff70394fff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
0x7fff70395000 - 0x7fff704c5ff7 libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
0x7fff704c6000 - 0x7fff704d0ffb libsystem_networkextension.dylib (767.70.1) <D23EAFC1-E8BD-34D5-969C-6E45A1C3B4E4> /usr/lib/system/libsystem_networkextension.dylib
0x7fff704d1000 - 0x7fff704daff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
0x7fff704db000 - 0x7fff704e2ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
0x7fff704e3000 - 0x7fff704eefff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff704ef000 - 0x7fff704f2fff libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
0x7fff704f3000 - 0x7fff704f4ff3 libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
0x7fff704f5000 - 0x7fff704fcff7 libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib
0x7fff704fd000 - 0x7fff70510fff libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
0x7fff70512000 - 0x7fff70517ff7 libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
0x7fff70518000 - 0x7fff70545ff7 libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib
Sample analysis of process 79545 written to file /dev/stdout
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-20 14:15 ` Constantine Vetoshev
@ 2018-09-21 0:35 ` Noam Postavsky
2018-09-22 18:12 ` Constantine Vetoshev
0 siblings, 1 reply; 16+ messages in thread
From: Noam Postavsky @ 2018-09-21 0:35 UTC (permalink / raw)
To: Constantine Vetoshev; +Cc: 32338
[-- Attachment #1: Type: text/plain, Size: 647 bytes --]
Constantine Vetoshev <vetoshev@gmail.com> writes:
> 5. When I run Emacs 26.1 under lldb, everything works! No crashes, no
> error messages.
Ugh, one of those.
> After copying term.el from 25.3 into 26.1 (and deleting term.elc),
> 26.1 still exhibits the bug.
>
> Something must have changed in the macOS-specific pieces of Emacs
> between 25.3 and 26.1 which started causing this crash.
Okay, I'm going to guess it's the change to use vfork. Here's a patch
which should undo that change (I can't test it on macOS, and it's just
assembled from git log --grep=vfork, so I may have missed something).
Try it out and see if it avoids the crash.
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 8358 bytes --]
From 53bbb62f77a652eac84c2e4424d412f25fa53f97 Mon Sep 17 00:00:00 2001
From: Noam Postavsky <npostavs@gmail.com>
Date: Thu, 20 Sep 2018 20:17:51 -0400
Subject: [PATCH] Revert vfork for Darwin changes
Reverts the following commits:
[1: a13eaddce2]: 2017-04-18 11:42:30 +0100
Use vfork if possible on Darwin (bug#26397)
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=a13eaddce2ddbe3ba0b7f4c81715bc0fcdba99f6
[2: 709259dcc5]: 2017-05-17 10:59:02 -0700
Work around AddressSanitizer bug with vfork
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=709259dcc501ef991991a35a6ffb2aef02a62c60
[3: 7c951fd518]: 2017-05-19 00:13:27 -0700
Attempt to work around macOS vfork bug
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=7c951fd51832badb09055a8e177f8ec358cbbdcf
[4: cb6d669744]: 2017-05-21 01:47:31 -0700
Work around macOS bug with vforked child
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=cb6d66974416f535fefb42c974b73037e257399a
[5: 9759b249e9]: 2017-05-21 02:00:29 -0700
Work around macOS bug in create_process, too
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=9759b249e97d4b05644309fc70ae9277b347027e
---
src/callproc.c | 34 ++++------------------------------
src/conf_post.h | 12 ++++++------
src/process.c | 14 --------------
src/sysdep.c | 25 +++++++++++--------------
src/syswait.h | 2 +-
5 files changed, 22 insertions(+), 65 deletions(-)
diff --git a/src/callproc.c b/src/callproc.c
index 973f324139..10f1ce8ee8 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -52,8 +52,6 @@ your option) any later version.
#include "syswait.h"
#include "blockinput.h"
#include "frame.h"
-#include "systty.h"
-#include "keyboard.h"
#ifdef MSDOS
#include "msdos.h"
@@ -202,11 +200,10 @@ call_process_cleanup (Lisp_Object buffer)
message1 ("Waiting for process to die...(type C-g again to kill it instantly)");
/* This will quit on C-g. */
- bool wait_ok = wait_for_termination (synch_process_pid, NULL, true);
+ wait_for_termination (synch_process_pid, 0, 1);
+
synch_process_pid = 0;
- message1 (wait_ok
- ? "Waiting for process to die...done"
- : "Waiting for process to die...internal error");
+ message1 ("Waiting for process to die...done");
}
#endif /* !MSDOS */
}
@@ -631,28 +628,9 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd,
if (pid == 0)
{
-#ifdef DARWIN_OS
- /* Work around a macOS bug, where SIGCHLD is apparently
- delivered to a vforked child instead of to its parent. See:
- https://lists.gnu.org/r/emacs-devel/2017-05/msg00342.html
- */
- signal (SIGCHLD, SIG_DFL);
-#endif
-
unblock_child_signal (&oldset);
-#ifdef DARWIN_OS
- /* Darwin doesn't let us run setsid after a vfork, so use
- TIOCNOTTY when necessary. */
- int j = emacs_open (DEV_TTY, O_RDWR, 0);
- if (j >= 0)
- {
- ioctl (j, TIOCNOTTY, 0);
- emacs_close (j);
- }
-#else
setsid ();
-#endif
/* Emacs ignores SIGPIPE, but the child should not. */
signal (SIGPIPE, SIG_DFL);
@@ -875,10 +853,9 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd,
make_number (total_read));
}
- bool wait_ok = true;
#ifndef MSDOS
/* Wait for it to terminate, unless it already has. */
- wait_ok = wait_for_termination (pid, &status, fd0 < 0);
+ wait_for_termination (pid, &status, fd0 < 0);
#endif
/* Don't kill any children that the subprocess may have left behind
@@ -888,9 +865,6 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd,
SAFE_FREE ();
unbind_to (count, Qnil);
- if (!wait_ok)
- return build_unibyte_string ("internal error");
-
if (WIFSIGNALED (status))
{
const char *signame;
diff --git a/src/conf_post.h b/src/conf_post.h
index 69f686d72d..7efb0a0d32 100644
--- a/src/conf_post.h
+++ b/src/conf_post.h
@@ -101,6 +101,12 @@ your option) any later version.
#define realloc unexec_realloc
#define free unexec_free
#endif
+/* The following solves the problem that Emacs hangs when evaluating
+ (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile
+ does not exist. Also, setsid is not allowed in the vfork child's
+ context as of Darwin 9/Mac OS X 10.5. */
+#undef HAVE_WORKING_VFORK
+#define vfork fork
#endif /* DARWIN_OS */
/* If HYBRID_MALLOC is defined (e.g., on Cygwin), emacs will use
@@ -338,12 +344,6 @@ your option) any later version.
# define ATTRIBUTE_NO_SANITIZE_ADDRESS
#endif
-/* gcc -fsanitize=address does not work with vfork in Fedora 25 x86-64.
- For now, assume that this problem occurs on all platforms. */
-#if ADDRESS_SANITIZER && !defined vfork
-# define vfork fork
-#endif
-
/* Some versions of GNU/Linux define noinline in their headers. */
#ifdef noinline
#undef noinline
diff --git a/src/process.c b/src/process.c
index b0a327229c..80ddd3518c 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2056,21 +2056,7 @@ create_process (Lisp_Object process, char **new_argv, Lisp_Object current_dir)
int volatile forkerr_volatile = forkerr;
struct Lisp_Process *p_volatile = p;
-#ifdef DARWIN_OS
- /* Darwin doesn't let us run setsid after a vfork, so use fork when
- necessary. Also, reset SIGCHLD handling after a vfork, as
- apparently macOS can mistakenly deliver SIGCHLD to the child. */
- if (pty_flag)
- pid = fork ();
- else
- {
- pid = vfork ();
- if (pid == 0)
- signal (SIGCHLD, SIG_DFL);
- }
-#else
pid = vfork ();
-#endif
current_dir = current_dir_volatile;
lisp_pty_name = lisp_pty_name_volatile;
diff --git a/src/sysdep.c b/src/sysdep.c
index 34bff23386..f4038bb84a 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -422,8 +422,8 @@ init_baud_rate (int fd)
Use waitpid-style OPTIONS when waiting.
If INTERRUPTIBLE, this function is interruptible by a signal.
- Return CHILD if successful, 0 if no status is available, and a
- negative value (setting errno) if waitpid is buggy. */
+ Return CHILD if successful, 0 if no status is available;
+ the latter is possible only when options & NOHANG. */
static pid_t
get_child_status (pid_t child, int *status, int options, bool interruptible)
{
@@ -446,14 +446,13 @@ get_child_status (pid_t child, int *status, int options, bool interruptible)
pid = waitpid (child, status, options);
if (0 <= pid)
break;
+
+ /* Check that CHILD is a child process that has not been reaped,
+ and that STATUS and OPTIONS are valid. Otherwise abort,
+ as continuing after this internal error could cause Emacs to
+ become confused and kill innocent-victim processes. */
if (errno != EINTR)
- {
- /* Most likely, waitpid is buggy and the operating system
- lost track of the child somehow. Return -1 and let the
- caller try to figure things out. Possibly the bug could
- cause Emacs to kill the wrong process. Oh well. */
- return pid;
- }
+ emacs_abort ();
}
/* If successful and status is requested, tell wait_reading_process_output
@@ -468,13 +467,11 @@ get_child_status (pid_t child, int *status, int options, bool interruptible)
CHILD must be a child process that has not been reaped.
If STATUS is non-null, store the waitpid-style exit status into *STATUS
and tell wait_reading_process_output that it needs to look around.
- If INTERRUPTIBLE, this function is interruptible by a signal.
- Return true if successful, false (setting errno) if CHILD cannot be
- waited for because waitpid is buggy. */
-bool
+ If INTERRUPTIBLE, this function is interruptible by a signal. */
+void
wait_for_termination (pid_t child, int *status, bool interruptible)
{
- return 0 <= get_child_status (child, status, 0, interruptible);
+ get_child_status (child, status, 0, interruptible);
}
/* Report whether the subprocess with process id CHILD has changed status.
diff --git a/src/syswait.h b/src/syswait.h
index 8f0357f9d6..4af75f037e 100644
--- a/src/syswait.h
+++ b/src/syswait.h
@@ -56,7 +56,7 @@ your option) any later version.
#endif
/* Defined in sysdep.c. */
-extern bool wait_for_termination (pid_t, int *, bool);
+extern void wait_for_termination (pid_t, int *, bool);
extern pid_t child_status_changed (pid_t, int *, int);
#endif /* EMACS_SYSWAIT_H */
--
2.11.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-21 0:35 ` Noam Postavsky
@ 2018-09-22 18:12 ` Constantine Vetoshev
2018-09-22 22:14 ` Noam Postavsky
0 siblings, 1 reply; 16+ messages in thread
From: Constantine Vetoshev @ 2018-09-22 18:12 UTC (permalink / raw)
To: Noam Postavsky; +Cc: 32338
On Thu, Sep 20, 2018 at 5:35 PM Noam Postavsky <npostavs@gmail.com> wrote:
> Okay, I'm going to guess it's the change to use vfork. Here's a patch
> which should undo that change (I can't test it on macOS, and it's just
> assembled from git log --grep=vfork, so I may have missed something).
> Try it out and see if it avoids the crash.
Thanks! I just applied the patch to the 26.1 release source tree (it
applied cleanly) and rebuilt Emacs. This build still hangs, but
there's one difference: it no longer prints "Fatal error 11:
Segmentation fault" immediately after forking. When I sigint the Emacs
process after the hang, it still prints the NSAutoreleasePool error
message, and it still requires a sigkill to avoid eating CPU.
Is there anything else I should try to help track this down before
going down the road of running 'git bisect'?
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-22 18:12 ` Constantine Vetoshev
@ 2018-09-22 22:14 ` Noam Postavsky
2018-09-23 5:42 ` Eli Zaretskii
0 siblings, 1 reply; 16+ messages in thread
From: Noam Postavsky @ 2018-09-22 22:14 UTC (permalink / raw)
To: Constantine Vetoshev; +Cc: 32338
Constantine Vetoshev <vetoshev@gmail.com> writes:
> On Thu, Sep 20, 2018 at 5:35 PM Noam Postavsky <npostavs@gmail.com> wrote:
> Is there anything else I should try to help track this down before
> going down the road of running 'git bisect'?
Hmm, I can't think of anything else. I think my guess was wrong, but
I'm not even sure.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-22 22:14 ` Noam Postavsky
@ 2018-09-23 5:42 ` Eli Zaretskii
2018-09-29 23:52 ` Constantine Vetoshev
0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2018-09-23 5:42 UTC (permalink / raw)
To: Noam Postavsky; +Cc: 32338, vetoshev
> From: Noam Postavsky <npostavs@gmail.com>
> Date: Sat, 22 Sep 2018 18:14:25 -0400
> Cc: 32338@debbugs.gnu.org
>
> Constantine Vetoshev <vetoshev@gmail.com> writes:
>
> > On Thu, Sep 20, 2018 at 5:35 PM Noam Postavsky <npostavs@gmail.com> wrote:
>
> > Is there anything else I should try to help track this down before
> > going down the road of running 'git bisect'?
>
> Hmm, I can't think of anything else. I think my guess was wrong, but
> I'm not even sure.
Thanks for your efforts. I hope one of the NS experts will chime in
soon.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-23 5:42 ` Eli Zaretskii
@ 2018-09-29 23:52 ` Constantine Vetoshev
2018-09-30 5:59 ` Eli Zaretskii
2018-09-30 9:16 ` Alan Third
0 siblings, 2 replies; 16+ messages in thread
From: Constantine Vetoshev @ 2018-09-29 23:52 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 32338, Noam Postavsky
On Sat, Sep 22, 2018 at 10:42 PM Eli Zaretskii <eliz@gnu.org> wrote:
> Thanks for your efforts. I hope one of the NS experts will chime in
> soon.
After bisecting between 25.3 and 26.1, I tracked down the breaking
commit, 4cdd14eabe5a6121691daa2d9c5e814c5f53f3e5.
It seems like it was supposed to only impact Windows. I was so
surprised that I checked twice to confirm. The breaking change was to
src/emacs.c, in the type change from long to rlim_t (two places).
Reverting just that one file's change fixes the crash. I
double-checked by applying the relevant patch to the 26.1 release
source tree, and that fixed it.
Checking my (macOS) system, rlim_t seems to be typedefed to
__uint64_t, which definitely makes a difference, though I admit the
nature of the crash is rather mystifying compared to what has actually
changed. Eli, since you were working on this, any ideas about the
right approach to fixing the problem other than blindly reverting the
change?
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-29 23:52 ` Constantine Vetoshev
@ 2018-09-30 5:59 ` Eli Zaretskii
2018-09-30 15:25 ` Constantine Vetoshev
2018-09-30 9:16 ` Alan Third
1 sibling, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2018-09-30 5:59 UTC (permalink / raw)
To: Constantine Vetoshev; +Cc: 32338, npostavs
> From: Constantine Vetoshev <vetoshev@gmail.com>
> Date: Sat, 29 Sep 2018 16:52:40 -0700
> Cc: Noam Postavsky <npostavs@gmail.com>, 32338@debbugs.gnu.org
>
> On Sat, Sep 22, 2018 at 10:42 PM Eli Zaretskii <eliz@gnu.org> wrote:
> > Thanks for your efforts. I hope one of the NS experts will chime in
> > soon.
>
> After bisecting between 25.3 and 26.1, I tracked down the breaking
> commit, 4cdd14eabe5a6121691daa2d9c5e814c5f53f3e5.
Amazing! Thank you for your efforts.
> Checking my (macOS) system, rlim_t seems to be typedefed to
> __uint64_t, which definitely makes a difference, though I admit the
> nature of the crash is rather mystifying compared to what has actually
> changed. Eli, since you were working on this, any ideas about the
> right approach to fixing the problem
Please show the definition of 'struct rlimit' on your system. It
should be in the header sys/resource.h, I think. Then perhaps I will
have some insight.
> other than blindly reverting the change?
Reverting the change is out of the question, sorry. The 'long' data
type used there before the change is too narrow to support some of the
systems which use this code. We will have to find another solution,
if indeed this is the problem. But first we need to understand the
problem.
Thanks.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-29 23:52 ` Constantine Vetoshev
2018-09-30 5:59 ` Eli Zaretskii
@ 2018-09-30 9:16 ` Alan Third
1 sibling, 0 replies; 16+ messages in thread
From: Alan Third @ 2018-09-30 9:16 UTC (permalink / raw)
To: Constantine Vetoshev; +Cc: 32338, Noam Postavsky
On Sat, Sep 29, 2018 at 04:52:40PM -0700, Constantine Vetoshev wrote:
> On Sat, Sep 22, 2018 at 10:42 PM Eli Zaretskii <eliz@gnu.org> wrote:
> > Thanks for your efforts. I hope one of the NS experts will chime in
> > soon.
>
> After bisecting between 25.3 and 26.1, I tracked down the breaking
> commit, 4cdd14eabe5a6121691daa2d9c5e814c5f53f3e5.
I can’t reproduce this (although I haven’t checked with the actual
release version of Emacs 26 as I don’t have a copy lying around).
I’m on 10.13.6, are you still running 10.13.4?
--
Alan Third
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-30 5:59 ` Eli Zaretskii
@ 2018-09-30 15:25 ` Constantine Vetoshev
2018-09-30 17:13 ` Eli Zaretskii
0 siblings, 1 reply; 16+ messages in thread
From: Constantine Vetoshev @ 2018-09-30 15:25 UTC (permalink / raw)
To: Eli Zaretskii, alan; +Cc: 32338, Noam Postavsky
On Sat, Sep 29, 2018 at 11:00 PM Eli Zaretskii <eliz@gnu.org> wrote:
> Please show the definition of 'struct rlimit' on your system. It
> should be in the header sys/resource.h, I think. Then perhaps I will
> have some insight.
Here it is:
struct rlimit {
rlim_t rlim_cur; /* current (soft) limit */
rlim_t rlim_max; /* maximum value for rlim_cur */
};
On Sun, Sep 30, 2018 at 2:16 AM Alan Third <alan@idiocy.org> wrote:
> I can’t reproduce this (although I haven’t checked with the actual
> release version of Emacs 26 as I don’t have a copy lying around).
>
> I’m on 10.13.6, are you still running 10.13.4?
I'm on 10.13.6. Early-2015 MBP with a Core i7 and 16GB RAM. I just
rebooted the machine just to see if maybe it's a transient problem,
but no dice.
Did you definitely run the binary as
/path/to/Emacs.app/Contents/MacOS/Emacs -Q
? I can't reproduce the crash under a debugger, but it happens 100% of
the time otherwise. That, and the error message
2018-09-30 08:19:22.656 Emacs[1407:25736] *** -[NSAutoreleasePool
release]: This pool has already been released, do not drain it (double
release)
make me think there's a race condition in a memory release somewhere
that doesn't get hit when the system runs a little slower.
It might be helpful to compare with 10.14/Mojave, but I'm holding off
installing it until 10.14.1 comes out.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-30 15:25 ` Constantine Vetoshev
@ 2018-09-30 17:13 ` Eli Zaretskii
2018-10-02 22:51 ` Constantine Vetoshev
0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2018-09-30 17:13 UTC (permalink / raw)
To: Constantine Vetoshev; +Cc: 32338, alan, npostavs
> From: Constantine Vetoshev <vetoshev@gmail.com>
> Date: Sun, 30 Sep 2018 08:25:20 -0700
> Cc: Noam Postavsky <npostavs@gmail.com>, 32338@debbugs.gnu.org
>
> On Sat, Sep 29, 2018 at 11:00 PM Eli Zaretskii <eliz@gnu.org> wrote:
> > Please show the definition of 'struct rlimit' on your system. It
> > should be in the header sys/resource.h, I think. Then perhaps I will
> > have some insight.
>
> Here it is:
>
> struct rlimit {
> rlim_t rlim_cur; /* current (soft) limit */
> rlim_t rlim_max; /* maximum value for rlim_cur */
> };
Then please step with a debugger through the code starting from the
call to getrlimit, and please show the values of related variables,
such as newlim, all the way until the call to setrlimit and the
computed value of emacs_re_safe_alloca. Please do that once with the
current code and then once again with the code before the offending
commit. I'd like to see the differences, because I meanwhile see
nothing wrong with using rlim_t here.
Than ks.
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-09-30 17:13 ` Eli Zaretskii
@ 2018-10-02 22:51 ` Constantine Vetoshev
2018-10-03 14:59 ` Eli Zaretskii
0 siblings, 1 reply; 16+ messages in thread
From: Constantine Vetoshev @ 2018-10-02 22:51 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 32338, Alan Third, Noam Postavsky
[-- Attachment #1: Type: text/plain, Size: 3912 bytes --]
On Sun, Sep 30, 2018 at 10:14 AM Eli Zaretskii <eliz@gnu.org> wrote:
> Then please step with a debugger through the code starting from the
> call to getrlimit, and please show the values of related variables,
> such as newlim, all the way until the call to setrlimit and the
> computed value of emacs_re_safe_alloca. Please do that once with the
> current code and then once again with the code before the offending
> commit. I'd like to see the differences, because I meanwhile see
> nothing wrong with using rlim_t here.
One change from my past reports: after compiling Emacs with -g flags,
I have now managed to reproduce the crash under lldb, including
attaching to the forked process which eats CPU after the crash.
Backtrace from that process is attached.
Here are my results from stepping through the code. Note this all runs
at Emacs startup, long before anything forks.
The highlights (as far as I noticed) are:
- emacs_re_max_failures and the older re_max_failures are not
initialized at this point
- in the working branch, newlim is reset to rlim.rlim_max; in the
broken branch, it is not
- in the working branch, setrlimit does not get called; in the broken
branch, it does
I'm guessing the problem is with the uninitialized values for
*_re_max_failures and the resulting values being assigned to lim and
newlim. It seems to only work on the working branch by accident
because, for whatever reason, newlim always gets reset to
rlim.rlim_max and setrlimit doesn't get called.
-----
master branch (commit 3eedabaef37e), use of rlim_t:
- immediately after getrlimit call, lim is assigned, value: 0
- lim is then assigned rlim.rlim_cur, value: 67104768
- min_ratio is initialized, value: 160
- ratio is initialized, value: 213
- try_to_grow_stack ends up assigned, value: true
The code proceeds into the try_to_grow_stack condition:
- newlim is assigned, value: 10020000
- BUT: emacs_re_max_failures defined at that point and used to
calculate newlim has a very large size_t value: 6500256977556508423
- looks like newlim has overflown here to fit unsigned long long
- pagesize is assigned, value 4096
- newlim is decremented, value: 10024095
- condition checking if rlim.rlim_max < newlim; rlim.rlim_max is
67104768 so the condition evaluates to false (emacs.c:880)
- condition checking if pagesize <= (newlim - lim) evaluates to true:
this happens because (newlim < rlim), and the subtraction causes an
overflow (newlim - lim returns an unsigned long long with value
18446744073652469760); consequently, setrlimit is called and succeeds
The try_to_grow_stack condition ends.
- emacs_re_safe_alloca is assigned, value: 4435280473597425792. I'm
not sure if that's a reasonable value for a value of type ptrdiff_t.
-----
-----
last working revision (commit 6cdd1c333034b), use of long:
Please note that this code predates the introduction of emacs_re_safe_alloca.
- immediately after getrlimit call, lim is assigned, value: 0
- lim then is assigned rlim.rlim_curr, value: 67104768
- ratio is then initialized: 160
- and subsequently incremented, value: 213
- try_to_grow_stack ends up assigned, value: true
The code proceeds into the try_to_grow_stack condition:
- newlim is assigned, value: 67104578
- BUT: re_max_failures defined at that point and used to calculate
newlim has a very large size_t value: 16107485546189635934
- newlim has obviously overflown here to fit a signed long
- pagesize is assigned, value 4096
- newlim is decremented, value: 67108673
- condition checking if rlim.rlim_max < newlim; rlim.rlim_max is
67104768 so the condition evaluates to true and newlim is set to
rlim.rlim_max (emacs.c:862)
- newlim decrement by newlim % pagesize is a noop
- condition checking if pagesize <= (newlim - lim) evaluates to false,
skipping the setrlimit call
-----
I am attaching lldb session transcripts for both runs in case you want
to look more closely at what's going on.
[-- Attachment #2: fork-process-crash-backtrace.txt --]
[-- Type: text/plain, Size: 5862 bytes --]
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
* frame #0: 0x00007fff709835e2 libsystem_platform.dylib`_os_unfair_lock_recursive_abort + 23
frame #1: 0x00007fff70983710 libsystem_platform.dylib`_os_unfair_lock_lock_slow + 226
frame #2: 0x00007fff7081b2ee libsystem_malloc.dylib`szone_malloc_should_clear + 213
frame #3: 0x00007fff7081b1bd libsystem_malloc.dylib`malloc_zone_malloc + 103
frame #4: 0x00007fff487db6f4 CoreFoundation`CFBasicHashCreateCopy + 116
frame #5: 0x00007fff487e3936 CoreFoundation`CFDictionaryCreateCopy + 134
frame #6: 0x00007fff48982a28 CoreFoundation`__40-[_CFXPreferences synchronizeEverything]_block_invoke + 24
frame #7: 0x00007fff4891b4cf CoreFoundation`-[_CFXPreferences(SourceAdditions) withSources:] + 79
frame #8: 0x00007fff489829b3 CoreFoundation`-[_CFXPreferences synchronizeEverything] + 115
frame #9: 0x00007fff4884cef9 CoreFoundation`_CFPrefsSynchronizeForProcessTermination + 73
frame #10: 0x00007fff4a91df65 Foundation`-[NSUserDefaults(NSUserDefaults) synchronize] + 51
frame #11: 0x0000000100335e72 Emacs`ns_term_shutdown(sig=4) at nsterm.m:5487
frame #12: 0x000000010014edf4 Emacs`shut_down_emacs(sig=4, stuff=0x0000000000000000) at emacs.c:2136
frame #13: 0x000000010014ea7f Emacs`terminate_due_to_signal(sig=4, backtrace_limit=40) at emacs.c:383
frame #14: 0x0000000100182288 Emacs`handle_fatal_signal(sig=4) at sysdep.c:1769
frame #15: 0x0000000100182322 Emacs`deliver_thread_signal(sig=4, handler=(Emacs`handle_fatal_signal at sysdep.c:1768)) at sysdep.c:1743
frame #16: 0x00000001001800ea Emacs`deliver_fatal_thread_signal(sig=4) at sysdep.c:1781
frame #17: 0x00007fff70980f5a libsystem_platform.dylib`_sigtramp + 26
frame #18: 0x00007fff709835e3 libsystem_platform.dylib`_os_unfair_lock_recursive_abort + 24
frame #19: 0x00007fff70983710 libsystem_platform.dylib`_os_unfair_lock_lock_slow + 226
frame #20: 0x00007fff7081b7f2 libsystem_malloc.dylib`szone_malloc_should_clear + 1497
frame #21: 0x00007fff7081b1bd libsystem_malloc.dylib`malloc_zone_malloc + 103
frame #22: 0x00007fff7081a4c7 libsystem_malloc.dylib`malloc + 24
frame #23: 0x00000001002b4fc2 Emacs`unexec_malloc(size=1024) at unexmacosx.c:1331
frame #24: 0x00000001001f2555 Emacs`lmalloc(size=1024) at alloc.c:1461
frame #25: 0x00000001001f24e5 Emacs`xmalloc(size=1024) at alloc.c:872
frame #26: 0x00000001001e5064 Emacs`regex_compile(pattern="\\$\\(?:\\(?1:[[:alnum:]_]+\\)\\|{\\(?1:[^{}]+\\)}\\|\\$\\)", size=49, posix_backtracking=false, whitespace_regexp=0x0000000000000000, bufp=0x00000001007e05d8) at regex-emacs.c:1766
frame #27: 0x00000001001e4f98 Emacs`rpl_re_compile_pattern(pattern="\\$\\(?:\\(?1:[[:alnum:]_]+\\)\\|{\\(?1:[^{}]+\\)}\\|\\$\\)", length=49, posix_backtracking=false, whitespace_regexp=0x0000000000000000, bufp=0x00000001007e05d8) at regex-emacs.c:5091
frame #28: 0x00000001001d5c4c Emacs`compile_pattern_1(cp=0x00000001007e05b8, pattern=0x0000000100416f94, translate=0x000000010688786d, posix=false) at search.c:147
frame #29: 0x00000001001cef70 Emacs`compile_pattern(pattern=0x0000000100416f94, regp=0x00000001007fa478, translate=0x000000010688786d, posix=false, multibyte=false) at search.c:258
frame #30: 0x00000001001ce9c0 Emacs`string_match_1(regexp=0x0000000100416f94, string=0x000000010045b414, start=0x0000000000000002, posix=false) at search.c:419
frame #31: 0x00000001001ce747 Emacs`Fstring_match(regexp=0x0000000100416f94, string=0x000000010045b414, start=0x0000000000000002) at search.c:466
frame #32: 0x0000000100248ca8 Emacs`funcall_subr(subr=0x00000001003e00b8, numargs=3, args=0x00007ffeefbf8ad8) at eval.c:2936
frame #33: 0x00000001002479fe Emacs`Ffuncall(nargs=4, args=0x00007ffeefbf8ad0) at eval.c:2856
frame #34: 0x00000001002b997e Emacs`exec_byte_code(bytestr=0x0000000100416fe4, vector=0x0000000100417005, maxdepth=0x000000000000002a, args_template=0x0000000000000806, nargs=2, args=0x00007ffeefbf9208) at bytecode.c:632
frame #35: 0x00000001002490dc Emacs`funcall_lambda(fun=0x0000000100416fb5, nargs=2, arg_vector=0x00007ffeefbf91f8) at eval.c:3057
frame #36: 0x0000000100247a46 Emacs`Ffuncall(nargs=3, args=0x00007ffeefbf91f0) at eval.c:2858
frame #37: 0x00000001002b997e Emacs`exec_byte_code(bytestr=0x00000001004170b4, vector=0x00000001004170d5, maxdepth=0x0000000000000016, args_template=0x0000000000000406, nargs=1, args=0x00007ffeefbf98b8) at bytecode.c:632
frame #38: 0x00000001002490dc Emacs`funcall_lambda(fun=0x0000000100417085, nargs=1, arg_vector=0x00007ffeefbf98b0) at eval.c:3057
frame #39: 0x0000000100247a46 Emacs`Ffuncall(nargs=2, args=0x00007ffeefbf98a8) at eval.c:2858
frame #40: 0x0000000100248554 Emacs`call1(fn=0x000000000000b220, arg1=0x000000010045b414) at eval.c:2707
frame #41: 0x00000001001af51c Emacs`Fsubstitute_in_file_name(filename=0x000000010045b414) at fileio.c:1763
frame #42: 0x000000010028b3e4 Emacs`Fload(file=0x000000010045b414, noerror=0x0000000000000000, nomessage=0x000000000000b460, nosuffix=0x0000000000000000, must_suffix=0x000000000000b460) at lread.c:1175
frame #43: 0x000000010023fca6 Emacs`Fautoload_do_load(fundef=0x000000010045b3f3, funname=0x0000000000003ea0, macro_only=0x0000000000000000) at eval.c:2109
frame #44: 0x0000000100247b90 Emacs`Ffuncall(nargs=3, args=0x00007ffeefbf9fd0) at eval.c:2873
frame #45: 0x00000001002477ca Emacs`Fapply(nargs=2, args=0x00007ffeefbfa0d8) at eval.c:2476
frame #46: 0x0000000100239305 Emacs`apply1(fn=0x0000000000003ea0, arg=0x00000001038c9d53) at eval.c:2692
frame #47: 0x0000000100238cdf Emacs`call_debugger(arg=0x00000001038c9d53) at eval.c:358
frame #48: 0x0000000100247c1a Emacs`Ffuncall(nargs=8, args=0x00007ffeefbfa470) at eval.c:2883
[-- Attachment #3: lldb-session-working.txt --]
[-- Type: text/plain, Size: 9852 bytes --]
(lldb) target create "nextstep/Emacs.app/Contents/MacOS/Emacs"
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/opt/brew/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py", line 52, in <module>
import weakref
File "/opt/brew/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py", line 14, in <module>
from _weakref import (
ImportError: cannot import name _remove_dead_weakref
Current executable set to 'nextstep/Emacs.app/Contents/MacOS/Emacs' (x86_64).
(lldb) b emacs.c:832
Breakpoint 1: where = Emacs`main + 1463 at emacs.c:832, address = 0x0000000100133ef7
(lldb) run -Q
Process 96113 launched: '/Users/kostya/Downloads/emacs-working.git/nextstep/Emacs.app/Contents/MacOS/Emacs' (x86_64)
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x0000000100133ef7 Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:832
829 if (getrlimit (RLIMIT_STACK, &rlim) == 0
830 && 0 <= rlim.rlim_cur && rlim.rlim_cur <= LONG_MAX)
831 {
-> 832 long lim = rlim.rlim_cur;
833
834 /* Approximate the amount regex.c needs per unit of
835 re_max_failures, then add 33% to cover the size of the
Target 0: (Emacs) stopped.
(lldb) e lim
(long) $0 = 0
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133f05 Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:838
835 re_max_failures, then add 33% to cover the size of the
836 smaller stacks that regex.c successively allocates and
837 discards on its way to the maximum. */
-> 838 int ratio = 20 * sizeof (char *);
839 ratio += ratio / 3;
840
841 /* Extra space to cover what we're likely to use for other reasons. */
Target 0: (Emacs) stopped.
(lldb) e lim
(long) $1 = 67104768
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133f0f Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:839
836 smaller stacks that regex.c successively allocates and
837 discards on its way to the maximum. */
838 int ratio = 20 * sizeof (char *);
-> 839 ratio += ratio / 3;
840
841 /* Extra space to cover what we're likely to use for other reasons. */
842 int extra = 200000;
Target 0: (Emacs) stopped.
(lldb) e ratio
(int) $2 = 160
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133f38 Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:842
839 ratio += ratio / 3;
840
841 /* Extra space to cover what we're likely to use for other reasons. */
-> 842 int extra = 200000;
843
844 bool try_to_grow_stack = true;
845 #ifndef CANNOT_DUMP
Target 0: (Emacs) stopped.
(lldb) e ratio
(int) $3 = 213
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133f42 Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:844
841 /* Extra space to cover what we're likely to use for other reasons. */
842 int extra = 200000;
843
-> 844 bool try_to_grow_stack = true;
845 #ifndef CANNOT_DUMP
846 try_to_grow_stack = !noninteractive || initialized;
847 #endif
Target 0: (Emacs) stopped.
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133f49 Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:846
843
844 bool try_to_grow_stack = true;
845 #ifndef CANNOT_DUMP
-> 846 try_to_grow_stack = !noninteractive || initialized;
847 #endif
848
849 if (try_to_grow_stack)
Target 0: (Emacs) stopped.
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133f7d Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:849
846 try_to_grow_stack = !noninteractive || initialized;
847 #endif
848
-> 849 if (try_to_grow_stack)
850 {
851 long newlim = re_max_failures * ratio + extra;
852
Target 0: (Emacs) stopped.
(lldb) e try_to_grow_stack
(bool) $4 = true
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133f91 Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:851
848
849 if (try_to_grow_stack)
850 {
-> 851 long newlim = re_max_failures * ratio + extra;
852
853 /* Round the new limit to a page boundary; this is needed
854 for Darwin kernel 15.4.0 (see Bug#23622) and perhaps
Target 0: (Emacs) stopped.
(lldb) e newlim
(long) $5 = 0
(lldb) e re_max_failures
(size_t) $6 = 16107485546189635934
(lldb) e extra
(int) $7 = 200000
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133fb0 Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:860
857 RLIM_INFINITY etc. since in practice when they are
858 nonnegative they are so large that the code does the
859 right thing anyway. */
-> 860 long pagesize = getpagesize ();
861 newlim += pagesize - 1;
862 if (0 <= rlim.rlim_max && rlim.rlim_max < newlim)
863 newlim = rlim.rlim_max;
Target 0: (Emacs) stopped.
(lldb) e newlim
(long) $8 = 67104578
(lldb) e re_max_failures
(size_t) $9 = 16107485546189635934
(lldb) e ratio
(int) $10 = 213
(lldb) e re_max_failures * ratio
(unsigned long) $11 = 18246767702125404982
(lldb) e re_max_failures * ratio + extra
(unsigned long) $12 = 18246767702125604982
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133fc3 Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:861
858 nonnegative they are so large that the code does the
859 right thing anyway. */
860 long pagesize = getpagesize ();
-> 861 newlim += pagesize - 1;
862 if (0 <= rlim.rlim_max && rlim.rlim_max < newlim)
863 newlim = rlim.rlim_max;
864 newlim -= newlim % pagesize;
Target 0: (Emacs) stopped.
(lldb) e pagesize
(long) $13 = 4096
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133fdc Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:862
859 right thing anyway. */
860 long pagesize = getpagesize ();
861 newlim += pagesize - 1;
-> 862 if (0 <= rlim.rlim_max && rlim.rlim_max < newlim)
863 newlim = rlim.rlim_max;
864 newlim -= newlim % pagesize;
865
Target 0: (Emacs) stopped.
(lldb) e newlim
(long) $14 = 67108673
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100133ffd Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:863
860 long pagesize = getpagesize ();
861 newlim += pagesize - 1;
862 if (0 <= rlim.rlim_max && rlim.rlim_max < newlim)
-> 863 newlim = rlim.rlim_max;
864 newlim -= newlim % pagesize;
865
866 if (pagesize <= newlim - lim)
Target 0: (Emacs) stopped.
(lldb) e rlim.rlim_max
(rlim_t) $15 = 67104768
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010013400b Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:864
861 newlim += pagesize - 1;
862 if (0 <= rlim.rlim_max && rlim.rlim_max < newlim)
863 newlim = rlim.rlim_max;
-> 864 newlim -= newlim % pagesize;
865
866 if (pagesize <= newlim - lim)
867 {
Target 0: (Emacs) stopped.
(lldb) e newlim
(long) $16 = 67104768
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010013402c Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:866
863 newlim = rlim.rlim_max;
864 newlim -= newlim % pagesize;
865
-> 866 if (pagesize <= newlim - lim)
867 {
868 rlim.rlim_cur = newlim;
869 if (setrlimit (RLIMIT_STACK, &rlim) == 0)
Target 0: (Emacs) stopped.
(lldb) e newlim
(long) $17 = 67104768
(lldb) e newlim % pagesize
(long) $18 = 0
(lldb) e pagesize
(long) $19 = 4096
(lldb) e newlim - lim
(long) $20 = 0
(lldb) n
Process 96113 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x0000000100134085 Emacs`main(argc=2, argv=0x00007ffeefbff520) at emacs.c:872
869 if (setrlimit (RLIMIT_STACK, &rlim) == 0)
870 lim = newlim;
871 }
-> 872 }
873
874 /* Don't let regex.c overflow the stack. */
875 re_max_failures = lim < extra ? 0 : min (lim - extra, SIZE_MAX) / ratio;
Target 0: (Emacs) stopped.
(lldb) c
Process 96113 resuming
2018-10-02 14:11:54.227006-0700 Emacs[96113:1856908] MessageTracer: Falling back to default whitelist
2018-10-02 14:11:54.331905-0700 Emacs[96113:1900949] flock failed to lock maps file: errno = 35
2018-10-02 14:11:54.332259-0700 Emacs[96113:1900949] flock failed to lock maps file: errno = 35
Process 96113 exited with status = 0 (0x00000000)
[-- Attachment #4: lldb-session-broken.txt --]
[-- Type: text/plain, Size: 12747 bytes --]
(lldb) target create "nextstep/Emacs.app/Contents/MacOS/Emacs"
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/opt/brew/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py", line 52, in <module>
import weakref
File "/opt/brew/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py", line 14, in <module>
from _weakref import (
ImportError: cannot import name _remove_dead_weakref
Current executable set to 'nextstep/Emacs.app/Contents/MacOS/Emacs' (x86_64).
(lldb) b emacs.c:848
Breakpoint 1: where = Emacs`main + 1489 at emacs.c:848, address = 0x000000010014f431
(lldb) run -Q
Process 97130 launched: '/Users/kostya/Downloads/emacs-master.git/nextstep/Emacs.app/Contents/MacOS/Emacs' (x86_64)
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x000000010014f431 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:848
845 if (getrlimit (RLIMIT_STACK, &rlim) == 0
846 && 0 <= rlim.rlim_cur && rlim.rlim_cur <= LONG_MAX)
847 {
-> 848 rlim_t lim = rlim.rlim_cur;
849
850 /* Approximate the amount regex-emacs.c needs per unit of
851 emacs_re_max_failures, then add 33% to cover the size of the
Target 0: (Emacs) stopped.
(lldb) e lim
(rlim_t) $0 = 0
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f43f Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:854
851 emacs_re_max_failures, then add 33% to cover the size of the
852 smaller stacks that regex-emacs.c successively allocates and
853 discards on its way to the maximum. */
-> 854 int min_ratio = 20 * sizeof (char *);
855 int ratio = min_ratio + min_ratio / 3;
856
857 /* Extra space to cover what we're likely to use for other
Target 0: (Emacs) stopped.
(lldb) e lim
(rlim_t) $1 = 67104768
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f449 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:855
852 smaller stacks that regex-emacs.c successively allocates and
853 discards on its way to the maximum. */
854 int min_ratio = 20 * sizeof (char *);
-> 855 int ratio = min_ratio + min_ratio / 3;
856
857 /* Extra space to cover what we're likely to use for other
858 reasons. For example, a typical GC might take 30K stack
Target 0: (Emacs) stopped.
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f478 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:860
857 /* Extra space to cover what we're likely to use for other
858 reasons. For example, a typical GC might take 30K stack
859 frames. */
-> 860 int extra = (30 * 1000) * 50;
861
862 bool try_to_grow_stack = true;
863 #ifndef CANNOT_DUMP
Target 0: (Emacs) stopped.
(lldb) e min_ratio
(int) $2 = 160
(lldb) e ratio
(int) $3 = 213
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f482 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:862
859 frames. */
860 int extra = (30 * 1000) * 50;
861
-> 862 bool try_to_grow_stack = true;
863 #ifndef CANNOT_DUMP
864 try_to_grow_stack = !noninteractive || initialized;
865 #endif
Target 0: (Emacs) stopped.
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f489 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:864
861
862 bool try_to_grow_stack = true;
863 #ifndef CANNOT_DUMP
-> 864 try_to_grow_stack = !noninteractive || initialized;
865 #endif
866
867 if (try_to_grow_stack)
Target 0: (Emacs) stopped.
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f4bd Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:867
864 try_to_grow_stack = !noninteractive || initialized;
865 #endif
866
-> 867 if (try_to_grow_stack)
868 {
869 rlim_t newlim = emacs_re_max_failures * ratio + extra;
870
Target 0: (Emacs) stopped.
(lldb) e try_to_grow_stack
(bool) $4 = true
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f4d1 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:869
866
867 if (try_to_grow_stack)
868 {
-> 869 rlim_t newlim = emacs_re_max_failures * ratio + extra;
870
871 /* Round the new limit to a page boundary; this is needed
872 for Darwin kernel 15.4.0 (see Bug#23622) and perhaps
Target 0: (Emacs) stopped.
(lldb) e emacs_re_max_failures
(size_t) $5 = 6500256977556508423
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f4f0 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:878
875 RLIM_INFINITY etc. since in practice when they are
876 nonnegative they are so large that the code does the
877 right thing anyway. */
-> 878 long pagesize = getpagesize ();
879 newlim += pagesize - 1;
880 if (0 <= rlim.rlim_max && rlim.rlim_max < newlim)
881 newlim = rlim.rlim_max;
Target 0: (Emacs) stopped.
(lldb) e newlim
(rlim_t) $6 = 10020000
(lldb) e emacs_re_max_failures
(size_t) $7 = 6500256977556508423
(lldb) e ratio
(int) $8 = 213
(lldb) e emacs_re_max_failures * ratio
(unsigned long) $9 = 1048930691319922899
(lldb) e emacs_re_max_failures * ratio + extra
(unsigned long) $10 = 1048930691321422899
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f503 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:879
876 nonnegative they are so large that the code does the
877 right thing anyway. */
878 long pagesize = getpagesize ();
-> 879 newlim += pagesize - 1;
880 if (0 <= rlim.rlim_max && rlim.rlim_max < newlim)
881 newlim = rlim.rlim_max;
882 newlim -= newlim % pagesize;
Target 0: (Emacs) stopped.
(lldb) e pagesize
(long) $11 = 4096
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f51c Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:880
877 right thing anyway. */
878 long pagesize = getpagesize ();
879 newlim += pagesize - 1;
-> 880 if (0 <= rlim.rlim_max && rlim.rlim_max < newlim)
881 newlim = rlim.rlim_max;
882 newlim -= newlim % pagesize;
883
Target 0: (Emacs) stopped.
(lldb) e newlim
(rlim_t) $12 = 10024095
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f54b Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:882
879 newlim += pagesize - 1;
880 if (0 <= rlim.rlim_max && rlim.rlim_max < newlim)
881 newlim = rlim.rlim_max;
-> 882 newlim -= newlim % pagesize;
883
884 if (pagesize <= newlim - lim)
885 {
Target 0: (Emacs) stopped.
(lldb) e rlim.rlim_max
(rlim_t) $13 = 67104768
(lldb) e newlim
(rlim_t) $14 = 10024095
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f56e Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:884
881 newlim = rlim.rlim_max;
882 newlim -= newlim % pagesize;
883
-> 884 if (pagesize <= newlim - lim)
885 {
886 rlim.rlim_cur = newlim;
887 if (setrlimit (RLIMIT_STACK, &rlim) == 0)
Target 0: (Emacs) stopped.
(lldb) e newlim
(rlim_t) $15 = 10022912
(lldb) e newlim - lim
(unsigned long long) $16 = 18446744073652469760
(lldb) e lim
(rlim_t) $17 = 67104768
(lldb) e newlim
(rlim_t) $18 = 10022912
(lldb) e pagesize
(long) $19 = 4096
(lldb) e newlim
(rlim_t) $20 = 10022912
(lldb) e lim
(rlim_t) $21 = 67104768
(lldb) e newlim - lim
(unsigned long long) $22 = 18446744073652469760
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f598 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:886
883
884 if (pagesize <= newlim - lim)
885 {
-> 886 rlim.rlim_cur = newlim;
887 if (setrlimit (RLIMIT_STACK, &rlim) == 0)
888 lim = newlim;
889 }
Target 0: (Emacs) stopped.
(lldb) e newlim
(rlim_t) $23 = 10022912
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f5a6 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:887
884 if (pagesize <= newlim - lim)
885 {
886 rlim.rlim_cur = newlim;
-> 887 if (setrlimit (RLIMIT_STACK, &rlim) == 0)
888 lim = newlim;
889 }
890 }
Target 0: (Emacs) stopped.
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f5b4 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:888
885 {
886 rlim.rlim_cur = newlim;
887 if (setrlimit (RLIMIT_STACK, &rlim) == 0)
-> 888 lim = newlim;
889 }
890 }
891 /* If the stack is big enough, let regex-emacs.c more of it before
Target 0: (Emacs) stopped.
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f5c2 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:889
886 rlim.rlim_cur = newlim;
887 if (setrlimit (RLIMIT_STACK, &rlim) == 0)
888 lim = newlim;
-> 889 }
890 }
891 /* If the stack is big enough, let regex-emacs.c more of it before
892 falling back to heap allocation. */
Target 0: (Emacs) stopped.
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f5c7 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:890
887 if (setrlimit (RLIMIT_STACK, &rlim) == 0)
888 lim = newlim;
889 }
-> 890 }
891 /* If the stack is big enough, let regex-emacs.c more of it before
892 falling back to heap allocation. */
893 emacs_re_safe_alloca = max
Target 0: (Emacs) stopped.
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f5cc Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:893
890 }
891 /* If the stack is big enough, let regex-emacs.c more of it before
892 falling back to heap allocation. */
-> 893 emacs_re_safe_alloca = max
894 (min (lim - extra, SIZE_MAX) * (min_ratio / ratio),
895 MAX_ALLOCA);
896 }
Target 0: (Emacs) stopped.
(lldb) e emacs_re_safe_alloca
(ptrdiff_t) $24 = 4435280473597425792
(lldb) n
Process 97130 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x000000010014f701 Emacs`main(argc=2, argv=0x00007ffeefbff518) at emacs.c:899
896 }
897 #endif /* HAVE_SETRLIMIT and RLIMIT_STACK and not CYGWIN */
898
-> 899 clearerr_unlocked (stdin);
900
901 emacs_backtrace (-1);
902
Target 0: (Emacs) stopped.
(lldb) e emacs_re_safe_alloca
(ptrdiff_t) $25 = 4435280473597425792
(lldb) c
Process 97130 resuming
2018-10-02 15:38:55.115287-0700 Emacs[97130:1949757] MessageTracer: Falling back to default whitelist
2018-10-02 15:38:55.225413-0700 Emacs[97130:2016511] flock failed to lock maps file: errno = 35
2018-10-02 15:38:55.227137-0700 Emacs[97130:2016511] flock failed to lock maps file: errno = 35
Process 97130 exited with status = 0 (0x00000000)
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-10-02 22:51 ` Constantine Vetoshev
@ 2018-10-03 14:59 ` Eli Zaretskii
2018-10-03 19:21 ` Constantine Vetoshev
0 siblings, 1 reply; 16+ messages in thread
From: Eli Zaretskii @ 2018-10-03 14:59 UTC (permalink / raw)
To: Constantine Vetoshev; +Cc: 32338, alan, npostavs
> From: Constantine Vetoshev <vetoshev@gmail.com>
> Date: Tue, 2 Oct 2018 15:51:11 -0700
> Cc: Alan Third <alan@idiocy.org>, Noam Postavsky <npostavs@gmail.com>, 32338@debbugs.gnu.org
>
> One change from my past reports: after compiling Emacs with -g flags,
> I have now managed to reproduce the crash under lldb, including
> attaching to the forked process which eats CPU after the crash.
> Backtrace from that process is attached.
Great, thanks.
> The highlights (as far as I noticed) are:
> - emacs_re_max_failures and the older re_max_failures are not
> initialized at this point
I believe this is incorrect. re_max_failures is statically assigned a
value of 40000 in regex-emacs.c, and should be initialized at link
time. Your build is with optimizations, isn't it? I think the
optimizer reordered instructions, which creates the illusion that
re_max_failures has a garbled value at that point. The value of
newlim, 10022912, is correct, you can confirm that by calculating it
by hand assuming that re_max_failures is 40000 and using the other
values your debugging session shows.
> - in the working branch, newlim is reset to rlim.rlim_max; in the
> broken branch, it is not
> - in the working branch, setrlimit does not get called; in the broken
> branch, it does
Right.
> I'm guessing the problem is with the uninitialized values for
> *_re_max_failures and the resulting values being assigned to lim and
> newlim. It seems to only work on the working branch by accident
> because, for whatever reason, newlim always gets reset to
> rlim.rlim_max and setrlimit doesn't get called.
No, I think the problem is with this line:
> 884 if (pagesize <= newlim - lim)
In your case newlim is smaller than lim, but rlim_t is an unsigned
data type on your system, so the subtraction wraps around and produces
a large positive value, which then tricks Emacs into thinking it needs
to enlarge the stack, whereas in reality the stack space already
available, 67MB, is large enough. (Btw, that value sounds too large,
I wonder if it's some problem with getrlimit on your system.)
So please try the patch below with the emacs-26 branch, and see if the
problem goes away.
diff --git a/src/emacs.c b/src/emacs.c
index 483e848..c0b4bd9 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -875,7 +875,8 @@ main (int argc, char **argv)
newlim = rlim.rlim_max;
newlim -= newlim % pagesize;
- if (pagesize <= newlim - lim)
+ if (newlim > lim /* in case rlim_t is an unsigned type */
+ && pagesize <= newlim - lim)
{
rlim.rlim_cur = newlim;
if (setrlimit (RLIMIT_STACK, &rlim) == 0)
@@ -884,9 +885,9 @@ main (int argc, char **argv)
}
/* If the stack is big enough, let regex.c more of it before
falling back to heap allocation. */
- emacs_re_safe_alloca = max
- (min (lim - extra, SIZE_MAX) * (min_ratio / ratio),
- MAX_ALLOCA);
+ emacs_re_safe_alloca =
+ max (min (min (0, lim - extra), SIZE_MAX) * (min_ratio / ratio),
+ MAX_ALLOCA);
}
#endif /* HAVE_SETRLIMIT and RLIMIT_STACK and not CYGWIN */
^ permalink raw reply related [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-10-03 14:59 ` Eli Zaretskii
@ 2018-10-03 19:21 ` Constantine Vetoshev
2018-10-04 16:15 ` Eli Zaretskii
0 siblings, 1 reply; 16+ messages in thread
From: Constantine Vetoshev @ 2018-10-03 19:21 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 32338, Alan Third, Noam Postavsky
On Wed, Oct 3, 2018 at 7:59 AM Eli Zaretskii <eliz@gnu.org> wrote:
> So please try the patch below with the emacs-26 branch, and see if the
> problem goes away.
Yes, that fixed it! Thanks!
^ permalink raw reply [flat|nested] 16+ messages in thread
* bug#32338: 26.1; term.el broken on macOS
2018-10-03 19:21 ` Constantine Vetoshev
@ 2018-10-04 16:15 ` Eli Zaretskii
0 siblings, 0 replies; 16+ messages in thread
From: Eli Zaretskii @ 2018-10-04 16:15 UTC (permalink / raw)
To: Constantine Vetoshev; +Cc: 32338-done, alan, npostavs
> From: Constantine Vetoshev <vetoshev@gmail.com>
> Date: Wed, 3 Oct 2018 12:21:26 -0700
> Cc: Alan Third <alan@idiocy.org>, Noam Postavsky <npostavs@gmail.com>, 32338@debbugs.gnu.org
>
> On Wed, Oct 3, 2018 at 7:59 AM Eli Zaretskii <eliz@gnu.org> wrote:
> > So please try the patch below with the emacs-26 branch, and see if the
> > problem goes away.
>
> Yes, that fixed it! Thanks!
Thanks, pushed to the release branch.
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2018-10-04 16:15 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-31 19:29 bug#32338: 26.1; term.el broken on macOS Constantine Vetoshev
2018-09-19 23:30 ` Noam Postavsky
2018-09-20 14:15 ` Constantine Vetoshev
2018-09-21 0:35 ` Noam Postavsky
2018-09-22 18:12 ` Constantine Vetoshev
2018-09-22 22:14 ` Noam Postavsky
2018-09-23 5:42 ` Eli Zaretskii
2018-09-29 23:52 ` Constantine Vetoshev
2018-09-30 5:59 ` Eli Zaretskii
2018-09-30 15:25 ` Constantine Vetoshev
2018-09-30 17:13 ` Eli Zaretskii
2018-10-02 22:51 ` Constantine Vetoshev
2018-10-03 14:59 ` Eli Zaretskii
2018-10-03 19:21 ` Constantine Vetoshev
2018-10-04 16:15 ` Eli Zaretskii
2018-09-30 9:16 ` Alan Third
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).