daviderestivo / homebrew-emacs-head

GNU Emacs formula for the Homebrew package manager
GNU General Public License v3.0
298 stars 29 forks source link

native-comp branch support #23

Closed seagle0128 closed 3 years ago

seagle0128 commented 4 years ago

The native compiling is a amazing feature to improve the Emacs performance. I'd like get an option to build this branch. Thanks!

https://github.com/emacs-mirror/emacs/tree/feature/native-comp

daviderestivo commented 4 years ago

@seagle0128 Thanks for reporting this. I will have a look into it.

Regards, Davide

seagle0128 commented 4 years ago

Thank you. But I got the bad news here: https://lists.gnu.org/archive/html/emacs-devel/2019-08/msg00039.html. FYI.

daviderestivo commented 4 years ago

I have gone through the mail thread you mentioned and I think the support on macOS is not possible until this is solved.

seagle0128 commented 4 years ago

Agree. I am looking forward to this feature, but have to wait until it's solved. It's up to you whether closing or keeping it open.

daviderestivo commented 4 years ago

We can leave it open ... :)

seagle0128 commented 4 years ago

A new post here: https://gist.github.com/mikroskeem/0a5c909c1880408adf732ceba6d3f9ab It seem working now.

daviderestivo commented 4 years ago

Hi @seagle0128,

I went through the gist you linked above and I think at the time being it does not make sense to invest time in trying to add native-comp support on macOS simply because you can't run it anymore as native cocoa application but as Xwindow one.

From: https://gist.github.com/mikroskeem/0a5c909c1880408adf732ceba6d3f9ab

And XQuartz, because GCC is not able to parse Objective-C dialect changes what Apple has done for now and thus Apple Cocoa support is not available. (See: https://lists.gnu.org/archive/html/emacs-devel/2019-08/msg00056.html)

What do you think?

Regards, Davide

seagle0128 commented 4 years ago

Okay. Let's do it in future. I am fine with closing it.

twlz0ne commented 4 years ago

It seems the Apple Cocoa support is available now.

daviderestivo commented 4 years ago

Hi @seagle0128, @twlz0ne,

I re-open this issue since maybe it's now time to work on it considering this: https://github.com/jimeh/build-emacs-for-macos

Regards, Davide

daviderestivo commented 4 years ago

An update here. I was able to compile GNU/Emacs with native-comp support but unfortunately when starting it I get the following error:

$ emacs -Q
emacs: can't find function "F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0" in compilation unit /usr/local/Cellar/emacs-head@28/HEAD-21021e5_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln
twlz0ne commented 4 years ago

Need a symlink:

daviderestivo commented 4 years ago

I have already created both links. it has to be something else ...

gutter@nemesis ~ $ cd /Applications/Emacs.app/Contents 
gutter@nemesis /Applications/Emacs.app/Contents $ ls -al
total 48
drwxr-xr-x  8 gutter  staff    256 Sep 14 09:12 .
drwxr-xr-x  3 gutter  staff     96 Sep 14 07:06 ..
-rw-r--r--  1 gutter  staff  18094 Sep 14 06:55 Info.plist
drwxr-xr-x  4 gutter  staff    128 Sep 14 07:06 MacOS
-rw-r--r--  1 gutter  staff      8 Jun 13 19:24 PkgInfo
drwxr-xr-x  6 gutter  staff    192 Sep 14 07:10 Resources
lrwxr-xr-x  1 gutter  staff     53 Sep 14 09:12 lisp -> /usr/local/opt/emacs-head@28/share/emacs/28.0.50/lisp
lrwxr-xr-x  1 gutter  staff     58 Sep 14 07:25 native-lisp -> /usr/local/opt/emacs-head@28/lib/emacs/28.0.50/native-lisp
twlz0ne commented 4 years ago

CC @AndreaCorallo, do you have any ideas?

AndreaCorallo commented 4 years ago

I can't debug on macos but from the error I suspect the eln is found but is probably empty or corrupted.

Hopefully 5b41545f1b should help diagnosing the issue.

twlz0ne commented 4 years ago

@daviderestivo I build native-comp using Nix: https://github.com/twlz0ne/nix-gccemacs-sierra

A link in $EMACS-PREFIX/bin/ works for me:

⋊> pwd
/nix/store/43g70qvf0pv9g1jjids18fijy32f8la5-emacsGccSierra/bin

⋊> ll
total 7.0M
-r-xr-xr-x 1 *    wheel 181K Jan  1  1970 ctags*
-r-xr-xr-x 1 *    wheel  54K Jan  1  1970 ebrowse*
lrwxr-xr-x 1 *    wheel   13 Jan  1  1970 emacs -> emacs-28.0.50*
-r-xr-xr-x 1 *    wheel 6.5M Jan  1  1970 emacs-28.0.50*
-r-xr-xr-x 1 *    wheel  34K Jan  1  1970 emacsclient*
-r-xr-xr-x 1 *    wheel 165K Jan  1  1970 etags*
lrwxr-xr-x 1 root wheel   88 Sep 15 16:13 native-lisp -> /nix/store/43g70qvf0pv9g1jjids18fijy32f8la5-emacsGccSierra/lib/emacs/28.0.50/native-lisp/

⋊> emacs --version
GNU Emacs 28.0.50
Copyright (C) 2020 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Update:

@AndreaCorallo Symlink only works when executing emacs from same directory, for example:

$ cd $(nix path-info $(which emacs))/bin

$ ls -al
total 7080
dr-xr-xr-x 9 *    wheel     306 Sep 15 18:49 ./
dr-xr-xr-x 8 *    wheel     272 Sep 15 18:40 ../
-r-xr-xr-x 1 *    wheel  184868 Jan  1  1970 ctags*
-r-xr-xr-x 1 *    wheel   54384 Jan  1  1970 ebrowse*
lrwxr-xr-x 1 *    wheel      13 Jan  1  1970 emacs -> emacs-28.0.50*
-r-xr-xr-x 1 *    wheel 6785732 Jan  1  1970 emacs-28.0.50*
-r-xr-xr-x 1 *    wheel   34264 Jan  1  1970 emacsclient*
-r-xr-xr-x 1 *    wheel  168300 Jan  1  1970 etags*
lrwxr-xr-x 1 root wheel      88 Sep 15 18:49 native-lisp -> /nix/store/43g70qvf0pv9g1jjids18fijy32f8la5-emacsGccSierra/lib/emacs/28.0.50/native-lisp/

$ emacs --version
GNU Emacs 28.0.50
Copyright (C) 2020 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
$ export PATH=$(nix path-info $(which emacs))/bin:$PATH
$ which emacs
/nix/store/43g70qvf0pv9g1jjids18fijy32f8la5-emacsGccSierra/bin/emacs

$ cd ~/Downloads
$ emacs
emacs: dlopen(../native-lisp/28.0.50-x86_64-apple-darwin16.7.0-5c5b67dd077921b61eaa0c2286e786f9/lisp-mode-0189ba85598c041b7504f0a916c04219-1738806322de892570d69dfc55b437c2.eln, 1): image not found

$ ln -snf /nix/store/43g70qvf0pv9g1jjids18fijy32f8la5-emacsGccSierra/lib/emacs/28.0.50/native-lisp ../native-lisp
$ emacs --version
GNU Emacs 28.0.50
Copyright (C) 2020 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
twlz0ne commented 4 years ago

@AndreaCorallo It seems Emacs always looking for ../native-lisp, that can explain why the link in Emacs.app/Contents/ works for GUI user.

For CLI user, an additional wrapper is required:

$ mkdir -p ~/mybin
$ cat <<'EOF'> ~/mybin/run-emacs.sh
#!/usr/bin/env bash
exec $(nix path-info ~/.nix-profile/bin/emacs)/bin/emacs-28.0.50 "$@"
EOF

$ chmod a+x ~/mybin/run-emacs.sh
$ ln -snf ./run-emacs.sh ~/mybin/emacs
$ export PATH=~/mybin:$PATH

$ emacs --batch --eval '(prin1 emacs-version)'
"28.0.50"
AndreaCorallo commented 4 years ago

I should be https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43137

daviderestivo commented 4 years ago

5b41545f1b

Ciao @AndreaCorallo,

I have re-installed from 5b41545f1b, the error message is the same:

gutter@nemesis /Applications/Emacs.app/Contents/MacOS $ emacs -Q
emacs: can't find function "F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0" in compilation unit /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln

The size of the file seems to be not 0

gutter@nemesis /Applications/Emacs.app/Contents/MacOS $ ls -al /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln
-r--r--r--  1 gutter  admin  82628 Sep 16 07:18 /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln

and the file type is correctly recognized:

gutter@nemesis /Applications/Emacs.app/Contents/MacOS $ file /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln
/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln: Mach-O 64-bit dynamically linked shared library x86_64
daviderestivo commented 4 years ago

The details of ./configure

==> ./autogen.sh
Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)
Checking for autoconf (need at least version 2.65) ... ok
Your system has the required tools.
Building aclocal.m4 ...
Running 'autoreconf -fi -I m4' ...
Configuring local git repository...
'.git/config' -> '.git/config.~1~'
git config transfer.fsckObjects 'true'
git config diff.cpp.xfuncname '!^[  ]*[A-Za-z_][A-Za-z_0-9]*:[[:space:]]*($|/[/*])
^((::[[:space:]]*)?[A-Za-z_][A-Za-z_0-9]*[[:space:]]*\(.*)$
^((#define[[:space:]]|DEFUN).*)$'
git config diff.elisp.xfuncname '^\([^[:space:]]*def[^[:space:]]+[[:space:]]+([^()[:space:]]+)'
git config diff.m4.xfuncname '^((m4_)?define|A._DEFUN(_ONCE)?)\([^),]*'
git config diff.make.xfuncname '^([$.[:alnum:]_].*:|[[:alnum:]_]+[[:space:]]*([*:+]?[:?]?|!?)=|define .*)'
git config diff.shell.xfuncname '^([[:space:]]*[[:alpha:]_][[:alnum:]_]*[[:space:]]*\(\)|[[:alpha:]_][[:alnum:]_]*=)'
git config diff.texinfo.xfuncname '^@node[[:space:]]+([^,[:space:]][^,]+)'
Installing git hooks...
'build-aux/git-hooks/commit-msg' -> '.git/hooks/commit-msg'
'build-aux/git-hooks/pre-commit' -> '.git/hooks/pre-commit'
'build-aux/git-hooks/prepare-commit-msg' -> '.git/hooks/prepare-commit-msg'
'.git/hooks/applypatch-msg.sample' -> '.git/hooks/applypatch-msg'
'.git/hooks/pre-applypatch.sample' -> '.git/hooks/pre-applypatch'
You can now run './configure'.
==> ./configure --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs-head@28/28.0.50_1/share/info/emacs --prefix=/usr/local/Cellar/emacs-head@28/28.0.50_1 --without-x --without-dbus --with-nativecomp --with-imagemagick --with-modules --with-gnutls --with-rsvg --with-xml2 --with-xwidgets --with-ns --disable-ns-self-contained --with-harfbuzz
checking for xcrun... xcrun
checking for make... yes
checking for GNU Make... make
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-10 accepts -g... yes
checking for gcc-10 option to enable C11 features... none needed
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
checking for ar... ar
checking whether gcc-10 and cc understand -c and -o together... yes
checking how to run the C preprocessor... cpp-10
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether the compiler is clang... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... no
checking whether -Wuninitialized is supported... yes
checking whether C compiler handles -fno-common... yes
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Warith-conversion... no
checking whether C compiler handles -Wdate-time... yes
checking whether C compiler handles -Wdisabled-optimization... yes
checking whether C compiler handles -Wduplicated-cond... no
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-signedness... no
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wlogical-op... no
checking whether C compiler handles -Wmissing-declarations... yes
checking whether C compiler handles -Wmissing-include-dirs... yes
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wnested-externs... yes
checking whether C compiler handles -Wnull-dereference... yes
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... no
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=format... no
checking whether C compiler handles -Wsuggest-attribute=noreturn... no
checking whether C compiler handles -Wsuggest-final-methods... no
checking whether C compiler handles -Wsuggest-final-types... no
checking whether C compiler handles -Wtrampolines... no
checking whether C compiler handles -Wuninitialized... yes
checking whether C compiler handles -Wunknown-pragmas... yes
checking whether C compiler handles -Wunused-macros... no
checking whether C compiler handles -Wvariadic-macros... yes
checking whether C compiler handles -Wvector-operation-performance... no
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Warray-bounds=2... no
checking whether C compiler handles -Wattribute-alias=2... no
checking whether C compiler handles -Wformat=2... yes
checking whether C compiler handles -Wformat-truncation=2... no
checking whether C compiler handles -Wimplicit-fallthrough=5... no
checking whether C compiler handles -Wshift-overflow=2... no
checking whether C compiler handles -Wvla-larger-than=4031... no
checking whether C compiler handles -Wredundant-decls... yes
checking whether C compiler handles -Wno-missing-field-initializers... yes
checking whether C compiler handles -Wno-override-init... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-type-limits... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wno-missing-braces... yes
checking whether C compiler handles -Wno-null-pointer-arithmetic... yes
checking whether C compiler handles -Wno-initializer-overrides... yes
checking whether C compiler handles -Wno-tautological-compare... yes
checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... yes
checking for a BSD-compatible install... /usr/local/opt/coreutils/libexec/gnubin/install -c
checking command to symlink files in the same directory... ln -s
checking for install-info... /usr/local/opt/texinfo/bin/install-info
checking for gzip... /usr/bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... no
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for library containing sqrt... none required
checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... no
checking for linux/fs.h... no
checking for malloc.h... no
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... no
checking for coff.h... no
checking for pty.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... yes
checking for sanitizer/lsan_interface.h... yes
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... yes
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... yes
checking for stdio_ext.h... no
checking for sys/vfs.h... no
checking for sys/fs_types.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for ieee754.h... no
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.h... yes
checking for sys/random.h... yes
checking for sys/stat.h... (cached) yes
checking for ADDR_NO_RANDOMIZE... no
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... yes
checking whether gcc understands -MMD -MF... yes
checking for X... disabled
checking AppKit/AppKit.h usability... yes
checking AppKit/AppKit.h presence... yes
checking for AppKit/AppKit.h... yes
checking for Mac OS X 10.6 or newer... yes
checking whether we are using the GNU Objective C compiler... yes
checking whether clang accepts -g... yes
checking if the Objective C compiler supports instancetype... yes
checking if the Objective C compiler defaults to C99... yes
checking whether malloc is Doug Lea style... no
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... none needed
checking for thread support... yes
checking for librsvg-2.0 >= 2.14.0... yes
checking for MagickWand >= 7... yes
checking for MagickRelinquishMemory... yes
checking for MagickExportImagePixels... yes
checking for MagickMergeImageLayers... yes
checking for MagickAutoOrientImage... yes
checking for getaddrinfo_a in -lanl... no
checking for lgetfilecon in -lselinux... no
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... no
checking for jansson >= 2.7... yes
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for libkqueue... no
checking for library containing kqueue... none required
checking for jpeglib 6b or later... -ljpeg
checking for lcms2... yes
checking for library containing inflateEnd... -lz
checking for dladdr... yes
checking for dlfunc... no
checking for libpng >= 1.0.0... yes
checking whether png_longjmp is declared... yes
checking tiffio.h usability... yes
checking tiffio.h presence... no
configure: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: tiffio.h: proceeding with the compiler's result
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... no
configure: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: gif_lib.h: proceeding with the compiler's result
checking for gif_lib.h... yes
checking for GifMakeMapObject in -lgif... yes
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking for libxml-2.0 > 2.6.17... yes
checking for htmlReadMemory in -lxml2... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking for accept4... no
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... no
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for trunc... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... yes
checking for setitimer... yes
checking for timer_getoverrun... no
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for __executable_start... no
checking for log2... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking whether pthread_setname_np takes a single argument... yes
checking for aligned_alloc... yes
checking whether aligned_alloc is declared... yes
checking for posix_madvise... yes
checking for __builtin_frame_address... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... no
checking for posix_openpt... yes
checking for library containing tputs... -lncurses
checking for timerfd interface... no
checking whether signals can be handled on alternate stack... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... no
checking for __lsan_ignore_object... no
checking for sbrk... yes
checking for fchmod... yes
checking for canonicalize_file_name... no
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for explicit_bzero... no
checking for memset_s... yes
checking for faccessat... yes
checking for fchmodat... yes
checking for lchmod... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for futimens... yes
checking for getrandom... no
checking for gettimeofday... yes
checking for lstat... yes
checking for mkostemp... yes
checking for pipe2... no
checking for pselect... yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for utimensat... yes
checking for getdtablesize... yes
checking for futimes... yes
checking for futimesat... no
checking for lutimes... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking whether GLib is linked in... yes
checking for nl_langinfo and CODESET... yes
checking for nl_langinfo and _NL_PAPER_WIDTH... no
checking for mbstate_t... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct alignment... yes
checking for typeof syntax and keyword spelling... typeof
checking for statement expressions... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking for getcwd... yes
checking for C/C++ restrict keyword... __restrict
checking whether byte ordering is bigendian... no
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking if environ is properly declared... no
checking for complete errno.h... yes
checking whether lstat correctly handles trailing slash... no
checking for mode_t... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether memmem is declared... yes
checking whether memrchr is declared... no
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether <sys/select.h> is self-contained... yes
checking for inline... inline
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for sigset_t... yes
checking for wchar_t... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking for a thread-safe mkdir -p... /usr/local/opt/coreutils/libexec/gnubin/mkdir -p
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... int
checking whether the utimes function works... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... none required
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... no
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... no
checking for acl_delete_fd_np... yes
checking for acl_delete_file_np... yes
checking for acl_copy_ext_native... yes
checking for acl_create_entry_np... yes
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking for acl_entries... no
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... yes
checking for alloca as a compiler built-in... yes
checking for __builtin_expect... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for copy_file_range... no
checking for d_type member in directory struct... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking for explicit_memset... no
checking for access... yes
checking whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for flexible array member... yes
checking for __fpending... no
checking whether fstatat (..., 0) works... yes
checking for sys/mount.h... yes
checking how to get file system space usage... checking for statvfs function (SVR4)... no
checking for two-argument statfs with statfs.f_frsize member... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.f_bsize member (AIX, 4.3BSD)... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking for statfs that truncates block counts... no
checking whether futimens works... no
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking for gettimeofday with POSIX signature... yes
checking whether the compiler supports the __inline keyword... yes
checking gmp.h usability... yes
checking gmp.h presence... no
configure: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: gmp.h: proceeding with the compiler's result
checking for gmp.h... yes
checking for library containing __gmpz_roinit_n... -lgmp
checking for memmem... yes
checking whether memmem works... no
checking for mempcpy... no
checking for memrchr... no
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... no
checking libintl.h usability... yes
checking libintl.h presence... no
configure: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: libintl.h: proceeding with the compiler's result
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for sig2str... no
checking for sigdescr_np... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for working stdalign.h... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for stpcpy... yes
checking for working strnlen... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... no
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime works even near extrema... yes
checking for timezone_t... no
checking for library containing timer_settime... no
checking for timer_settime... no
checking whether utimensat works... no
checking for variable-length arrays... yes
checking whether open recognizes a trailing slash... no
checking for euidaccess... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getgroups... yes
checking for working getgroups... yes
checking for library containing eaccess... no
checking for eaccess... no
checking for group_member... no
checking for getgroups... (cached) yes
checking for working getgroups... (cached) yes
checking whether getgroups handles negative values... no
checking for __mktime_internal... no
checking for gcc-10 option to disable position independent executables... not needed

Configured for 'x86_64-apple-darwin19.6.0'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc-10 -I/usr/local/opt/gcc/include -O2 -march=native
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    nextstep
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   no
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use a png library?                           yes -L/usr/local/Cellar/libpng/1.6.37/lib -lpng16 -lz
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use cairo?                                   no
  Does Emacs use -llcms2?                                 yes
  Does Emacs use imagemagick?                             yes
  Does Emacs use native APIs for images?                  yes (ns)
  Does Emacs support sound?                               no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use a file notification library?             yes (kqueue)
  Does Emacs use access control lists?                    yes
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              no
  Does Emacs use HarfBuzz?                                no
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               no
  Does Emacs use -ljansson?                               yes
  Does Emacs use the GMP library?                         yes
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets?                            yes
  Does Emacs have threading support in lisp?              yes
  Does Emacs support the portable dumper?                 yes
  Does Emacs support legacy unexec dumping?               no
  Which dumping strategy does Emacs use?                  pdumper
  Does Emacs have native lisp compiler?                   yes
AndreaCorallo commented 4 years ago

Ciao @daviderestivo :)

Could you run something like objdump --syms .../eldoc-47e1f0.....eln | grep eldoc and past the output?

daviderestivo commented 4 years ago

Ciao @AndreaCorallo,

first of all thanks for having found some time to look into this issue :), very much appreciated. Here to you the info you requested:

$ objdump --syms /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln |grep eldoc
/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln:   file format Mach-O 64-bit x86-64
0000000000004f30 g     F __TEXT,__text _F656c646f632d2d646f63756d656e746174696f6e2d636f6d706f73652d31_eldoc__documentation_compose_1_0
0000000000002fc0 g     F __TEXT,__text _F656c646f632d2d6576616c2d65787072657373696f6e2d7365747570_eldoc__eval_expression_setup_0
0000000000003eb0 g     F __TEXT,__text _F656c646f632d2d68616e646c652d646f6373_eldoc__handle_docs_0
0000000000005e20 g     F __TEXT,__text _F656c646f632d2d696e766f6b652d7374726174656779_eldoc__invoke_strategy_0
00000000000054c0 g     F __TEXT,__text _F656c646f632d2d6d616b652d63616c6c6261636b_eldoc__make_callback_0
0000000000003940 g     F __TEXT,__text _F656c646f632d2d6d6573736167652d636f6d6d616e642d70_eldoc__message_command_p_0
0000000000003820 g     F __TEXT,__text _F656c646f632d2d6d657373616765_eldoc__message_0
0000000000003bb0 g     F __TEXT,__text _F656c646f632d2d726571756573742d646f63732d70_eldoc__request_docs_p_0
0000000000003ae0 g     F __TEXT,__text _F656c646f632d2d726571756573742d7374617465_eldoc__request_state_0
0000000000005430 g     F __TEXT,__text _F656c646f632d2d737570706f727465642d70_eldoc__supported_p_0
0000000000006640 g     F __TEXT,__text _F656c646f632d6164642d636f6d6d616e642d636f6d706c6574696f6e73_eldoc_add_command_completions_0
0000000000006550 g     F __TEXT,__text _F656c646f632d6164642d636f6d6d616e64_eldoc_add_command_0
0000000000003d10 g     F __TEXT,__text _F656c646f632d646973706c61792d6d6573736167652d6e6f2d696e746572666572656e63652d70_eldoc_display_message_no_interference_p_0
0000000000003b50 g     F __TEXT,__text _F656c646f632d646973706c61792d6d6573736167652d70_eldoc_display_message_p_0
0000000000003d80 g     F __TEXT,__text _F656c646f632d646f632d627566666572_eldoc_doc_buffer_0
0000000000005040 g     F __TEXT,__text _F656c646f632d646f63756d656e746174696f6e2d636f6d706f73652d65616765726c79_eldoc_documentation_compose_eagerly_0
0000000000005000 g     F __TEXT,__text _F656c646f632d646f63756d656e746174696f6e2d636f6d706f7365_eldoc_documentation_compose_0
0000000000004e10 g     F __TEXT,__text _F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0
0000000000005120 g     F __TEXT,__text _F656c646f632d646f63756d656e746174696f6e2d656e7468757369617374_eldoc_documentation_enthusiast_0
00000000000020e0 g     F __TEXT,__text _F656c646f632d656469742d6d6573736167652d636f6d6d616e6473_eldoc_edit_message_commands_0
00000000000037e0 g     F __TEXT,__text _F656c646f632d6d657373616765_eldoc_message_0
0000000000003520 g     F __TEXT,__text _F656c646f632d6d696e696275666665722d6d657373616765_eldoc_minibuffer_message_0
0000000000002c30 g     F __TEXT,__text _F656c646f632d6d6f64652d7365742d6578706c696369746c79_eldoc_mode_set_explicitly_0
00000000000021d0 g     F __TEXT,__text _F656c646f632d6d6f6465_eldoc_mode_0
00000000000039b0 g     F __TEXT,__text _F656c646f632d7072652d636f6d6d616e642d726566726573682d6563686f2d61726561_eldoc_pre_command_refresh_echo_area_0
00000000000061a0 g     F __TEXT,__text _F656c646f632d7072696e742d63757272656e742d73796d626f6c2d696e666f_eldoc_print_current_symbol_info_0
00000000000067f0 g     F __TEXT,__text _F656c646f632d72656d6f76652d636f6d6d616e642d636f6d706c6574696f6e73_eldoc_remove_command_completions_0
0000000000006720 g     F __TEXT,__text _F656c646f632d72656d6f76652d636f6d6d616e64_eldoc_remove_command_0
0000000000003320 g     F __TEXT,__text _F656c646f632d7363686564756c652d74696d6572_eldoc_schedule_timer_0
0000000000002e20 g     F __TEXT,__text _F676c6f62616c2d656c646f632d6d6f64652d636865636b2d62756666657273_global_eldoc_mode_check_buffers_0
0000000000002ea0 g     F __TEXT,__text _F676c6f62616c2d656c646f632d6d6f64652d636d6868_global_eldoc_mode_cmhh_0
0000000000002c60 g     F __TEXT,__text _F676c6f62616c2d656c646f632d6d6f64652d656e61626c652d696e2d62756666657273_global_eldoc_mode_enable_in_buffers_0
00000000000026d0 g     F __TEXT,__text _F676c6f62616c2d656c646f632d6d6f6465_global_eldoc_mode_0
0000000000003170 g     F __TEXT,__text _F7475726e2d6f6e2d656c646f632d6d6f6465_turn_on_eldoc_mode_0
AndreaCorallo commented 4 years ago

Well this is quite strange, the function is there and the eln looks okay. dlopen apparently successfully load the library but dlsym seams to fail to resolve the symbol... that's strange.

I would be interested to know if you are the only one affected.

daviderestivo commented 4 years ago

Well this is quite strange, the function is there and the eln looks okay. dlopen apparently successfully load the library but dlsym seams to fail to resolve the symbol... that's strange.

I would be interested to know if you are the only one affected.

I googled around but I didn't find any other reference to this issue ...

AndreaCorallo commented 4 years ago

I suspect either dlopen is opening a different file respect to the one we are looking at or something is going wrong underneath it. Hard to say from here :/

daviderestivo commented 4 years ago

@AndreaCorallo ... I hope this shade a bit of light:

gutter@nemesis /Applications/Emacs.app/Contents/MacOS $ sudo dtruss ./Emacs
dtrace: system integrity protection is on, some features will not be available

SYSCALL(args)        = return
emacs: can't find function "F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0" in compilation unit /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln
open("/dev/dtracehelper\0", 0x2, 0xFFFFFFFFEE7DBEB0)         = 3 0
ioctl(0x3, 0x80086804, 0x7FFEEE7DBDC0)       = 0 0
close(0x3)       = 0 0
mprotect(0x101BA9000, 0x1000, 0x1)       = 0 0
mprotect(0x101B68000, 0x3000, 0x1)       = 0 0
mprotect(0x101BEC000, 0x1000, 0x1)       = 0 0
mprotect(0x103C55000, 0x8000, 0x1)       = 0 0
mprotect(0x103BC8000, 0x6000, 0x1)       = 0 0
mprotect(0x1032CA000, 0x3000, 0x1)       = 0 0
mprotect(0x103CDF000, 0x1000, 0x1)       = 0 0
mprotect(0x103211000, 0x1000, 0x1)       = 0 0
mprotect(0x1031E0000, 0x1000, 0x1)       = 0 0
mprotect(0x103C71000, 0x1000, 0x1)       = 0 0
mprotect(0x1030C6000, 0x3000, 0x1)       = 0 0
mprotect(0x10397F000, 0x2000, 0x1)       = 0 0
mprotect(0x101BE4000, 0x1000, 0x1)       = 0 0
mprotect(0x102FDD000, 0x7000, 0x1)       = 0 0
mprotect(0x103074000, 0x1000, 0x1)       = 0 0
mprotect(0x103CFD000, 0x1000, 0x1)       = 0 0
mprotect(0x103D17000, 0x1000, 0x1)       = 0 0
mprotect(0x103AE2000, 0x1000, 0x1)       = 0 0
mprotect(0x1039F7000, 0x2000, 0x1)       = 0 0
mprotect(0x1039AF000, 0x1000, 0x1)       = 0 0
mprotect(0x103995000, 0x1000, 0x1)       = 0 0
mprotect(0x1022E1000, 0xB5000, 0x1)      = 0 0
mprotect(0x103D7A000, 0x1000, 0x1)       = 0 0
mprotect(0x1038E9000, 0x2000, 0x1)       = 0 0
mprotect(0x103DB6000, 0x1000, 0x1)       = 0 0
mprotect(0x103DD7000, 0x1000, 0x1)       = 0 0
mprotect(0x103DE3000, 0x1000, 0x1)       = 0 0
mprotect(0x1035BA000, 0x11000, 0x1)      = 0 0
mprotect(0x1033F4000, 0x1000, 0x1)       = 0 0
mprotect(0x1036E8000, 0x8000, 0x1)       = 0 0
mprotect(0x103E8B000, 0xA000, 0x1)       = 0 0
mprotect(0x103EF7000, 0x1000, 0x1)       = 0 0
mprotect(0x10407F000, 0x1000, 0x1)       = 0 0
mprotect(0x1040AB000, 0x1000, 0x1)       = 0 0
mprotect(0x10396D000, 0x1000, 0x1)       = 0 0
mprotect(0x1040EE000, 0x1000, 0x1)       = 0 0
mprotect(0x103864000, 0xE000, 0x1)       = 0 0
mprotect(0x103907000, 0x1000, 0x1)       = 0 0
mprotect(0x1041F4000, 0x1000, 0x1)       = 0 0
mprotect(0x1042C3000, 0x2000, 0x1)       = 0 0
mprotect(0x104263000, 0x1000, 0x1)       = 0 0
mprotect(0x10C336000, 0x156000, 0x1)         = 0 0
mprotect(0x101627000, 0xA000, 0x1)       = 0 0
access("/AppleInternal/XBS/.isChrooted\0", 0x0, 0x0)         = -1 2
bsdthread_register(0x7FFF6C3EEB7C, 0x7FFF6C3EEB68, 0x2000)       = 1073742047 0
sysctlbyname(kern.bootargs, 0xD, 0x7FFEEE7D7970, 0x7FFEEE7D7960, 0x0)        = 0 0
ioctl(0x2, 0x4004667A, 0x7FFEEE7D7BE4)       = 0 0
mprotect(0x1042D0000, 0x1000, 0x0)       = 0 0
mprotect(0x1042D7000, 0x1000, 0x0)       = 0 0
mprotect(0x1042D8000, 0x1000, 0x0)       = 0 0
mprotect(0x1042DF000, 0x1000, 0x0)       = 0 0
mprotect(0x101B0A000, 0x90, 0x1)         = 0 0
mprotect(0x101B79000, 0x1000, 0x1)       = 0 0
mprotect(0x101B0A000, 0x90, 0x3)         = 0 0
mprotect(0x101B0A000, 0x90, 0x1)         = 0 0
issetugid(0x0, 0x0, 0x0)         = 0 0
getentropy(0x7FFEEE7D3950, 0x20, 0x0)        = 0 0
getentropy(0x7FFEEE7D39A0, 0x40, 0x0)        = 0 0
getpid(0x0, 0x0, 0x0)        = 48114 0
stat64("/AppleInternal\0", 0x7FFEEE7D7DE0, 0x0)      = -1 2
csops_audittoken(0xBBF2, 0x7, 0x7FFEEE7D7930)        = -1 22
proc_info(0x2, 0xBBF2, 0xD)      = 64 0
csops_audittoken(0xBBF2, 0x7, 0x7FFEEE7D71B0)        = -1 22
geteuid(0x0, 0x0, 0x0)       = 0 0
getuid(0x0, 0x0, 0x0)        = 0 0
dtrace: error on enabled probe ID 2210 (ID 572: syscall::sysctl:return): invalid kernel access in action #10 at DIF offset 28
gettid(0x7FFEEE7D6940, 0x7FFEEE7D6944, 0x0)      = -1 3
geteuid(0x0, 0x0, 0x0)       = 0 0
getegid(0x0, 0x0, 0x0)       = 0 0
csops(0xBBF2, 0x0, 0x7FFEEE7D769C)       = 0 0
gettid(0x7FFEEE7D6910, 0x7FFEEE7D6914, 0x0)      = -1 3
geteuid(0x0, 0x0, 0x0)       = 0 0
getegid(0x0, 0x0, 0x0)       = 0 0
dtrace: error on enabled probe ID 2210 (ID 572: syscall::sysctl:return): invalid kernel access in action #10 at DIF offset 28
getuid(0x0, 0x0, 0x0)        = 0 0
getgid(0x0, 0x0, 0x0)        = 0 0
geteuid(0x0, 0x0, 0x0)       = 0 0
getegid(0x0, 0x0, 0x0)       = 0 0
issetugid(0x0, 0x0, 0x0)         = 0 0
issetugid(0x0, 0x0, 0x0)         = 0 0
issetugid(0x0, 0x0, 0x0)         = 0 0
issetugid(0x0, 0x0, 0x0)         = 0 0
issetugid(0x0, 0x0, 0x0)         = 0 0
stat64("/etc/gnutls/config\0", 0x7FFEEE7D7F60, 0x0)      = -1 2
fstatat64(0xFFFFFFFFFFFFFFFE, 0x7FFEEE7DCDA6, 0x7FFEEE7DC838)        = 0 0
fstatat64(0xFFFFFFFFFFFFFFFE, 0x101608CBB, 0x7FFEEE7DC7A8)       = 0 0
open_nocancel(".\0", 0x0, 0x1)       = 3 0
fstat64(0x3, 0x7FFEEE7DC5E0, 0x0)        = 0 0
fcntl_nocancel(0x3, 0x32, 0x7FFC8F008200)        = 0 0
close_nocancel(0x3)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS\0", 0x7FFEEE7DC550, 0x0)      = 0 0
lstat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/Emacs\0", 0x7FFEEE7DC7E8, 0x0)       = 0 0
openat(0xFFFFFFFFFFFFFFFE, "/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/Emacs.pdmp\0", 0x1000000, 0x0)        = 3 0
fstat64(0x3, 0x7FFEEE7DC658, 0x0)        = 0 0
dtrace: error on enabled probe ID 2186 (ID 174: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
mmap(0x0, 0x11E1100, 0x0, 0x1002, 0xFFFFFFFFFFFFFFFF, 0x0)       = 0x1042E0000 0
mmap(0x1042E0000, 0xBBE000, 0x3, 0x12, 0x3, 0x0)         = 0x1042E0000 0
mmap(0x104E9E000, 0x27000, 0x3, 0x12, 0x3, 0xBBE000)         = 0x104E9E000 0
mmap(0x104EC5000, 0x5FC100, 0x3, 0x12, 0x3, 0xBE5000)        = 0x104EC5000 0
madvise(0x104E9E000, 0x27000, 0x4)       = 0 0
mprotect(0x104E9E000, 0x27000, 0x0)      = 0 0
getrlimit(0x1008, 0x7FFEEE7DC4A0, 0x0)       = 0 0
open_nocancel("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../lib/emacs/28.0.50/native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/lisp-mode-0189ba85598c041b7504f0a916c04219-1738806322de892570d69dfc55b437c2.eln\0", 0x0, 0x1B6)        = -1 2
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/lisp-mode-0189ba85598c041b7504f0a916c04219-1738806322de892570d69dfc55b437c2.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/lisp-mode-0189ba85598c041b7504f0a916c04219-1738806322de892570d69dfc55b437c2.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/lisp-mode-0189ba85598c041b7504f0a916c04219-1738806322de892570d69dfc55b437c2.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x1054C2000, 0x13000, 0x5, 0x12, 0x4, 0x0)      = 0x1054C2000 0
mmap(0x1054D5000, 0x1000, 0x3, 0x12, 0x4, 0x13000)       = 0x1054D5000 0
mmap(0x1054D6000, 0x1000, 0x3, 0x12, 0x4, 0x14000)       = 0x1054D6000 0
mmap(0x1054E0000, 0x1FFC, 0x1, 0x12, 0x4, 0x15000)       = 0x1054E0000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/lib/gcc/10/libgcc_s.1.dylib\0", 0x7FFEEE7DB250, 0x0)      = 0 0
stat64("/usr/local/lib/gcc/10/libgcc_s.1.dylib\0", 0x7FFEEE7DB6D0, 0x0)      = 0 0
open("/usr/local/lib/gcc/10/libgcc_s.1.dylib\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D2E40)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3008)         = 0 0
mmap(0x1054E2000, 0x16000, 0x5, 0x12, 0x4, 0x1000)       = 0x1054E2000 0
mmap(0x1054F8000, 0x1000, 0x3, 0x12, 0x4, 0x17000)       = 0x1054F8000 0
mmap(0x1054F9000, 0x9478, 0x1, 0x12, 0x4, 0x18000)       = 0x1054F9000 0
close(0x4)       = 0 0
mprotect(0x1054D5000, 0x1000, 0x1)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x10000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105513000, 0x1000, 0x3, 0x12, 0x4, 0x10000)       = 0x105513000 0
mmap(0x105514000, 0x1000, 0x3, 0x12, 0x4, 0x11000)       = 0x105514000 0
mmap(0x10551D000, 0x22C4, 0x1, 0x12, 0x4, 0x12000)       = 0x10551D000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105513000, 0x1000)      = 0 0
munmap(0x105514000, 0x9000)      = 0 0
munmap(0x10551D000, 0x3000)      = 0 0
munmap(0x105503000, 0x10000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/window-017c58e69b263375f09b4318e48ab504-0a87002749b8dcd2ff7130708aeef8ea.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/window-017c58e69b263375f09b4318e48ab504-0a87002749b8dcd2ff7130708aeef8ea.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/window-017c58e69b263375f09b4318e48ab504-0a87002749b8dcd2ff7130708aeef8ea.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x82000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105585000, 0x1000, 0x3, 0x12, 0x4, 0x82000)       = 0x105585000 0
mmap(0x105586000, 0x1000, 0x3, 0x12, 0x4, 0x83000)       = 0x105586000 0
mmap(0x1055C3000, 0xBD44, 0x1, 0x12, 0x4, 0x84000)       = 0x1055C3000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105585000, 0x1000)      = 0 0
munmap(0x105586000, 0x3D000)         = 0 0
munmap(0x1055C3000, 0xC000)      = 0 0
munmap(0x105503000, 0x82000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/page-add9f5864965ae08eec0ee60b49e30d9-992d5d788e58c93ac7deeb208c5648b7.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/page-add9f5864965ae08eec0ee60b49e30d9-992d5d788e58c93ac7deeb208c5648b7.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/page-add9f5864965ae08eec0ee60b49e30d9-992d5d788e58c93ac7deeb208c5648b7.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x101BF0000, 0x4000, 0x5, 0x12, 0x4, 0x0)       = 0x101BF0000 0
mmap(0x101BF4000, 0x1000, 0x3, 0x12, 0x4, 0x4000)        = 0x101BF4000 0
mmap(0x101BF5000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x101BF5000 0
mmap(0x101BF6000, 0x8BC, 0x1, 0x12, 0x4, 0x6000)         = 0x101BF6000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x101BF4000, 0x1000)      = 0 0
munmap(0x101BF5000, 0x1000)      = 0 0
munmap(0x101BF6000, 0x1000)      = 0 0
munmap(0x101BF0000, 0x4000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/isearch-56da672f6b695b8815a2b071375ff8bf-6e37c9f2a08caa842d1c19c980477824.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/isearch-56da672f6b695b8815a2b071375ff8bf-6e37c9f2a08caa842d1c19c980477824.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/isearch-56da672f6b695b8815a2b071375ff8bf-6e37c9f2a08caa842d1c19c980477824.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x3F000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105542000, 0x1000, 0x3, 0x12, 0x4, 0x3F000)       = 0x105542000 0
mmap(0x105543000, 0x1000, 0x3, 0x12, 0x4, 0x40000)       = 0x105543000 0
mmap(0x105564000, 0x762C, 0x1, 0x12, 0x4, 0x41000)       = 0x105564000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105542000, 0x1000)      = 0 0
munmap(0x105543000, 0x21000)         = 0 0
munmap(0x105564000, 0x8000)      = 0 0
munmap(0x105503000, 0x3F000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/faces-5ade971fb1f31ff94a2f98c36f1944aa-3821110c4ad4e38d53fc627e92730983.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/faces-5ade971fb1f31ff94a2f98c36f1944aa-3821110c4ad4e38d53fc627e92730983.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/faces-5ade971fb1f31ff94a2f98c36f1944aa-3821110c4ad4e38d53fc627e92730983.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x26000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105529000, 0x1000, 0x3, 0x12, 0x4, 0x26000)       = 0x105529000 0
mmap(0x10552A000, 0x1000, 0x3, 0x12, 0x4, 0x27000)       = 0x10552A000 0
mmap(0x105541000, 0x417C, 0x1, 0x12, 0x4, 0x28000)       = 0x105541000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105529000, 0x1000)      = 0 0
munmap(0x10552A000, 0x17000)         = 0 0
munmap(0x105541000, 0x5000)      = 0 0
munmap(0x105503000, 0x26000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/subr-855aba95aa2ffa8d3e7b5de492b21864-89d38f6c2f20f083aed4e0aedbf8b867.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/subr-855aba95aa2ffa8d3e7b5de492b21864-89d38f6c2f20f083aed4e0aedbf8b867.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/subr-855aba95aa2ffa8d3e7b5de492b21864-89d38f6c2f20f083aed4e0aedbf8b867.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x5A000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x10555D000, 0x1000, 0x3, 0x12, 0x4, 0x5A000)       = 0x10555D000 0
mmap(0x10555E000, 0x1000, 0x3, 0x12, 0x4, 0x5B000)       = 0x10555E000 0
mmap(0x105591000, 0x96FC, 0x1, 0x12, 0x4, 0x5C000)       = 0x105591000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10555D000, 0x1000)      = 0 0
munmap(0x10555E000, 0x33000)         = 0 0
munmap(0x105591000, 0xA000)      = 0 0
munmap(0x105503000, 0x5A000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/byte-run-319827fcd885bb602259a2cc0b75bf6c-da4c738b323c8acca2bebc4b3ccf62e3.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/byte-run-319827fcd885bb602259a2cc0b75bf6c-da4c738b323c8acca2bebc4b3ccf62e3.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/byte-run-319827fcd885bb602259a2cc0b75bf6c-da4c738b323c8acca2bebc4b3ccf62e3.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xD000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105511000, 0x1000, 0x3, 0x12, 0x4, 0xE000)        = 0x105511000 0
mmap(0x105518000, 0x1764, 0x1, 0x12, 0x4, 0xF000)        = 0x105518000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105510000, 0x1000)      = 0 0
munmap(0x105511000, 0x7000)      = 0 0
munmap(0x105518000, 0x2000)      = 0 0
munmap(0x105503000, 0xD000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/simple-a2080055ca805c135b2cdd7dfd1575b7-5f34adffe8f33dc5b3491e4393347fb1.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/simple-a2080055ca805c135b2cdd7dfd1575b7-5f34adffe8f33dc5b3491e4393347fb1.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/simple-a2080055ca805c135b2cdd7dfd1575b7-5f34adffe8f33dc5b3491e4393347fb1.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x7E000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105581000, 0x1000, 0x3, 0x12, 0x4, 0x7E000)       = 0x105581000 0
mmap(0x105582000, 0x1000, 0x3, 0x12, 0x4, 0x7F000)       = 0x105582000 0
mmap(0x1055C7000, 0xE01C, 0x1, 0x12, 0x4, 0x80000)       = 0x1055C7000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105581000, 0x1000)      = 0 0
munmap(0x105582000, 0x45000)         = 0 0
munmap(0x1055C7000, 0xF000)      = 0 0
munmap(0x105503000, 0x7E000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cl-preloaded-accf9e445136b056f6d401cfac1b2cf1-90d761e3cf860d0c907e834f7bb0d5a4.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cl-preloaded-accf9e445136b056f6d401cfac1b2cf1-90d761e3cf860d0c907e834f7bb0d5a4.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cl-preloaded-accf9e445136b056f6d401cfac1b2cf1-90d761e3cf860d0c907e834f7bb0d5a4.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xD000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105511000, 0x1000, 0x3, 0x12, 0x4, 0xE000)        = 0x105511000 0
mmap(0x105518000, 0x279C, 0x1, 0x12, 0x4, 0xF000)        = 0x105518000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105510000, 0x1000)      = 0 0
munmap(0x105511000, 0x7000)      = 0 0
munmap(0x105518000, 0x3000)      = 0 0
munmap(0x105503000, 0xD000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cl-generic-849ef5b687f20a78403b7569c912a872-18025b2e97608ff94308497d353a1a74.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cl-generic-849ef5b687f20a78403b7569c912a872-18025b2e97608ff94308497d353a1a74.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cl-generic-849ef5b687f20a78403b7569c912a872-18025b2e97608ff94308497d353a1a74.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x21000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105524000, 0x1000, 0x3, 0x12, 0x4, 0x21000)       = 0x105524000 0
mmap(0x105525000, 0x1000, 0x3, 0x12, 0x4, 0x22000)       = 0x105525000 0
mmap(0x105536000, 0x47C4, 0x1, 0x12, 0x4, 0x23000)       = 0x105536000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105524000, 0x1000)      = 0 0
munmap(0x105525000, 0x11000)         = 0 0
munmap(0x105536000, 0x5000)      = 0 0
munmap(0x105503000, 0x21000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/macroexp-17d3f34f871fc82cdfc26451c70f18f0-654b140d2b28dfb6e76579fb63907f5a.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/macroexp-17d3f34f871fc82cdfc26451c70f18f0-654b140d2b28dfb6e76579fb63907f5a.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/macroexp-17d3f34f871fc82cdfc26451c70f18f0-654b140d2b28dfb6e76579fb63907f5a.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xB000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550E000, 0x1000, 0x3, 0x12, 0x4, 0xB000)        = 0x10550E000 0
mmap(0x10550F000, 0x1000, 0x3, 0x12, 0x4, 0xC000)        = 0x10550F000 0
mmap(0x105513000, 0x16A4, 0x1, 0x12, 0x4, 0xD000)        = 0x105513000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550E000, 0x1000)      = 0 0
munmap(0x10550F000, 0x4000)      = 0 0
munmap(0x105513000, 0x2000)      = 0 0
munmap(0x105503000, 0xB000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/files-8636a2ab1a37b588236459504ba74e05-030086bb335a0a4fb94ad15a79fd4320.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/files-8636a2ab1a37b588236459504ba74e05-030086bb335a0a4fb94ad15a79fd4320.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/files-8636a2ab1a37b588236459504ba74e05-030086bb335a0a4fb94ad15a79fd4320.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x62000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105565000, 0x1000, 0x3, 0x12, 0x4, 0x62000)       = 0x105565000 0
mmap(0x105566000, 0x1000, 0x3, 0x12, 0x4, 0x63000)       = 0x105566000 0
mmap(0x10559A000, 0x9B7C, 0x1, 0x12, 0x4, 0x64000)       = 0x10559A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105565000, 0x1000)      = 0 0
munmap(0x105566000, 0x34000)         = 0 0
munmap(0x10559A000, 0xA000)      = 0 0
munmap(0x105503000, 0x62000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/frame-de4cf1ab5e9ab46624911b63027608e3-d3bb0bbf8654d6ecb8cfb547c5565424.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/frame-de4cf1ab5e9ab46624911b63027608e3-d3bb0bbf8654d6ecb8cfb547c5565424.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/frame-de4cf1ab5e9ab46624911b63027608e3-d3bb0bbf8654d6ecb8cfb547c5565424.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x25000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105528000, 0x1000, 0x3, 0x12, 0x4, 0x25000)       = 0x105528000 0
mmap(0x105529000, 0x1000, 0x3, 0x12, 0x4, 0x26000)       = 0x105529000 0
mmap(0x10553D000, 0x485C, 0x1, 0x12, 0x4, 0x27000)       = 0x10553D000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105528000, 0x1000)      = 0 0
munmap(0x105529000, 0x14000)         = 0 0
munmap(0x10553D000, 0x5000)      = 0 0
munmap(0x105503000, 0x25000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/version-9d72b56f73f59817c60bc1fad8f7c191-6d27645e451c5b183a6f8f35a6118426.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/version-9d72b56f73f59817c60bc1fad8f7c191-6d27645e451c5b183a6f8f35a6118426.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/version-9d72b56f73f59817c60bc1fad8f7c191-6d27645e451c5b183a6f8f35a6118426.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x4000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105507000, 0x1000, 0x3, 0x12, 0x4, 0x4000)        = 0x105507000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x10550A000, 0x854, 0x1, 0x12, 0x4, 0x6000)         = 0x10550A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105507000, 0x1000)      = 0 0
munmap(0x105508000, 0x2000)      = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x105503000, 0x4000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/format-bc8ffc2758a82942657e27a9f18b2828-f591e1fb3b6ab18b43e3f2e0bf20cc54.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/format-bc8ffc2758a82942657e27a9f18b2828-f591e1fb3b6ab18b43e3f2e0bf20cc54.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/format-bc8ffc2758a82942657e27a9f18b2828-f591e1fb3b6ab18b43e3f2e0bf20cc54.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x10000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105513000, 0x1000, 0x3, 0x12, 0x4, 0x10000)       = 0x105513000 0
mmap(0x105514000, 0x1000, 0x3, 0x12, 0x4, 0x11000)       = 0x105514000 0
mmap(0x10551B000, 0x1594, 0x1, 0x12, 0x4, 0x12000)       = 0x10551B000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105513000, 0x1000)      = 0 0
munmap(0x105514000, 0x7000)      = 0 0
munmap(0x10551B000, 0x2000)      = 0 0
munmap(0x105503000, 0x10000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/minibuffer-9680d0375458c14897cdf299a86ad761-73cfbafbe61e956ca5e57be867502d98.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/minibuffer-9680d0375458c14897cdf299a86ad761-73cfbafbe61e956ca5e57be867502d98.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/minibuffer-9680d0375458c14897cdf299a86ad761-73cfbafbe61e956ca5e57be867502d98.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x36000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105539000, 0x1000, 0x3, 0x12, 0x4, 0x36000)       = 0x105539000 0
mmap(0x10553A000, 0x1000, 0x3, 0x12, 0x4, 0x37000)       = 0x10553A000 0
mmap(0x105553000, 0x71F4, 0x1, 0x12, 0x4, 0x38000)       = 0x105553000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105539000, 0x1000)      = 0 0
munmap(0x10553A000, 0x19000)         = 0 0
munmap(0x105553000, 0x8000)      = 0 0
munmap(0x105503000, 0x36000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/custom-8b2bc544ac2bd3cc5eb5af518b5b7d03-901aa3c85f0f1e832d4172d173104c31.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/custom-8b2bc544ac2bd3cc5eb5af518b5b7d03-901aa3c85f0f1e832d4172d173104c31.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/custom-8b2bc544ac2bd3cc5eb5af518b5b7d03-901aa3c85f0f1e832d4172d173104c31.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x18000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x10551B000, 0x1000, 0x3, 0x12, 0x4, 0x18000)       = 0x10551B000 0
mmap(0x10551C000, 0x1000, 0x3, 0x12, 0x4, 0x19000)       = 0x10551C000 0
mmap(0x10552A000, 0x2814, 0x1, 0x12, 0x4, 0x1A000)       = 0x10552A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10551B000, 0x1000)      = 0 0
munmap(0x10551C000, 0xE000)      = 0 0
munmap(0x10552A000, 0x3000)      = 0 0
munmap(0x105503000, 0x18000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tab-bar-5b4f443f715cd391be4ff492c678240a-c7adf9c6e2ae9e72c44dc958dad8f8a8.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tab-bar-5b4f443f715cd391be4ff492c678240a-c7adf9c6e2ae9e72c44dc958dad8f8a8.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tab-bar-5b4f443f715cd391be4ff492c678240a-c7adf9c6e2ae9e72c44dc958dad8f8a8.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x1A000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x10551D000, 0x1000, 0x3, 0x12, 0x4, 0x1A000)       = 0x10551D000 0
mmap(0x10551E000, 0x1000, 0x3, 0x12, 0x4, 0x1B000)       = 0x10551E000 0
mmap(0x10552B000, 0x33E4, 0x1, 0x12, 0x4, 0x1C000)       = 0x10552B000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10551D000, 0x1000)      = 0 0
munmap(0x10551E000, 0xD000)      = 0 0
munmap(0x10552B000, 0x4000)      = 0 0
munmap(0x105503000, 0x1A000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/button-e06090c698e9b3fd9c7b5dfd0cd1f3a0-216ee262c814c843bca3c34643ca617d.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/button-e06090c698e9b3fd9c7b5dfd0cd1f3a0-216ee262c814c843bca3c34643ca617d.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/button-e06090c698e9b3fd9c7b5dfd0cd1f3a0-216ee262c814c843bca3c34643ca617d.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xA000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550D000, 0x1000, 0x3, 0x12, 0x4, 0xA000)        = 0x10550D000 0
mmap(0x10550E000, 0x1000, 0x3, 0x12, 0x4, 0xB000)        = 0x10550E000 0
mmap(0x105513000, 0x1264, 0x1, 0x12, 0x4, 0xC000)        = 0x105513000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550D000, 0x1000)      = 0 0
munmap(0x10550E000, 0x5000)      = 0 0
munmap(0x105513000, 0x2000)      = 0 0
munmap(0x105503000, 0xA000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mule-cmds-474ecc964dc29d332649f47da580623b-e4e074c35cdcba59733cb113a9e907b5.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mule-cmds-474ecc964dc29d332649f47da580623b-e4e074c35cdcba59733cb113a9e907b5.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mule-cmds-474ecc964dc29d332649f47da580623b-e4e074c35cdcba59733cb113a9e907b5.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x26000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105529000, 0x1000, 0x3, 0x12, 0x4, 0x26000)       = 0x105529000 0
mmap(0x10552A000, 0x1000, 0x3, 0x12, 0x4, 0x27000)       = 0x10552A000 0
mmap(0x10553F000, 0x41E4, 0x1, 0x12, 0x4, 0x28000)       = 0x10553F000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105529000, 0x1000)      = 0 0
munmap(0x10552A000, 0x15000)         = 0 0
munmap(0x10553F000, 0x5000)      = 0 0
munmap(0x105503000, 0x26000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mule-02e3300c8e091802b513013f34b98eec-07b4d18d1bb61cd250b565c26b8a4586.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mule-02e3300c8e091802b513013f34b98eec-07b4d18d1bb61cd250b565c26b8a4586.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mule-02e3300c8e091802b513013f34b98eec-07b4d18d1bb61cd250b565c26b8a4586.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x25000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105528000, 0x1000, 0x3, 0x12, 0x4, 0x25000)       = 0x105528000 0
mmap(0x105529000, 0x1000, 0x3, 0x12, 0x4, 0x26000)       = 0x105529000 0
mmap(0x10553A000, 0x3184, 0x1, 0x12, 0x4, 0x27000)       = 0x10553A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105528000, 0x1000)      = 0 0
munmap(0x105529000, 0x11000)         = 0 0
munmap(0x10553A000, 0x4000)      = 0 0
munmap(0x105503000, 0x25000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/regexp-opt-433f6da108bab93c4f091265e060899e-78cfed71e5f3f3654ffcf41ceb76f8f0.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/regexp-opt-433f6da108bab93c4f091265e060899e-78cfed71e5f3f3654ffcf41ceb76f8f0.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/regexp-opt-433f6da108bab93c4f091265e060899e-78cfed71e5f3f3654ffcf41ceb76f8f0.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x5000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x105509000, 0x1000, 0x3, 0x12, 0x4, 0x6000)        = 0x105509000 0
mmap(0x10550B000, 0x8BC, 0x1, 0x12, 0x4, 0x7000)         = 0x10550B000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105508000, 0x1000)      = 0 0
munmap(0x105509000, 0x2000)      = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x105503000, 0x5000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/bindings-7ac557386458ed64cfc103cecd4ff731-d7a3410c544ad675d758df3b3589dc32.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/bindings-7ac557386458ed64cfc103cecd4ff731-d7a3410c544ad675d758df3b3589dc32.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/bindings-7ac557386458ed64cfc103cecd4ff731-d7a3410c544ad675d758df3b3589dc32.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x12000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105515000, 0x1000, 0x3, 0x12, 0x4, 0x12000)       = 0x105515000 0
mmap(0x105516000, 0x1000, 0x3, 0x12, 0x4, 0x13000)       = 0x105516000 0
mmap(0x105521000, 0x1A5C, 0x1, 0x12, 0x4, 0x14000)       = 0x105521000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105515000, 0x1000)      = 0 0
munmap(0x105516000, 0xB000)      = 0 0
munmap(0x105521000, 0x2000)      = 0 0
munmap(0x105503000, 0x12000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/buff-menu-9203d6ec4aab52455baf3aa902473b4f-92291efe627a199e712e424f2f38f476.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/buff-menu-9203d6ec4aab52455baf3aa902473b4f-92291efe627a199e712e424f2f38f476.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/buff-menu-9203d6ec4aab52455baf3aa902473b4f-92291efe627a199e712e424f2f38f476.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xD000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105511000, 0x1000, 0x3, 0x12, 0x4, 0xE000)        = 0x105511000 0
mmap(0x105518000, 0x1F94, 0x1, 0x12, 0x4, 0xF000)        = 0x105518000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105510000, 0x1000)      = 0 0
munmap(0x105511000, 0x7000)      = 0 0
munmap(0x105518000, 0x2000)      = 0 0
munmap(0x105503000, 0xD000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tabulated-list-280429f06cfdc4d027f2a4f0c7f6c869-9c36d678ddeaad9f192736ccf4de5d39.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tabulated-list-280429f06cfdc4d027f2a4f0c7f6c869-9c36d678ddeaad9f192736ccf4de5d39.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tabulated-list-280429f06cfdc4d027f2a4f0c7f6c869-9c36d678ddeaad9f192736ccf4de5d39.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xD000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105511000, 0x1000, 0x3, 0x12, 0x4, 0xE000)        = 0x105511000 0
mmap(0x105517000, 0x1A14, 0x1, 0x12, 0x4, 0xF000)        = 0x105517000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105510000, 0x1000)      = 0 0
munmap(0x105511000, 0x6000)      = 0 0
munmap(0x105517000, 0x2000)      = 0 0
munmap(0x105503000, 0xD000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/abbrev-9078b35db34c9e712bd84fcb7a620460-da37c4494e5b51ce65a7ef398731936f.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/abbrev-9078b35db34c9e712bd84fcb7a620460-da37c4494e5b51ce65a7ef398731936f.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/abbrev-9078b35db34c9e712bd84fcb7a620460-da37c4494e5b51ce65a7ef398731936f.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x11000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105514000, 0x1000, 0x3, 0x12, 0x4, 0x11000)       = 0x105514000 0
mmap(0x105515000, 0x1000, 0x3, 0x12, 0x4, 0x12000)       = 0x105515000 0
mmap(0x10551D000, 0x22F4, 0x1, 0x12, 0x4, 0x13000)       = 0x10551D000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105514000, 0x1000)      = 0 0
munmap(0x105515000, 0x8000)      = 0 0
munmap(0x10551D000, 0x3000)      = 0 0
munmap(0x105503000, 0x11000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/prog-mode-8f6c5edb0203fd1108e24fea5f798e14-dd5127c0ec32714127bf50ebd136ce8d.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/prog-mode-8f6c5edb0203fd1108e24fea5f798e14-dd5127c0ec32714127bf50ebd136ce8d.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/prog-mode-8f6c5edb0203fd1108e24fea5f798e14-dd5127c0ec32714127bf50ebd136ce8d.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x8000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550C000, 0x1000, 0x3, 0x12, 0x4, 0x9000)        = 0x10550C000 0
mmap(0x105510000, 0x1194, 0x1, 0x12, 0x4, 0xA000)        = 0x105510000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x10550C000, 0x4000)      = 0 0
munmap(0x105510000, 0x2000)      = 0 0
munmap(0x105503000, 0x8000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/vc-hooks-481669ebd8167bbefd7b296dc11c1db6-7e4ef831a6c5379094c483d61157b90a.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/vc-hooks-481669ebd8167bbefd7b296dc11c1db6-7e4ef831a6c5379094c483d61157b90a.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/vc-hooks-481669ebd8167bbefd7b296dc11c1db6-7e4ef831a6c5379094c483d61157b90a.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xE000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105511000, 0x1000, 0x3, 0x12, 0x4, 0xE000)        = 0x105511000 0
mmap(0x105512000, 0x1000, 0x3, 0x12, 0x4, 0xF000)        = 0x105512000 0
mmap(0x10551A000, 0x1BDC, 0x1, 0x12, 0x4, 0x10000)       = 0x10551A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105511000, 0x1000)      = 0 0
munmap(0x105512000, 0x8000)      = 0 0
munmap(0x10551A000, 0x2000)      = 0 0
munmap(0x105503000, 0xE000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/hebrew-9df9ebf389d95dc196bb1d6af14411dc-2c420de823dd548e4e2b13312670be17.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/hebrew-9df9ebf389d95dc196bb1d6af14411dc-2c420de823dd548e4e2b13312670be17.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/hebrew-9df9ebf389d95dc196bb1d6af14411dc-2c420de823dd548e4e2b13312670be17.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x5000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x105509000, 0x1000, 0x3, 0x12, 0x4, 0x6000)        = 0x105509000 0
mmap(0x10550A000, 0x64C, 0x1, 0x12, 0x4, 0x7000)         = 0x10550A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105508000, 0x1000)      = 0 0
munmap(0x105509000, 0x1000)      = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x105503000, 0x5000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/case-table-0f8cb722fdb0f41c4e571a96140d07b0-2de280b94038fb78cb3ecd85e1cf2faf.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/case-table-0f8cb722fdb0f41c4e571a96140d07b0-2de280b94038fb78cb3ecd85e1cf2faf.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/case-table-0f8cb722fdb0f41c4e571a96140d07b0-2de280b94038fb78cb3ecd85e1cf2faf.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x4000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105507000, 0x1000, 0x3, 0x12, 0x4, 0x4000)        = 0x105507000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x10550A000, 0xA64, 0x1, 0x12, 0x4, 0x6000)         = 0x10550A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105507000, 0x1000)      = 0 0
munmap(0x105508000, 0x2000)      = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x105503000, 0x4000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mule-util-429a54e3cf57581d2babee3f02f281a3-be57bb5ae5733a27b3de302d7e81e7bc.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mule-util-429a54e3cf57581d2babee3f02f281a3-be57bb5ae5733a27b3de302d7e81e7bc.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mule-util-429a54e3cf57581d2babee3f02f281a3-be57bb5ae5733a27b3de302d7e81e7bc.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x9000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550C000, 0x1000, 0x3, 0x12, 0x4, 0x9000)        = 0x10550C000 0
mmap(0x10550D000, 0x1000, 0x3, 0x12, 0x4, 0xA000)        = 0x10550D000 0
mmap(0x105510000, 0x1144, 0x1, 0x12, 0x4, 0xB000)        = 0x105510000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550C000, 0x1000)      = 0 0
munmap(0x10550D000, 0x3000)      = 0 0
munmap(0x105510000, 0x2000)      = 0 0
munmap(0x105503000, 0x9000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/menu-bar-93c1a0b619858d979b2d41488fd853f6-1b8cf3ac90fb36834afa1e63faa63855.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/menu-bar-93c1a0b619858d979b2d41488fd853f6-1b8cf3ac90fb36834afa1e63faa63855.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/menu-bar-93c1a0b619858d979b2d41488fd853f6-1b8cf3ac90fb36834afa1e63faa63855.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x25000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105528000, 0x1000, 0x3, 0x12, 0x4, 0x25000)       = 0x105528000 0
mmap(0x105529000, 0x1000, 0x3, 0x12, 0x4, 0x26000)       = 0x105529000 0
mmap(0x105541000, 0x4324, 0x1, 0x12, 0x4, 0x27000)       = 0x105541000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105528000, 0x1000)      = 0 0
munmap(0x105529000, 0x18000)         = 0 0
munmap(0x105541000, 0x5000)      = 0 0
munmap(0x105503000, 0x25000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/facemenu-066ea9c1a827bc713146311b6c1d51f8-334907ef15a19870e791f5bf4109edf3.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/facemenu-066ea9c1a827bc713146311b6c1d51f8-334907ef15a19870e791f5bf4109edf3.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/facemenu-066ea9c1a827bc713146311b6c1d51f8-334907ef15a19870e791f5bf4109edf3.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xF000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105512000, 0x1000, 0x3, 0x12, 0x4, 0xF000)        = 0x105512000 0
mmap(0x105513000, 0x1000, 0x3, 0x12, 0x4, 0x10000)       = 0x105513000 0
mmap(0x10551A000, 0x1754, 0x1, 0x12, 0x4, 0x11000)       = 0x10551A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105512000, 0x1000)      = 0 0
munmap(0x105513000, 0x7000)      = 0 0
munmap(0x10551A000, 0x2000)      = 0 0
munmap(0x105503000, 0xF000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/font-lock-aabc35640d08652da332444f48b89012-16c05d119b386174ea5b31c0c563e13e.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/font-lock-aabc35640d08652da332444f48b89012-16c05d119b386174ea5b31c0c563e13e.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/font-lock-aabc35640d08652da332444f48b89012-16c05d119b386174ea5b31c0c563e13e.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x19000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x10551C000, 0x1000, 0x3, 0x12, 0x4, 0x19000)       = 0x10551C000 0
mmap(0x10551D000, 0x1000, 0x3, 0x12, 0x4, 0x1A000)       = 0x10551D000 0
mmap(0x10552B000, 0x2DA4, 0x1, 0x12, 0x4, 0x1B000)       = 0x10552B000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10551C000, 0x1000)      = 0 0
munmap(0x10551D000, 0xE000)      = 0 0
munmap(0x10552B000, 0x3000)      = 0 0
munmap(0x105503000, 0x19000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/jit-lock-ed03c9fbeab3f6e8cf4a8aa790f37d33-a56a8433343354d31f953acb02ee46eb.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/jit-lock-ed03c9fbeab3f6e8cf4a8aa790f37d33-a56a8433343354d31f953acb02ee46eb.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/jit-lock-ed03c9fbeab3f6e8cf4a8aa790f37d33-a56a8433343354d31f953acb02ee46eb.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xC000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550F000, 0x1000, 0x3, 0x12, 0x4, 0xC000)        = 0x10550F000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105515000, 0x1644, 0x1, 0x12, 0x4, 0xE000)        = 0x105515000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550F000, 0x1000)      = 0 0
munmap(0x105510000, 0x5000)      = 0 0
munmap(0x105515000, 0x2000)      = 0 0
munmap(0x105503000, 0xC000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/env-c5329215677631496925c8b95c562c26-5c9d9d8b5dd69fef05e03dfb856f190a.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/env-c5329215677631496925c8b95c562c26-5c9d9d8b5dd69fef05e03dfb856f190a.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/env-c5329215677631496925c8b95c562c26-5c9d9d8b5dd69fef05e03dfb856f190a.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x4000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105507000, 0x1000, 0x3, 0x12, 0x4, 0x4000)        = 0x105507000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x10550A000, 0x8AC, 0x1, 0x12, 0x4, 0x6000)         = 0x10550A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105507000, 0x1000)      = 0 0
munmap(0x105508000, 0x2000)      = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x105503000, 0x4000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/dnd-e7a7a2c0cb0d887ef7f6c550c7c4cb71-2853c40dbf420fe7d9eb67c75e40f49d.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/dnd-e7a7a2c0cb0d887ef7f6c550c7c4cb71-2853c40dbf420fe7d9eb67c75e40f49d.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/dnd-e7a7a2c0cb0d887ef7f6c550c7c4cb71-2853c40dbf420fe7d9eb67c75e40f49d.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x5000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x105509000, 0x1000, 0x3, 0x12, 0x4, 0x6000)        = 0x105509000 0
mmap(0x10550B000, 0xA54, 0x1, 0x12, 0x4, 0x7000)         = 0x10550B000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105508000, 0x1000)      = 0 0
munmap(0x105509000, 0x2000)      = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x105503000, 0x5000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tty-colors-3c7dbc2916341ebe7da15535347a8d6d-c78bb457cb390648e8baf9a0f6c55cd5.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tty-colors-3c7dbc2916341ebe7da15535347a8d6d-c78bb457cb390648e8baf9a0f6c55cd5.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tty-colors-3c7dbc2916341ebe7da15535347a8d6d-c78bb457cb390648e8baf9a0f6c55cd5.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xC000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550F000, 0x1000, 0x3, 0x12, 0x4, 0xC000)        = 0x10550F000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105518000, 0xD44, 0x1, 0x12, 0x4, 0xE000)         = 0x105518000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550F000, 0x1000)      = 0 0
munmap(0x105510000, 0x8000)      = 0 0
munmap(0x105518000, 0x1000)      = 0 0
munmap(0x105503000, 0xC000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/common-win-cb208b94780a24dbfb59bbd3119a9c94-b123ecfb2ad60a40f7c62f2591f333ff.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/common-win-cb208b94780a24dbfb59bbd3119a9c94-b123ecfb2ad60a40f7c62f2591f333ff.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/common-win-cb208b94780a24dbfb59bbd3119a9c94-b123ecfb2ad60a40f7c62f2591f333ff.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x7000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550A000, 0x1000, 0x3, 0x12, 0x4, 0x7000)        = 0x10550A000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550F000, 0xB04, 0x1, 0x12, 0x4, 0x9000)         = 0x10550F000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x10550B000, 0x4000)      = 0 0
munmap(0x10550F000, 0x1000)      = 0 0
munmap(0x105503000, 0x7000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/timer-b0772018419ad5f0a4528433df4ee21b-93df265271fbc803d865720309226149.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/timer-b0772018419ad5f0a4528433df4ee21b-93df265271fbc803d865720309226149.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/timer-b0772018419ad5f0a4528433df4ee21b-93df265271fbc803d865720309226149.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xC000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550F000, 0x1000, 0x3, 0x12, 0x4, 0xC000)        = 0x10550F000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105516000, 0x2014, 0x1, 0x12, 0x4, 0xE000)        = 0x105516000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550F000, 0x1000)      = 0 0
munmap(0x105510000, 0x6000)      = 0 0
munmap(0x105516000, 0x3000)      = 0 0
munmap(0x105503000, 0xC000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/epa-hook-a526db59936175bc177cbf57944ff5f5-6a1a996716b311f0fbf9b3ee71804dec.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/epa-hook-a526db59936175bc177cbf57944ff5f5-6a1a996716b311f0fbf9b3ee71804dec.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/epa-hook-a526db59936175bc177cbf57944ff5f5-6a1a996716b311f0fbf9b3ee71804dec.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x4000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105507000, 0x1000, 0x3, 0x12, 0x4, 0x4000)        = 0x105507000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x10550A000, 0x8E4, 0x1, 0x12, 0x4, 0x6000)         = 0x10550A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105507000, 0x1000)      = 0 0
munmap(0x105508000, 0x2000)      = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x105503000, 0x4000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/elisp-mode-ff1c605b4ca43095f85d60d63187a210-77321142e1b7240618814659c215c179.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/elisp-mode-ff1c605b4ca43095f85d60d63187a210-77321142e1b7240618814659c215c179.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/elisp-mode-ff1c605b4ca43095f85d60d63187a210-77321142e1b7240618814659c215c179.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x1F000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105522000, 0x1000, 0x3, 0x12, 0x4, 0x1F000)       = 0x105522000 0
mmap(0x105523000, 0x1000, 0x3, 0x12, 0x4, 0x20000)       = 0x105523000 0
mmap(0x105531000, 0x3C2C, 0x1, 0x12, 0x4, 0x21000)       = 0x105531000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105522000, 0x1000)      = 0 0
munmap(0x105523000, 0xE000)      = 0 0
munmap(0x105531000, 0x4000)      = 0 0
munmap(0x105503000, 0x1F000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mouse-ca0485a297f42e163572667205cdac1c-097d716fa8104f6dfa7d1e047818cdcb.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mouse-ca0485a297f42e163572667205cdac1c-097d716fa8104f6dfa7d1e047818cdcb.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mouse-ca0485a297f42e163572667205cdac1c-097d716fa8104f6dfa7d1e047818cdcb.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x26000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105529000, 0x1000, 0x3, 0x12, 0x4, 0x26000)       = 0x105529000 0
mmap(0x10552A000, 0x1000, 0x3, 0x12, 0x4, 0x27000)       = 0x10552A000 0
mmap(0x10553A000, 0x3DF4, 0x1, 0x12, 0x4, 0x28000)       = 0x10553A000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105529000, 0x1000)      = 0 0
munmap(0x10552A000, 0x10000)         = 0 0
munmap(0x10553A000, 0x4000)      = 0 0
munmap(0x105503000, 0x26000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/composite-107627548df55fe663c4e8ebc2975bdf-791588d94eaea51dc8566af61759a0e0.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/composite-107627548df55fe663c4e8ebc2975bdf-791588d94eaea51dc8566af61759a0e0.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/composite-107627548df55fe663c4e8ebc2975bdf-791588d94eaea51dc8566af61759a0e0.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x14000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105517000, 0x1000, 0x3, 0x12, 0x4, 0x14000)       = 0x105517000 0
mmap(0x105518000, 0x1000, 0x3, 0x12, 0x4, 0x15000)       = 0x105518000 0
mmap(0x10551F000, 0x1E0C, 0x1, 0x12, 0x4, 0x16000)       = 0x10551F000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105517000, 0x1000)      = 0 0
munmap(0x105518000, 0x7000)      = 0 0
munmap(0x10551F000, 0x2000)      = 0 0
munmap(0x105503000, 0x14000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/fringe-95d55f78a88835a56aa2442689b959d1-397d19ef281637a4a17b641e69a01330.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/fringe-95d55f78a88835a56aa2442689b959d1-397d19ef281637a4a17b641e69a01330.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/fringe-95d55f78a88835a56aa2442689b959d1-397d19ef281637a4a17b641e69a01330.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x6000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105509000, 0x1000, 0x3, 0x12, 0x4, 0x6000)        = 0x105509000 0
mmap(0x10550A000, 0x1000, 0x3, 0x12, 0x4, 0x7000)        = 0x10550A000 0
mmap(0x10550D000, 0x9FC, 0x1, 0x12, 0x4, 0x8000)         = 0x10550D000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105509000, 0x1000)      = 0 0
munmap(0x10550A000, 0x3000)      = 0 0
munmap(0x10550D000, 0x1000)      = 0 0
munmap(0x105503000, 0x6000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cus-face-e6195acebeb47db2d3aab017e0a4f1b8-9e53aa9475f526d80a2442ba474f8b4c.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cus-face-e6195acebeb47db2d3aab017e0a4f1b8-9e53aa9475f526d80a2442ba474f8b4c.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cus-face-e6195acebeb47db2d3aab017e0a4f1b8-9e53aa9475f526d80a2442ba474f8b4c.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x6000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105509000, 0x1000, 0x3, 0x12, 0x4, 0x6000)        = 0x105509000 0
mmap(0x10550A000, 0x1000, 0x3, 0x12, 0x4, 0x7000)        = 0x10550A000 0
mmap(0x10550D000, 0x8D4, 0x1, 0x12, 0x4, 0x8000)         = 0x10550D000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105509000, 0x1000)      = 0 0
munmap(0x10550A000, 0x3000)      = 0 0
munmap(0x10550D000, 0x1000)      = 0 0
munmap(0x105503000, 0x6000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/lisp-026f3909de04f1221d46ce00c473a135-470e0ac03429d2abb09c99c0834481f1.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/lisp-026f3909de04f1221d46ce00c473a135-470e0ac03429d2abb09c99c0834481f1.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/lisp-026f3909de04f1221d46ce00c473a135-470e0ac03429d2abb09c99c0834481f1.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xB000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550E000, 0x1000, 0x3, 0x12, 0x4, 0xB000)        = 0x10550E000 0
mmap(0x10550F000, 0x1000, 0x3, 0x12, 0x4, 0xC000)        = 0x10550F000 0
mmap(0x105514000, 0x13CC, 0x1, 0x12, 0x4, 0xD000)        = 0x105514000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550E000, 0x1000)      = 0 0
munmap(0x10550F000, 0x5000)      = 0 0
munmap(0x105514000, 0x2000)      = 0 0
munmap(0x105503000, 0xB000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/syntax-53c6e4ba9b41dd307ff506cdc8da14ca-bb7026ef25a3a8d934f51a2c471b3e68.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/syntax-53c6e4ba9b41dd307ff506cdc8da14ca-bb7026ef25a3a8d934f51a2c471b3e68.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/syntax-53c6e4ba9b41dd307ff506cdc8da14ca-bb7026ef25a3a8d934f51a2c471b3e68.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x10000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105513000, 0x1000, 0x3, 0x12, 0x4, 0x10000)       = 0x105513000 0
mmap(0x105514000, 0x1000, 0x3, 0x12, 0x4, 0x11000)       = 0x105514000 0
mmap(0x10551C000, 0x207C, 0x1, 0x12, 0x4, 0x12000)       = 0x10551C000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105513000, 0x1000)      = 0 0
munmap(0x105514000, 0x8000)      = 0 0
munmap(0x10551C000, 0x3000)      = 0 0
munmap(0x105503000, 0x10000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/replace-b6b93cb894417e2664db7be0a44ac43e-d033978242823386d69e311efae943c8.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/replace-b6b93cb894417e2664db7be0a44ac43e-d033978242823386d69e311efae943c8.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/replace-b6b93cb894417e2664db7be0a44ac43e-d033978242823386d69e311efae943c8.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x25000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105528000, 0x1000, 0x3, 0x12, 0x4, 0x25000)       = 0x105528000 0
mmap(0x105529000, 0x1000, 0x3, 0x12, 0x4, 0x26000)       = 0x105529000 0
mmap(0x10553C000, 0x31B4, 0x1, 0x12, 0x4, 0x27000)       = 0x10553C000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105528000, 0x1000)      = 0 0
munmap(0x105529000, 0x13000)         = 0 0
munmap(0x10553C000, 0x4000)      = 0 0
munmap(0x105503000, 0x25000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/help-80afb033ffe7fd27042cf82627511198-2c81dee707548b1127f212d6844d3f92.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/help-80afb033ffe7fd27042cf82627511198-2c81dee707548b1127f212d6844d3f92.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/help-80afb033ffe7fd27042cf82627511198-2c81dee707548b1127f212d6844d3f92.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x19000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x10551C000, 0x1000, 0x3, 0x12, 0x4, 0x19000)       = 0x10551C000 0
mmap(0x10551D000, 0x1000, 0x3, 0x12, 0x4, 0x1A000)       = 0x10551D000 0
mmap(0x105529000, 0x2EEC, 0x1, 0x12, 0x4, 0x1B000)       = 0x105529000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10551C000, 0x1000)      = 0 0
munmap(0x10551D000, 0xC000)      = 0 0
munmap(0x105529000, 0x3000)      = 0 0
munmap(0x105503000, 0x19000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/nadvice-0e5d80837bb8732b70aac6a6f009b99f-92abc6fb836c6395fc5818ff253da255.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/nadvice-0e5d80837bb8732b70aac6a6f009b99f-92abc6fb836c6395fc5818ff253da255.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/nadvice-0e5d80837bb8732b70aac6a6f009b99f-92abc6fb836c6395fc5818ff253da255.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xD000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105511000, 0x1000, 0x3, 0x12, 0x4, 0xE000)        = 0x105511000 0
mmap(0x105517000, 0x1D54, 0x1, 0x12, 0x4, 0xF000)        = 0x105517000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105510000, 0x1000)      = 0 0
munmap(0x105511000, 0x6000)      = 0 0
munmap(0x105517000, 0x2000)      = 0 0
munmap(0x105503000, 0xD000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/register-ae9e9c228223f2bf29196cb7d6135993-cb3d1b5ccac28b680ba9882fd07410f1.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/register-ae9e9c228223f2bf29196cb7d6135993-cb3d1b5ccac28b680ba9882fd07410f1.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/register-ae9e9c228223f2bf29196cb7d6135993-cb3d1b5ccac28b680ba9882fd07410f1.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x10000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105513000, 0x1000, 0x3, 0x12, 0x4, 0x10000)       = 0x105513000 0
mmap(0x105514000, 0x1000, 0x3, 0x12, 0x4, 0x11000)       = 0x105514000 0
mmap(0x10551C000, 0x219C, 0x1, 0x12, 0x4, 0x12000)       = 0x10551C000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105513000, 0x1000)      = 0 0
munmap(0x105514000, 0x8000)      = 0 0
munmap(0x10551C000, 0x3000)      = 0 0
munmap(0x105503000, 0x10000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/scroll-bar-d26a7085b1780970fdf3b2969b365571-9db1abc376a8d3994cdaf1243c27c356.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/scroll-bar-d26a7085b1780970fdf3b2969b365571-9db1abc376a8d3994cdaf1243c27c356.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/scroll-bar-d26a7085b1780970fdf3b2969b365571-9db1abc376a8d3994cdaf1243c27c356.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xA000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550D000, 0x1000, 0x3, 0x12, 0x4, 0xA000)        = 0x10550D000 0
mmap(0x10550E000, 0x1000, 0x3, 0x12, 0x4, 0xB000)        = 0x10550E000 0
mmap(0x105512000, 0x16AC, 0x1, 0x12, 0x4, 0xC000)        = 0x105512000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550D000, 0x1000)      = 0 0
munmap(0x10550E000, 0x4000)      = 0 0
munmap(0x105512000, 0x2000)      = 0 0
munmap(0x105503000, 0xA000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/image-47e0e889b48fda9c3e8f6b256661fb0f-a52aafda40998c1d8e6b0363fe5f24c6.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/image-47e0e889b48fda9c3e8f6b256661fb0f-a52aafda40998c1d8e6b0363fe5f24c6.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/image-47e0e889b48fda9c3e8f6b256661fb0f-a52aafda40998c1d8e6b0363fe5f24c6.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x11000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105514000, 0x1000, 0x3, 0x12, 0x4, 0x11000)       = 0x105514000 0
mmap(0x105515000, 0x1000, 0x3, 0x12, 0x4, 0x12000)       = 0x105515000 0
mmap(0x10551E000, 0x20E4, 0x1, 0x12, 0x4, 0x13000)       = 0x10551E000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105514000, 0x1000)      = 0 0
munmap(0x105515000, 0x9000)      = 0 0
munmap(0x10551E000, 0x3000)      = 0 0
munmap(0x105503000, 0x11000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/startup-72d3f27a1622d97a20168d1a30e06cb7-0f1b8ac7e4a60fe17a38e64f3fa1c730.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/startup-72d3f27a1622d97a20168d1a30e06cb7-0f1b8ac7e4a60fe17a38e64f3fa1c730.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/startup-72d3f27a1622d97a20168d1a30e06cb7-0f1b8ac7e4a60fe17a38e64f3fa1c730.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x22000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105525000, 0x1000, 0x3, 0x12, 0x4, 0x22000)       = 0x105525000 0
mmap(0x105526000, 0x1000, 0x3, 0x12, 0x4, 0x23000)       = 0x105526000 0
mmap(0x105536000, 0x3674, 0x1, 0x12, 0x4, 0x24000)       = 0x105536000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105525000, 0x1000)      = 0 0
munmap(0x105526000, 0x10000)         = 0 0
munmap(0x105536000, 0x4000)      = 0 0
munmap(0x105503000, 0x22000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/characters-f1f3b652d1bd3eaa8365987a7e59be83-4dc4a899e9ac72d41ef8b2ebdeb7a7b5.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/characters-f1f3b652d1bd3eaa8365987a7e59be83-4dc4a899e9ac72d41ef8b2ebdeb7a7b5.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/characters-f1f3b652d1bd3eaa8365987a7e59be83-4dc4a899e9ac72d41ef8b2ebdeb7a7b5.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x10000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105513000, 0x1000, 0x3, 0x12, 0x4, 0x10000)       = 0x105513000 0
mmap(0x105514000, 0x1000, 0x3, 0x12, 0x4, 0x11000)       = 0x105514000 0
mmap(0x10551D000, 0xD2C, 0x1, 0x12, 0x4, 0x12000)        = 0x10551D000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105513000, 0x1000)      = 0 0
munmap(0x105514000, 0x9000)      = 0 0
munmap(0x10551D000, 0x1000)      = 0 0
munmap(0x105503000, 0x10000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/select-4bc47e0779c14c10b85d39060b804e60-f74517e3e92cb81fe07953c359ee1e86.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/select-4bc47e0779c14c10b85d39060b804e60-f74517e3e92cb81fe07953c359ee1e86.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/select-4bc47e0779c14c10b85d39060b804e60-f74517e3e92cb81fe07953c359ee1e86.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xA000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550D000, 0x1000, 0x3, 0x12, 0x4, 0xA000)        = 0x10550D000 0
mmap(0x10550E000, 0x1000, 0x3, 0x12, 0x4, 0xB000)        = 0x10550E000 0
mmap(0x105513000, 0x1914, 0x1, 0x12, 0x4, 0xC000)        = 0x105513000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550D000, 0x1000)      = 0 0
munmap(0x10550E000, 0x5000)      = 0 0
munmap(0x105513000, 0x2000)      = 0 0
munmap(0x105503000, 0xA000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/indent-cb4091f42511356663c3c6bd04b651be-8d688073db7da80b8cb3a13324552082.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/indent-cb4091f42511356663c3c6bd04b651be-8d688073db7da80b8cb3a13324552082.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/indent-cb4091f42511356663c3c6bd04b651be-8d688073db7da80b8cb3a13324552082.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xC000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550F000, 0x1000, 0x3, 0x12, 0x4, 0xC000)        = 0x10550F000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105516000, 0x1C14, 0x1, 0x12, 0x4, 0xE000)        = 0x105516000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550F000, 0x1000)      = 0 0
munmap(0x105510000, 0x6000)      = 0 0
munmap(0x105516000, 0x2000)      = 0 0
munmap(0x105503000, 0xC000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/paragraphs-6bd6559c96b5aab754e4eb5c39f5f1ee-0f497a74b852961392f02879ba56460e.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/paragraphs-6bd6559c96b5aab754e4eb5c39f5f1ee-0f497a74b852961392f02879ba56460e.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/paragraphs-6bd6559c96b5aab754e4eb5c39f5f1ee-0f497a74b852961392f02879ba56460e.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x8000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550C000, 0x1000, 0x3, 0x12, 0x4, 0x9000)        = 0x10550C000 0
mmap(0x105510000, 0x112C, 0x1, 0x12, 0x4, 0xA000)        = 0x105510000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x10550C000, 0x4000)      = 0 0
munmap(0x105510000, 0x2000)      = 0 0
munmap(0x105503000, 0x8000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/fill-3f3555c91b33590d40dc9441ad0e9d06-aa2ca98c9608614de0824e5047b4a808.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/fill-3f3555c91b33590d40dc9441ad0e9d06-aa2ca98c9608614de0824e5047b4a808.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/fill-3f3555c91b33590d40dc9441ad0e9d06-aa2ca98c9608614de0824e5047b4a808.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x13000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105516000, 0x1000, 0x3, 0x12, 0x4, 0x13000)       = 0x105516000 0
mmap(0x105517000, 0x1000, 0x3, 0x12, 0x4, 0x14000)       = 0x105517000 0
mmap(0x10551F000, 0x1D14, 0x1, 0x12, 0x4, 0x15000)       = 0x10551F000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105516000, 0x1000)      = 0 0
munmap(0x105517000, 0x8000)      = 0 0
munmap(0x10551F000, 0x2000)      = 0 0
munmap(0x105503000, 0x13000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/electric-a89bb42fcb925551c9a750744fc78b49-66ffd3aff9f59ca700a66882e700d370.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/electric-a89bb42fcb925551c9a750744fc78b49-66ffd3aff9f59ca700a66882e700d370.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/electric-a89bb42fcb925551c9a750744fc78b49-66ffd3aff9f59ca700a66882e700d370.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xD000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105511000, 0x1000, 0x3, 0x12, 0x4, 0xE000)        = 0x105511000 0
mmap(0x105517000, 0x10F4, 0x1, 0x12, 0x4, 0xF000)        = 0x105517000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105510000, 0x1000)      = 0 0
munmap(0x105511000, 0x6000)      = 0 0
munmap(0x105517000, 0x2000)      = 0 0
munmap(0x105503000, 0xD000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/jka-cmpr-hook-23099a0b8d4ca9d1005f5eb3fb0f7f22-1d63b2ccc4f91d1dfdeee6acf25bd93d.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/jka-cmpr-hook-23099a0b8d4ca9d1005f5eb3fb0f7f22-1d63b2ccc4f91d1dfdeee6acf25bd93d.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/jka-cmpr-hook-23099a0b8d4ca9d1005f5eb3fb0f7f22-1d63b2ccc4f91d1dfdeee6acf25bd93d.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x7000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550A000, 0x1000, 0x3, 0x12, 0x4, 0x7000)        = 0x10550A000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550F000, 0x1034, 0x1, 0x12, 0x4, 0x9000)        = 0x10550F000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x10550B000, 0x4000)      = 0 0
munmap(0x10550F000, 0x2000)      = 0 0
munmap(0x105503000, 0x7000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/ns-win-0ff29c51f71e1d7bd6f667281a818534-7349bcfc5056e8133a4cc2e62c8e31d7.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/ns-win-0ff29c51f71e1d7bd6f667281a818534-7349bcfc5056e8133a4cc2e62c8e31d7.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/ns-win-0ff29c51f71e1d7bd6f667281a818534-7349bcfc5056e8133a4cc2e62c8e31d7.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0xD000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105510000, 0x1000, 0x3, 0x12, 0x4, 0xD000)        = 0x105510000 0
mmap(0x105511000, 0x1000, 0x3, 0x12, 0x4, 0xE000)        = 0x105511000 0
mmap(0x105518000, 0x1B3C, 0x1, 0x12, 0x4, 0xF000)        = 0x105518000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105510000, 0x1000)      = 0 0
munmap(0x105511000, 0x7000)      = 0 0
munmap(0x105518000, 0x2000)      = 0 0
munmap(0x105503000, 0xD000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/uniquify-5ca7d78fdfe863bdba4e3eb77fd68ca7-cb1cf8eb3401cb788bbccb06c83bbfc3.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/uniquify-5ca7d78fdfe863bdba4e3eb77fd68ca7-cb1cf8eb3401cb788bbccb06c83bbfc3.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/uniquify-5ca7d78fdfe863bdba4e3eb77fd68ca7-cb1cf8eb3401cb788bbccb06c83bbfc3.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x9000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550C000, 0x1000, 0x3, 0x12, 0x4, 0x9000)        = 0x10550C000 0
mmap(0x10550D000, 0x1000, 0x3, 0x12, 0x4, 0xA000)        = 0x10550D000 0
mmap(0x105511000, 0x1924, 0x1, 0x12, 0x4, 0xB000)        = 0x105511000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550C000, 0x1000)      = 0 0
munmap(0x10550D000, 0x4000)      = 0 0
munmap(0x105511000, 0x2000)      = 0 0
munmap(0x105503000, 0x9000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mwheel-868645113b9aacad2e358d14ab00e016-42ff09289e098aaa924787e7c2fe7c04.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mwheel-868645113b9aacad2e358d14ab00e016-42ff09289e098aaa924787e7c2fe7c04.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/mwheel-868645113b9aacad2e358d14ab00e016-42ff09289e098aaa924787e7c2fe7c04.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x8000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550C000, 0x1000, 0x3, 0x12, 0x4, 0x9000)        = 0x10550C000 0
mmap(0x105510000, 0x11A4, 0x1, 0x12, 0x4, 0xA000)        = 0x105510000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x10550C000, 0x4000)      = 0 0
munmap(0x105510000, 0x2000)      = 0 0
munmap(0x105503000, 0x8000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/obarray-6e64134235e96f66fadb7df0771276cc-56653f0ba1f799b2d955a128fb3c9f45.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/obarray-6e64134235e96f66fadb7df0771276cc-56653f0ba1f799b2d955a128fb3c9f45.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/obarray-6e64134235e96f66fadb7df0771276cc-56653f0ba1f799b2d955a128fb3c9f45.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x101BB0000, 0x2000, 0x5, 0x12, 0x4, 0x0)       = 0x101BB0000 0
mmap(0x101BB2000, 0x1000, 0x3, 0x12, 0x4, 0x2000)        = 0x101BB2000 0
mmap(0x101BB3000, 0x1000, 0x3, 0x12, 0x4, 0x3000)        = 0x101BB3000 0
mmap(0x101BB4000, 0x6C4, 0x1, 0x12, 0x4, 0x4000)         = 0x101BB4000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x101BB2000, 0x1000)      = 0 0
munmap(0x101BB3000, 0x1000)      = 0 0
munmap(0x101BB4000, 0x1000)      = 0 0
munmap(0x101BB0000, 0x2000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/ucs-normalize-dcb81314ca3f9295abf2ad47cf0b10ec-e193feb0c638228511d57efe37d2a59b.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/ucs-normalize-dcb81314ca3f9295abf2ad47cf0b10ec-e193feb0c638228511d57efe37d2a59b.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/ucs-normalize-dcb81314ca3f9295abf2ad47cf0b10ec-e193feb0c638228511d57efe37d2a59b.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x3E000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105541000, 0x1000, 0x3, 0x12, 0x4, 0x3E000)       = 0x105541000 0
mmap(0x105542000, 0x1000, 0x3, 0x12, 0x4, 0x3F000)       = 0x105542000 0
mmap(0x105578000, 0x1ECC, 0x1, 0x12, 0x4, 0x40000)       = 0x105578000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105541000, 0x1000)      = 0 0
munmap(0x105542000, 0x36000)         = 0 0
munmap(0x105578000, 0x2000)      = 0 0
munmap(0x105503000, 0x3E000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/fontset-f31161daec85f25ee1bd9864c1e6d44e-11b1f9304fdb2bca2fce37a31b48bf46.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/fontset-f31161daec85f25ee1bd9864c1e6d44e-11b1f9304fdb2bca2fce37a31b48bf46.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/fontset-f31161daec85f25ee1bd9864c1e6d44e-11b1f9304fdb2bca2fce37a31b48bf46.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x10000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105513000, 0x1000, 0x3, 0x12, 0x4, 0x10000)       = 0x105513000 0
mmap(0x105514000, 0x1000, 0x3, 0x12, 0x4, 0x11000)       = 0x105514000 0
mmap(0x10551D000, 0x1034, 0x1, 0x12, 0x4, 0x12000)       = 0x10551D000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105513000, 0x1000)      = 0 0
munmap(0x105514000, 0x9000)      = 0 0
munmap(0x10551D000, 0x2000)      = 0 0
munmap(0x105503000, 0x10000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tool-bar-a13920f0d21d645dff0ad5238198852e-ee1291bd063e10d821cf86d88d896946.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tool-bar-a13920f0d21d645dff0ad5238198852e-ee1291bd063e10d821cf86d88d896946.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tool-bar-a13920f0d21d645dff0ad5238198852e-ee1291bd063e10d821cf86d88d896946.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x7000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550A000, 0x1000, 0x3, 0x12, 0x4, 0x7000)        = 0x10550A000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550E000, 0xB74, 0x1, 0x12, 0x4, 0x9000)         = 0x10550E000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x10550B000, 0x3000)      = 0 0
munmap(0x10550E000, 0x1000)      = 0 0
munmap(0x105503000, 0x7000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/text-mode-d6e67b022938d1d9e44b6e8b713e8f48-65e15eefc8a4b3550691143cf7fca39f.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/text-mode-d6e67b022938d1d9e44b6e8b713e8f48-65e15eefc8a4b3550691143cf7fca39f.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/text-mode-d6e67b022938d1d9e44b6e8b713e8f48-65e15eefc8a4b3550691143cf7fca39f.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x6000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105509000, 0x1000, 0x3, 0x12, 0x4, 0x6000)        = 0x105509000 0
mmap(0x10550A000, 0x1000, 0x3, 0x12, 0x4, 0x7000)        = 0x10550A000 0
mmap(0x10550D000, 0xA24, 0x1, 0x12, 0x4, 0x8000)         = 0x10550D000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105509000, 0x1000)      = 0 0
munmap(0x10550A000, 0x3000)      = 0 0
munmap(0x10550D000, 0x1000)      = 0 0
munmap(0x105503000, 0x6000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/font-core-1b5f1462ff7c5eae8c097211f269e930-2cf8704a40b19b8f8e64ae37b1816eab.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/font-core-1b5f1462ff7c5eae8c097211f269e930-2cf8704a40b19b8f8e64ae37b1816eab.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/font-core-1b5f1462ff7c5eae8c097211f269e930-2cf8704a40b19b8f8e64ae37b1816eab.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x7000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550A000, 0x1000, 0x3, 0x12, 0x4, 0x7000)        = 0x10550A000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550F000, 0xC0C, 0x1, 0x12, 0x4, 0x9000)         = 0x10550F000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x10550B000, 0x4000)      = 0 0
munmap(0x10550F000, 0x1000)      = 0 0
munmap(0x105503000, 0x7000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/rfn-eshadow-db551bbf4563cb2fe48f14676a147dc9-b580ab5d9a937773c81ddf96585206de.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/rfn-eshadow-db551bbf4563cb2fe48f14676a147dc9-b580ab5d9a937773c81ddf96585206de.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/rfn-eshadow-db551bbf4563cb2fe48f14676a147dc9-b580ab5d9a937773c81ddf96585206de.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x5000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x105509000, 0x1000, 0x3, 0x12, 0x4, 0x6000)        = 0x105509000 0
mmap(0x10550B000, 0x77C, 0x1, 0x12, 0x4, 0x7000)         = 0x10550B000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105508000, 0x1000)      = 0 0
munmap(0x105509000, 0x2000)      = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x105503000, 0x5000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tooltip-c9177146bb9cd7e341e33f5c6dd8a18f-92975a007296932d804458074b5535db.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tooltip-c9177146bb9cd7e341e33f5c6dd8a18f-92975a007296932d804458074b5535db.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/tooltip-c9177146bb9cd7e341e33f5c6dd8a18f-92975a007296932d804458074b5535db.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x8000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550C000, 0x1000, 0x3, 0x12, 0x4, 0x9000)        = 0x10550C000 0
mmap(0x105510000, 0xDDC, 0x1, 0x12, 0x4, 0xA000)         = 0x105510000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x10550C000, 0x4000)      = 0 0
munmap(0x105510000, 0x1000)      = 0 0
munmap(0x105503000, 0x8000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/newcomment-9ebe57dac254e35f240c640af02ba765-910a5240cc8016f5d5627e471a7ed001.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/newcomment-9ebe57dac254e35f240c640af02ba765-910a5240cc8016f5d5627e471a7ed001.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/newcomment-9ebe57dac254e35f240c640af02ba765-910a5240cc8016f5d5627e471a7ed001.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x14000, 0x5, 0x12, 0x4, 0x0)      = 0x105503000 0
mmap(0x105517000, 0x1000, 0x3, 0x12, 0x4, 0x14000)       = 0x105517000 0
mmap(0x105518000, 0x1000, 0x3, 0x12, 0x4, 0x15000)       = 0x105518000 0
mmap(0x105520000, 0x1C84, 0x1, 0x12, 0x4, 0x16000)       = 0x105520000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105517000, 0x1000)      = 0 0
munmap(0x105518000, 0x8000)      = 0 0
munmap(0x105520000, 0x2000)      = 0 0
munmap(0x105503000, 0x14000)         = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/european-fa983f211ad93fdcb846a093855f9da3-5c87b386a7e83c07fa7f6e35e537342b.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/european-fa983f211ad93fdcb846a093855f9da3-5c87b386a7e83c07fa7f6e35e537342b.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/european-fa983f211ad93fdcb846a093855f9da3-5c87b386a7e83c07fa7f6e35e537342b.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x7000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550A000, 0x1000, 0x3, 0x12, 0x4, 0x7000)        = 0x10550A000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x105510000, 0x5DC, 0x1, 0x12, 0x4, 0x9000)         = 0x105510000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x10550B000, 0x5000)      = 0 0
munmap(0x105510000, 0x1000)      = 0 0
munmap(0x105503000, 0x7000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cus-start-de62f5ca1294e90e2d9f24314f69f1ea-b0c27f255c95b77d176b9f1a3f79df0b.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cus-start-de62f5ca1294e90e2d9f24314f69f1ea-b0c27f255c95b77d176b9f1a3f79df0b.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/cus-start-de62f5ca1294e90e2d9f24314f69f1ea-b0c27f255c95b77d176b9f1a3f79df0b.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x8000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550C000, 0x1000, 0x3, 0x12, 0x4, 0x9000)        = 0x10550C000 0
mmap(0x105512000, 0x61C, 0x1, 0x12, 0x4, 0xA000)         = 0x105512000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x10550C000, 0x6000)      = 0 0
munmap(0x105512000, 0x1000)      = 0 0
munmap(0x105503000, 0x8000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/backquote-3eb6299cc2fbc6ee3fb5cbdc17fb42fb-5b8a3ab9a2c98b4496402b8615d0bb2d.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/backquote-3eb6299cc2fbc6ee3fb5cbdc17fb42fb-5b8a3ab9a2c98b4496402b8615d0bb2d.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/backquote-3eb6299cc2fbc6ee3fb5cbdc17fb42fb-5b8a3ab9a2c98b4496402b8615d0bb2d.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x5000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x105509000, 0x1000, 0x3, 0x12, 0x4, 0x6000)        = 0x105509000 0
mmap(0x10550B000, 0x83C, 0x1, 0x12, 0x4, 0x7000)         = 0x10550B000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105508000, 0x1000)      = 0 0
munmap(0x105509000, 0x2000)      = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x105503000, 0x5000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/map-ynp-ff5bc2ce08276198a8cb5c13adfb2e22-675552d9ad747c5d88aced49d2a5fbd9.eln\0", 0x7FFEEE7DB4E0, 0x0)      = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/map-ynp-ff5bc2ce08276198a8cb5c13adfb2e22-675552d9ad747c5d88aced49d2a5fbd9.eln\0", 0x7FFEEE7DB960, 0x0)      = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/map-ynp-ff5bc2ce08276198a8cb5c13adfb2e22-675552d9ad747c5d88aced49d2a5fbd9.eln\0", 0x0, 0x0)       = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x7000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x10550A000, 0x1000, 0x3, 0x12, 0x4, 0x7000)        = 0x10550A000 0
mmap(0x10550B000, 0x1000, 0x3, 0x12, 0x4, 0x8000)        = 0x10550B000 0
mmap(0x10550E000, 0xC24, 0x1, 0x12, 0x4, 0x9000)         = 0x10550E000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x10550A000, 0x1000)      = 0 0
munmap(0x10550B000, 0x3000)      = 0 0
munmap(0x10550E000, 0x1000)      = 0 0
munmap(0x105503000, 0x7000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/indian-0f6dd24ae7d65cfa05f6470598cb9606-38e179c36e54013a1677180dacd91828.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/indian-0f6dd24ae7d65cfa05f6470598cb9606-38e179c36e54013a1677180dacd91828.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/indian-0f6dd24ae7d65cfa05f6470598cb9606-38e179c36e54013a1677180dacd91828.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x4000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105507000, 0x1000, 0x3, 0x12, 0x4, 0x4000)        = 0x105507000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x10550B000, 0x5D4, 0x1, 0x12, 0x4, 0x6000)         = 0x10550B000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105507000, 0x1000)      = 0 0
munmap(0x105508000, 0x3000)      = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x105503000, 0x4000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/widget-5163e91aa0fb6c7c1d0e3979221082cf-13a903b5869b9654d258b372fc34c2cd.eln\0", 0x7FFEEE7DB4E0, 0x0)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/widget-5163e91aa0fb6c7c1d0e3979221082cf-13a903b5869b9654d258b372fc34c2cd.eln\0", 0x7FFEEE7DB960, 0x0)       = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/widget-5163e91aa0fb6c7c1d0e3979221082cf-13a903b5869b9654d258b372fc34c2cd.eln\0", 0x0, 0x0)        = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x101BB0000, 0x2000, 0x5, 0x12, 0x4, 0x0)       = 0x101BB0000 0
mmap(0x101BB2000, 0x1000, 0x3, 0x12, 0x4, 0x2000)        = 0x101BB2000 0
mmap(0x101BB3000, 0x1000, 0x3, 0x12, 0x4, 0x3000)        = 0x101BB3000 0
mmap(0x101BB4000, 0x53C, 0x1, 0x12, 0x4, 0x4000)         = 0x101BB4000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x101BB2000, 0x1000)      = 0 0
munmap(0x101BB3000, 0x1000)      = 0 0
munmap(0x101BB4000, 0x1000)      = 0 0
munmap(0x101BB0000, 0x2000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/japanese-3007db4bf286982489fd9fdfae59fba0-5071010a574808e018d9b70236d80fbe.eln\0", 0x7FFEEE7DB4E0, 0x0)         = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/japanese-3007db4bf286982489fd9fdfae59fba0-5071010a574808e018d9b70236d80fbe.eln\0", 0x7FFEEE7DB960, 0x0)         = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/japanese-3007db4bf286982489fd9fdfae59fba0-5071010a574808e018d9b70236d80fbe.eln\0", 0x0, 0x0)      = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x105503000, 0x5000, 0x5, 0x12, 0x4, 0x0)       = 0x105503000 0
mmap(0x105508000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x105508000 0
mmap(0x105509000, 0x1000, 0x3, 0x12, 0x4, 0x6000)        = 0x105509000 0
mmap(0x10550B000, 0x6A4, 0x1, 0x12, 0x4, 0x7000)         = 0x10550B000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x105508000, 0x1000)      = 0 0
munmap(0x105509000, 0x2000)      = 0 0
munmap(0x10550B000, 0x1000)      = 0 0
munmap(0x105503000, 0x5000)      = 0 0
close(0x4)       = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/misc-lang-c51f9c6cb813f7548d6b905790992231-587ee7e4a11f4116094a5bffebe706e0.eln\0", 0x7FFEEE7DB4E0, 0x0)        = 0 0
stat64("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/misc-lang-c51f9c6cb813f7548d6b905790992231-587ee7e4a11f4116094a5bffebe706e0.eln\0", 0x7FFEEE7DB960, 0x0)        = 0 0
open("/usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/misc-lang-c51f9c6cb813f7548d6b905790992231-587ee7e4a11f4116094a5bffebe706e0.eln\0", 0x0, 0x0)         = 4 0
dtrace: error on enabled probe ID 2201 (ID 474: syscall::pread:return): invalid kernel access in action #12 at DIF offset 20
fcntl(0x4, 0x62, 0x7FFEEE7D30B0)         = 0 0
fcntl(0x4, 0x65, 0x7FFEEE7D3278)         = 0 0
mmap(0x101BF0000, 0x4000, 0x5, 0x12, 0x4, 0x0)       = 0x101BF0000 0
mmap(0x101BF4000, 0x1000, 0x3, 0x12, 0x4, 0x4000)        = 0x101BF4000 0
mmap(0x101BF5000, 0x1000, 0x3, 0x12, 0x4, 0x5000)        = 0x101BF5000 0
mmap(0x101BF6000, 0x5AC, 0x1, 0x12, 0x4, 0x6000)         = 0x101BF6000 0
fcntl(0x4, 0x32, 0x7FFEEE7D3350)         = 0 0
munmap(0x101BF4000, 0x1000)      = 0 0
munmap(0x101BF5000, 0x1000)      = 0 0
munmap(0x101BF6000, 0x1000)      = 0 0
munmap(0x101BF0000, 0x4000)      = 0 0
close(0x4)       = 0 0
dtrace: error on enabled probe ID 2185 (ID 962: syscall::write_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2185 (ID 962: syscall::write_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2185 (ID 962: syscall::write_nocancel:return): invalid kernel access in action #12 at DIF offset 68
issetugid(0x0, 0x0, 0x0)         = 0 0

gutter@nemesis /Applications/Emacs.app/Contents/MacOS $ ls -al /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln
-r--r--r--  1 gutter  admin  82628 Sep 16 07:18 /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln
AndreaCorallo commented 4 years ago

One curious thing that is different from a linux box is that each eln is opened, then we have 4 mmap and 4 munmap I have no explanation for (why should the eln be unmapped?). Would be interesting to compare against another macos trace.

daviderestivo commented 4 years ago

@twlz0ne would you be able to provide a dtrace from your box? On both of my boxes I have the same behaviour. P.S: I'm running on macOS Catalina ... do you use the same?

twlz0ne commented 4 years ago
⋊> sw_vers -productVersion
10.12.6

⋊> ls -hs dtruss.output
65M dtruss.output

⋊> cat dtruss.output | wc -l
507745

dtruss_head-1000.output

daviderestivo commented 4 years ago
sw_vers -productVersion

Then I guess the issue might be related to macOS Catalina.

twlz0ne commented 4 years ago

I haven't used macOS 10.15, but I think it should be able to run GccEmacs.

https://emacs-china.org/t/nix-mac-emacs-nativecomp/14509/3

感谢。这是我第一次在Mac (10.15)上下载安装Nix。 我完全不懂Nix,按照提示安装好 (Pull pre-built binaries from Cachix as recommended) 后,把整个Nix下的Emacs 目录拷贝到我的Home 目录下, 也依然OK。 目前可以运行gccEmacs了!

74B666C5-DF50-4D11-86CF-EA89F70DC7FB

daviderestivo commented 4 years ago

I haven't used macOS 10.15, but I think it should be able to run GccEmacs.

Which version of gcc did you use to compile emacs with native-comp enabled?

twlz0ne commented 4 years ago

Which version of gcc did you use to compile emacs

I didn't notice the gcc version, all the compilation tasks are executed on Github/Travis CI. You can check out the repo (don't be misled by the name) I mentioned at https://github.com/daviderestivo/homebrew-emacs-head/issues/23#issuecomment-692561799, the CI build log might provide some details.

daviderestivo commented 4 years ago

Update: I'm still stuck with the same issue. I didn't find a solution yet

gutter@nemesis /Applications/Emacs.app/Contents/MacOS $ emacs -Q
emacs: can't find function "F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0" in compilation unit /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln
daviderestivo commented 3 years ago

@seagle0128 I have pushed something that at least compiles and install properly. It still does not work on Catalina. May I ask you to make a try on your box with the following commands?

git clone https://github.com/daviderestivo/homebrew-emacs-head.git
cd homebrew-emacs
git checkout feature/native-comp
brew install ./Formula/emacs-head@28.rb --with-cocoa --with-no-frame-refocus --with-imagemagick --with-pdumper --with-xwidgets --with-native-comp

Then start emacs and see if you get an error.

seagle0128 commented 3 years ago

@daviderestivo I've already upgraded to Big Sur 😂️

mpereira commented 3 years ago

@daviderestivo I just tried out your steps and this is what I see when trying to run Emacs:

$ /usr/local/opt/emacs-head@28/bin/emacs
emacs: can't find function "F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0" in compilation unit /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.5.0-dd237028933a03d06e2cfe860b26829b/eldoc-d20a5fe96630926dde4deb5e10fdceb0-49bf300066ff5c6b05b8c891bd1ca154.eln

I'm on macOS Catalina 10.15.5.

mpereira commented 3 years ago

The function F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0 seems to be present in the dynamic library:

$ nm -m /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.5.0-dd237028933a03d06e2cfe860b26829b/eldoc-d20a5fe96630926dde4deb5e10fdceb0-49bf300066ff5c6b05b8c891bd1ca154.eln | grep F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0
0000000000007eb0 (__TEXT,__text) external _F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0

Here is the full list of symbols in that dynamic library:

$ nm -m /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.5.0-dd237028933a03d06e2cfe860b26829b/eldoc-d20a5fe96630926dde4deb5e10fdceb0-49bf300066ff5c6b05b8c891bd1ca154.eln
00000000000047d0 (__TEXT,__text) non-external _CAR.constprop.0
0000000000004820 (__TEXT,__text) non-external _CDR.constprop.0
0000000000005090 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_0
00000000000050a0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_1
0000000000006100 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_10
0000000000006370 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_11
0000000000006660 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_12
0000000000006f90 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_13
0000000000007f20 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_14
0000000000008120 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_15
0000000000008210 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_16
00000000000084b0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_17
00000000000084c0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_18
00000000000085b0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_19
00000000000050b0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_2
00000000000086a0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_20
00000000000086f0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_21
00000000000087b0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_22
0000000000008a20 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_23
0000000000008b20 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_24
0000000000008ba0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_25
00000000000050c0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_3
00000000000050e0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_4
00000000000050f0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_5
0000000000005100 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_6
0000000000005110 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_7
00000000000057f0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_8
00000000000060c0 (__TEXT,__text) external _F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_9
0000000000007fd0 (__TEXT,__text) external _F656c646f632d2d646f63756d656e746174696f6e2d636f6d706f73652d31_eldoc__documentation_compose_1_0
0000000000007680 (__TEXT,__text) external _F656c646f632d2d6563686f2d617265612d7072656665722d646f632d6275666665722d70_eldoc__echo_area_prefer_doc_buffer_p_0
0000000000007460 (__TEXT,__text) external _F656c646f632d2d6563686f2d617265612d737562737472696e67_eldoc__echo_area_substring_0
0000000000006150 (__TEXT,__text) external _F656c646f632d2d6576616c2d65787072657373696f6e2d7365747570_eldoc__eval_expression_setup_0
0000000000006fd0 (__TEXT,__text) external _F656c646f632d2d666f726d61742d646f632d627566666572_eldoc__format_doc_buffer_0
0000000000008e30 (__TEXT,__text) external _F656c646f632d2d696e766f6b652d7374726174656779_eldoc__invoke_strategy_0
0000000000008560 (__TEXT,__text) external _F656c646f632d2d6d616b652d63616c6c6261636b_eldoc__make_callback_0
0000000000006ad0 (__TEXT,__text) external _F656c646f632d2d6d6573736167652d636f6d6d616e642d70_eldoc__message_command_p_0
00000000000069b0 (__TEXT,__text) external _F656c646f632d2d6d657373616765_eldoc__message_0
0000000000006c70 (__TEXT,__text) external _F656c646f632d2d726571756573742d7374617465_eldoc__request_state_0
00000000000084d0 (__TEXT,__text) external _F656c646f632d2d737570706f727465642d70_eldoc__supported_p_0
0000000000009650 (__TEXT,__text) external _F656c646f632d6164642d636f6d6d616e642d636f6d706c6574696f6e73_eldoc_add_command_completions_0
0000000000009560 (__TEXT,__text) external _F656c646f632d6164642d636f6d6d616e64_eldoc_add_command_0
0000000000007e40 (__TEXT,__text) external _F656c646f632d646973706c61792d696e2d627566666572_eldoc_display_in_buffer_0
0000000000007720 (__TEXT,__text) external _F656c646f632d646973706c61792d696e2d6563686f2d61726561_eldoc_display_in_echo_area_0
0000000000006d90 (__TEXT,__text) external _F656c646f632d646973706c61792d6d6573736167652d6e6f2d696e746572666572656e63652d70_eldoc_display_message_no_interference_p_0
0000000000006ce0 (__TEXT,__text) external _F656c646f632d646973706c61792d6d6573736167652d70_eldoc_display_message_p_0
0000000000006e00 (__TEXT,__text) external _F656c646f632d646f632d627566666572_eldoc_doc_buffer_0
00000000000080e0 (__TEXT,__text) external _F656c646f632d646f63756d656e746174696f6e2d636f6d706f73652d65616765726c79_eldoc_documentation_compose_eagerly_0
00000000000080a0 (__TEXT,__text) external _F656c646f632d646f63756d656e746174696f6e2d636f6d706f7365_eldoc_documentation_compose_0
0000000000007eb0 (__TEXT,__text) external _F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0
00000000000081c0 (__TEXT,__text) external _F656c646f632d646f63756d656e746174696f6e2d656e7468757369617374_eldoc_documentation_enthusiast_0
00000000000051b0 (__TEXT,__text) external _F656c646f632d656469742d6d6573736167652d636f6d6d616e6473_eldoc_edit_message_commands_0
0000000000006970 (__TEXT,__text) external _F656c646f632d6d657373616765_eldoc_message_0
00000000000066b0 (__TEXT,__text) external _F656c646f632d6d696e696275666665722d6d657373616765_eldoc_minibuffer_message_0
0000000000005dc0 (__TEXT,__text) external _F656c646f632d6d6f64652d7365742d6578706c696369746c79_eldoc_mode_set_explicitly_0
00000000000052a0 (__TEXT,__text) external _F656c646f632d6d6f6465_eldoc_mode_0
0000000000006b40 (__TEXT,__text) external _F656c646f632d7072652d636f6d6d616e642d726566726573682d6563686f2d61726561_eldoc_pre_command_refresh_echo_area_0
00000000000091c0 (__TEXT,__text) external _F656c646f632d7072696e742d63757272656e742d73796d626f6c2d696e666f_eldoc_print_current_symbol_info_0
0000000000009800 (__TEXT,__text) external _F656c646f632d72656d6f76652d636f6d6d616e642d636f6d706c6574696f6e73_eldoc_remove_command_completions_0
0000000000009730 (__TEXT,__text) external _F656c646f632d72656d6f76652d636f6d6d616e64_eldoc_remove_command_0
00000000000064b0 (__TEXT,__text) external _F656c646f632d7363686564756c652d74696d6572_eldoc_schedule_timer_0
0000000000005fb0 (__TEXT,__text) external _F676c6f62616c2d656c646f632d6d6f64652d636865636b2d62756666657273_global_eldoc_mode_check_buffers_0
0000000000006030 (__TEXT,__text) external _F676c6f62616c2d656c646f632d6d6f64652d636d6868_global_eldoc_mode_cmhh_0
0000000000005df0 (__TEXT,__text) external _F676c6f62616c2d656c646f632d6d6f64652d656e61626c652d696e2d62756666657273_global_eldoc_mode_enable_in_buffers_0
0000000000005800 (__TEXT,__text) external _F676c6f62616c2d656c646f632d6d6f6465_global_eldoc_mode_0
0000000000006300 (__TEXT,__text) external _F7475726e2d6f6e2d656c646f632d6d6f6465_turn_on_eldoc_mode_0
0000000000018008 (__DATA,__data) non-external __dyld_private
00000000000201e0 (__DATA,__common) external _comp_unit
00000000000201e8 (__DATA,__common) external _current_thread_reloc
0000000000020200 (__DATA,__common) external _d_reloc
0000000000020a40 (__DATA,__common) external _d_reloc_eph
0000000000020e20 (__DATA,__common) external _d_reloc_imp
0000000000005050 (__TEXT,__text) external _freloc_hash
0000000000018020 (__DATA,__bss5) non-external _freloc_hash_s
0000000000021010 (__DATA,__common) external _freloc_link_table
0000000000004710 (__TEXT,__text) non-external _maybe_gc_quit
                 (undefined) external _memcpy (from libSystem)
0000000000021018 (__DATA,__common) external _pure_reloc
0000000000018010 (__DATA,__bss2) non-external _quitcounter
0000000000004760 (__TEXT,__text) non-external _setcar.constprop.0
00000000000048b0 (__TEXT,__text) external _text_data_fdoc
000000000001e900 (__DATA,__bss5) non-external _text_data_fdoc_s
0000000000004980 (__TEXT,__text) external _text_data_reloc
0000000000004f80 (__TEXT,__text) external _text_data_reloc_eph
0000000000018060 (__DATA,__bss5) non-external _text_data_reloc_eph_s
0000000000004d20 (__TEXT,__text) external _text_data_reloc_imp
0000000000019380 (__DATA,__bss5) non-external _text_data_reloc_imp_s
000000000001d240 (__DATA,__bss5) non-external _text_data_reloc_s
0000000000004870 (__TEXT,__text) external _text_optim_qly
00000000000201a0 (__DATA,__bss5) non-external _text_optim_qly_s
00000000000098e0 (__TEXT,__text) external _top_level_run
                 (undefined) external dyld_stub_binder (from libSystem)
daviderestivo commented 3 years ago

@daviderestivo I just tried out your steps and this is what I see when trying to run Emacs:

$ /usr/local/opt/emacs-head@28/bin/emacs
emacs: can't find function "F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0" in compilation unit /usr/local/Cellar/emacs-head@28/28.0.50_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.5.0-dd237028933a03d06e2cfe860b26829b/eldoc-d20a5fe96630926dde4deb5e10fdceb0-49bf300066ff5c6b05b8c891bd1ca154.eln

I'm on macOS Catalina 10.15.5.

Yes ... I have exactly the same issue. @AndreaCorallo Any chance we could look at this problem together ?

daviderestivo commented 3 years ago

@daviderestivo I've already upgraded to Big Sur 😂️

Bad luck :)

seagle0128 commented 3 years ago

@daviderestivo some updates from my side. I build as https://github.com/jimeh/build-emacs-for-macos on both Catalina and Big Sur, the binaries work well.

daviderestivo commented 3 years ago

@daviderestivo some updates from my side. I build as https://github.com/jimeh/build-emacs-for-macos on both Catalina and Big Sur, the binaries work well.

Did you try to use my formula on Big Sur?

seagle0128 commented 3 years ago

@daviderestivo Not yet. Will try while I am not busy.

wd commented 3 years ago

I compiled one on my Mac, it takes a really long compile time 🍺 /usr/local/Cellar/emacs-head@28/28.0.50_1: 10,092 files, 535.6MB, built in 65 minutes 4 seconds

And got the same error as your guys ...

mpereira commented 3 years ago

Did anyone try this procedure yet? https://gist.github.com/kaz-yos/379e5f0f56ef703dfe2707f3b6fed4da

daviderestivo commented 3 years ago

Did anyone try this procedure yet? https://gist.github.com/kaz-yos/379e5f0f56ef703dfe2707f3b6fed4da

I have successfully manually compiled emacs with native-comp support. The problem I'm facing now is that it seems that brew does some changes to the dyld files. I'm checking at the moment if there's a way to overcome this ...

seagle0128 commented 3 years ago

git clone https://github.com/daviderestivo/homebrew-emacs-head.git cd homebrew-emacs git checkout feature/native-comp brew install ./Formula/emacs-head@28.rb --with-cocoa --with-no-frame-refocus --with-imagemagick --with-pdumper --with-xwidgets --with-native-comp

I tried building on Big Sur today, but got this error:

curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "emacs-head@28--patch"
Download failed: https://raw.githubusercontent.com/daviderestivo/homebrew-emacs-head/master/patches/0009-Native-comp-env-setup.patch
daviderestivo commented 3 years ago

Please do export HOMEBREW_GITHUB_REF. Below the updated command sequence:

git clone https://github.com/daviderestivo/homebrew-emacs-head.git
cd homebrew-emacs
git checkout feature/native-comp
export HOMEBREW_GITHUB_REF="feature/native-comp"
brew install ./Formula/emacs-head@28.rb --with-cocoa --with-no-frame-refocus --with-imagemagick --with-pdumper --with-xwidgets --with-native-comp

P.S.: please keep in mind that the post install script will fail. Please ignore it.

seagle0128 commented 3 years ago

@daviderestivo I got the same error on Big Sur:

homebrew-emacs-head on feature/native-comp ❯ emacs -Q
emacs: can't find function "F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0" in compilation unit /Applications/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin20.1.0-95e6e725956da34d9fca44c832be3941/eldoc-d20a5fe96630926dde4deb5e10fdceb0-660cfdc64f0992e89ba750c634991e2c.eln
daviderestivo commented 3 years ago

@daviderestivo I got the same error on Big Sur:

homebrew-emacs-head on feature/native-comp ❯ emacs -Q
emacs: can't find function "F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0" in compilation unit /Applications/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin20.1.0-95e6e725956da34d9fca44c832be3941/eldoc-d20a5fe96630926dde4deb5e10fdceb0-660cfdc64f0992e89ba750c634991e2c.eln

The problem seems to be related to the fact that brew changes the dylib ID after install (https://github.com/d12frosted/homebrew-emacs-plus/pull/188)... I still have no solution for this.