Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Failed to compile my QT5 app on MacOS Catalina with QT5.14.1 #1032

Open
mnesrine opened this issue Sep 28, 2020 · 6 comments
Open

Failed to compile my QT5 app on MacOS Catalina with QT5.14.1 #1032

mnesrine opened this issue Sep 28, 2020 · 6 comments

Comments

@mnesrine
Copy link

On MacOS {10.15.3} Catalina, I tried to build QtWebKit from master using {QT 5.14.1} as described here:
https://github.com/qtwebkit/qtwebkit/wiki/Building-QtWebKit-on-macOS

All went smoothly with {conan}:

./Tools/qt/build-qtwebkit-conan.py --qt=/Users/nes/Qt/5.14.1/clang_64 —install

But when I tried to compile my QT5 app, I’ve got a compilation error about a missing header file {QWebPage}:

If I search about QWebPage, I could find these references:

$ find ~/Qt/5.14.1 -iname "QWebPage*"
/Users/nes/Qt/5.14.1/clang_64/include/QtWebKitWidgets/QWebPage
/Users/nes/Qt/5.14.1/clang_64/include/QtWebKitWidgets/qwebpage.h
/Users/nes/Qt/5.14.1/clang_64/include/QtWebKitWidgets/5.212.0/QtWebKitWidgets/private/qwebpage_p.h

With (QT5.13.2} and your previous {QtWebKit} release on GitHub, I’ve got more stuff as you can see:

$ find ~/Qt/5.13.2 -iname "QWebPage*"
/Users/nes/Qt/5.13.2/clang_64/include/QtWebKitWidgets/QWebPage
/Users/nes/Qt/5.13.2/clang_64/include/QtWebKitWidgets/qwebpage.h
/Users/nes/Qt/5.13.2/clang_64/include/QtWebKitWidgets/5.212.0/QtWebKitWidgets/private/qwebpage_p.h
/Users/nes/Qt/5.13.2/clang_64/lib/QtWebKitWidgets.framework/Versions/5/Headers/QWebPage
/Users/nes/Qt/5.13.2/clang_64/lib/QtWebKitWidgets.framework/Versions/5/Headers/qwebpage.h
/Users/nes/Qt/5.13.2/clang_64/lib/QtWebKitWidgets.framework/Versions/5/Headers/5.212.0/QtWebKitWidgets/private/qwebpage_p.h
/Users/nes/Qt/5.13.2/clang_64/debug/lib/QtWebKitWidgets.framework/Versions/5/Headers/QWebPage
/Users/nes/Qt/5.13.2/clang_64/debug/lib/QtWebKitWidgets.framework/Versions/5/Headers/qwebpage.h
/Users/nes/Qt/5.13.2/clang_64/debug/lib/QtWebKitWidgets.framework/Versions/5/Headers/5.212.0/QtWebKitWidgets/private/qwebpage_p.h

Also tried using the {INCLUDEPATH} directive in my {.pro} file but with no success:

INCLUDEPATH += /Users/nes/Qt/5.14.1/clang_64/include/QtWebKitWidgets

What Am I missing here?
Thank you.

@annulen
Copy link
Member

annulen commented Sep 28, 2020

You are building wrong branch, please use qtwebkit-5.212
For Qt 5.14.1 there are precompiled binaries in https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4
For Qt 5.15.1 there are binaries in http://download.qt.io/snapshots/ci/qtwebkit/5.212/1600955993/qtwebkit/, they will be published as a new release soon

@mnesrine
Copy link
Author

mnesrine commented Sep 28, 2020

Thanks for swift reply.I will rather wait for 5.15.1 binaries then.

@mnesrine
Copy link
Author

mnesrine commented Sep 28, 2020

While waiting for 5.15.1, I tried with the precompiled 5.14.1 and was able to compile my QT app.
But when running it, I’ve got a Segmentation fault: 11.

Tracing the issue with dtruss, I’ve got this:

# dtrace: system integrity protection is on, some features will not be available
 ELAPSD SYSCALL(args) 		 = return
dtrace: error on enabled probe ID 2210 (ID 563: syscall::sysctl:return): invalid kernel access in action #10 at DIF offset 28
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
     69 open("/dev/dtracehelper\0", 0x2, 0xFFFFFFFFE1582FA0)		 = 3 0
   1316 ioctl(0x3, 0x80086804, 0x7FFEE1582EB0)		 = 0 0
      6 close(0x3)		 = 0 0
      8 access("/AppleInternal/XBS/.isChrooted\0", 0x0, 0x0)		 = -1 2
     12 bsdthread_register(0x7FFF6D2FEB7C, 0x7FFF6D2FEB68, 0x2000)		 = 1073742047 0
     11 sysctlbyname(kern.bootargs, 0xD, 0x7FFEE157F360, 0x7FFEE157F350, 0x0)		 = 0 0
      3 ioctl(0x2, 0x4004667A, 0x7FFEE157F5D4)		 = -1 25
      1 ioctl(0x2, 0x40487413, 0x7FFEE157F5D8)		 = -1 25
      3 mprotect(0x111CFD000, 0x1000, 0x0)		 = 0 0
      1 mprotect(0x111D04000, 0x1000, 0x0)		 = 0 0
      1 mprotect(0x111D05000, 0x1000, 0x0)		 = 0 0
      1 mprotect(0x111D0C000, 0x1000, 0x0)		 = 0 0
      2 mprotect(0x10E779000, 0x90, 0x1)		 = 0 0
      1 mprotect(0x10E77B000, 0x1000, 0x1)		 = 0 0
      3 mprotect(0x10E779000, 0x90, 0x3)		 = 0 0
      2 mprotect(0x10E779000, 0x90, 0x1)		 = 0 0
      1 issetugid(0x0, 0x0, 0x0)		 = 0 0
      3 getpid(0x0, 0x0, 0x0)		 = 91190 0
      4 stat64("/AppleInternal\0", 0x7FFEE157F7D0, 0x0)		 = -1 2
      3 csops_audittoken(0x16436, 0x7, 0x7FFEE157F320)		 = -1 22
      4 proc_info(0x2, 0x16436, 0xD)		 = 64 0
      1 csops_audittoken(0x16436, 0x7, 0x7FFEE157EBA0)		 = -1 22
      2 geteuid(0x0, 0x0, 0x0)		 = 0 0
      1 getuid(0x0, 0x0, 0x0)		 = 0 0
      1 gettid(0x7FFEE157E4B0, 0x7FFEE157E4B4, 0x0)		 = -1 3
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      1 getegid(0x0, 0x0, 0x0)		 = 0 0
      2 csops(0x16436, 0x0, 0x7FFEE157F20C)		 = 0 0
      0 gettid(0x7FFEE157E480, 0x7FFEE157E484, 0x0)		 = -1 3
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      0 getegid(0x0, 0x0, 0x0)		 = 0 0
     14 open("/System/Library/CoreServices/ServerVersion.plist\0", 0x0, 0x1B6)		 = -1 2
     47 open("/System/Library/CoreServices/SystemVersion.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F6D0, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     32 open_nocancel("/Users/nes/Desktop/kv/priv\0", 0x1100004, 0x33493ED0)		 = 3 0
     11 sysctlbyname(kern.secure_kernel, 0x12, 0x7FFEE157DBE4, 0x7FFEE157DBE8, 0x0)		 = 0 0
      5 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     39 getdirentries64(0x3, 0x7F9FA100C400, 0x2000)		 = 1000 0
      3 close_nocancel(0x3)		 = 0 0
     13 stat64("/Users/nes/Desktop/kv/priv\0", 0x7FFEE157F260, 0x0)		 = 0 0
     12 open_nocancel("/Users/nes/Desktop/kv/priv\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DB68, 0x0)		 = 0 0
     28 getdirentries64(0x3, 0x7F9FA100C400, 0x2000)		 = 1000 0
      2 close_nocancel(0x3)		 = 0 0
      6 stat64("/Users/nes/Desktop/kv/priv/kv.exe\0", 0x7FFEE157F0D0, 0x0)		 = 0 0
     11 open("/Users/nes/Desktop/kv/priv/kv.exe\0", 0x0, 0x1FF)		 = 3 0
      2 close(0x3)		 = 0 0
     32 open_nocancel("/System/Library/CoreServices/SystemVersion.bundle\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC58, 0x0)		 = 0 0
   1029 getdirentries64(0x3, 0x7F9FA100C400, 0x2000)		 = 1624 0
      6 close_nocancel(0x3)		 = 0 0
     11 stat64("/System/Library/CoreServices/SystemVersion.bundle\0", 0x7FFEE157F2D0, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/CoreServices/SystemVersion.bundle\0", 0x1100004, 0x33493ED0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157DBD8, 0x0)		 = 0 0
     38 getdirentries64(0x3, 0x7F9FA1808A00, 0x2000)		 = 1624 0
      2 close_nocancel(0x3)		 = 0 0
     12 open_nocancel("/System/Library/CoreServices/SystemVersion.bundle\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157D9B8, 0x0)		 = 0 0
     34 getdirentries64(0x3, 0x7F9FA1808A00, 0x2000)		 = 1624 0
      2 close_nocancel(0x3)		 = 0 0
      3 stat64("/System/Library/CoreServices/SystemVersion.bundle/MacOS/SystemVersion\0", 0x7FFEE157E700, 0x0)		 = -1 2
      2 stat64("/System/Library/CoreServices/SystemVersion.bundle/SystemVersion\0", 0x7FFEE157E700, 0x0)		 = -1 2
      1 stat64("/System/Library/CoreServices/SystemVersion.bundle/SystemVersion\0", 0x7FFEE157E700, 0x0)		 = -1 2
      1 gettid(0x7FFEE157EF10, 0x7FFEE157EF14, 0x0)		 = -1 3
      1 geteuid(0x0, 0x0, 0x0)		 = 0 0
      0 getegid(0x0, 0x0, 0x0)		 = 0 0
      dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2210 (ID 563: syscall::sysctl:return): invalid kernel access in action #10 at DIF offset 28
0 gettid(0x7FFEE157EFC0, 0x7FFEE157EFC4, 0x0)		 = -1 3
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      0 getegid(0x0, 0x0, 0x0)		 = 0 0
     10 getattrlist("/Users\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      4 getattrlist("/Users/nes\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      4 getattrlist("/Users/nes/Desktop\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      5 getattrlist("/Users/nes/Desktop/kv\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      4 getattrlist("/Users/nes/Desktop/kv/priv\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      4 getattrlist("/Users/nes/Desktop/kv/priv/kv.exe\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      3 getattrlist("/Users\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      3 getattrlist("/Users/nes\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      5 getattrlist("/Users/nes/Qt\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      4 getattrlist("/Users/nes/Qt/5.14.1\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      4 getattrlist("/Users/nes/Qt/5.14.1/clang_64\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      4 getattrlist("/Users/nes/Qt/5.14.1/clang_64/lib\0", 0x111D8E8F8, 0x7FFEE157DED0)		 = 0 0
      1 workq_kernreturn(0x400, 0x7FFEE157DE98, 0x18)		 = 0 0
      3 workq_open(0x0, 0x0, 0x0)		 = 0 0
      1 workq_kernreturn(0x80, 0x0, 0x20FF)		 = 0 0
      2 kevent_qos(0xFFFFFFFFFFFFFFFF, 0x7FFEE157DF88, 0x1)		 = 0 0
      1 kevent_qos(0xFFFFFFFFFFFFFFFF, 0x7FFEE157DF30, 0x1)		 = 0 0
      1 kevent_qos(0xFFFFFFFFFFFFFFFF, 0x7FFEE157DF50, 0x1)		 = 0 0
      1 kevent_qos(0xFFFFFFFFFFFFFFFF, 0x7FFEE157E580, 0x1)		 = 0 0
      3 kevent_id(0x7F9FA0D053F0, 0x7FFEE157E580, 0x1)		 = 0 0
      1 issetugid(0x0, 0x0, 0x0)		 = 0 0
      0 issetugid(0x0, 0x0, 0x0)		 = 0 0
      1 gettid(0x7FFEE157E220, 0x7FFEE157E224, 0x0)		 = -1 3
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      0 getegid(0x0, 0x0, 0x0)		 = 0 0
      1 getuid(0x0, 0x0, 0x0)		 = 0 0
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      1 getrlimit(0x1008, 0x7FFEE157E050, 0x0)		 = 0 0
     32 open_nocancel("/etc/master.passwd\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157E0C0, 0x0)		 = 0 0
      1 fstat64(0x3, 0x7FFEE157CFA8, 0x0)		 = 0 0
      1 lseek(0x3, 0xFFFFFFFFFFFFF18F, 0x1)		 = 399 0
      3 close_nocancel(0x3)		 = 0 0
      9 stat64("/var/root\0", 0x7FFEE157DDB0, 0x0)		 = 0 0
      3 __mac_syscall(0x7FFF6D30CA3F, 0x2, 0x7FFEE157E818)		 = 0 0
      3 kevent_id(0x7F9FA0D08820, 0x7FFEE157E840, 0x1)		 = 0 0
      4 proc_info(0x2, 0x16436, 0xD)		 = 64 0
      2 kevent_id(0x7F9FA0D08820, 0x7FFEE157E5E0, 0x1)		 = 0 0
      2 thread_selfid(0x0, 0x0, 0x0)		 = 695685 0
     11 shm_open(0x7F9FA0D08C50, 0x0, 0x0)		 = 3 0
     10 mmap(0x0, 0x4000, 0x1, 0x1, 0x3, 0x0)		 = 0x10E77C000 0
      1 close(0x3)		 = 0 0
      3 proc_info(0x2, 0x16436, 0x11)		 = 56 0
      3 proc_info(0x2, 0x16436, 0x11)		 = 56 0
      5 getentropy(0x7FFEE157E1F0, 0x20, 0x0)		 = 0 0
      1 getentropy(0x7FFEE157E240, 0x40, 0x0)		 = 0 0
      1 issetugid(0x0, 0x0, 0x0)		 = 0 0
      7 shm_open(0x7FFF6D2F3280, 0x0, 0x0)		 = 3 0
      7 mmap(0x0, 0x1000, 0x1, 0x1, 0x3, 0x0)		 = 0x10EDAE000 0
      1 close_nocancel(0x3)		 = 0 0
     18 openat(0xFFFFFFFFFFFFFFFE, "/Library/Preferences/Logging/com.apple.diagnosticd.filter.plist\0", 0x1000104, 0xFFFFFFFFE157E118)		 = -1 2
     12 getattrlist("/Users/nes/Desktop/kv/priv/kv.exe\0", 0x7FFEE157DAD0, 0x7FFEE157DAE8)		 = 0 0
     16 access("/Users/nes/Desktop/kv/priv\0", 0x5, 0x0)		 = 0 0
     16 open_nocancel("/Users/nes/Desktop/kv/priv\0", 0x1100004, 0x0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157D5D8, 0x0)		 = 0 0
     33 getdirentries64(0x3, 0x7F9FA2008A00, 0x2000)		 = 1000 0
      3 close_nocancel(0x3)		 = 0 0
     10 access("/Users/nes/Desktop/kv\0", 0x5, 0x0)		 = 0 0
      9 open_nocancel("/Users/nes/Desktop/kv\0", 0x1100004, 0x0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157D5D8, 0x0)		 = 0 0
     36 getdirentries64(0x3, 0x7F9FA2008A00, 0x2000)		 = 1328 0
      2 close_nocancel(0x3)		 = 0 0
      9 access("/Users/nes/Desktop\0", 0x5, 0x0)		 = 0 0
      9 open_nocancel("/Users/nes/Desktop\0", 0x1100004, 0x0)		 = 3 0
      1 fstatfdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2210 (ID 563: syscall::sysctl:return): invalid kernel access in action #10 at DIF offset 28
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
s64(0x3, 0x7FFEE157D5D8, 0x0)		 = 0 0
     16 getdirentries64(0x3, 0x7F9FA2008A00, 0x2000)		 = 288 0
      2 close_nocancel(0x3)		 = 0 0
      9 access("/Users/nes\0", 0x5, 0x0)		 = 0 0
      8 open_nocancel("/Users/nes\0", 0x1100004, 0x0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157D5D8, 0x0)		 = 0 0
     33 getdirentries64(0x3, 0x7F9FA2008A00, 0x2000)		 = 1176 0
      1 close_nocancel(0x3)		 = 0 0
     17 access("/Users\0", 0x5, 0x0)		 = 0 0
      9 open_nocancel("/Users\0", 0x1100004, 0x0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157D5D8, 0x0)		 = 0 0
     30 getdirentries64(0x3, 0x7F9FA2008A00, 0x2000)		 = 168 0
      1 close_nocancel(0x3)		 = 0 0
      8 access("/Users/nes/Desktop/kv/priv\0", 0x4, 0x0)		 = 0 0
      8 open("/Users/nes/Desktop/kv/priv\0", 0x0, 0x0)		 = 3 0
      2 fstat64(0x3, 0x7F9FA0E042E0, 0x0)		 = 0 0
      1 csrctl(0x0, 0x7FFEE157DD8C, 0x4)		 = -1 1
      9 __mac_syscall(0x7FFF6D30CA3F, 0x2, 0x7FFEE157DDA8)		 = 0 0
      2 fcntl(0x3, 0x32, 0x7FFEE157DA00)		 = 0 0
      1 close(0x3)		 = 0 0
      4 open("/Users/nes/Desktop/kv/priv/Info.plist\0", 0x0, 0x4)		 = -1 2
     13 openat(0xFFFFFFFFFFFFFFFE, "/Library/Preferences/Logging/com.apple.diagnosticd.filter.plist\0", 0x1000104, 0xFFFFFFFFE157E188)		 = -1 2
     18 open_nocancel("/Users/nes/Desktop/kv/priv\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157D898, 0x0)		 = 0 0
     28 getdirentries64(0x3, 0x7F9FA1809400, 0x2000)		 = 1000 0
      2 close_nocancel(0x3)		 = 0 0
      4 stat64("/usr/share/icu/icudt64l/metadata.res\0", 0x7FFEE157D578, 0x0)		 = -1 2
    306 stat64("/usr/share/icu/icudt64l.dat\0", 0x7FFEE157D4D8, 0x0)		 = 0 0
     40 open("/usr/share/icu/icudt64l.dat\0", 0x0, 0x0)		 = 3 0
      9 mmap(0x0, 0x1B4B600, 0x1, 0x1, 0x3, 0x0)		 = 0x114A00000 0
      2 close(0x3)		 = 0 0
      2 stat64("/usr/share/icu/icudt64l/supplementalData.res\0", 0x7FFEE157D578, 0x0)		 = -1 2
     15 open_nocancel("/System/Library/CoreServices/SystemVersion.bundle/\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157D998, 0x0)		 = 0 0
     42 getdirentries64(0x3, 0x7F9FA100BA00, 0x2000)		 = 1624 0
      3 close_nocancel(0x3)		 = 0 0
     23 open_nocancel("/System/Library/CoreServices/SystemVersion.bundle//English.lproj\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157D998, 0x0)		 = 0 0
    332 getdirentries64(0x3, 0x7F9FA100BA00, 0x2000)		 = 112 0
      3 close_nocancel(0x3)		 = 0 0
      4 open_nocancel("/System/Library/CoreServices/SystemVersion.bundle//Base.lproj\0", 0x1100004, 0x33493ED0)		 = -1 2
     32 open("/System/Library/CoreServices/SystemVersion.bundle/English.lproj/SystemVersion.strings\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F5B0, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
      1 gettid(0x7FFEE157F630, 0x7FFEE157F634, 0x0)		 = -1 3
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      0 getegid(0x0, 0x0, 0x0)		 = 0 0
      1 gettid(0x7FFEE157F630, 0x7FFEE157F634, 0x0)		 = -1 3
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      0 getegid(0x0, 0x0, 0x0)		 = 0 0
      0 gettid(0x7FFEE157F630, 0x7FFEE157F634, 0x0)		 = -1 3
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      0 getegid(0x0, 0x0, 0x0)		 = 0 0
      0 gettid(0x7FFEE157F630, 0x7FFEE157F634, 0x0)		 = -1 3
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      0 getegid(0x0, 0x0, 0x0)		 = 0 0
     28 open_nocancel("/usr/share/locale/fr_CH.UTF-8/LC_COLLATE\0", 0x0, 0x7)		 = 3 0
     21 fcntl_nocancel(0x3, 0x3, 0x0)		 = 0 0
      2 fstat64(0x3, 0x7FFEE157EDC8, 0x0)		 = 0 0
      3 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/usr/share/locale/fr_CH.UTF-8/LC_CTYPE\0", 0x0, 0x5)		 = 3 0
      1 fcntl_nocancel(0x3, 0x3, 0x0)		 = 0 0
      3 fstat64(0x3, 0x7FFEE157EF08, 0x0)		 = 0 0
      2 fstat64(0x3, 0x7FFEE157ED08, 0x0)		 = 0 0
      1 lseek(0x3, 0x0, 0x1)		 = 0 0
      0 lseek(0x3, 0x0, 0x0)		 = 0 0
      2 close_nocancel(0x3)		 = 0 0
     21 open_nocancel("/usr/share/locale/fr_CH.UTF-8/LC_MONETARY\0", 0x0, 0x8)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157EF18, 0x0)		 = 0 0
      1 close_nocancel(0x3)		 = 0 0
     16 open_nocancel("/usr/share/locale/fdtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2187 (ID 951: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
r_CH.UTF-8/LC_NUMERIC\0", 0x0, 0x7)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157EF18, 0x0)		 = 0 0
      1 close_nocancel(0x3)		 = 0 0
     12 open_nocancel("/usr/share/locale/fr_CH.UTF-8/LC_TIME\0", 0x0, 0x4)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157EF18, 0x0)		 = 0 0
      1 close_nocancel(0x3)		 = 0 0
     15 open_nocancel("/usr/share/locale/fr_CH.UTF-8/LC_MESSAGES/LC_MESSAGES\0", 0x0, 0xFFFFFFFFFFFFFFF4)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157EF18, 0x0)		 = 0 0
      1 close_nocancel(0x3)		 = 0 0
      1 gettid(0x7FFEE157F3B0, 0x7FFEE157F3B4, 0x0)		 = -1 3
      0 geteuid(0x0, 0x0, 0x0)		 = 0 0
      0 getegid(0x0, 0x0, 0x0)		 = 0 0
      3 shm_open(0x7FFF6D1F0F6D, 0x0, 0x6D1F053F)		 = 3 0
      1 fstat64(0x3, 0x7FFEE157F280, 0x0)		 = 0 0
      8 mmap(0x0, 0x1000, 0x1, 0x1, 0x3, 0x0)		 = 0x10EDAF000 0
      1 close(0x3)		 = 0 0
     40 access("/etc/localtime\0", 0x4, 0x0)		 = 0 0
     19 open_nocancel("/etc/localtime\0", 0x0, 0x0)		 = 3 0
      1 fstat64(0x3, 0x7FFEE157ED78, 0x0)		 = 0 0
      2 close_nocancel(0x3)		 = 0 0
      1 issetugid(0x0, 0x0, 0x0)		 = 0 0
     21 open_nocancel("/var/db/timezone/zoneinfo/posixrules\0", 0x0, 0x0)		 = 3 0
      1 fstat64(0x3, 0x7FFEE157EBB8, 0x0)		 = 0 0
      2 close_nocancel(0x3)		 = 0 0
      1 madvise(0x7F9FA0F26000, 0xB000, 0x9)		 = 0 0
      0 madvise(0x7F9FA0F1B000, 0xB000, 0x9)		 = 0 0
      6 kevent_qos(0xFFFFFFFFFFFFFFFF, 0x7FFEE157F300, 0x1)		 = 0 0
   5557 workq_kernreturn(0x100, 0x70000FEB6B80, 0x1)		 = 0 -2
      2 kevent_qos(0xFFFFFFFFFFFFFFFF, 0x70000FEB6830, 0x1)		 = 0 0
      3 stat64("/usr/share/icu/icudt64l/fr_CH.res\0", 0x7FFEE157D588, 0x0)		 = -1 2
      1 stat64("/usr/share/icu/icudt64l/pool.res\0", 0x7FFEE157D458, 0x0)		 = -1 2
      1 stat64("/usr/share/icu/icudt64l/fr.res\0", 0x7FFEE157D5A8, 0x0)		 = -1 2
      1 stat64("/usr/share/icu/icudt64l/root.res\0", 0x7FFEE157D5B8, 0x0)		 = -1 2
      1 stat64("/usr/share/icu/icudt64l/numberingSystems.res\0", 0x7FFEE157D538, 0x0)		 = -1 2
      1 stat64("/usr/share/icu/icudt64l/curr/supplementalData.res\0", 0x7FFEE157D398, 0x0)		 = -1 2
      1 stat64("/usr/share/icu/icudt64l/curr/fr_CH.res\0", 0x7FFEE157D288, 0x0)		 = -1 2
      1 stat64("/usr/share/icu/icudt64l/curr/fr.res\0", 0x7FFEE157D288, 0x0)		 = -1 2
      1 stat64("/usr/share/icu/icudt64l/curr/pool.res\0", 0x7FFEE157D158, 0x0)		 = -1 2
      1 stat64("/usr/share/icu/icudt64l/curr/root.res\0", 0x7FFEE157D2B8, 0x0)		 = -1 2
     22 open_nocancel("/Users/nes/Desktop/kv/priv/\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DAB8, 0x0)		 = 0 0
     29 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 1000 0
      2 close_nocancel(0x3)		 = 0 0
      6 open_nocancel("/Users/nes/Desktop/kv/priv//en.lproj\0", 0x1100004, 0x33493ED0)		 = -1 2
      3 open_nocancel("/Users/nes/Desktop/kv/priv//Base.lproj\0", 0x1100004, 0x33493ED0)		 = -1 2
      9 stat64("/System/Library/Frameworks/AppKit.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/AppKit.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
   1081 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 216 0
      3 close_nocancel(0x3)		 = 0 0
     33 open_nocancel("/System/Library/Frameworks/AppKit.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    202 getdirentries64(0x3, 0x7F9FA181E400, 0x2000)		 = 3288 0
      2 close_nocancel(0x3)		 = 0 0
     29 open("/System/Library/Frameworks/AppKit.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/AppKit.framework/AppKit\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/AppKit.framework/AppKit\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/Metal.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/Metal.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
 0
    764 getdirentries64(0x3, 0x7F9FA181AE00, 0x2000)		 = 256 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/Metal.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181AE00, 0x2000)		 = 224 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/Frameworks/Metal.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/Metal.framework/Metal\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Metal.framework/Metal\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/DiskArbitration.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/DiskArbitration.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    604 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     36 open_nocancel("/System/Library/Frameworks/DiskArbitration.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     42 getdirentries64(0x3, 0x7F9FA3008A00, 0x2000)		 = 1744 0
      3 close_nocancel(0x3)		 = 0 0
     28 open("/System/Library/Frameworks/DiskArbitration.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/DiskArbitration.framework/DiskArbitration\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/DiskArbitration.framework/DiskArbitration\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/IOKit.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/Frameworks/IOKit.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    459 getdirentries64(0x3, 0x7F9FA3009000, 0x2000)		 = 216 0
      3 close_nocancel(0x3)		 = 0 0
     35 open_nocancel("/System/Library/Frameworks/IOKit.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     55 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 1744 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/Frameworks/IOKit.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/IOKit.framework/IOKit\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/IOKit.framework/IOKit\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/OpenGL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/OpenGL.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    607 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 216 0
     10 close_nocancel(0x3)		 = 0 0
    315 open_nocancel("/System/Library/Frameworks/OpenGL.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     13 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 504 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/OpenGL.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     54 stat64("/System/Library/Frameworks/OpenGL.framework/OpenGL\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/OpenGL.framework/OpenGL\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/AGL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/AGL.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    278 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 176 0
      2 close_nocancdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
el(0x3)		 = 0 0
     76 open_nocancel("/System/Library/Frameworks/AGL.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 232 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/AGL.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     33 stat64("/System/Library/Frameworks/AGL.framework/AGL\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/AGL.framework/AGL\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/Security.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/Security.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    914 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 296 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/Security.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    498 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 2880 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/Frameworks/Security.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/Security.framework/Security\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Security.framework/Security\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreFoundation.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/CoreFoundation.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    627 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/CoreFoundation.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     37 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1744 0
      1 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/Frameworks/CoreFoundation.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/CoreServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    800 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 224 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    396 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 224 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/Frameworks/CoreServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/CoreServices.framework/CoreServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CoreServices.framework/CoreServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/SystemConfiguration.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/SystemConfiguration.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    836 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 192 0
      2 close_nocanceldtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/SystemConfiguration.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     38 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1896 0
      2 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/Frameworks/SystemConfiguration.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     10 stat64("/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/GSS.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/GSS.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    631 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 208 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/GSS.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 288 0
      1 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/GSS.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/GSS.framework/GSS\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/GSS.framework/GSS\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CFNetwork.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/CFNetwork.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    374 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      5 close_nocancel(0x3)		 = 0 0
     44 open_nocancel("/System/Library/Frameworks/CFNetwork.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    238 getdirentries64(0x3, 0x7F9FA3009000, 0x2000)		 = 1880 0
      2 close_nocancel(0x3)		 = 0 0
     28 open("/System/Library/Frameworks/CFNetwork.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/CFNetwork.framework/CFNetwork\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CFNetwork.framework/CFNetwork\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/ApplicationServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    467 getdirentries64(0x3, 0x7F9FA3009000, 0x2000)		 = 232 0
      3 close_nocancel(0x3)		 = 0 0
     30 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    847 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 224 0
      5 close_nocancel(0x3)		 = 0 0
     44 open("/System/Library/Frameworks/ApplicationServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     14 stat64("/System/Library/Frameworks/ApplicationServices.framework/ApplicationServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/ApplicationServices.framework/ApplicationServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/Foundation.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     21 open_nocancel("/System/Library/Frameworks/Foundation.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    437 getdirentries64(0x3, 0x7Fdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
9FA2009000, 0x2000)		 = 224 0
      4 close_nocancel(0x3)		 = 0 0
     35 open_nocancel("/System/Library/Frameworks/Foundation.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     50 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 2104 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/Frameworks/Foundation.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/Foundation.framework/Foundation\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Foundation.framework/Foundation\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/AppleFSCompression.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/PrivateFrameworks/AppleFSCompression.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    836 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/PrivateFrameworks/AppleFSCompression.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     89 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 200 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/PrivateFrameworks/AppleFSCompression.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    357 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      1 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/FSEvents\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/FSEvents\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    575 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 216 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    818 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1920 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
 dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
     2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/CarbonCore\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/CarbonCore\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    213 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 216 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    299 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 2120 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Metadata\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Metadata\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    171 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     29 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     36 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1784 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/OSServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/OSServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 272 0
      1 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/SearchKit\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreServices.framewordtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
k/Versions/A/Frameworks/SearchKit.framework/SearchKit\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    235 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 208 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    291 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1784 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/AE\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/AE\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 216 0
      2 close_nocancel(0x3)		 = 0 0
     24 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     37 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1840 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/LaunchServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/LaunchServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    154 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 232 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    323 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 2200 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/DictionaryServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/DictionaryServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileLisdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
t.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    106 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    221 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1832 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/SharedFileList\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/SharedFileList\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/NetFS.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/NetFS.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    436 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/NetFS.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      1 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/Frameworks/NetFS.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/NetFS.framework/NetFS\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/NetFS.framework/NetFS\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/NetAuth.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/NetAuth.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    881 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/PrivateFrameworks/NetAuth.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     36 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1704 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/NetAuth.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/NetAuth.framework/NetAuth\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/NetAuth.framework/NetAuth\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    687 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/logidtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
nsupport.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/loginsupport\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/loginsupport\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/PrivateFrameworks/TCC.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/PrivateFrameworks/TCC.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    893 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/TCC.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    194 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 2944 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/TCC.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/TCC.framework/TCC\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/TCC.framework/TCC\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/CoreNLP.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/CoreNLP.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    656 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/CoreNLP.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     89 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 224 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/CoreNLP.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/MetadataUtilities.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/MetadataUtilities.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    583 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/MetadataUtilities.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 208 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/MetadataUtilities.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/Accelerate.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/Accelerate.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    442 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 224 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/Accelerate.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
     dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
 1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    240 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 256 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/Accelerate.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/Accelerate.framework/Accelerate\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/Accelerate.framework/Accelerate\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     24 open_nocancel("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      6 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      1 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     10 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/vImage\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/vImage\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
     17 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 600 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      1 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/vecLib\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/vecLib\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/LanguageModeling.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/LanguageModeling.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    849 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/LanguageModeling.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     91 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/LanguageModeling.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     19 stat64("/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/CoreEmoji.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/CoreEmoji.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    501 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     35 open_nocancel("/System/Library/PrivateFrameworks/CoreEmoji.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     46 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 2048 0
      5 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/PrivateFrameworks/CoreEmoji.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      8 stat64("/System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/LinguisticData.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     22 open_nocancel("/System/Library/PrivateFrameworks/LinguisticData.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
   1039 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     35 open_nocancel("/System/Library/PrivateFrameworks/LinguisticData.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/PrivateFrameworks/LinguisticData.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/PrivateFrameworks/Lexicon.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/Lexicon.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    877 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/Lexicon.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/Pridtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
vateFrameworks/Lexicon.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/Lexicon.framework/Lexicon\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/Lexicon.framework/Lexicon\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    766 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     36 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 1744 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/CFOpenDirectory\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/CFOpenDirectory\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/OpenDirectory.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/OpenDirectory.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    271 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 264 0
      2 close_nocancel(0x3)		 = 0 0
     23 open_nocancel("/System/Library/Frameworks/OpenDirectory.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    423 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/OpenDirectory.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/OpenDirectory.framework/OpenDirectory\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/OpenDirectory.framework/OpenDirectory\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/PrivateFrameworks/APFS.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/APFS.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    898 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/PrivateFrameworks/APFS.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     27 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      1 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/APFS.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/APFS.framework/APFS\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/APFS.framework/APFS\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/SecurityFoundation.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/SecurityFoundation.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    418 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/SecurityFoundation.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    177 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 1784 0
      2 close_nocancel(0x3)		 = 0 0
     31 open("/System/Library/Frameworks/SecurityFoundation.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/SecurityFoundation.framework/SecurityFoundation\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/SecurityFoundation.framework/SecurityFoundation\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/CoreServicesStore.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/CoreServicesStore.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    484 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      3 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/CoreServicesStore.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      1 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/PrivateFrameworks/CoreServicesStore.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/ServiceManagement.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/ServiceManagement.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    406 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/ServiceManagement.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/Frameworks/ServiceManagement.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/ServiceManagement.framework/ServiceManagement\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/ServiceManagement.framework/ServiceManagement\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    877 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 200 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    150 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/BackgroundTaskManagement\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/BackgroundTaskManagemedtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
nt\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/UIFoundation.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/UIFoundation.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    636 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 224 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/UIFoundation.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 240 0
      1 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/UIFoundation.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/RemoteViewServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/RemoteViewServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    471 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 232 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/RemoteViewServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      6 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      1 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/PrivateFrameworks/RemoteViewServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      1 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/RemoteViewServices.framework/RemoteViewServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/RemoteViewServices.framework/RemoteViewServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     23 open_nocancel("/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreDisplay.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/CoreDisplay.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    610 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 224 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/CoreDisplay.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     82 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 304 0
      4 close_nocancel(0x3)		 = 0 0
     41 open("/System/Library/Frameworks/CoreDisplay.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 =dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/CoreDisplay.framework/CoreDisplay\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CoreDisplay.framework/CoreDisplay\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/DesktopServicesPriv.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/PrivateFrameworks/DesktopServicesPriv.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    593 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 192 0
      3 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/DesktopServicesPriv\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/DesktopServicesPriv\0", 0x7FFEE157E340, 0x0)		 = 0 0
      8 stat64("/System/Library/PrivateFrameworks/CoreSVG.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/CoreSVG.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    968 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/CoreSVG.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      1 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/CoreSVG.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/SkyLight.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/SkyLight.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    456 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/PrivateFrameworks/SkyLight.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    157 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 464 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/PrivateFrameworks/SkyLight.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/SkyLight.framework/SkyLight\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/SkyLight.framework/SkyLight\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/CoreGraphics.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/CoreGraphics.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    329 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/CoreGraphics.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    181 getdirentries64(0x3, 0x7F9FA181A200, dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
0x2000)		 = 312 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/CoreGraphics.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/IconServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/IconServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    400 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/IconServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 272 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/IconServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/IconServices.framework/IconServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/IconServices.framework/IconServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/IOSurface.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/IOSurface.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    907 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/IOSurface.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    160 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/IOSurface.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/IOSurface.framework/IOSurface\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/IOSurface.framework/IOSurface\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/DFRFoundation.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/DFRFoundation.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    789 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/DFRFoundation.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 224 0
      1 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/DFRFoundation.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/DFRFoundation.framework/DFRFoundation\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/DFRFoundation.framework/DFRFoundation\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/AudioToolbox.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/AudioToolbox.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    383 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 272 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/AudioToolbox.framework/Resources\0", 0x110000dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
4, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     37 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 1784 0
      2 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/Frameworks/AudioToolbox.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/AudioUnit.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/AudioUnit.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      7 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
     13 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     23 open_nocancel("/System/Library/Frameworks/AudioUnit.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/AudioUnit.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/AudioUnit.framework/AudioUnit\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/AudioUnit.framework/AudioUnit\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreData.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/Frameworks/CoreData.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
   1155 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     33 open_nocancel("/System/Library/Frameworks/CoreData.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     39 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 1784 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/CoreData.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/CoreData.framework/CoreData\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreData.framework/CoreData\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/DataDetectorsCore.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/DataDetectorsCore.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    711 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 264 0
      3 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    128 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 872 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     21 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    785 getdirentries64(0x3, 0x7F9FA181A40dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
0, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     42 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 2112 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/HIToolbox\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/HIToolbox\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/QuartzCore.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/QuartzCore.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
     12 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     23 open_nocancel("/System/Library/Frameworks/QuartzCore.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 232 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/Frameworks/QuartzCore.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      1 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/QuartzCore.framework/QuartzCore\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/QuartzCore.framework/QuartzCore\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    468 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/SpeechRecognition\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/SpeechRecognition\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/CoreUI.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/CoreUI.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    403 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/CoreUI.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 248 0
      2 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/PrivateFrameworks/CoreUI.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/CoreUI.framework/CoreUdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
I\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreAudio.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/CoreAudio.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    373 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 224 0
      4 close_nocancel(0x3)		 = 0 0
     50 open_nocancel("/System/Library/Frameworks/CoreAudio.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/CoreAudio.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/CoreAudio.framework/CoreAudio\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreAudio.framework/CoreAudio\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/MultitouchSupport.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/PrivateFrameworks/MultitouchSupport.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    669 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/MultitouchSupport.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    149 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/PrivateFrameworks/MultitouchSupport.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/MultitouchSupport.framework/MultitouchSupport\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/MultitouchSupport.framework/MultitouchSupport\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/PerformanceAnalysis.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/PerformanceAnalysis.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    141 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 232 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      6 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/PerformanceAnalysis\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/PerformanceAnalysis\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/ColorSync.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/ColorSync.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    807 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 256 0
      3 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/ColorSync.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     39 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 1744 0
      1 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/Frameworks/ColorSync.framework/Resourcdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
es/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/ColorSync.framework/ColorSync\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/ColorSync.framework/ColorSync\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreImage.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/CoreImage.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    210 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/CoreImage.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    144 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 5208 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/CoreImage.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/CoreImage.framework/CoreImage\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreImage.framework/CoreImage\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreText.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/CoreText.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    397 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/CoreText.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    204 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 1832 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/CoreText.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/CoreText.framework/CoreText\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/CoreText.framework/CoreText\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/ImageIO.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/ImageIO.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    419 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 216 0
      4 close_nocancel(0x3)		 = 0 0
     34 open_nocancel("/System/Library/Frameworks/ImageIO.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     42 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 2040 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/ImageIO.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/ImageIO.framework/ImageIO\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/ImageIO.framework/ImageIO\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/TextureIO.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/PrivateFrameworks/TextureIO.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    595 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     33 open_nocancel("/System/Library/PrivateFrameworks/TextureIO.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/TextureIO.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68

      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/TextureIO.framework/TextureIO\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/TextureIO.framework/TextureIO\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/InternationalSupport.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/InternationalSupport.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    667 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 192 0
      3 close_nocancel(0x3)		 = 0 0
     29 open_nocancel("/System/Library/PrivateFrameworks/InternationalSupport.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    219 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 592 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/PrivateFrameworks/InternationalSupport.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/AppleSystemInfo.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/AppleSystemInfo.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    234 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    211 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 1752 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/AppleSystemInfo.framework/AppleSystemInfo\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/AppleSystemInfo.framework/AppleSystemInfo\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/ImageIO.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/ImageIO.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/ImageIO.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/ImageIO.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/ImageIO.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/ImageIO.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/PrivateFrameworks/AppleJPEG.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/AppleJPEG.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    929 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/PrivateFrameworks/AppleJPEG.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      1 close_nocancel(0x3)		 = 0 0
     21 open("/System/Library/PrivateFrameworks/AppleJPEG.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Privatedtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
Frameworks/AppleJPEG.framework/AppleJPEG\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/FontServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/FontServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    560 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 368 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/PrivateFrameworks/FontServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    282 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/FontServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
    257 stat64("/System/Library/PrivateFrameworks/FontServices.framework/FontServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/FontServices.framework/FontServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/FontServices.framework/FontServices\0", 0x7FFEE157E7C0, 0x0)		 = 0 0
      7 getattrlist("/System\0", 0x111D8E8F8, 0x7FFEE157E630)		 = 0 0
      3 getattrlist("/System/Library\0", 0x111D8E8F8, 0x7FFEE157E630)		 = 0 0
      3 getattrlist("/System/Library/PrivateFrameworks\0", 0x111D8E8F8, 0x7FFEE157E630)		 = 0 0
      3 getattrlist("/System/Library/PrivateFrameworks/FontServices.framework\0", 0x111D8E8F8, 0x7FFEE157E630)		 = 0 0
      3 getattrlist("/System/Library/PrivateFrameworks/FontServices.framework/FontServices\0", 0x111D8E8F8, 0x7FFEE157E630)		 = 0 0
      3 readlink("/System/Library/PrivateFrameworks/FontServices.framework/FontServices\0", 0x7FFEE157DA30, 0x400)		 = 29 0
      3 getattrlist("/System/Library/PrivateFrameworks/FontServices.framework/Versions\0", 0x111D8E8F8, 0x7FFEE157E630)		 = 0 0
      3 getattrlist("/System/Library/PrivateFrameworks/FontServices.framework/Versions/Current\0", 0x111D8E8F8, 0x7FFEE157E630)		 = 0 0
      2 readlink("/System/Library/PrivateFrameworks/FontServices.framework/Versions/Current\0", 0x7FFEE157DA30, 0x400)		 = 1 0
      3 getattrlist("/System/Library/PrivateFrameworks/FontServices.framework/Versions/A\0", 0x111D8E8F8, 0x7FFEE157E630)		 = 0 0
      4 getattrlist("/System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices\0", 0x111D8E8F8, 0x7FFEE157E630)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices\0", 0x7FFEE157E8E0, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/WatchdogClient.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     23 open_nocancel("/System/Library/PrivateFrameworks/WatchdogClient.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    430 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/WatchdogClient.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    234 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/WatchdogClient.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     10 stat64("/System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/IOAccelerator.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/IOAccelerator.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    396 getdirentries64(0x3, 0x7F9FA181AAdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/PrivateFrameworks/IOAccelerator.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    175 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/IOAccelerator.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     10 stat64("/System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    332 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 232 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      4 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/Frameworks/MetalPerformanceShaders.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/GPUWrangler.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/GPUWrangler.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    352 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/GPUWrangler.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    201 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/PrivateFrameworks/GPUWrangler.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/GPUWrangler.framework/GPUWrangler\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/GPUWrangler.framework/GPUWrangler\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/IOPresentment.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     16 open_nocancel("/System/Library/PrivateFrameworks/IOPresentment.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
   1198 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      5 close_nocancel(0x3)		 = 0 0
     46 open_nocancel("/System/Library/PrivateFrameworks/IOPresentment.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    238 getdirentries64(0x3, 0x7F9FA3009000, 0x2000)		 = 144 0
      4 close_nocancel(0x3)		 = 0 0
     39 open("/System/Library/PrivateFrameworks/IOPresentment.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      7 close(0x3)		 = 0 0
     13 stat64("/System/Library/PrivateFrameworks/IOPresentment.framework/IOPresentment\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/IOPresentment.framework/IOPresentment\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFradtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
meworks/DSExternalDisplay.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/PrivateFrameworks/DSExternalDisplay.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    967 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 192 0
      4 close_nocancel(0x3)		 = 0 0
     35 open_nocancel("/System/Library/PrivateFrameworks/DSExternalDisplay.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/PrivateFrameworks/DSExternalDisplay.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/DSExternalDisplay.framework/DSExternalDisplay\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/DSExternalDisplay.framework/DSExternalDisplay\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/OpenGL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    151 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 176 0
      4 close_nocancel(0x3)		 = 0 0
     51 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     91 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 192 0
      3 close_nocancel(0x3)		 = 0 0
     31 open("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    124 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
      8 getdirentries64(0x3dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
, 0x7F9FA181AA00, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 192 0
      1 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    121 getdirentries64(0x3, 0x7F9FA181AA00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     29 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
     12 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA101A000, 0x2000)		 = 232 0
      1 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    267 getdirentries64(0x3, 0x7F9FA101AC00, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     32 open_nocancel("/System/Library/Frameworks/MetalPerformanceSdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
haders.framework/Frameworks/MPSNDArray.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 232 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/MetalTools.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/MetalTools.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    613 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/MetalTools.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/MetalTools.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/MetalTools.framework/MetalTools\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/MetalTools.framework/MetalTools\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/PrivateFrameworks/AggregateDictionary.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/AggregateDictionary.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    395 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/AggregateDictionary.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    188 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/PrivateFrameworks/AggregateDictionary.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      4 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/CoreAnalytics.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/CoreAnalytics.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    281 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 216 0
      2 close_nocancel(0x3)		 = 0 0
     30 open_nocancel("/System/Library/PrivateFrameworks/CoreAnalytics.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    154 getdirentries64(0x3, 0x7F9FA101AC00, 0x2000)		 = 240 0
      2 close_nocancel(0x3)		 = 0 0
     28 open("/System/Library/PrivateFrameworks/CoreAnalytics.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Librarydtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
/PrivateFrameworks/AppleSauce.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/AppleSauce.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    654 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/AppleSauce.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/AppleSauce.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/CoreVideo.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     21 open_nocancel("/System/Library/Frameworks/CoreVideo.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    323 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/CoreVideo.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    178 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/CoreVideo.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/CoreVideo.framework/CoreVideo\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreVideo.framework/CoreVideo\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/GraphVisualizer.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/GraphVisualizer.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    647 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/GraphVisualizer.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    150 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/PrivateFrameworks/GraphVisualizer.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/FaceCore.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/FaceCore.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    431 getdirentries64(0x3, 0x7F9FA101B400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/FaceCore.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     44 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 504 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/FaceCore.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
      9 stat64("/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      5 statdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
64("/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/OpenCL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/Frameworks/OpenCL.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    433 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 216 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/OpenCL.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    180 getdirentries64(0x3, 0x7F9FA101B400, 0x2000)		 = 1728 0
      3 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/Frameworks/OpenCL.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/OpenCL.framework/OpenCL\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/OpenCL.framework/OpenCL\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/OTSVG.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/OTSVG.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    869 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 176 0
      3 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/PrivateFrameworks/OTSVG.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     23 open("/System/Library/PrivateFrameworks/OTSVG.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/OTSVG.framework/OTSVG\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/OTSVG.framework/OTSVG\0", 0x7FFEE157E340, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     21 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    289 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 208 0
      3 close_nocancel(0x3)		 = 0 0
     31 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    730 getdirentries64(0x3, 0x7F9FA101B400, 0x2000)		 = 3168 0
      3 close_nocancel(0x3)		 = 0 0
     30 open("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ATS\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ATS\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/FontServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/OpenGL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/OpenGL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/OpenGL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/OpenGL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/OpenGL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      2 stat64("/System/Library/Frameworks/OpenGL.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworksdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    440 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 200 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     36 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/ColorSyncLegacy\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/ColorSyncLegacy\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    462 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 224 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    163 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 1848 0
      2 close_nocancel(0x3)		 = 0 0
     59 open("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/HIServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/HIServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    483 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 296 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/LangAnalysis\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalydtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
sis.framework/LangAnalysis\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    289 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     43 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 2160 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/PrintCore\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/PrintCore\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    124 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 216 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/QD\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/QD\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
      7 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     24 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    275 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 1952 0
      2 close_nocancel(0x3)		 = 0 0
     28 open("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/SpeechSynthesis\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/SpeechSynthesis\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/ApplicationServices.framdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
ework/Versions/A/Frameworks/ATSUI.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    311 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA101B400, 0x2000)		 = 184 0
      1 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/ATSUI\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/ATSUI\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/Kerberos.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/Frameworks/Kerberos.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    376 getdirentries64(0x3, 0x7F9FA101B200, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/Kerberos.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA181A400, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/Frameworks/Kerberos.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/Frameworks/Kerberos.framework/Kerberos\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Kerberos.framework/Kerberos\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/Heimdal.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     17 open_nocancel("/System/Library/PrivateFrameworks/Heimdal.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    453 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 208 0
      3 close_nocancel(0x3)		 = 0 0
     31 open_nocancel("/System/Library/PrivateFrameworks/Heimdal.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/Heimdal.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      6 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/Frameworks/Kerberos.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/CommonAuth.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/PrivateFrameworks/CommonAuth.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    846 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     37 open_nocancel("/System/Library/PrivateFrameworks/CommonAuth.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA3009000, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/PrivateFrameworks/CommonAuth.framework/Resources/Info.plistdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     19 stat64("/System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth\0", 0x7FFEE157E340, 0x0)		 = 0 0
      3 stat64("/System/Library/PrivateFrameworks/AssertionServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     34 open_nocancel("/System/Library/PrivateFrameworks/AssertionServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    467 getdirentries64(0x3, 0x7F9FA3009000, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/PrivateFrameworks/AssertionServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA3009000, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     22 open("/System/Library/PrivateFrameworks/AssertionServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/AudioToolboxCore.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     18 open_nocancel("/System/Library/PrivateFrameworks/AudioToolboxCore.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    445 getdirentries64(0x3, 0x7F9FA3009000, 0x2000)		 = 192 0
      3 close_nocancel(0x3)		 = 0 0
     43 open_nocancel("/System/Library/PrivateFrameworks/AudioToolboxCore.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     11 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/PrivateFrameworks/AudioToolboxCore.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      8 stat64("/System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/caulk.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     21 open_nocancel("/System/Library/PrivateFrameworks/caulk.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    840 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 176 0
      3 close_nocancel(0x3)		 = 0 0
     37 open_nocancel("/System/Library/PrivateFrameworks/caulk.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/PrivateFrameworks/caulk.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/caulk.framework/caulk\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/caulk.framework/caulk\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/BaseBoard.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     21 open_nocancel("/System/Library/PrivateFrameworks/BaseBoard.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    674 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     29 open_nocancel("/System/Library/PrivateFrameworks/BaseBoard.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/BaseBoard.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/RunningBoardServices.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/PrivateFrameworks/RunningBoardServices.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    456 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/PrivateFrameworks/RunningBoardServices.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     24 open("/System/Library/PrivateFrameworks/RunningBoardServices.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/PersistentConnection.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/PrivateFrameworks/PersistentConnection.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    416 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      4 close_nocancel(0x3)		 = 0 0
     43 open_nocancel("/System/Library/PrivateFrameworks/PersistentConnection.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      9 getdirentries64(0x3, 0x7F9FA101B200, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/PrivateFrameworks/PersistentConnection.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/ProtocolBuffer.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/PrivateFrameworks/ProtocolBuffer.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    268 getdirentries64(0x3, 0x7F9FA101B200, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     30 open_nocancel("/System/Library/PrivateFrameworks/ProtocolBuffer.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
      8 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/PrivateFrameworks/ProtocolBuffer.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/CommonUtilities.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     21 open_nocancel("/System/Library/PrivateFrameworks/Commodtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
nUtilities.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    285 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     31 open_nocancel("/System/Library/PrivateFrameworks/CommonUtilities.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    196 getdirentries64(0x3, 0x7F9FA101B200, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     34 open("/System/Library/PrivateFrameworks/CommonUtilities.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      8 stat64("/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/Bom.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     22 open_nocancel("/System/Library/PrivateFrameworks/Bom.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    886 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     63 open_nocancel("/System/Library/PrivateFrameworks/Bom.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    242 getdirentries64(0x3, 0x7F9FA101B200, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/PrivateFrameworks/Bom.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/Bom.framework/Bom\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/Bom.framework/Bom\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/Backup.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/PrivateFrameworks/Backup.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    429 getdirentries64(0x3, 0x7F9FA101B200, 0x2000)		 = 176 0
      3 close_nocancel(0x3)		 = 0 0
     32 open_nocancel("/System/Library/PrivateFrameworks/Backup.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     47 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 1928 0
      2 close_nocancel(0x3)		 = 0 0
     26 open("/System/Library/PrivateFrameworks/Backup.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/Backup.framework/Backup\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      8 stat64("/System/Library/PrivateFrameworks/Backup.framework/Backup\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/CrashReporterSupport.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/PrivateFrameworks/CrashReporterSupport.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    582 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      2 close_nocancel(0x3)		 = 0 0
     30 open_nocancel("/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     94 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 1808 0
      3 close_nocancel(0x3)		 = 0 0
     32 open("/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     13 stat64("/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      8 stat64("/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport\0", 0x7FFEE157dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/Sharing.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     51 open_nocancel("/System/Library/PrivateFrameworks/Sharing.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    362 getdirentries64(0x3, 0x7F9FA101B200, 0x2000)		 = 176 0
      2 close_nocancel(0x3)		 = 0 0
     28 open_nocancel("/System/Library/PrivateFrameworks/Sharing.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     42 getdirentries64(0x3, 0x7F9FA101B200, 0x2000)		 = 1888 0
      2 close_nocancel(0x3)		 = 0 0
     25 open("/System/Library/PrivateFrameworks/Sharing.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/Sharing.framework/Sharing\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/Sharing.framework/Sharing\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/Apple80211.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     20 open_nocancel("/System/Library/PrivateFrameworks/Apple80211.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    480 getdirentries64(0x3, 0x7F9FA101E600, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     30 open_nocancel("/System/Library/PrivateFrameworks/Apple80211.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    251 getdirentries64(0x3, 0x7F9FA101E600, 0x2000)		 = 216 0
      2 close_nocancel(0x3)		 = 0 0
     27 open("/System/Library/PrivateFrameworks/Apple80211.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     12 stat64("/System/Library/PrivateFrameworks/Apple80211.framework/Apple80211\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      7 stat64("/System/Library/PrivateFrameworks/Apple80211.framework/Apple80211\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/AuthKit.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     19 open_nocancel("/System/Library/PrivateFrameworks/AuthKit.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    402 getdirentries64(0x3, 0x7F9FA101C400, 0x2000)		 = 176 0
      4 close_nocancel(0x3)		 = 0 0
     38 open_nocancel("/System/Library/PrivateFrameworks/AuthKit.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    277 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 1784 0
      3 close_nocancel(0x3)		 = 0 0
     38 open("/System/Library/PrivateFrameworks/AuthKit.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     16 stat64("/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     10 stat64("/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/CoreUtils.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/CoreUtils.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    428 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     38 open_nocancel("/System/Library/PrivateFrameworks/CoreUtils.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     53 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 1704 0
      3 close_nocancel(0x3)		 = 0 0
     33 open("/System/Library/PrivateFrameworks/CoreUtils.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     17 stat64("/System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils\0", 0x7FFEE157EE10, 0x0)dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
		 = 0 0
     10 stat64("/System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/CoreWLAN.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/CoreWLAN.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    371 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     39 open_nocancel("/System/Library/Frameworks/CoreWLAN.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    250 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 1744 0
      3 close_nocancel(0x3)		 = 0 0
     38 open("/System/Library/Frameworks/CoreWLAN.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     16 stat64("/System/Library/Frameworks/CoreWLAN.framework/CoreWLAN\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      9 stat64("/System/Library/Frameworks/CoreWLAN.framework/CoreWLAN\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/IOBluetooth.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/IOBluetooth.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    146 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     41 open_nocancel("/System/Library/Frameworks/IOBluetooth.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      1 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    390 getdirentries64(0x3, 0x7F9FA101C400, 0x2000)		 = 3592 0
      3 close_nocancel(0x3)		 = 0 0
     32 open("/System/Library/Frameworks/IOBluetooth.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      2 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     15 stat64("/System/Library/Frameworks/IOBluetooth.framework/IOBluetooth\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      8 stat64("/System/Library/Frameworks/IOBluetooth.framework/IOBluetooth\0", 0x7FFEE157E340, 0x0)		 = 0 0
      4 stat64("/System/Library/PrivateFrameworks/MobileKeyBag.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     23 open_nocancel("/System/Library/PrivateFrameworks/MobileKeyBag.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    717 getdirentries64(0x3, 0x7F9FA101C400, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     39 open_nocancel("/System/Library/PrivateFrameworks/MobileKeyBag.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     15 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 144 0
      3 close_nocancel(0x3)		 = 0 0
     33 open("/System/Library/PrivateFrameworks/MobileKeyBag.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      6 close(0x3)		 = 0 0
     16 stat64("/System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     11 stat64("/System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/CorePhoneNumbers.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     27 open_nocancel("/System/Library/PrivateFrameworks/CorePhoneNumbers.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    280 getdirentries64(0x3, 0x7F9FA181A200, 0x2000)		 = 192 0
      3 close_nocancel(0x3)		 = 0 0
     44 open_nocancel("/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     16 getdirentries64(0x3, 0x7F9FA101C400, 0x2000)		 = 200 0
      2 close_nocancel(0x3)		 = 0 0
     33 open("/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
  dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
   16 stat64("/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     10 stat64("/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     26 open_nocancel("/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    410 getdirentries64(0x3, 0x7F9FA101CC00, 0x2000)		 = 192 0
      6 close_nocancel(0x3)		 = 0 0
     52 open_nocancel("/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    157 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     43 open("/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      4 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     19 stat64("/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     10 stat64("/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Network.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     30 open_nocancel("/System/Library/Frameworks/Network.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    324 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 176 0
      3 close_nocancel(0x3)		 = 0 0
     38 open_nocancel("/System/Library/Frameworks/Network.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     15 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     35 open("/System/Library/Frameworks/Network.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     14 stat64("/System/Library/Frameworks/Network.framework/Network\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      8 stat64("/System/Library/Frameworks/Network.framework/Network\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/PrivateFrameworks/KeychainCircle.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     25 open_nocancel("/System/Library/PrivateFrameworks/KeychainCircle.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    868 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     41 open_nocancel("/System/Library/PrivateFrameworks/KeychainCircle.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     18 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 144 0
      3 close_nocancel(0x3)		 = 0 0
     35 open("/System/Library/PrivateFrameworks/KeychainCircle.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     15 stat64("/System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      9 stat64("/System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/CoreBluetooth.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     24 open_nocancel("/System/Library/Frameworks/CoreBluetooth.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    417 getdirentries64(0x3, 0x7F9FA2009000, 0x2000)		 = 184 0
      5 close_nocancel(0x3)		 = 0 0
     42 open_nocancel("/System/Library/Frameworks/CoreBluetooth.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    242 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1800 0
      3 close_nocancel(0x3)		 dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
= 0 0
     35 open("/System/Library/Frameworks/CoreBluetooth.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     15 stat64("/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      9 stat64("/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     23 open_nocancel("/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    457 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 192 0
      3 close_nocancel(0x3)		 = 0 0
     34 open_nocancel("/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      2 close_nocancel(0x3)		 = 0 0
     30 open("/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     14 stat64("/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/SpeechRecognitionCore\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      9 stat64("/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/SpeechRecognitionCore\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/Carbon.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     24 open_nocancel("/System/Library/Frameworks/Carbon.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    282 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 216 0
      4 close_nocancel(0x3)		 = 0 0
     41 open_nocancel("/System/Library/Frameworks/Carbon.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    398 getdirentries64(0x3, 0x7F9FA101CC00, 0x2000)		 = 224 0
      3 close_nocancel(0x3)		 = 0 0
     33 open("/System/Library/Frameworks/Carbon.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     15 stat64("/System/Library/Frameworks/Carbon.framework/Carbon\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      9 stat64("/System/Library/Frameworks/Carbon.framework/Carbon\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     27 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    367 getdirentries64(0x3, 0x7F9FA101CC00, 0x2000)		 = 184 0
      4 close_nocancel(0x3)		 = 0 0
     44 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     12 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     37 open("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      4 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     17 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/CommonPanels\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     10 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/CommonPanels\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     30 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework\0", 0x1100004, 0x33493ED0)		 =dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
 3 0
      3 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
     12 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 176 0
      3 close_nocancel(0x3)		 = 0 0
     35 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     10 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     35 open("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     15 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Help\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     10 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Help\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      3 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
     12 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     37 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     11 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     34 open("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     15 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ImageCapture\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     10 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ImageCapture\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     28 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    394 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     36 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     55 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 2008 0
      3 close_nocancel(0x3)		 = 0 0
     32 open("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     15 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/OpenScripting\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      9 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/OpenScripting\0", 0x7FFEE157E340, 0x0)		 = 0 0
      5 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     26 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    214 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 176 0
      3 close_nocancel(0x3)		 = 0 0
     36 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBEdtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
dtrace: error on enabled probe ID 2186 (ID 165: syscall::read:return): invalid kernel access in action #12 at DIF offset 68
8, 0x0)		 = 0 0
     13 getdirentries64(0x3, 0x7F9FA101CC00, 0x2000)		 = 144 0
      2 close_nocancel(0x3)		 = 0 0
     31 open("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      2 close(0x3)		 = 0 0
     15 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Ink\0", 0x7FFEE157EE10, 0x0)		 = 0 0
      9 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Ink\0", 0x7FFEE157E340, 0x0)		 = 0 0
      6 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     25 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
    289 getdirentries64(0x3, 0x7F9FA101CC00, 0x2000)		 = 176 0
      4 close_nocancel(0x3)		 = 0 0
     47 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
    351 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 1744 0
      4 close_nocancel(0x3)		 = 0 0
     41 open("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     18 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Print\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     10 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Print\0", 0x7FFEE157E340, 0x0)		 = 0 0
     11 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework\0", 0x7FFEE157E290, 0x0)		 = 0 0
     30 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DC68, 0x0)		 = 0 0
     12 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 184 0
      3 close_nocancel(0x3)		 = 0 0
     36 open_nocancel("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Resources\0", 0x1100004, 0x33493ED0)		 = 3 0
      2 fstatfs64(0x3, 0x7FFEE157DBE8, 0x0)		 = 0 0
     15 getdirentries64(0x3, 0x7F9FA1819C00, 0x2000)		 = 224 0
      3 close_nocancel(0x3)		 = 0 0
     36 open("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Resources/Info.plist\0", 0x0, 0x1B6)		 = 3 0
      3 fstat64(0x3, 0x7FFEE157F030, 0x0)		 = 0 0
      3 close(0x3)		 = 0 0
     15 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/SecurityHI\0", 0x7FFEE157EE10, 0x0)		 = 0 0
     10 stat64("/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/SecurityHI\0", 0x7FFEE157E340, 0x0)		 = 0 0
 131310 workq_kernreturn(0x40, 0x70000FEB6B80, 0x1)		 = 0 -2

Please advice.

@annulen
Copy link
Member

annulen commented Sep 28, 2020

FWIW you can use precompiled binaries for 5.15.1 from http://download.qt.io/snapshots/ci/qtwebkit/5.212/1600955993/qtwebkit/qtwebkit-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64.7z

As for segfault, dtruss output won't help with anything. I need backtrace from lldb or gdb or from system crash report

@mnesrine
Copy link
Author

Here is the OSX System Crash report for my app.
Thanks again for your help

kv.exe_2020-09-28-130015_nes.txt

@annulen
Copy link
Member

annulen commented Sep 28, 2020

Looks like this problem occured in other projects as well, see e.g. opencv/opencv#18079, opencv/opencv-python#376. Crash happens inside QtCore and is not anyhow related to QtWebKit. I haven't figured out what is the solution, maybe something related to plist or composition of app bundle (sorry I don't have macos and I can't try myself)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants