Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emacs crash when run under terminal with 'emacs -nw' #1170

Closed
shuxiao9058 opened this issue Feb 14, 2019 · 25 comments
Closed

emacs crash when run under terminal with 'emacs -nw' #1170

shuxiao9058 opened this issue Feb 14, 2019 · 25 comments
Labels
is:upstream Originates from outside the project and cannot be fully addressed here module:ui/doom-dashboard Pertains to Doom's :ui doom-dashboard module module:ui/vc-gutter Pertains to Doom's :ui vc-gutter module os:macOS Pertains specifically to MacOS re:emacs:tty Pertains particularly to terminal Emacs re:emacs:27 Pertains to Emacs 27.x or newer re:stability Pertains to crashes, hangs, and error handling status:resolved-elsewhere Issue was addressed outside of Doom, needing no action on Doom's part

Comments

@shuxiao9058
Copy link

error run on iTerm with 'emacs -nw'
as d12frosted/homebrew-emacs-plus#112

Replace this line with the output of *one* of these commands:

+  - OS: darwin (x86_64-apple-darwin18.2.0)
- Emacs: 27.0.50 (Feb 14, 2019)
- Doom: 2.0.9 (develop 2054f6b35a99a3bcdd2f21bfd8f5ad9264c39ba8)
- Graphic display: t (daemon: nil)
- System features: RSVG IMAGEMAGICK DBUS GLIB NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES THREADS PDUMPER LCMS2 GMP
- Details:
  ```elisp
  elc count: 0
  uname -a:  Darwin jiyadeMBP-2.local 18.2.0 Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64 x86_64
  modules:   (:feature workspaces debugger eval (evil +everywhere) file-templates (lookup +docsets) spellcheck (syntax-checker +childframe) :app regex :emacs dired ediff electric eshell hideshow imenu term vc :completion company ivy :ui doom-dashboard doom-quit modeline (window-select +ace-window) vc-gutter vi-tilde-fringe doom (popup +hacks +all +defaults) evil-goggles hl-todo nav-flash treemacs fci :tools gist macos make (magit +forge) editorconfig wakatime :lang org data emacs-lisp javascript ledger (python +conda) go (cc +irony +rtags) markdown plantuml sh web elixir :editor rotate-text (format +onsave) :config default)
  packages:  n/a
  exec-path: (/bin/ /sbin/ /usr/bin/ /usr/sbin/ /usr/local/bin/ /usr/local/sbin/ /usr/local/gopath/bin/ /usr/local/cuda/bin/ /opt/theos/bin/ /usr/local/anaconda3/bin/ # /usr/local/anaconda3/envs/py3/bin/ /usr/local/opt/llvm/bin/ /usr/local/opt/gnu-getopt/bin/ /usr/local/opt/m4/bin/ /usr/local/opt/gnu-sed/bin/ /usr/local/opt/coreutils/libexec/gnubin/ /usr/local/Cellar/go1.11/libexec/bin/ /Library/TeX/texbin/ /opt/X11/bin/ ~/.composer/vendor/bin/ ~/.local/bin/ ~/.emacs.d/bin/ ~/.gem/bin/ ~/.luarocks/bin/ ~/workspace/depot_tools/ ~/Library/Android/sdk/tools/ ~/Library/Android/sdk/platform-tools/ /usr/local/Cellar/emacs-plus/HEAD-ae4bfd5/libexec/emacs/27.0.50/x86_64-apple-darwin18.2.0/)

+ ➜  .emacs.d (develop) ✗ DEBUG=1 make doctor                                                                                                                                                                                                                     (develop|…
Doom Doctor
Emacs v27.0.50
Doom v2.0.9 (2054f6b3)
shell: /bin/zsh
Compiled with:
  RSVG IMAGEMAGICK DBUS GLIB NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB
  TOOLKIT_SCROLL_BARS NS MODULES THREADS PDUMPER LCMS2 GMP
uname -a:
  Darwin jiyadeMBP-2.local 18.2.0 Darwin Kernel Version 18.2.0: Thu Dec 20
  20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64 x86_64

Checking your OS...
Checking your fonts...
Checking gnutls/openssl...
Testing your root certificates...
Checking for GNU/BSD tar...
Loading /Users/jiya/.config/doom/lisp/liberime/build/liberime.so (module)...
librime notification: deploy: start
librime notification: deploy: success
E0214 20:28:52.481747 113579456 level_db.cc:277] Error opening db 'luna_pinyin.userdb': IO error: lock /Users/jiya/.emacs.d/rime/luna_pinyin.userdb/LOCK: Resource temporarily unavailable
librime notification: deploy: start
E0214 20:28:52.485203 121368576 level_db.cc:242] db recovery failed: OK
E0214 20:28:52.485519 121368576 level_db.cc:253] Error removing db 'luna_pinyin.userdb': IO error: lock /Users/jiya/.emacs.d/rime/luna_pinyin.userdb/LOCK: Resource temporarily unavailable
E0214 20:28:52.485575 121368576 user_db_recovery_task.cc:48] Error removing db file '/Users/jiya/.emacs.d/rime/luna_pinyin.userdb'.
librime notification: deploy: failure
Checking your enabled modules...
Loading /Users/jiya/workspace/doom-emacs/core/autoload/cache.el (source)...


Everything seems fine, happy Emacs’ing!
@hlissner
Copy link
Member

Does the issue go away if your remove liberime from your config?

@shuxiao9058
Copy link
Author

always crash, this is my private doom config.

https://github.com/shuxiao9058/doom-emacs-private

With emacs -nw -Q, the emacs works fine.

@hlissner
Copy link
Member

Does it work with your private config disabled? e.g.

mv ~/.doom.d ~/.doom.d.old
mkdir ~/.doom.d
cp ~/.doom.d.old/init.el ~/.doom.d/init.el
emacs -nw

@shuxiao9058
Copy link
Author

shuxiao9058 commented Feb 15, 2019

➜  .config mv doom doom_bak
➜  .config mkdir doom
➜  .config cp doom_/init.el ./doom
➜  .config emacs -nw
Fatal error 11: Segmentation fault[1]    32814 abort      /usr/local/bin/emacs -nw
➜  .config

@hlissner The same error.

@hlissner
Copy link
Member

I'm stumped and cannot reproduce this. Have you tried reinstalling emacs-plus?

@shuxiao9058
Copy link
Author

yes,the same when reinstall emacs-plus or install emas.

@shuxiao9058
Copy link
Author

It was caused by doom-dashboard, it works fine when disable doom-dashboard.

@hlissner hlissner added the status:unconfirmed Still under investigation. label Feb 19, 2019
@hlissner hlissner added module:ui/doom-dashboard Pertains to Doom's :ui doom-dashboard module re:emacs:tty Pertains particularly to terminal Emacs labels Apr 2, 2019
hlissner added a commit that referenced this issue Apr 9, 2019
@hlissner
Copy link
Member

hlissner commented Apr 9, 2019

I've made some changes to the dashboard in f934f38. When you have some time, could you update and let me know if that resolves your segfaulting issue?

@shuxiao9058
Copy link
Author

shuxiao9058 commented Apr 9, 2019

I've made some changes to the dashboard in f934f38. When you have some time, could you update and let me know if that resolves your segfaulting issue?

thee same error.

``` Process: Emacs [1711] Path: /usr/local/Cellar/emacs-plus/HEAD-8b2dad2/Emacs.app/Contents/MacOS/Emacs Identifier: Emacs Version: Version 27.0.50 (9.0) Code Type: X86-64 (Native) Parent Process: zsh [1232] Responsible: Emacs [1711] User ID: 501

Date/Time: 2019-04-09 12:17:19.086 +0800
OS Version: Mac OS X 10.14.4 (18E226)
Report Version: 12
Anonymous UUID: FDA6E9A2-F0B7-D866-6957-97F2B89B995C

Sleep/Wake UUID: 515BC712-ACB4-436A-A75E-BC7B3D5C8D37

Time Awake Since Boot: 42000 seconds
Time Since Wake: 8800 seconds

System Integrity Protection: disabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000040
Exception Note: EXC_CORPSE_NOTIFY

VM Regions Near 0x40:
-->
__TEXT 00000001065b4000-00000001067a3000 [ 1980K] r-x/rwx SM=COW /usr/local/Cellar/emacs-plus/HEAD-8b2dad2/Emacs.app/Contents/MacOS/Emacs

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff6e61c2c6 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff6e6d1bf1 pthread_kill + 284
2 libsystem_c.dylib 0x00007fff6e539d8a raise + 26
3 org.gnu.Emacs 0x000000010665ac67 terminate_due_to_signal + 152
4 org.gnu.Emacs 0x0000000106671fbc emacs_abort + 19
5 org.gnu.Emacs 0x000000010673b15d ns_term_shutdown + 119
6 org.gnu.Emacs 0x000000010665ae34 shut_down_emacs + 262
7 org.gnu.Emacs 0x000000010665ac35 terminate_due_to_signal + 102
8 org.gnu.Emacs 0x0000000106674337 handle_fatal_signal + 14
9 org.gnu.Emacs 0x00000001066743a9 deliver_thread_signal + 114
10 org.gnu.Emacs 0x0000000106673255 deliver_fatal_thread_signal + 9
11 org.gnu.Emacs 0x0000000106674451 handle_sigsegv + 168
12 libsystem_platform.dylib 0x00007fff6e6c6b5d _sigtramp + 29
13 ??? 000000000000000000 0 + 0
14 org.gnu.Emacs 0x00000001065e0895 display_line + 9364
15 org.gnu.Emacs 0x00000001065de24d try_window + 183
16 org.gnu.Emacs 0x00000001065feee2 redisplay_window + 7350
17 org.gnu.Emacs 0x00000001065fd228 redisplay_window_0 + 38
18 org.gnu.Emacs 0x00000001066cb15f internal_condition_case_1 + 91
19 org.gnu.Emacs 0x00000001065fc8e3 redisplay_windows + 121
20 org.gnu.Emacs 0x00000001065dcc4d redisplay_internal + 4985
21 org.gnu.Emacs 0x000000010666117f read_char + 1776
22 org.gnu.Emacs 0x000000010665f71e read_key_sequence + 1967
23 org.gnu.Emacs 0x000000010665e04e command_loop_1 + 803
24 org.gnu.Emacs 0x00000001066cb0dd internal_condition_case + 87
25 org.gnu.Emacs 0x0000000106669f6d command_loop_2 + 37
26 org.gnu.Emacs 0x00000001066cac5f internal_catch + 74
27 org.gnu.Emacs 0x000000010665d656 command_loop + 156
28 org.gnu.Emacs 0x000000010665d579 recursive_edit_1 + 115
29 org.gnu.Emacs 0x000000010665d794 Frecursive_edit + 226
30 org.gnu.Emacs 0x000000010665c4c8 main + 5691
31 libdyld.dylib 0x00007fff6e4e13d5 start + 1

Thread 1:
0 libsystem_pthread.dylib 0x00007fff6e6ce3f0 start_wqthread + 0

Thread 2:
0 libsystem_pthread.dylib 0x00007fff6e6ce3f0 start_wqthread + 0

Thread 3:: gmain
0 libsystem_kernel.dylib 0x00007fff6e61e36e poll + 10
1 libglib-2.0.0.dylib 0x0000000107b1c6b6 g_main_context_iterate + 422
2 libglib-2.0.0.dylib 0x0000000107b1c7c4 g_main_context_iteration + 100
3 libglib-2.0.0.dylib 0x0000000107b1e3b6 glib_worker_main + 54
4 libglib-2.0.0.dylib 0x0000000107b47662 g_thread_proxy + 66
5 libsystem_pthread.dylib 0x00007fff6e6cf2eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff6e6d2249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff6e6ce40d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000106e665c0 rcx: 0x0000000106bb1a78 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x0000000106bb1ab0 rsp: 0x0000000106bb1a78
r8: 0x000000000000000d r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x0000000000000287
r12: 0x0000000000000307 r13: 0x0000000000000010 r14: 0x0000000000000006 r15: 0x000000000000002d
rip: 0x00007fff6e61c2c6 rfl: 0x0000000000000286 cr2: 0x000000010b7c2654

Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133

Binary Images:
0x1065b4000 - 0x1067a2ff7 +org.gnu.Emacs (Version 27.0.50 - 9.0) /usr/local/Cellar/emacs-plus/HEAD-8b2dad2/Emacs.app/Contents/MacOS/Emacs
0x106c69000 - 0x106c82ff3 +libgdk_pixbuf-2.0.0.dylib (0) /usr/local/opt/gdk-pixbuf/lib/libgdk_pixbuf-2.0.0.dylib
0x106c93000 - 0x106cceff7 +libgobject-2.0.0.dylib (0) <1FEF6418-95D3-3489-8649-06E429D4D265> /usr/local/opt/glib/lib/libgobject-2.0.0.dylib
0x106cf9000 - 0x106d01ff7 +libintl.8.dylib (0) <2BE4B1C7-92C9-39E9-B4A7-F880907047DB> /usr/local/opt/gettext/lib/libintl.8.dylib
0x106d06000 - 0x106d33ffb +libdbus-1.3.dylib (0) /usr/local/opt/dbus/lib/libdbus-1.3.dylib
0x106d46000 - 0x106d7dff3 +liblcms2.2.dylib (0) <11A72E25-41C9-32DD-9038-FF4BAD63D761> /usr/local/opt/little-cms2/lib/liblcms2.2.dylib
0x106d8f000 - 0x106d97ff3 +libjansson.4.dylib (0) /usr/local/opt/jansson/lib/libjansson.4.dylib
0x106d9c000 - 0x106daaff3 +libpangocairo-1.0.0.dylib (0) <03E40E9A-564B-361C-8205-D49516F77794> /usr/local/opt/pango/lib/libpangocairo-1.0.0.dylib
0x106db6000 - 0x106db9ff7 +libgmodule-2.0.0.dylib (0) /usr/local/opt/glib/lib/libgmodule-2.0.0.dylib
0x106dbc000 - 0x106dc0fff +libffi.6.dylib (0) <47F6B233-3552-3D42-A3EC-1917E141AC53> /usr/local/opt/libffi/lib/libffi.6.dylib
0x106dc4000 - 0x106e2e6ef dyld (655.1.1) /usr/lib/dyld
0x106e8f000 - 0x1072f8fe7 +librsvg-2.2.dylib (0) <783BEAEE-1E93-32D0-A118-72FEB7F82961> /usr/local/opt/librsvg/lib/librsvg-2.2.dylib
0x107889000 - 0x1079d0fff +libgio-2.0.0.dylib (0) <891C00BE-4DC7-361E-A8EC-A72E273B26C4> /usr/local/opt/glib/lib/libgio-2.0.0.dylib
0x107ae0000 - 0x107bcfff3 +libglib-2.0.0.dylib (0) <688A71D0-EFC8-3848-B087-DE48E1EC75B1> /usr/local/opt/glib/lib/libglib-2.0.0.dylib
0x107c26000 - 0x107cd4ff3 +libcairo.2.dylib (0) <7FCCDAFB-29A9-3EDE-874C-343C4DB222AA> /usr/local/opt/cairo/lib/libcairo.2.dylib
0x107d00000 - 0x107dfbfff +libMagickWand-7.Q16HDRI.6.dylib (0) /usr/local/opt/imagemagick/lib/libMagickWand-7.Q16HDRI.6.dylib
0x107e13000 - 0x107f8dffb +libMagickCore-7.Q16HDRI.6.dylib (0) <7384D0F8-25A8-300D-AF52-EF58F13A8B02> /usr/local/opt/imagemagick/lib/libMagickCore-7.Q16HDRI.6.dylib
0x107fc6000 - 0x1080fefc3 +libgnutls.30.dylib (0) <7A3039FD-F8FE-36F8-B4E6-FE27202F0E0C> /usr/local/opt/gnutls/lib/libgnutls.30.dylib
0x108141000 - 0x10819dfcf +libgmp.10.dylib (0) <7D2A1AB0-B206-3196-954C-5A0E17049998> /usr/local/opt/gmp/lib/libgmp.10.dylib
0x1081a9000 - 0x1081cbff3 +libpng16.16.dylib (0) <6D88A7C9-0874-31B4-83DA-70C76F360F81> /usr/local/opt/libpng/lib/libpng16.16.dylib
0x1081d4000 - 0x1081e0ffb +libpangoft2-1.0.0.dylib (0) <52A5D225-D416-34F0-A4EA-205E4FC0A74D> /usr/local/opt/pango/lib/libpangoft2-1.0.0.dylib
0x1081eb000 - 0x108216ff7 +libpango-1.0.0.dylib (0) /usr/local/opt/pango/lib/libpango-1.0.0.dylib
0x108228000 - 0x108257fff +libfontconfig.1.dylib (0) /usr/local/opt/fontconfig/lib/libfontconfig.1.dylib
0x108264000 - 0x1082dfff3 +libfreetype.6.dylib (0) /usr/local/opt/freetype/lib/libfreetype.6.dylib
0x1082f8000 - 0x10831bfff +libcroco-0.6.3.dylib (0) <8C22C308-FECA-3CDC-B7EB-4D106E37BBEF> /usr/local/opt/libcroco/lib/libcroco-0.6.3.dylib
0x108328000 - 0x108392fff +libpcre.1.dylib (0) <56C30BD0-9132-3FFB-AD2B-2D995132F810> /usr/local/opt/pcre/lib/libpcre.1.dylib
0x108397000 - 0x1083afff3 +libfribidi.0.dylib (0) /usr/local/opt/fribidi/lib/libfribidi.0.dylib
0x1083b3000 - 0x1083b5ff3 +libgthread-2.0.0.dylib (0) <8947BD7D-F364-3A56-886A-51DB808AF333> /usr/local/opt/glib/lib/libgthread-2.0.0.dylib
0x1083b8000 - 0x108457fff +libharfbuzz.0.dylib (0) /usr/local/opt/harfbuzz/lib/libharfbuzz.0.dylib
0x108498000 - 0x108511fff +libpixman-1.0.dylib (0) /usr/local/opt/pixman/lib/libpixman-1.0.dylib
0x108527000 - 0x10853cff3 +libgraphite2.3.dylib (0) <7FF5EE9E-780B-3E19-974C-4DA3EE58FBD9> /usr/local/opt/graphite2/lib/libgraphite2.3.dylib
0x108545000 - 0x108599ff7 +libomp.dylib (0) /usr/local/opt/libomp/lib/libomp.dylib
0x1085c8000 - 0x1085e3ff7 +liblzma.5.dylib (0) <423B98CF-7AF0-325D-AB6A-3F44B56B90C2> /usr/local/opt/xz/lib/liblzma.5.dylib
0x1085e9000 - 0x1085eefff +libltdl.7.dylib (0) /usr/local/opt/libtool/lib/libltdl.7.dylib
0x1085f2000 - 0x108699ff3 +libp11-kit.0.dylib (0) /usr/local/opt/p11-kit/lib/libp11-kit.0.dylib
0x1086e3000 - 0x108846fff +libunistring.2.dylib (0) /usr/local/opt/libunistring/lib/libunistring.2.dylib
0x108859000 - 0x108864fff +libtasn1.6.dylib (0) /usr/local/opt/libtasn1/lib/libtasn1.6.dylib
0x108868000 - 0x10888dff7 +libnettle.6.dylib (0) /usr/local/opt/nettle/lib/libnettle.6.dylib
0x108897000 - 0x1088c0ffb +libhogweed.4.dylib (0) /usr/local/opt/nettle/lib/libhogweed.4.dylib
0x7fff3e4a0000 - 0x7fff3e4a0fff com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff3e4b8000 - 0x7fff3eb51fef com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff3eb52000 - 0x7fff3edcbff3 libBLAS.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff3edcc000 - 0x7fff3ee3effb libBNNS.dylib (38.250.1) <95A91B57-17B8-389F-B324-3AD42BBEA3E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff3ee3f000 - 0x7fff3f1e8ff3 libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff3f1e9000 - 0x7fff3f1fefeb libLinearAlgebra.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff3f1ff000 - 0x7fff3f204ff3 libQuadrature.dylib (3.200.2) <354D7970-0570-32E0-ABAE-222DAAF1F7A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff3f205000 - 0x7fff3f281ff3 libSparse.dylib (79.200.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff3f282000 - 0x7fff3f295fe3 libSparseBLAS.dylib (1243.200.4) <95B6FFFD-CDD5-3ABB-B862-6A86720DCD77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff3f296000 - 0x7fff3f47dff7 libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff3f47e000 - 0x7fff3f531ff7 libvMisc.dylib (671.250.4) <41FB4684-9DC8-3C19-8E2D-3BB7E6F74AAA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff3f532000 - 0x7fff3f532fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff3f6d4000 - 0x7fff40489fff com.apple.AppKit (6.9 - 1671.40.119) <0A857684-99C7-30A9-8E23-D3015C6B24A3> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff404db000 - 0x7fff404dbfff com.apple.ApplicationServices (50.1 - 50.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff404dc000 - 0x7fff40547fff com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <5B30E86D-B3AB-3346-A19F-F2CABF342465> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff405e0000 - 0x7fff406f7fff libFontParser.dylib (228.6.2.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff406f8000 - 0x7fff4073afff libFontRegistry.dylib (228.12.2.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff4082b000 - 0x7fff4082fff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <6EDD928D-BC75-385E-AB04-3CB63EAEBF96> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff408ca000 - 0x7fff4091cff7 com.apple.HIServices (1.22 - 627.15) <1B4C3D08-1DBA-365B-9362-C6708D8844AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff4091d000 - 0x7fff4092cfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <76B698A9-18B9-3089-9570-4FC3F754D56D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff4092d000 - 0x7fff40976ff7 com.apple.print.framework.PrintCore (14.2 - 503.8) <885645E0-D760-35EC-B506-7FC2763390DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff40977000 - 0x7fff409b0ff7 com.apple.QD (3.12 - 407.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff409b1000 - 0x7fff409bdfff com.apple.speech.synthesis.framework (8.1.2 - 8.1.2) <1F910DC7-410A-391B-A03D-17605E50B688> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff409be000 - 0x7fff40c35ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1C76AD80-1106-312E-B2C0-126A8D62F192> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff40c37000 - 0x7fff40c37fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <6AFA15D5-1886-3EBF-ADC9-90421375DB30> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff40f8f000 - 0x7fff41330fff com.apple.CFNetwork (978.0.7 - 978.0.7) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff41345000 - 0x7fff41345fff com.apple.Carbon (158 - 158) <080ECFD9-9C4B-3038-9F4B-BE111473E1DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff41346000 - 0x7fff41349ffb com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff4134a000 - 0x7fff41640fff com.apple.HIToolbox (2.1.1 - 918.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff41641000 - 0x7fff41644ff3 com.apple.help (1.3.8 - 66) <80B6EAF2-4745-3C04-AC10-4FC3EB08CB8D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff41645000 - 0x7fff4164aff7 com.apple.ImageCapture (9.0 - 1534.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff4164b000 - 0x7fff416e0ff3 com.apple.ink.framework (10.9 - 225) <091165EE-D540-3978-9B0C-2FAB5CB185A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff416e1000 - 0x7fff416f9ff7 com.apple.openscripting (1.7 - 179.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff41719000 - 0x7fff4171aff7 com.apple.print.framework.Print (14.2 - 267.4) <3E310F68-2BC7-365B-B36C-AAC243C7FFC4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff4171b000 - 0x7fff4171dff7 com.apple.securityhi (9.0 - 55006) <9A3E5426-CAC6-3B28-A3B7-C97A1B5CE9BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff4171e000 - 0x7fff41724ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff41854000 - 0x7fff41920ff7 com.apple.ColorSync (4.13.0 - 3340.7) <3ABFA780-F46A-3F0A-8504-005ADDA0662E> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff41aac000 - 0x7fff41b32fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <7D8A5C9A-3F58-38C2-A1DC-20765150C742> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff41b96000 - 0x7fff41bc0ffb com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff41bc1000 - 0x7fff41f45fe3 com.apple.CoreData (120 - 866.5) <7A8DBE88-C7D4-39B4-87E6-508DA68BDAA8> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff41f46000 - 0x7fff4202dff7 com.apple.CoreDisplay (101.3 - 108.11) <373AC375-0178-3721-8FFB-248D96E6AB05> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff4202e000 - 0x7fff42471fff com.apple.CoreFoundation (6.9 - 1570.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff42473000 - 0x7fff42b02fe7 com.apple.CoreGraphics (2.0 - 1251.12) <58D98B52-5BEF-3345-B8DD-AAE476234FC1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff42b04000 - 0x7fff42e24fff com.apple.CoreImage (14.2.0 - 720.0.130) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff4327f000 - 0x7fff4327ffff com.apple.CoreServices (944.3 - 944.3) <364A9C3B-6841-3E34-A02A-8227FB5C9030> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff43280000 - 0x7fff432fcff7 com.apple.AE (773 - 773) <3E32B3FF-0A2E-39F6-BBE0-F2E9607AB83A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff432fd000 - 0x7fff435d4fff com.apple.CoreServices.CarbonCore (1178.32 - 1178.32) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff435d5000 - 0x7fff4361dff7 com.apple.DictionaryServices (1.2 - 284.16.3) <3EE59BD1-FCDD-3DE2-A7D6-6C503564E1AC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff4361e000 - 0x7fff43626ffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <727151AB-D38F-39B8-B7B3-F0039DBD45D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff43627000 - 0x7fff437d9fff com.apple.LaunchServices (944.3 - 944.3) <7BB5AEC5-A509-3188-9884-619E0DF8EED6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff437da000 - 0x7fff43878ff7 com.apple.Metadata (10.7.0 - 1191.56) <8DD9AC75-7D3E-3607-BEA0-556E98C30765> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff43879000 - 0x7fff438c3ff7 com.apple.CoreServices.OSServices (944.3 - 944.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff438c4000 - 0x7fff4392bff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff4392c000 - 0x7fff4394dff3 com.apple.coreservices.SharedFileList (71.28 - 71.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff43c58000 - 0x7fff43dbaff3 com.apple.CoreText (352.0 - 584.26.2.7) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff43dbb000 - 0x7fff43df8ff3 com.apple.CoreVideo (1.8 - 0.0) <0376A7EC-8C71-3F26-9599-4CA7AB7924EA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff43df9000 - 0x7fff43e87ffb com.apple.framework.CoreWLAN (13.0 - 1370.8) <68770CCD-9C7F-31AB-8BBB-0DE4577D5F61> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff440de000 - 0x7fff440e3ffb com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff442a2000 - 0x7fff4464fff3 com.apple.Foundation (6.9 - 1570.16) <84055403-9921-3EFC-B593-8F0600EBEE80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff446be000 - 0x7fff446edffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff447ed000 - 0x7fff448f5ff7 com.apple.Bluetooth (6.0.11 - 6.0.11f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff44957000 - 0x7fff449e6fff com.apple.framework.IOKit (2.0.2 - 1483.250.15) <1170EC49-1912-3657-9C71-991653959191> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff449e8000 - 0x7fff449f7ff3 com.apple.IOSurface (255.4.2 - 255.4.2) <9025E034-7D75-36E3-B71B-96E91FAE109B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff44a4b000 - 0x7fff44bd6fef com.apple.ImageIO.framework (3.3.0 - 1824.6) <81BA6C12-123A-3FD8-9E88-0698100471A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff44bd7000 - 0x7fff44bdbffb libGIF.dylib (1824.6) <4B7B283B-84C8-38D1-BED4-B507C3EF6E7E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff44bdc000 - 0x7fff44cb8fef libJP2.dylib (1824.6) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff44cb9000 - 0x7fff44cdefeb libJPEG.dylib (1824.6) <0968BAF1-5E5A-3AA0-A971-3B3FFC4A4B66> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff44fa1000 - 0x7fff44fc7feb libPng.dylib (1824.6) <661821A6-4BF5-31C6-AFDB-7874A446756C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff44fc8000 - 0x7fff44fcaffb libRadiance.dylib (1824.6) <0154D539-DF89-3F75-A8F1-92EF147422AF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff44fcb000 - 0x7fff45018fe7 libTIFF.dylib (1824.6) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4618e000 - 0x7fff461a7fff com.apple.Kerberos (3.0 - 1) <39F3F99E-036E-3406-80D9-8A845D820D4D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff46bbb000 - 0x7fff46c4aff7 com.apple.Metal (161.7.1 - 161.7.1) <18BEB663-0D31-3255-9710-50BC5C3D2A0F> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff46c66000 - 0x7fff46c85ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff46c86000 - 0x7fff46d02fe7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <7E94924C-1648-3AE2-A32E-FC0AFCA433C6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff46d03000 - 0x7fff46d2afff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff46d2b000 - 0x7fff46e56ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <4866922C-9732-3FCE-9419-402E5DD22639> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff46e57000 - 0x7fff46e71fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <80CB3AF2-4401-3B3C-8941-7DEB648DD001> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff46e72000 - 0x7fff46e73ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff47c6a000 - 0x7fff47c76ff7 com.apple.NetFS (6.0 - 4.0) <7278E8E5-1583-3964-91DA-FB2127DFD63A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff4a714000 - 0x7fff4a76bff7 com.apple.opencl (2.15.3 - 2.15.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff4a76c000 - 0x7fff4a787ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <386A02AB-0BFA-3847-A56A-2E0EEC5E5D33> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff4a788000 - 0x7fff4a793ffb com.apple.OpenDirectory (10.14 - 207.200.4) <0BD19D17-7F00-3D56-8734-2EE52992B118> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff4b0e3000 - 0x7fff4b0e5fff libCVMSPluginSupport.dylib (17.5.4) <36EB7FAE-4E66-36BF-9B39-623B19486B3B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff4b0e6000 - 0x7fff4b0ebff3 libCoreFSCache.dylib (166.2) <1AD45004-2625-3351-8087-77878B95348F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff4b0ec000 - 0x7fff4b0f0fff libCoreVMClient.dylib (166.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff4b0f1000 - 0x7fff4b0f9ff7 libGFXShared.dylib (17.5.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff4b0fa000 - 0x7fff4b105fff libGL.dylib (17.5.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff4b106000 - 0x7fff4b140fe7 libGLImage.dylib (17.5.4) <7EE3273C-41C2-387F-A4B7-793EFAA67769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff4b2b4000 - 0x7fff4b2f2fff libGLU.dylib (17.5.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff4bc8f000 - 0x7fff4bc9effb com.apple.opengl (17.5.4 - 17.5.4) <34FA5E8C-0FAF-3708-836B-E8ACB67EF4F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff4ca9f000 - 0x7fff4ccf4fff com.apple.QuartzCore (1.11 - 697.24.4.2) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff4d528000 - 0x7fff4d826ff7 com.apple.security (7.0 - 58286.251.4) <2084C515-AD64-3A48-BE3E-811CAA5A0E41> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff4d827000 - 0x7fff4d8b3fff com.apple.securityfoundation (6.0 - 55185.251.1) <4A36D3BA-02B5-3C52-8B49-08EC290E1924> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff4d8e5000 - 0x7fff4d8e9ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <139D85D7-C356-36FA-B8F4-696FD37FD1EA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff4dc81000 - 0x7fff4dceefff com.apple.SystemConfiguration (1.17 - 1.17) <90F4626B-F9F6-377C-AA62-B8C23E857244> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff51103000 - 0x7fff511a8fe7 com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff51ba8000 - 0x7fff51ba9ff7 com.apple.AggregateDictionary (1.0 - 1) <49B5FD7F-A50C-3D67-BFAB-1C25E60F685A> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff521a3000 - 0x7fff521cfff7 com.apple.framework.Apple80211 (13.0 - 1376.3) <9D32EF36-80E0-35DA-9270-2865C91F1020> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff524a7000 - 0x7fff524b6fc7 com.apple.AppleFSCompression (96.200.3 - 1.0) <5D6A617C-999A-3D51-8350-109D55E9428A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff525b0000 - 0x7fff525bbfff com.apple.AppleIDAuthSupport (1.0 - 1) <91975ABC-B2EB-3630-A81E-69A1B95E4D19> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff525fc000 - 0x7fff52645ff3 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff52899000 - 0x7fff528bbfff com.apple.applesauce (1.0 - ???) <48562D0B-1A1D-3D62-8BC2-61C55D0DCECE> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff52a1a000 - 0x7fff52a2effb com.apple.AssertionServices (1.0 - 1) /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff52df9000 - 0x7fff53096ff7 com.apple.AuthKit (1.0 - 1) <5BC0D7C7-A46A-3B1A-BDC9-7E9150B5A876> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff53258000 - 0x7fff53260fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F48D9BD-17A8-3A76-8828-EC49245735EE> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff53261000 - 0x7fff532f6fff com.apple.backup.framework (1.10.4 - ???) <8247B1BE-DF97-31DC-BCC2-1A15797352D3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff532f7000 - 0x7fff53364fff com.apple.BaseBoard (360.27 - 360.27) <215A242E-BD57-3A4B-BCA4-FCC9D674CE7B> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff54fc9000 - 0x7fff54fd2ffb com.apple.CommonAuth (4.0 - 2.0) <55CEF8E6-A659-3D68-BEE0-1236F36E494C> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff55ca8000 - 0x7fff55cb9ff7 com.apple.CoreEmoji (1.0 - 69.19.9) <90ACD3F0-1542-3094-A1F6-FF2F508A8561> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff56262000 - 0x7fff562c8ff7 com.apple.CoreNLP (1.0 - 130.15.22) <5191A681-5DF3-359A-B401-C29109EA420A> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff56575000 - 0x7fff5657dff7 com.apple.CorePhoneNumbers (1.0 - 1) <01CAC5E2-B6B1-3444-8939-595A9301399C> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff56af0000 - 0x7fff56b74fff com.apple.CoreSymbolication (10.2 - 64490.25.1) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff56c03000 - 0x7fff56d2eff7 com.apple.coreui (2.1 - 499.10) <50A90628-5400-3EBC-A1FE-87D68BC59377> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff56d2f000 - 0x7fff56ecbffb com.apple.CoreUtils (5.7.6 - 576.49) <60FF6102-EEBB-302E-8DE4-6DCBB689ACC8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff56f1f000 - 0x7fff56f82ff7 com.apple.framework.CoreWiFi (13.0 - 1370.8) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff56f83000 - 0x7fff56f94ff7 com.apple.CrashReporterSupport (10.13 - 938.25) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff57023000 - 0x7fff57032fff com.apple.framework.DFRFoundation (1.0 - 211.1) <201CCA68-44E4-3E09-8604-7D8833AC803B> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff57033000 - 0x7fff57037fff com.apple.DSExternalDisplay (3.1 - 380) <6AC4F805-7AAF-31D3-B614-C78B61907EE3> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff570b8000 - 0x7fff5712dff3 com.apple.datadetectorscore (7.0 - 590.24) <2A591F27-0FEE-3CE1-B6C3-7A3B56C9D18D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff57179000 - 0x7fff571b6ff7 com.apple.DebugSymbols (190 - 190) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff571b7000 - 0x7fff572f2fff com.apple.desktopservices (1.13.1 - ???) <420CC09F-7C18-3644-A024-DA8997FECA02> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5822d000 - 0x7fff58648fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5d59d000 - 0x7fff5d5a2fff com.apple.GPUWrangler (3.30.14 - 3.30.14) <5D15F5B8-9D7B-356D-A224-A86CF809BFBF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff5e3a7000 - 0x7fff5e3b6fff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff5e503000 - 0x7fff5e577ffb com.apple.Heimdal (4.0 - 2.0) <05B753FE-8F65-3764-8E18-F31902064BA1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff5f861000 - 0x7fff5f868ffb com.apple.IOAccelerator (404.8 - 404.8) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff5f86c000 - 0x7fff5f884fff com.apple.IOPresentment (1.0 - 42.6) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff5fc2c000 - 0x7fff5fc59ff7 com.apple.IconServices (379 - 379) <189807AC-4BB1-3C37-B6EC-D4F0B645902D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff5feeb000 - 0x7fff5fefdff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <731EEEC5-1613-3725-B33C-B38BBD55FA96> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff5ff18000 - 0x7fff5fff3ff7 com.apple.LanguageModeling (1.0 - 159.15.15) <229A8E92-CCB6-3BC7-BCD3-B2309FA744B3> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff5fff4000 - 0x7fff60030ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <30D3EEF3-31E5-3DE8-8158-40627C358AF6> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff60037000 - 0x7fff6003cfff com.apple.LinguisticData (1.0 - 238.24.1) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff60d2b000 - 0x7fff60d53ff7 com.apple.spotlight.metadata.utilities (1.0 - 1191.56) <550876F2-D905-3D65-8FA6-3366D857437B> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff60d54000 - 0x7fff60ddefff com.apple.gpusw.MetalTools (1.0 - 1) <09394594-A80D-3D8B-99E8-E71693909FA1> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff60f8a000 - 0x7fff60fa4fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff6102c000 - 0x7fff61056ffb com.apple.MultitouchSupport.framework (2440.7 - 2440.7) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff61292000 - 0x7fff6129cfff com.apple.NetAuth (6.2 - 6.2) <216DF366-7A3E-39E7-896C-7CDFD2A9BD3D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff61afd000 - 0x7fff61b4eff3 com.apple.OTSVG (1.0 - ???) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff62c02000 - 0x7fff62c11ff7 com.apple.PerformanceAnalysis (1.218.2 - 218.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff64aa1000 - 0x7fff64abfff7 com.apple.ProtocolBuffer (1 - 263) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff64c57000 - 0x7fff64ca7fff com.apple.ROCKit (27.6 - 27.6) /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x7fff64df4000 - 0x7fff64e16fff com.apple.RemoteViewServices (2.0 - 128) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff66615000 - 0x7fff6672ffff com.apple.Sharing (1288.25 - 1288.25) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff674d7000 - 0x7fff67780fff com.apple.SkyLight (1.600.0 - 340.9) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff67f22000 - 0x7fff67f2efff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <08222836-F14B-3B9D-BCB9-3167505438E4> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff6867f000 - 0x7fff6870afc7 com.apple.Symbolication (10.2 - 64490.38.1) <15A1DF22-3EE2-359A-8F94-B27F89F35ECE> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff68bf1000 - 0x7fff68bfdffb com.apple.TCC (1.0 - 1) <95D4B7DF-78F3-3948-AA63-6425AF2C00CD> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff68e63000 - 0x7fff68f2bff3 com.apple.TextureIO (3.8.4 - 3.8.1) <29383676-6133-3EB4-8CAC-5A6F25FE2F4D> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff68fe8000 - 0x7fff6919eff7 com.apple.UIFoundation (1.0 - 551) <5359E30D-AF76-3013-8B50-0A93DB97BB8F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6a6ca000 - 0x7fff6a6cdfff com.apple.dt.XCTTargetBootstrap (1.0 - 14490.46.2) <7763C799-CE25-302D-96D7-2A4DD9BEEE9A> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff6aace000 - 0x7fff6aad0ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6ad97000 - 0x7fff6adcbfff libCRFSuite.dylib (41.15.4) <43D02A64-2A7B-3825-8097-A6747AF914EE> /usr/lib/libCRFSuite.dylib
0x7fff6adce000 - 0x7fff6add8ff7 libChineseTokenizer.dylib (28.15.3) /usr/lib/libChineseTokenizer.dylib
0x7fff6ae66000 - 0x7fff6ae67ffb libDiagnosticMessagesClient.dylib (107) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6ae9e000 - 0x7fff6b0f5ffb libFosl_dynamic.dylib (18.3.2) /usr/lib/libFosl_dynamic.dylib
0x7fff6b146000 - 0x7fff6b164fff libMobileGestalt.dylib (645.250.13) <6B4E26AD-D712-360B-904C-877C24D89393> /usr/lib/libMobileGestalt.dylib
0x7fff6b165000 - 0x7fff6b165fff libOpenScriptingUtil.dylib (179.1) <5C6CFA80-CBCD-35EB-A69C-72C3B2E8FF50> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6b2a5000 - 0x7fff6b2a6ffb libSystem.B.dylib (1252.250.1) <72841192-B0C9-36A0-8E55-ED651EADEF08> /usr/lib/libSystem.B.dylib
0x7fff6b322000 - 0x7fff6b323fff libThaiTokenizer.dylib (2.15.1) <3D80A800-D49A-305E-9DF0-E6FB11D4FD65> /usr/lib/libThaiTokenizer.dylib
0x7fff6b335000 - 0x7fff6b34bffb libapple_nghttp2.dylib (1.24.1) <96F6DF29-D31C-3097-9C3E-63B1D62D756C> /usr/lib/libapple_nghttp2.dylib
0x7fff6b34c000 - 0x7fff6b375ffb libarchive.2.dylib (54.250.1) /usr/lib/libarchive.2.dylib
0x7fff6b376000 - 0x7fff6b3f5fff libate.dylib (1.13.8) /usr/lib/libate.dylib
0x7fff6b3f9000 - 0x7fff6b3f9ff3 libauto.dylib (187) <4E260A46-13BB-3A8F-A037-D89748837B2A> /usr/lib/libauto.dylib
0x7fff6b4c9000 - 0x7fff6b4d9ffb libbsm.0.dylib (39.200.18) /usr/lib/libbsm.0.dylib
0x7fff6b4da000 - 0x7fff6b4e7fff libbz2.1.0.dylib (38.200.3) <62019AC3-20C9-3DDC-9C83-189C1F258073> /usr/lib/libbz2.1.0.dylib
0x7fff6b4e8000 - 0x7fff6b53bff7 libc++.1.dylib (400.9.4) <446DAE5E-4E97-3E4B-B2A3-AC0A74C0E453> /usr/lib/libc++.1.dylib
0x7fff6b53c000 - 0x7fff6b551ff7 libc++abi.dylib (400.17) /usr/lib/libc++abi.dylib
0x7fff6b552000 - 0x7fff6b552ff3 libcharset.1.dylib (51.200.6) <0D3A5F4C-8800-33E3-AFE5-307E8BEE462C> /usr/lib/libcharset.1.dylib
0x7fff6b553000 - 0x7fff6b563ffb libcmph.dylib (6.15.1) <740A788E-FD92-36F3-B678-E7D510B1E2A1> /usr/lib/libcmph.dylib
0x7fff6b564000 - 0x7fff6b57cffb libcompression.dylib (52.250.2) <9E125D43-CE4E-34F8-ACBA-C0835E5F8062> /usr/lib/libcompression.dylib
0x7fff6b7f1000 - 0x7fff6b807fff libcoretls.dylib (155.220.1) /usr/lib/libcoretls.dylib
0x7fff6b808000 - 0x7fff6b809ff3 libcoretls_cfhelpers.dylib (155.220.1) <51572EB9-D154-348B-9934-3CA9444FAE5E> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6be7b000 - 0x7fff6bed1ff7 libcups.2.dylib (462.10) <83EF6851-07F6-35B4-AA80-690EF026C706> /usr/lib/libcups.2.dylib
0x7fff6c005000 - 0x7fff6c005fff libenergytrace.dylib (17.200.1) /usr/lib/libenergytrace.dylib
0x7fff6c006000 - 0x7fff6c01fffb libexpat.1.dylib (16.1.1) /usr/lib/libexpat.1.dylib
0x7fff6c037000 - 0x7fff6c03cff7 libgermantok.dylib (17.15.2) /usr/lib/libgermantok.dylib
0x7fff6c03d000 - 0x7fff6c042ff7 libheimdal-asn1.dylib (520.250.1) /usr/lib/libheimdal-asn1.dylib
0x7fff6c06d000 - 0x7fff6c15dfff libiconv.2.dylib (51.200.6) /usr/lib/libiconv.2.dylib
0x7fff6c15e000 - 0x7fff6c3beff3 libicucore.A.dylib (62123.0.1) <3936C798-1978-3C6C-9050-3BBD57CDA53E> /usr/lib/libicucore.A.dylib
0x7fff6c40b000 - 0x7fff6c40cfff liblangid.dylib (128.15.1) <1ED2EB78-3891-3DBA-8CB7-BA1A100CFC8F> /usr/lib/liblangid.dylib
0x7fff6c40d000 - 0x7fff6c425ff3 liblzma.5.dylib (10.200.3) /usr/lib/liblzma.5.dylib
0x7fff6c43d000 - 0x7fff6c4e1ff7 libmecab.1.0.0.dylib (779.24.1) <0C57BF6E-A713-3AE8-8AD3-80F65D4CCC15> /usr/lib/libmecab.1.0.0.dylib
0x7fff6c4e2000 - 0x7fff6c6e6fff libmecabra.dylib (779.24.1) /usr/lib/libmecabra.dylib
0x7fff6c6eb000 - 0x7fff6c71bfff libncurses.5.4.dylib (53.200.3) <710A5A0A-8501-384F-8F0A-722B56CC6016> /usr/lib/libncurses.5.4.dylib
0x7fff6c8be000 - 0x7fff6cc0fff7 libnetwork.dylib (1229.250.15) /usr/lib/libnetwork.dylib
0x7fff6cc9f000 - 0x7fff6d424fdf libobjc.A.dylib (756.2) <4F86FC7C-496B-3E68-8A74-1EA2BA22FBCC> /usr/lib/libobjc.A.dylib
0x7fff6d436000 - 0x7fff6d43affb libpam.2.dylib (22.200.1) <3AEB13DB-8DE2-3FD9-97D5-D9DB206E0693> /usr/lib/libpam.2.dylib
0x7fff6d43d000 - 0x7fff6d472fff libpcap.A.dylib (79.250.1) /usr/lib/libpcap.A.dylib
0x7fff6d58b000 - 0x7fff6d5a3ffb libresolv.9.dylib (65.200.2) /usr/lib/libresolv.9.dylib
0x7fff6d5f6000 - 0x7fff6d7d3fe7 libsqlite3.dylib (274.22) <378D7B48-4661-3BA6-AC55-0B3A64F8C7E3> /usr/lib/libsqlite3.dylib
0x7fff6da53000 - 0x7fff6da56ff7 libutil.dylib (51.200.4) <336F9184-A739-3770-ACFA-4659DFEEACC4> /usr/lib/libutil.dylib
0x7fff6da57000 - 0x7fff6da64fff libxar.1.dylib (417.1) /usr/lib/libxar.1.dylib
0x7fff6da69000 - 0x7fff6db4bff3 libxml2.2.dylib (32.8) <064C2F49-C054-38F9-A6B2-032C4AC9738B> /usr/lib/libxml2.2.dylib
0x7fff6db4c000 - 0x7fff6db74ff3 libxslt.1.dylib (16.1) /usr/lib/libxslt.1.dylib
0x7fff6db75000 - 0x7fff6db87ff7 libz.1.dylib (70.200.4) /usr/lib/libz.1.dylib
0x7fff6e364000 - 0x7fff6e368ff3 libcache.dylib (81) <9A8C27B0-49C9-337F-8BE2-37171ED2D8EE> /usr/lib/system/libcache.dylib
0x7fff6e369000 - 0x7fff6e373ff3 libcommonCrypto.dylib (60118.250.2) <17C4F395-9FF0-331F-8167-5E85AA3588E9> /usr/lib/system/libcommonCrypto.dylib
0x7fff6e374000 - 0x7fff6e37bff7 libcompiler_rt.dylib (63.4) <8CB2B2B6-2C55-3733-9842-0E037AE3F46A> /usr/lib/system/libcompiler_rt.dylib
0x7fff6e37c000 - 0x7fff6e385ff7 libcopyfile.dylib (146.250.1) <24905E41-9E2F-3DD1-A255-5A17F9FCDAD7> /usr/lib/system/libcopyfile.dylib
0x7fff6e386000 - 0x7fff6e40afc7 libcorecrypto.dylib (602.250.23) <3A6CBD41-AFFE-3E06-B1EC-3E95BC79BAC5> /usr/lib/system/libcorecrypto.dylib
0x7fff6e491000 - 0x7fff6e4caff7 libdispatch.dylib (1008.250.7) <50235FCE-B399-3319-90DC-88F530D4FC5C> /usr/lib/system/libdispatch.dylib
0x7fff6e4cb000 - 0x7fff6e4f7ff7 libdyld.dylib (655.1.1) <54C6B494-4A3D-3EEC-B083-636A76AAD649> /usr/lib/system/libdyld.dylib
0x7fff6e4f8000 - 0x7fff6e4f8ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff6e4f9000 - 0x7fff6e505ff3 libkxld.dylib (4903.251.3) <649F5829-6AA8-32EE-9A33-B1244378C319> /usr/lib/system/libkxld.dylib
0x7fff6e506000 - 0x7fff6e506ff7 liblaunch.dylib (1336.251.2) <30E6424E-4640-3DBA-9B64-D5F725263C6E> /usr/lib/system/liblaunch.dylib
0x7fff6e507000 - 0x7fff6e50cfff libmacho.dylib (927.0.2) /usr/lib/system/libmacho.dylib
0x7fff6e50d000 - 0x7fff6e50fffb libquarantine.dylib (86.220.1) <8A9BF971-DB7D-311A-B131-6C5025E82F8F> /usr/lib/system/libquarantine.dylib
0x7fff6e510000 - 0x7fff6e511ff7 libremovefile.dylib (45.200.2) <950036B7-B91E-3B5D-853C-8C551E5B6A32> /usr/lib/system/libremovefile.dylib
0x7fff6e512000 - 0x7fff6e529ff3 libsystem_asl.dylib (356.200.4) <16F632AD-FADA-3DE9-85E8-EBC7D619A1DA> /usr/lib/system/libsystem_asl.dylib
0x7fff6e52a000 - 0x7fff6e52aff7 libsystem_blocks.dylib (73) <0CD6861B-EC5F-3345-9C24-B21EEB85E44F> /usr/lib/system/libsystem_blocks.dylib
0x7fff6e52b000 - 0x7fff6e5b2fff libsystem_c.dylib (1272.250.1) /usr/lib/system/libsystem_c.dylib
0x7fff6e5b3000 - 0x7fff6e5b6ffb libsystem_configuration.dylib (963.250.1) <02C7A973-014A-31D7-B7D2-247D384CB0D2> /usr/lib/system/libsystem_configuration.dylib
0x7fff6e5b7000 - 0x7fff6e5baff7 libsystem_coreservices.dylib (66) <4CF1C89B-FA6C-3DF3-B1F8-79F549849534> /usr/lib/system/libsystem_coreservices.dylib
0x7fff6e5bb000 - 0x7fff6e5c1fff libsystem_darwin.dylib (1272.250.1) <6983A268-20F4-3F98-A3F5-D63848933B02> /usr/lib/system/libsystem_darwin.dylib
0x7fff6e5c2000 - 0x7fff6e5c8ff7 libsystem_dnssd.dylib (878.250.4) <9FC5724C-DD03-3E14-A6E1-2DD009D79E0A> /usr/lib/system/libsystem_dnssd.dylib
0x7fff6e5c9000 - 0x7fff6e614ffb libsystem_info.dylib (517.200.9) /usr/lib/system/libsystem_info.dylib
0x7fff6e615000 - 0x7fff6e63dff7 libsystem_kernel.dylib (4903.251.3) <84EF0290-6CB5-36E5-A273-692A7E437B36> /usr/lib/system/libsystem_kernel.dylib
0x7fff6e63e000 - 0x7fff6e689ff7 libsystem_m.dylib (3158.200.7) <33105665-CCC3-36D5-82C9-9B21730CB3DF> /usr/lib/system/libsystem_m.dylib
0x7fff6e68a000 - 0x7fff6e6aefff libsystem_malloc.dylib (166.251.2) <90DA09E3-1276-3FCF-8F5F-C9AA61AB9B6D> /usr/lib/system/libsystem_malloc.dylib
0x7fff6e6af000 - 0x7fff6e6b9ff7 libsystem_networkextension.dylib (767.250.2) <4575D797-B793-3D18-9E93-8696CF0B133B> /usr/lib/system/libsystem_networkextension.dylib
0x7fff6e6ba000 - 0x7fff6e6c1fff libsystem_notify.dylib (172.200.21) <679E9132-1A46-326E-9A11-D3FF9C86041C> /usr/lib/system/libsystem_notify.dylib
0x7fff6e6c2000 - 0x7fff6e6cbfef libsystem_platform.dylib (177.250.1) <3CC59141-5365-3848-94C3-D65E6FCA1E74> /usr/lib/system/libsystem_platform.dylib
0x7fff6e6cc000 - 0x7fff6e6d6ff7 libsystem_pthread.dylib (330.250.2) <4344198A-A1A3-3C52-97B4-F168D56E9789> /usr/lib/system/libsystem_pthread.dylib
0x7fff6e6d7000 - 0x7fff6e6daff7 libsystem_sandbox.dylib (851.250.12) <66E91015-F62A-3365-BB81-AA88707E8F12> /usr/lib/system/libsystem_sandbox.dylib
0x7fff6e6db000 - 0x7fff6e6ddff3 libsystem_secinit.dylib (30.220.1) /usr/lib/system/libsystem_secinit.dylib
0x7fff6e6de000 - 0x7fff6e6e5ff3 libsystem_symptoms.dylib (820.257.1) /usr/lib/system/libsystem_symptoms.dylib
0x7fff6e6e6000 - 0x7fff6e6fbfff libsystem_trace.dylib (906.250.5) /usr/lib/system/libsystem_trace.dylib
0x7fff6e6fd000 - 0x7fff6e702ffb libunwind.dylib (35.4) <8F0BC197-B97C-3DDC-92B0-6A7D3CB72FD8> /usr/lib/system/libunwind.dylib
0x7fff6e703000 - 0x7fff6e732ff7 libxpc.dylib (1336.251.2) <49138829-09C8-355C-B558-97E070B84EC5> /usr/lib/system/libxpc.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 34092
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=396.7M resident=0K(0%) swapped_out_or_unallocated=396.7M(100%)
Writable regions: Total=180.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=180.9M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
Dispatch continuations 16.0M 1
Kernel Alloc Once 8K 1
MALLOC 153.1M 18
MALLOC guard page 16K 4
MALLOC_LARGE (reserved) 164K 1 reserved VM address space (unallocated)
STACK GUARD 12K 3
Stack 9752K 4
Stack (reserved) 1596K 1 reserved VM address space (unallocated)
Stack Guard 54.4M 1
__DATA 28.7M 277
__FONT_DATA 4K 1
__LINKEDIT 230.6M 40
__TEXT 166.0M 268
__UNICODE 564K 1
mapped file 40.4M 5
shared memory 44K 5
=========== ======= =======
TOTAL 701.4M 632
TOTAL, minus reserved VM space 699.7M 632

Model: MacBookPro11,3, BootROM 151.0.0.0.0, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.19f12
Graphics: kHW_IntelIrisProItem, Intel Iris Pro, spdisplays_builtin
Graphics: kHW_NVidiaGeForceGTX750MItem, NVIDIA GeForce GT 750M, spdisplays_pcie_device, 2 GB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.77.61.2 AirPortDriverBrcmNIC-1305.8)
Bluetooth: Version 6.0.11f4, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet Slot 1, Ethernet, en5
PCI Card: pci1b73,1100, USB eXtensible Host Controller, Thunderbolt@194,0,0
PCI Card: ethernet, Ethernet Controller, Thunderbolt@193,0,0
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: USB audio CODEC
USB Device: HHKB mod
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
Thunderbolt Device: Thunderbolt 2 Express Dock HD, Belkin International, Inc., 1, 25.1


</details>

@shuxiao9058
Copy link
Author

@hlissner It works fine with emacs 26.2 now.

hlissner added a commit that referenced this issue May 15, 2019
Potentially addresses crashing issues caused by the dashboard.

Relevant to #1170
@shuxiao9058
Copy link
Author

shuxiao9058 commented May 27, 2019

this is backtrace

(lldb) r -nw
Process 37757 launched: '/usr/local/Cellar/emacs-plus/HEAD-68b374a/Emacs.app/Contents/MacOS/Emacs' (x86_64)
Process 37757 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGTTOU
    frame #0: 0x00007fff7516bb5a libsystem_kernel.dylib`__ioctl + 10
libsystem_kernel.dylib`__ioctl:
->  0x7fff7516bb5a <+10>: jae    0x7fff7516bb64            ; <+20>
    0x7fff7516bb5c <+12>: movq   %rax, %rdi
    0x7fff7516bb5f <+15>: jmp    0x7fff7516b421            ; cerror
    0x7fff7516bb64 <+20>: retq
(lldb) bt all
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGTTOU
  * frame #0: 0x00007fff7516bb5a libsystem_kernel.dylib`__ioctl + 10
    frame #1: 0x00007fff7516bb44 libsystem_kernel.dylib`ioctl + 151
    frame #2: 0x00007fff750ad585 libsystem_c.dylib`tcsetattr + 110
    frame #3: 0x00000001000bf502 Emacs`emacs_set_tty + 63
    frame #4: 0x00000001000bff10 Emacs`init_sys_modes + 475
    frame #5: 0x00000001000956ee Emacs`init_tty + 3765
    frame #6: 0x000000010000d29d Emacs`init_display + 319
    frame #7: 0x00000001000a9a71 Emacs`main + 5459
    frame #8: 0x00007fff750363d5 libdyld.dylib`start + 1
  thread #2
    frame #0: 0x00007fff7516cbfe libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff75229636 libsystem_pthread.dylib`_pthread_wqthread + 458
    frame #2: 0x00007fff752293fd libsystem_pthread.dylib`start_wqthread + 13
  thread #3
    frame #0: 0x00007fff7516cbfe libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff75229636 libsystem_pthread.dylib`_pthread_wqthread + 458
    frame #2: 0x00007fff752293fd libsystem_pthread.dylib`start_wqthread + 13
  thread #4, name = 'gmain'
    frame #0: 0x00007fff7517336e libsystem_kernel.dylib`poll + 10
    frame #1: 0x0000000101499c66 libglib-2.0.0.dylib`g_main_context_iterate + 422
    frame #2: 0x0000000101499d74 libglib-2.0.0.dylib`g_main_context_iteration + 100
    frame #3: 0x000000010149b956 libglib-2.0.0.dylib`glib_worker_main + 54
    frame #4: 0x00000001014c49a2 libglib-2.0.0.dylib`g_thread_proxy + 66
    frame #5: 0x00007fff7522a2eb libsystem_pthread.dylib`_pthread_body + 126
    frame #6: 0x00007fff7522d249 libsystem_pthread.dylib`_pthread_start + 66
    frame #7: 0x00007fff7522940d libsystem_pthread.dylib`thread_start + 13

@hlissner hlissner added status:unknown Cause unknown; cannot be reproduced; cannot investigate further os:macOS Pertains specifically to MacOS re:stability Pertains to crashes, hangs, and error handling and removed status:unconfirmed Still under investigation. labels May 30, 2019
@zenobht
Copy link

zenobht commented Jun 28, 2019

I got the same issue on 27.0.50 when using from terminal. This happens on my personal config which is not doom.

I narrowed to the package that causes it. Commenting evil-magit-init fixes it for me

(use-package evil-magit
  :defer t
  ;; :init
  ;; (evil-magit-init)
  :config
  (bind-key "q" #'mu-magit-kill-buffers magit-status-mode-map)
  )

EDIT: Calling magit-status crashes emacs 27.0.50 in terminal.

(use-package magit
  :defer t
  :bind (("C-x g" . magit-status))
  )

EDIT: magit alone works fine. But with git-gutter it crashes. Seems like git-gutter is the issue

@hlissner
Copy link
Member

hlissner commented Jul 1, 2019

I'm stumped. I'm half-convinced this has to do with a faulty build of Emacs (particularly 27 on MacOS) -- I cannot reproduce it on any of my systems, Linux or MacOS, and reports of these crashes seem to cover a wide area. Most of these reports appear to be related to functionality that manipulates the fringes or margins (which git-gutter, org-indent-mode, the Doom dashboard and magit-status all deal with). evil-magit-init is the outlier.

@hlissner hlissner added the re:emacs:27 Pertains to Emacs 27.x or newer label Jul 1, 2019
@shuxiao9058
Copy link
Author

@hlissner Any plan to deal with this issue?

@hlissner
Copy link
Member

hlissner commented Jul 2, 2019

@shuxiao9058 No. I don't understand the cause. I cannot reproduce it. It seems to be a Emacs 27-only issue, as well. No surprise bleeding edge Emacs will have bugs. Until (and if) I find a way to reproduce it, I suggest using 26.1/26.2 instead.

@zenobht
Copy link

zenobht commented Jul 3, 2019

I am using 26.2 right now. Emacs 27 is not stable with terminal. I was having random crashes with 27 on using daemon/frames.

zenobht referenced this issue in zenobht/emacs Aug 27, 2019
@hlissner
Copy link
Member

hlissner commented Oct 8, 2019

Is this still an issue?

@shuxiao9058
Copy link
Author

yes

@spudlyo
Copy link

spudlyo commented Dec 10, 2019

In order to reproduce this, you needs emacs 27.0.50, built with --with-ns (the default under macOS) and a minimal init.el with just git-gutter installed. You run emacs -nw some/file/under/revision/control and if you have an after-init-hook installed to run global-git-gutter-mode it segfaults every time. The file you open doesn't have to have unstaged changes. If you don't have the hook, you can get it to crash by M-x global-git-gutter-mode.

I built emacs 27 in a pretty straight-forward way, I cloned the source from Savannah, ran autogen.sh, then ran ./configure --prefix=/my/home/dir, and then built it with make. It was compiled with clang 9.0.0. If you build it using --without-ns there is no crash, so this is definitely a macOS related bug.

@hlissner hlissner added module:ui/vc-gutter Pertains to Doom's :ui vc-gutter module is:upstream Originates from outside the project and cannot be fully addressed here and removed status:unknown Cause unknown; cannot be reproduced; cannot investigate further labels Dec 11, 2019
@hlissner
Copy link
Member

@spudlyo That is odd. The fringe should be disabled in tty Emacs.

What does M-x eval-expression RET (display-graphic-p) return for you in NS builds of tty Emacs?

It's possible that the NS build tests for the existence of the define-fringe-bitmap function to determine whether Emacs should use the fringe or not. Doom creates a stub for it so that calls to it don't throw an error in tty Emacs. If that's the case, see if adding this to ~/.doom.d/config.el makes a difference:

(when (fboundp 'define-fringe-bitmap)
  (fmakunbound 'define-fringe-bitmap))

@spudlyo
Copy link

spudlyo commented Dec 11, 2019

So (display-graphic-p) returns nil in my NS build of tty Emacs. I ran it in the debugger and found it was doing a null pointer dereference inside /src/nsterm.m which is apparently objective-c code. I patched the offending function with a test for a nil pointer, and now the crash is gone and I get my tty git-gutter as I expect.

Screen Shot 2019-12-10 at 6 33 37 PM
I'm not actually a doom user (besides your awesome themes and mode line) so I don't know if your define-fringe-bitmap config change would make a difference, but I did submit a bug with the stack trace and my patch.

@hlissner hlissner added status:resolved-elsewhere Issue was addressed outside of Doom, needing no action on Doom's part and removed status:resolved-elsewhere Issue was addressed outside of Doom, needing no action on Doom's part labels Dec 11, 2019
@hlissner
Copy link
Member

@spudlyo Makes sense. Thanks so much for looking into it!

@spudlyo
Copy link

spudlyo commented Dec 11, 2019

This was fixed upstream, and I can no-longer reproduce the crash after recompiling from master. I think you can close this one!

@hlissner hlissner added the status:resolved-elsewhere Issue was addressed outside of Doom, needing no action on Doom's part label Dec 11, 2019
@shuxiao9058
Copy link
Author

always crash...

image

@spudlyo
Copy link

spudlyo commented Dec 29, 2019

Heya @shuxiao9058, the initial upstream fix for this didn't quite nail it 100%. Robert Pluim pushed a better fix for this today in commit 81b697d106. If you pull your emacs 27 branch now and rebuild this bug should be gone.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
is:upstream Originates from outside the project and cannot be fully addressed here module:ui/doom-dashboard Pertains to Doom's :ui doom-dashboard module module:ui/vc-gutter Pertains to Doom's :ui vc-gutter module os:macOS Pertains specifically to MacOS re:emacs:tty Pertains particularly to terminal Emacs re:emacs:27 Pertains to Emacs 27.x or newer re:stability Pertains to crashes, hangs, and error handling status:resolved-elsewhere Issue was addressed outside of Doom, needing no action on Doom's part
Projects
None yet
Development

No branches or pull requests

4 participants