build TBB on 10.8.2
I'm trying to build TBB on OS X following the directions in git: https://gitweb.torproject.org/torbrowser.git/blob/HEAD:/docs/buildmachine_setups/osx.txt
It doesn't appear that the docs for building are totally up to date or that they work on a 10.8.2 x86_64 Mac OS X machine.
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
(ioerror here)
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index f420e46..a26750b 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -22,7 +22,7 @@ PLATFORM=MacOS OSX_VERSION=10.5 CC= # These can probably be left alone for OSX_VERSION 10.5 and up -SDK_PATH=/Developer/SDKs/MacOSX10.6.sdk +SDK_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ SDK=-sdk $(SDK_PATH) MIN_VERSION=-mmacosx-version-min=$(OSX_VERSION) CF_MIN_VERSION=-isysroot $(SDK_PATH) diff --git a/docs/buildmachine_setups/osx.txt b/docs/buildmachine_setups/osx.txt index 7093859..db141a8 100644 --- a/docs/buildmachine_setups/osx.txt +++ b/docs/buildmachine_setups/osx.txt @@ -31,7 +31,7 @@ Then run these: cd /builds/ git clone https://git.torproject.org/torbrowser cd torbrowser - git checkout maint-2.2 + git checkout maint-2.4 cd build-scripts make -f osx.mk build-all-binaries copy-firefox bundle
At the very least, the docs and the Makefile need to be updated for OS 10.8.2 SDK paths.
Updated patch:
diff --git a/build-scripts/config/mozconfig-osx-i386 b/build-scripts/config/mozconfig-osx-i386 index 57f943d..66be1cc 100644 --- a/build-scripts/config/mozconfig-osx-i386 +++ b/build-scripts/config/mozconfig-osx-i386 @@ -19,7 +19,7 @@ CROSS_COMPILE=1 ac_add_options --target=i386-apple-darwin$DARWIN_VERSION # Options for 'configure' (same as command-line options). -ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk +ac_add_options --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ ac_add_options --enable-macos-target=10.5 ac_add_options --enable-application=browser ac_add_options --enable-official-branding diff --git a/build-scripts/config/mozconfig-osx-x86_64 b/build-scripts/config/mozconfig-osx-x86_64 index 8136100..ae985b7 100755 --- a/build-scripts/config/mozconfig-osx-x86_64 +++ b/build-scripts/config/mozconfig-osx-x86_64 @@ -18,7 +18,7 @@ mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profiles mk_add_options MOZILLA_OFFICIAL=1 mk_add_options BUILD_OFFICIAL=1 -ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk +ac_add_options --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ ac_add_options --target=x86_64-apple-darwin10.6.0 ac_add_options --enable-macos-target=10.6 # bug 491774. crashreporter won't build in cross compile diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk index 95dc973..eb44787 100644 --- a/build-scripts/osx-alpha.mk +++ b/build-scripts/osx-alpha.mk @@ -22,7 +22,7 @@ PLATFORM=MacOS OSX_VERSION=10.5 CC= # These can probably be left alone for OSX_VERSION 10.5 and up -SDK_PATH=/Developer/SDKs/MacOSX10.6.sdk +SDK_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ SDK=-sdk $(SDK_PATH) MIN_VERSION=-mmacosx-version-min=$(OSX_VERSION) CF_MIN_VERSION=-isysroot $(SDK_PATH) diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index f420e46..a26750b 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -22,7 +22,7 @@ PLATFORM=MacOS OSX_VERSION=10.5 CC= # These can probably be left alone for OSX_VERSION 10.5 and up -SDK_PATH=/Developer/SDKs/MacOSX10.6.sdk +SDK_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ SDK=-sdk $(SDK_PATH) MIN_VERSION=-mmacosx-version-min=$(OSX_VERSION) CF_MIN_VERSION=-isysroot $(SDK_PATH) diff --git a/docs/buildmachine_setups/osx.txt b/docs/buildmachine_setups/osx.txt index 7093859..db141a8 100644 --- a/docs/buildmachine_setups/osx.txt +++ b/docs/buildmachine_setups/osx.txt @@ -31,7 +31,7 @@ Then run these: cd /builds/ git clone https://git.torproject.org/torbrowser cd torbrowser - git checkout maint-2.2 + git checkout maint-2.4 cd build-scripts make -f osx.mk build-all-binaries copy-firefox bundle
I'm a bit concerned that all of the wget lines have --no-check-certificate - why are we doing that?
It seems like we should host copies of all of the source code we require and we should also sign what we host. This would allow us to ship our own cert pinnings in torbrowser's git repo.
I spent a few hours trying to build TBB and basically it failed to build because of some QT issues with webkit. It doesn't seem to make a difference if I attempt to disable QT's webkit (eg: no-webkit) or not.
Erinn and Mike, how do you guys actually build this tree respectively? Do you build it the same way? Do you have different build machines?
(I also made some progress on a homebrew Formula but I found that it doesn't build for other reasons.)
I finally managed to get past the QT errors only to end up with this annoying build problem:
Making install in suse make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. .././install-sh -c -d '/Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/built/bin' /usr/bin/install -c torify '/Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/built/bin' .././install-sh -c -d '/Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/built/etc/tor' /usr/bin/install -c -m 644 tor-tsocks.conf '/Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/built/etc/tor' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. touch /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/build-tor /usr/local/bin/wget --no-check-certificate --directory-prefix=/Users/macx86builder/Documents/builds/torbrowser/build-scripts/build https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0.12esr/source/firefox-10.0.12esr.source.tar.bz2 --2013-02-16 03:45:16-- https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0.12esr/source/firefox-10.0.12esr.source.tar.bz2 Resolving ftp.mozilla.org... 63.245.215.46 Connecting to ftp.mozilla.org|63.245.215.46|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 75510903 (72M) [application/x-bzip2] Saving to: ‘/Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/firefox-10.0.12esr.source.tar.bz2’ 100%[==========================================================================>] 75,510,903 4.13MB/s in 22s 2013-02-16 03:45:38 (3.33 MB/s) - ‘/Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/firefox-10.0.12esr.source.tar.bz2’ saved [75510903/75510903] rm -rf /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/mozilla-esr10 cd /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build && tar -xmf firefox-10.0.12esr.source.tar.bz2 -C /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/ mv /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/mozilla-esr10 /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr cp ../src/current-patches/firefox/* /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr cp patch-any-src.sh /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr cd /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr && ./patch-any-src.sh patching file js/xpconnect/src/XPCComponents.cpp Hunk #1 FAILED at 4838. 1 out of 1 hunk FAILED -- saving rejects to file js/xpconnect/src/XPCComponents.cpp.rej make: *** [/Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr] Error 1
The contents of /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/js/xpconnect/src/XPCComponents.cpp.rej is:
*************** *** 4838,4844 **** NS_IMETHODIMP nsXPCComponents::CanGetProperty(const nsIID * iid, const PRUnichar *propertyName, char **_retval) { - static const char* allowed[] = { "interfaces", "interfacesByID", "results", nullptr}; *_retval = xpc_CheckAccessList(propertyName, allowed); return NS_OK; } --- 4838,4844 ---- NS_IMETHODIMP nsXPCComponents::CanGetProperty(const nsIID * iid, const PRUnichar *propertyName, char **_retval) { + static const char* allowed[] = { "results", nullptr}; *_retval = xpc_CheckAccessList(propertyName, allowed); return NS_OK; }
Thoughts?
This is the diff I used to get past the QT build errors:
diff --git a/build-scripts/config/mozconfig-osx-i386 b/build-scripts/config/mozconfig-osx-i386 index 57f943d..66be1cc 100644 --- a/build-scripts/config/mozconfig-osx-i386 +++ b/build-scripts/config/mozconfig-osx-i386 @@ -19,7 +19,7 @@ CROSS_COMPILE=1 ac_add_options --target=i386-apple-darwin$DARWIN_VERSION # Options for 'configure' (same as command-line options). -ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk +ac_add_options --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ ac_add_options --enable-macos-target=10.5 ac_add_options --enable-application=browser ac_add_options --enable-official-branding diff --git a/build-scripts/config/mozconfig-osx-x86_64 b/build-scripts/config/mozconfig-osx-x86_64 index 8136100..ae985b7 100755 --- a/build-scripts/config/mozconfig-osx-x86_64 +++ b/build-scripts/config/mozconfig-osx-x86_64 @@ -18,7 +18,7 @@ mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profiles mk_add_options MOZILLA_OFFICIAL=1 mk_add_options BUILD_OFFICIAL=1 -ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk +ac_add_options --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ ac_add_options --target=x86_64-apple-darwin10.6.0 ac_add_options --enable-macos-target=10.6 # bug 491774. crashreporter won't build in cross compile diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk index 95dc973..eb44787 100644 --- a/build-scripts/osx-alpha.mk +++ b/build-scripts/osx-alpha.mk @@ -22,7 +22,7 @@ PLATFORM=MacOS OSX_VERSION=10.5 CC= # These can probably be left alone for OSX_VERSION 10.5 and up -SDK_PATH=/Developer/SDKs/MacOSX10.6.sdk +SDK_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ SDK=-sdk $(SDK_PATH) MIN_VERSION=-mmacosx-version-min=$(OSX_VERSION) CF_MIN_VERSION=-isysroot $(SDK_PATH) diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index f420e46..b6dc0fb 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -22,7 +22,7 @@ PLATFORM=MacOS OSX_VERSION=10.5 CC= # These can probably be left alone for OSX_VERSION 10.5 and up -SDK_PATH=/Developer/SDKs/MacOSX10.6.sdk +SDK_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ SDK=-sdk $(SDK_PATH) MIN_VERSION=-mmacosx-version-min=$(OSX_VERSION) CF_MIN_VERSION=-isysroot $(SDK_PATH) @@ -31,7 +31,7 @@ BACKWARDS_COMPAT=$(MIN_VERSION) $(CF_MIN_VERSION) $(LD_MIN_VERSION) ## Build machine specific settings # Number of cpu cores used to build in parallel -NUM_CORES=4 +NUM_CORES=1 ## Location of directory for source fetching FETCH_DIR=$(PWD)/build @@ -67,7 +67,8 @@ endif QT_BUILD_PREFS=-system-zlib -confirm-license -opensource -openssl-linked -no-qt3support \ - -fast -release -no-webkit -no-framework -nomake demos -nomake examples $(SDK) -arch $(ARCH_TYPE) + -fast -release -no-webkit -no-framework -nomake demos -nomake examples -arch $(ARCH_TYPE) +# -fast -release -no-webkit -no-framework -nomake demos -nomake examples $(SDK) -arch $(ARCH_TYPE) QT_OPTS=$(QT_BUILD_PREFS) -prefix $(BUILT_DIR) -I $(BUILT_DIR)/include -I $(BUILT_DIR)/include/openssl/ -L $(BUILT_DIR)/lib build-qt: build-zlib build-openssl $(QT_DIR) cd $(QT_DIR) && ./configure $(QT_OPTS) diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index 138b28d..eb01edf 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -43,7 +43,8 @@ OBFSPROXY_PACKAGE=obfsproxy-$(OBFSPROXY_VER).tar.gz ZLIB_URL=http://www.zlib.net/$(ZLIB_PACKAGE) OPENSSL_URL=http://www.openssl.org/source/$(OPENSSL_PACKAGE) LIBPNG_URL=ftp://ftp.simplesystems.org/pub/libpng/png/src/$(LIBPNG_PACKAGE) -QT_URL=ftp://ftp.qt.nokia.com/qt/source/$(QT_PACKAGE) +#QT_URL=ftp://ftp.qt.nokia.com/qt/source/$(QT_PACKAGE) +QT_URL=https://people.torproject.org/~ioerror/src/mirrors/$(QT_PACKAGE) VIDALIA_URL=https://archive.torproject.org/tor-package-archive/vidalia/$(VIDALIA_PACKAGE) LIBEVENT_URL=https://github.com/downloads/libevent/libevent/$(LIBEVENT_PACKAGE) TOR_URL=https://archive.torproject.org/tor-package-archive/$(TOR_PACKAGE) diff --git a/docs/buildmachine_setups/osx.txt b/docs/buildmachine_setups/osx.txt index 7093859..db141a8 100644 --- a/docs/buildmachine_setups/osx.txt +++ b/docs/buildmachine_setups/osx.txt @@ -31,7 +31,7 @@ Then run these: cd /builds/ git clone https://git.torproject.org/torbrowser cd torbrowser - git checkout maint-2.2 + git checkout maint-2.4 cd build-scripts make -f osx.mk build-all-binaries copy-firefox bundle
I also discovered that after the failure to apply the above patch to the firefox source, the build-all-binaries target does the following when I run it again:
make -f osx.mk build-all-binaries cp config/mozconfig-osx-x86_64 /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/mozconfig cp branding/* /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/browser/branding/official cd /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr && make -f client.mk build make -f /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/client.mk realbuild Adding client.mk options from /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/mozconfig: MOZ_MAKE_FLAGS=-s --no-print-directory -j8 MOZ_OBJDIR=$(TOPSRCDIR)/obj-$(CONFIG_GUESS) MOZ_APP_DISPLAYNAME=TorBrowser PROFILE_GEN_SCRIPT=$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1 cd /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/obj-x86_64-apple-darwin12.2.1 /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/configure Adding configure options from /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/mozconfig: --enable-application=browser --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ --target=x86_64-apple-darwin10.6.0 --enable-macos-target=10.6 --disable-crashreporter --enable-application=browser --enable-official-branding --enable-libzul --enable-optimize --enable-strip --disable-tests --disable-debug loading cache ./config.cache checking host system type... x86_64-apple-darwin12.2.1 checking target system type... x86_64-apple-darwin10.6.0 checking build system type... x86_64-apple-darwin12.2.1 checking for mawk... no checking for gawk... no checking for nawk... no checking for awk... awk checking for perl5... no checking for perl... /usr/bin/perl cross compiling from x86_64-apple-darwin12.2.1 to x86_64-apple-darwin10.6.0 checking for host c compiler... checking for clang... clang clang checking for host c++ compiler... checking for clang++... clang++ clang++ checking for ranlib... no checking for ar... no checking whether the host c compiler (clang -Wno-return-type ) works... yes checking whether the host c++ compiler (clang++ -Wno-return-type ) works... yes checking for clang... clang -arch x86_64 checking for gcc... clang -arch x86_64 checking whether the C compiler (clang -arch x86_64 -Wno-return-type ) works... yes checking whether the C compiler (clang -arch x86_64 -Wno-return-type ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether clang -arch x86_64 accepts -g... yes checking for clang++... clang++ -arch x86_64 checking for c++... clang++ -arch x86_64 checking whether the C++ compiler (clang++ -arch x86_64 -Wno-return-type ) works... yes checking whether the C++ compiler (clang++ -arch x86_64 -Wno-return-type ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether clang++ -arch x86_64 accepts -g... yes checking for ranlib... ranlib checking for ar... ar checking for clang... /usr/bin/clang checking for ld... ld checking for strip... strip -x -S checking for x86_64-apple-darwin10.6.0-windres... no checking for x86_64-apple-darwin10.6.0-windres... no checking how to run the C preprocessor... clang -arch x86_64 -E checking how to run the C++ preprocessor... clang++ -arch x86_64 -E checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for minimum required perl version >= 5.006... 5.012004 checking for full perl installation... yes checking for python2.7... /usr/bin/python2.7 checking for doxygen... : checking for autoconf... /usr/local/bin/autoconf checking for unzip... /usr/bin/unzip checking for zip... /usr/bin/zip checking for makedepend... /usr/local/bin/makedepend checking for xargs... /usr/bin/xargs checking for rpmbuild... : checking for pbbuild... no checking for xcodebuild... /usr/bin/xcodebuild checking for sdp... /usr/bin/sdp /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/configure: line 4671: test: : integer expression expected checking for valid compiler/Mac OS X SDK combination... yes checking whether the C compiler is clang older than version 2.9... no checking bad gcc versions... we're ok checking for gmake... no checking for make... /usr/bin/make checking for X... no checking whether the compiler supports -Wno-invalid-offsetof... yes checking whether the compiler supports -Wno-variadic-macros... yes checking whether the compiler supports -Werror=return-type... yes checking whether ld has archive extraction flags... no checking that static assertion macros used in autoconf tests work... yes checking for 64-bit OS... yes checking for Python version >= 2.5 but not 3.x... yes checking for iOS target... no checking for -dead_strip option to ld... yes checking for ANSI C header files... yes checking for working const... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for __stdcall... yes checking for ssize_t... yes checking for st_blksize in struct stat... yes checking for siginfo_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int64... no checking for uint... yes checking for uint_t... no checking for uint16_t... no checking for uname.domainname... no checking for uname.__domainname... no checking for gcc c++0x headers bug without rtti... no checking for usable char16_t (2 bytes, unsigned)... yes checking for usable wchar_t (2 bytes, unsigned)... no checking for visibility(hidden) attribute... yes checking for visibility(default) attribute... yes checking for visibility pragma support... yes checking For gcc visibility bug with class-level attributes (GCC bug 26905)... yes checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... no checking for gcc PR49911... no checking for __force_align_arg_pointer__ attribute... no checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for sys/byteorder.h... no checking for compat.h... no checking for getopt.h... yes checking for sys/bitypes.h... no checking for memory.h... yes checking for unistd.h... yes checking for gnu/libc-version.h... no checking for nl_types.h... yes checking for malloc.h... no checking for X11/XKBlib.h... no checking for io.h... no checking for sys/statvfs.h... yes checking for sys/statfs.h... no checking for sys/vfs.h... no checking for sys/mount.h... yes checking for sys/quota.h... no checking for sys/sysmacros.h... no checking for linux/quota.h... no checking for mmintrin.h... yes checking for new... yes checking for sys/cdefs.h... yes checking for gethostbyname_r in -lc_r... no checking for dladdr... yes checking for memmem... yes checking for socket in -lsocket... no checking whether clang -arch x86_64 accepts -pthread... yes checking whether clang -arch x86_64 needs -traditional... no checking for 8-bit clean memcmp... yes checking for random... yes checking for strerror... yes checking for lchown... yes checking for fchmod... yes checking for snprintf... yes checking for statvfs... yes checking for memmove... yes checking for rint... yes checking for stat64... yes checking for lstat64... yes checking for truncate64... no checking for statvfs64... no checking for setbuf... yes checking for isatty... yes checking for flockfile... yes checking for getpagesize... yes checking for localtime_r... yes checking for strtok_r... yes checking for clock_gettime(CLOCK_MONOTONIC) and -lrt... no checking for wcrtomb... yes checking for mbrtowc... yes checking for res_ninit()... no checking for gnu_get_libc_version()... no checking for nl_langinfo and CODESET... yes checking for an implementation of va_copy()... yes checking for an implementation of __va_copy()... yes checking whether va_lists can be copied by value... no checking for modern C++ template specialization syntax support... yes checking whether partial template specialization works... yes checking whether the C++ "using" keyword resolves ambiguity... yes checking for C++ dynamic_cast to void*... yes checking whether C++ requires implementation of unused virtual methods... yes checking for trouble comparing to zero near std::operator!=()... no checking for __thread keyword for TLS variables... no checking for malloc.h... (cached) no checking for malloc/malloc.h... yes checking for strndup... yes checking for posix_memalign... no checking for memalign... no checking for valloc... no checking for __attribute__((always_inline))... yes checking for __attribute__((malloc))... yes checking for __attribute__((warn_unused_result))... yes checking for __attribute__((noreturn))... yes checking for LC_MESSAGES... yes checking for localeconv... yes checking for YASM assembler... checking for yasm... yasm checking for application to build... browser checking if app-specific confvars.sh exists... /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/browser/confvars.sh checking __attribute__ ((aligned ())) support... trying 64 64 checking for java... /usr/bin/java checking for javac... /usr/bin/javac checking for jar... /usr/bin/jar checking for YASM assembler... checking for yasm... yasm /Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/configure: line 18575: test: : integer expression expected checking for tar archiver... checking for gnutar... gnutar gnutar checking for wget... checking for wget... wget wget checking for pkg-config... /usr/local/bin/pkg-config checking for conic... checking for valid optimization flags... yes checking size of int *... 8 checking for __cxa_demangle... yes checking for unwind.h... yes checking for _Unwind_Backtrace... yes checking for gcc -pipe support... no checking whether C compiler supports -fprofile-generate... yes checking for correct overload resolution with const and templates... no checking what kind of list files are supported by the linker... list checking for glib-config... no checking for GLIB - version >= 1.2.0... no *** The glib-config script installed by GLIB could not be found *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GLIB_CONFIG environment variable to the *** full path to glib-config. checking for stdint.h... yes checking for inttypes.h... yes checking for sys/int_types.h... no checking for posix_fallocate... no arch: posix_spawnp: egrep: Bad CPU type in executable configure: error: Error outputting config definitions *** Fix above errors and then restart with "make -f client.mk build" make[3]: *** [configure] Error 1 make[2]: *** [/Users/macx86builder/Documents/builds/torbrowser/build-scripts/build/x86_64/firefox-10.0.12esr/obj-x86_64-apple-darwin12.2.1/Makefile] Error 2 make[1]: *** [build] Error 2 make: *** [build-firefox] Error 2
This appears to be perhaps related:
This is indeed one of the problems:
https://bugzilla.mozilla.org/show_bug.cgi?id=775405
I'm too tired to keep going on this tonight - so I'll pick this up tomorrow.
- Author
I haven't yet managed to build this - mike or erinn, any thoughts on what I'm doing wrong here?
The OSX 10.8 machine I build on was using the 10.6 SDK... I believe we deliberately use this because we need 10.6 compatibility. It may be the case that we don't want to patch the makefiles for the 10.8 SDK yet for this reason.
I do like the idea of creating a directory on archive + a cronjob to download all of the source tarballs used to build TBB though. Doing this could remove a lot of the complexity of the makefiles in terms of having everything so fragile to versioning, and can also give us protection against targeted attacks to our (otherwise unauthenticated) dependencies.
- Author
Replying to mikeperry:
The OSX 10.8 machine I build on was using the 10.6 SDK... I believe we deliberately use this because we need 10.6 compatibility. It may be the case that we don't want to patch the makefiles for the 10.8 SDK yet for this reason.
I'm not sure that I understand - I thought that we tell the 10.8 SDK that we want 10.6 comparability?
I do like the idea of creating a directory on archive + a cronjob to download all of the source tarballs used to build TBB though. Doing this could remove a lot of the complexity of the makefiles in terms of having everything so fragile to versioning, and can also give us protection against targeted attacks to our (otherwise unauthenticated) dependencies.
Yeah, I agree.
Thoughts on how the patch above doesn't apply? Or on how Firefox won't build? Am I performing the right rain dance?
Replying to ioerror:
Replying to mikeperry:
The OSX 10.8 machine I build on was using the 10.6 SDK... I believe we deliberately use this because we need 10.6 compatibility. It may be the case that we don't want to patch the makefiles for the 10.8 SDK yet for this reason.
I'm not sure that I understand - I thought that we tell the 10.8 SDK that we want 10.6 comparability?
Maybe that can be made to work, but it probably is the cause of the build issues here. All I know is that the SDK I have is in /Developer/SDKs/MacOSX10.6.sdk even though I was using it on OS 10.8.
I do like the idea of creating a directory on archive + a cronjob to download all of the source tarballs used to build TBB though. Doing this could remove a lot of the complexity of the makefiles in terms of having everything so fragile to versioning, and can also give us protection against targeted attacks to our (otherwise unauthenticated) dependencies.
Yeah, I agree.
Thoughts on how the patch above doesn't apply? Or on how Firefox won't build? Am I performing the right rain dance?
You might want to either try building mikeperry/bug3944-intlfixes or waiting until it gets merged. That will allow you to build TBB with FF17, which looks like it has fixes for the two bugzilla bugs you found with the 10.8 SDK.
- Author
Replying to mikeperry:
Replying to ioerror:
Replying to mikeperry:
The OSX 10.8 machine I build on was using the 10.6 SDK... I believe we deliberately use this because we need 10.6 compatibility. It may be the case that we don't want to patch the makefiles for the 10.8 SDK yet for this reason.
I'm not sure that I understand - I thought that we tell the 10.8 SDK that we want 10.6 comparability?
Maybe that can be made to work, but it probably is the cause of the build issues here. All I know is that the SDK I have is in /Developer/SDKs/MacOSX10.6.sdk even though I was using it on OS 10.8.
Ok - in theory, I have a MacOSX10.7.sdk and a MacOSX10.8.sdk - I don't know where I'm supposed to find the MacOSX10.6.sdk directory. Either way, /Developer is long gone as these things are delivered by the Apple App Store these days.
I do like the idea of creating a directory on archive + a cronjob to download all of the source tarballs used to build TBB though. Doing this could remove a lot of the complexity of the makefiles in terms of having everything so fragile to versioning, and can also give us protection against targeted attacks to our (otherwise unauthenticated) dependencies.
Yeah, I agree.
Thoughts on how the patch above doesn't apply? Or on how Firefox won't build? Am I performing the right rain dance?
You might want to either try building mikeperry/bug3944-intlfixes or waiting until it gets merged. That will allow you to build TBB with FF17, which looks like it has fixes for the two bugzilla bugs you found with the 10.8 SDK.
I'm not sure of the best way to test it - should I just merge your changes against the current head? Or build against yours? Or?
Also, to be clear - is the following snippet what you do to build TBB?
git clone https://git.torproject.org/torbrowser cd torbrowser git checkout maint-2.4 cd build-scripts make -f osx.mk build-all-binaries copy-firefox bundle
Or is there something else?
To be honest, in #8234 (closed) I only built the Firefox bits manually. But, that's pretty similar to what I do on Linux, for which I have build the whole TBB. Here's what I would suggest:
git clone https://git.torproject.org/torbrowser cd torbrowser git remote add mikeperry https://git.torproject.org/mikeperry/torbrowser.git git checkout bug39444-intlfixes cd build-scripts make -f osx.mk build-all-binaries bundle
I've never needed to do the copy-firefox step...
I've also noticed osx.mk lists "OSX_VERSION=10.5". If the SDK you have really only supports OS 10.7 and above, perhaps you need to edit that line to say 10.7?
Documentation of this build process is progressing!
git clone https://git.torproject.org/torbrowser cd torbrowser git remote add mikeperry https://git.torproject.org/mikeperry/torbrowser.git git fetch mikeperry git checkout bug3944-intlfixes cd build-scripts make -f osx.mk build-all-binaries bundle
I've added a patch for the final bit after checking out the bug fix and before make.
ioerror, Runa got TBB building on 10.8 a while ago, please check out #7964 (closed). One thing she hasn't figured out is how to get it to build i386 versions of TBB. The last comment on that bug is related to that. Otherwise the changes she made should work for you, at least for x86_64.
Since this is a duplicate, does anyone mind if I close it? There's a lot of information here, but I think it should just be linked to in the other bug.
This is the process that I (ioerror) followed to finally build a full tor browser bundle on 10.8.2:
This patch is required to build with 10.8.2 and using XCode from the App Store (the only way to do it on 10.8.x, I believe):
cat << 'EOF' > /tmp/torbrowser-10.8.2-build.patch diff --git a/build-scripts/config/mozconfig-osx-i386 b/build-scripts/config/mozconfig-osx-i386 index 385b1e1..a116c6c 100644 --- a/build-scripts/config/mozconfig-osx-i386 +++ b/build-scripts/config/mozconfig-osx-i386 @@ -19,7 +19,7 @@ CROSS_COMPILE=1 ac_add_options --target=i386-apple-darwin$DARWIN_VERSION # Options for 'configure' (same as command-line options). -ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk +ac_add_options --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ ac_add_options --enable-macos-target=10.5 ac_add_options --enable-application=browser ac_add_options --enable-official-branding diff --git a/build-scripts/config/mozconfig-osx-x86_64 b/build-scripts/config/mozconfig-osx-x86_64 index ba727dd..2e9ca64 100755 --- a/build-scripts/config/mozconfig-osx-x86_64 +++ b/build-scripts/config/mozconfig-osx-x86_64 @@ -18,9 +18,9 @@ mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profiles mk_add_options MOZILLA_OFFICIAL=1 mk_add_options BUILD_OFFICIAL=1 -ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk -ac_add_options --target=x86_64-apple-darwin10.6.0 -ac_add_options --enable-macos-target=10.6 +ac_add_options --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ +ac_add_options --target=x86_64-apple-darwin10.8.0 +ac_add_options --enable-macos-target=10.8 # bug 491774. crashreporter won't build in cross compile ac_add_options --disable-crashreporter ac_add_options --enable-application=browser diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk index bd4fa27..0778b04 100644 --- a/build-scripts/osx-alpha.mk +++ b/build-scripts/osx-alpha.mk @@ -19,10 +19,10 @@ BUILD_NUM=1 PLATFORM=MacOS ## Set OSX-specific backwards compatibility options -OSX_VERSION=10.5 +OSX_VERSION=10.8 CC= # These can probably be left alone for OSX_VERSION 10.5 and up -SDK_PATH=/Developer/SDKs/MacOSX10.6.sdk +SDK_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ SDK=-sdk $(SDK_PATH) MIN_VERSION=-mmacosx-version-min=$(OSX_VERSION) CF_MIN_VERSION=-isysroot $(SDK_PATH) diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 6cd84fa..0c09981 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -19,10 +19,10 @@ BUILD_NUM=3 PLATFORM=MacOS ## Set OSX-specific backwards compatibility options -OSX_VERSION=10.5 +OSX_VERSION=10.8 CC= # These can probably be left alone for OSX_VERSION 10.5 and up -SDK_PATH=/Developer/SDKs/MacOSX10.6.sdk +SDK_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/ SDK=-sdk $(SDK_PATH) MIN_VERSION=-mmacosx-version-min=$(OSX_VERSION) CF_MIN_VERSION=-isysroot $(SDK_PATH) @@ -31,7 +31,7 @@ BACKWARDS_COMPAT=$(MIN_VERSION) $(CF_MIN_VERSION) $(LD_MIN_VERSION) ## Build machine specific settings # Number of cpu cores used to build in parallel -NUM_CORES=4 +NUM_CORES=1 ## Location of directory for source fetching FETCH_DIR=$(PWD)/build @@ -66,8 +66,9 @@ endif touch $(STAMP_DIR)/build-openssl +# -fast -release -no-framework -nomake demos -nomake examples $(SDK) -arch $(ARCH_TYPE) QT_BUILD_PREFS=-system-zlib -confirm-license -opensource -openssl-linked -no-qt3support \ - -fast -release -no-framework -nomake demos -nomake examples $(SDK) -arch $(ARCH_TYPE) + -fast -release -no-webkit -no-framework -nomake demos -nomake examples -arch $(ARCH_TYPE) QT_OPTS=$(QT_BUILD_PREFS) -prefix $(BUILT_DIR) -I $(BUILT_DIR)/include -I $(BUILT_DIR)/include/openssl/ -L $(BUILT_DIR)/lib build-qt: build-zlib build-openssl $(QT_DIR) cd $(QT_DIR) && ./configure $(QT_OPTS) diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index a9d61f8..f655b2e 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -41,7 +41,8 @@ OBFSPROXY_PACKAGE=obfsproxy-$(OBFSPROXY_VER).tar.gz ZLIB_URL=http://www.zlib.net/$(ZLIB_PACKAGE) OPENSSL_URL=http://www.openssl.org/source/$(OPENSSL_PACKAGE) LIBPNG_URL=ftp://ftp.simplesystems.org/pub/libpng/png/src/$(LIBPNG_PACKAGE) -QT_URL=ftp://ftp.qt.nokia.com/qt/source/$(QT_PACKAGE) +#QT_URL=ftp://ftp.qt.nokia.com/qt/source/$(QT_PACKAGE) +QT_URL=https://people.torproject.org/~ioerror/src/mirrors/$(QT_PACKAGE) VIDALIA_URL=https://archive.torproject.org/tor-package-archive/vidalia/$(VIDALIA_PACKAGE) LIBEVENT_URL=https://github.com/downloads/libevent/libevent/$(LIBEVENT_PACKAGE) TOR_URL=https://archive.torproject.org/tor-package-archive/$(TOR_PACKAGE) diff --git a/docs/buildmachine_setups/osx.txt b/docs/buildmachine_setups/osx.txt index 7093859..db141a8 100644 --- a/docs/buildmachine_setups/osx.txt +++ b/docs/buildmachine_setups/osx.txt @@ -31,7 +31,7 @@ Then run these: cd /builds/ git clone https://git.torproject.org/torbrowser cd torbrowser - git checkout maint-2.2 + git checkout maint-2.4 cd build-scripts make -f osx.mk build-all-binaries copy-firefox bundle EOF
git clone https://git.torproject.org/torbrowser cd torbrowser git remote add mikeperry https://git.torproject.org/mikeperry/torbrowser.git git fetch mikeperry git checkout bug3944-intlfixes # Apply patch shown above patch -p1 < /tmp/torbrowser-10.8.2-build.patch cd build-scripts make -f osx.mk build-all-binaries bundle
I copied /Users/macx86builder/Documents/builds/torbrowser/build-scripts/TorBrowser_en-US.app to my desktop and attempted to run it. Sadly, no home page was loaded and no home page appears to ever load. No url in the URL bar results in a working loaded web page.
Erinn, I'm doing this with a machine only using homebrew and torbrowser.git sources, so I think this is a different bug. It isn't quite a dupe even though we're trying to obtain a similar TorBrowser_en.app app.
- Author
I tried again with the following target:
make -f osx.mk build-all-binaries copy-firefox bundle
Still, the resulting binary is unable to load pages. Firefox doesn't crash per #8234 (closed) though, so yay? :)
- Author
Ah - I was wrong - this time it loads pages but it does not load the home page automatically.
Any thoughts on why that might be Erinn?
Ok - I didn't crash it until I tried to quit:
Process: firefox-bin [98373] Path: /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/firefox-bin Identifier: org.mozilla.torbrowser Version: 17.0.2 (1713.2.19) Code Type: X86-64 (Native) Parent Process: Vidalia [98371] User ID: 501 Date/Time: 2013-02-19 15:11:40.736 -0800 OS Version: Mac OS X 10.8.2 (12C3012) Report Version: 10 Interval Since Last Report: 156304 sec Crashes Since Last Report: 66 Per-App Interval Since Last Report: 1326 sec Per-App Crashes Since Last Report: 1 Anonymous UUID: 3804072A-020B-D006-59B1-687B24EA38E2 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libunwind.dylib 0x00007fff93842e9c libunwind::CompactUnwinder_x86_64<libunwind::LocalAddressSpace>::stepWithCompactEncodingFrameless(unsigned int, unsigned long long, libunwind::LocalAddressSpace&, libunwind::Registers_x86_64&, bool) + 548 1 libunwind.dylib 0x00007fff938405c0 libunwind::CompactUnwinder_x86_64<libunwind::LocalAddressSpace>::stepWithCompactEncoding(unsigned int, unsigned long long, libunwind::LocalAddressSpace&, libunwind::Registers_x86_64&) + 86 2 libunwind.dylib 0x00007fff9384050e libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_x86_64>::step() + 58 3 libobjc.A.dylib 0x00007fff91bd67af objc_addExceptionHandler + 79 4 com.apple.CoreFoundation 0x00007fff9882920c _CFDoExceptionOperation + 380 5 com.apple.AppKit 0x00007fff9984baab -[NSViewHierarchyLock _lockForWriting:handler:] + 686 6 com.apple.AppKit 0x00007fff9997756f __19-[NSWindow release]_block_invoke_0 + 438 7 com.apple.AppKit 0x00007fff9983baea -[NSWindow release] + 112 8 libobjc.A.dylib 0x00007fff91bd5230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464 9 com.apple.CoreFoundation 0x00007fff987d5342 _CFAutoreleasePoolPop + 34 10 com.apple.Foundation 0x00007fff95b1803d -[NSAutoreleasePool release] + 154 11 XUL 0x00000001028e6d2f 0x1028e2000 + 19759 12 XUL 0x00000001028eb54e 0x1028e2000 + 38222 13 XUL 0x00000001028eb814 XRE_main + 244 14 firefox-bin 0x0000000102362f0d 0x102361000 + 7949 15 libdyld.dylib 0x00007fff972327e1 start + 1 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff917d1d16 kevent + 10 1 libdispatch.dylib 0x00007fff947c6dea _dispatch_mgr_invoke + 883 2 libdispatch.dylib 0x00007fff947c69ee _dispatch_mgr_thread + 54 Thread 2:: JS GC Helper 0 libsystem_kernel.dylib 0x00007fff917d10fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff91125f89 _pthread_cond_wait + 869 2 libnspr4.dylib 0x0000000102528279 PR_WaitCondVar + 105 3 XUL 0x0000000103b6a6fa 0x1028e2000 + 19433210 4 libnspr4.dylib 0x000000010252ec3b 0x102511000 + 121915 5 libsystem_c.dylib 0x00007fff91121742 _pthread_start + 327 6 libsystem_c.dylib 0x00007fff9110e181 thread_start + 13 Thread 3:: JS Sour~ Thread 0 libsystem_kernel.dylib 0x00007fff917d10fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff91125f89 _pthread_cond_wait + 869 2 libnspr4.dylib 0x0000000102528279 PR_WaitCondVar + 105 3 XUL 0x0000000103bea93f 0x1028e2000 + 19958079 4 libnspr4.dylib 0x000000010252ec3b 0x102511000 + 121915 5 libsystem_c.dylib 0x00007fff91121742 _pthread_start + 327 6 libsystem_c.dylib 0x00007fff9110e181 thread_start + 13 Thread 4:: JS Watchdog 0 libsystem_kernel.dylib 0x00007fff917d10fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff91125f89 _pthread_cond_wait + 869 2 libnspr4.dylib 0x000000010252830a PR_WaitCondVar + 250 3 XUL 0x000000010328108e 0x1028e2000 + 10088590 4 libnspr4.dylib 0x000000010252ec3b 0x102511000 + 121915 5 libsystem_c.dylib 0x00007fff91121742 _pthread_start + 327 6 libsystem_c.dylib 0x00007fff9110e181 thread_start + 13 Thread 5: 0 libsystem_kernel.dylib 0x00007fff917d16d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff91123eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff91123cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff9110e171 start_wqthread + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff917d16d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff91123eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff91123cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff9110e171 start_wqthread + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff917d16d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff91123eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff91123cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff9110e171 start_wqthread + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff917d16d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff91123eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff91123cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff9110e171 start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00007fff93842e9c rbx: 0x00007fff5d89cfd0 rcx: 0x00007fff5d89d020 rdx: 0x000080004a0b294b rdi: 0x00007fff93842f44 rsi: 0x0000000000000000 rbp: 0x00007fff5d89cec0 rsp: 0x00007fff5d89ce70 r8: 0x0000000000000001 r9: 0x00000000ec81488b r10: 0x0000000000000006 r11: 0x0000000102362f50 r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000 rip: 0x00007fff93842e9c rfl: 0x0000000000010207 cr2: 0x00007fff93842c78 Logical CPU: 2 Binary Images: 0x102361000 - 0x102363fff +firefox-bin (0) <D62C0EC3-A4CE-3974-8BCF-265F9FEB51AF> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/firefox-bin 0x10236c000 - 0x10236efff com.apple.ExceptionHandling (1.5 - 10) <47FF83ED-0C07-308C-A375-2A2189DB1056> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 0x102374000 - 0x102381ff7 +libmozglue.dylib (0) <CD3F6F77-4772-321F-AA5F-9D9CCB3472E1> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libmozglue.dylib 0x102511000 - 0x10253cfff +libnspr4.dylib (0) <680EA981-77FD-33CA-A08D-729756988A85> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libnspr4.dylib 0x10254a000 - 0x10254dff7 +libplc4.dylib (0) <3032175A-55C3-3D2B-8E88-8386334E284D> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libplc4.dylib 0x102550000 - 0x102552ff7 +libplds4.dylib (0) <F991BEC3-1433-39DA-B311-25AD9E232ADC> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libplds4.dylib 0x102555000 - 0x102569fff +libnssutil3.dylib (0) <086F34AD-0873-3B84-9485-C68E04CCA97C> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libnssutil3.dylib 0x102575000 - 0x102591fff +libsmime3.dylib (0) <732C70B2-E15A-3553-91AD-8CC52B9DF923> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libsmime3.dylib 0x10259f000 - 0x1025cefff +libssl3.dylib (0) <6FFFE949-3BC8-3ED1-B1D5-DC67BD1F4174> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libssl3.dylib 0x1025db000 - 0x1025dbfff +libmozalloc.dylib (0) <E56672AE-A2CD-3C7B-92A7-DF485B3BCB06> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libmozalloc.dylib 0x1025de000 - 0x1025dffff +libxpcom.dylib (0) <2BBFEB55-FC82-3781-9052-E88109278B81> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libxpcom.dylib 0x1025f3000 - 0x1025faff7 +libbrowsercomps.dylib (0) <5E939441-C3FA-369E-B141-5E6EE0918F5F> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/components/libbrowsercomps.dylib 0x102700000 - 0x1027e8ff7 +libnss3.dylib (0) <7AC0111A-4558-3F95-AD72-0111731F7412> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libnss3.dylib 0x10280d000 - 0x1028d8fff +libmozsqlite3.dylib (0) <960B9EFE-53DB-3EB1-AA87-3557311AB948> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libmozsqlite3.dylib 0x1028e2000 - 0x10450ffff +XUL (0) <931B9D92-9414-34BD-B23E-9525DD2CDF9B> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/XUL 0x1052b5000 - 0x1052c2fff +libalerts.dylib (0) <A6BAA8AE-6B11-3C11-ADAC-6A3CB54BA6C2> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/components/libalerts.dylib 0x1061b1000 - 0x1061b4ff7 libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x10a667000 - 0x10a675ff7 libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x10fb94000 - 0x10fbc1fff GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x10fbca000 - 0x10fbd3fe7 libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x1104f6000 - 0x1104f6ff3 +cl_kernels (???) <FDCC9F26-5087-4883-9CBE-3E64E7CD85F3> cl_kernels 0x1107fd000 - 0x1107fdff1 +cl_kernels (???) <43B59F06-6AC5-49F3-818D-20281473E97B> cl_kernels 0x1137f4000 - 0x1137f5ff3 +cl_kernels (???) <B932A574-BC4D-4C59-937E-BFE36DA2B2B6> cl_kernels 0x117300000 - 0x1173b9ff7 ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x118a99000 - 0x118c50fff GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x118c87000 - 0x118dc9fff libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x118dfd000 - 0x11927afff com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.6.22 - 8.0.6) <6486BC95-ADD7-3E85-A8B3-97404CDF9F32> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver 0x119983000 - 0x119a1eff7 unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff61f61000 - 0x7fff61f9593f dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld 0x7fff8d94a000 - 0x7fff8d94afff com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8dbb0000 - 0x7fff8dbf8fff libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib 0x7fff8dbf9000 - 0x7fff8dc2aff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8dd4e000 - 0x7fff8ddabff7 com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8ddac000 - 0x7fff8ddaeff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff8ddaf000 - 0x7fff8ddd7fff libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8e5a4000 - 0x7fff8e5b8fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8e5b9000 - 0x7fff8e5c7fff com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff8e5c8000 - 0x7fff8e5d0fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff8e5d5000 - 0x7fff8e672ff7 com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff8e673000 - 0x7fff8e674ff7 libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib 0x7fff8e675000 - 0x7fff8e6ddfff libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8e6de000 - 0x7fff8e70cfff com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8e70d000 - 0x7fff8e78bff7 com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8e79b000 - 0x7fff8ea6bfff com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8ea6c000 - 0x7fff8eb77fff libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8eb78000 - 0x7fff8ec4bff7 com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8ec4c000 - 0x7fff8ecd9ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8ecdc000 - 0x7fff8ece2fff libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8ece3000 - 0x7fff8ece7fff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib 0x7fff8ed2b000 - 0x7fff8edc5fff com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8edc6000 - 0x7fff8effbff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8effc000 - 0x7fff8f006fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8f007000 - 0x7fff8f009fff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib 0x7fff8f00a000 - 0x7fff8f00afff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8f00b000 - 0x7fff8f0a5fff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8f374000 - 0x7fff8f381ff7 com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8f3a5000 - 0x7fff8f4a7fff libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8f4a8000 - 0x7fff8f4fdff7 libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8f5bb000 - 0x7fff8f5bbfff com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff8f62c000 - 0x7fff8f675fff com.apple.framework.CoreWiFi (1.1 - 110.11) <9DA88230-5530-3981-BF71-FAE3822EE8B0> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff8f6b5000 - 0x7fff8f829fff com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8f837000 - 0x7fff8f83bfff libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8f903000 - 0x7fff8f90ffff com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8f955000 - 0x7fff8f960fff com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8f9b1000 - 0x7fff8f9c4ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8f9c5000 - 0x7fff8f9e6fff com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8fc1b000 - 0x7fff8fc88fff com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8ff2c000 - 0x7fff8ff2cfff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8ff2d000 - 0x7fff8ff2eff7 libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8ff2f000 - 0x7fff8ff33fff libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8ff34000 - 0x7fff8ff5bfff com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8ff5c000 - 0x7fff8ff77ff7 com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x7fff90473000 - 0x7fff90476fff libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff90d3d000 - 0x7fff90d5fff7 com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff90d60000 - 0x7fff90db7ff7 com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff90db8000 - 0x7fff90e75ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff90e76000 - 0x7fff90ecdff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff90ece000 - 0x7fff90fcbff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib 0x7fff90fe4000 - 0x7fff9104dfff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib 0x7fff9104e000 - 0x7fff91050fff com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff91066000 - 0x7fff9108bff7 libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib 0x7fff9108c000 - 0x7fff9110cff7 com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff9110d000 - 0x7fff911d9fe7 libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib 0x7fff911da000 - 0x7fff915d3ff7 com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff9161b000 - 0x7fff9164ffff com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff916ab000 - 0x7fff916e1fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib 0x7fff91727000 - 0x7fff917b8fff com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff917b9000 - 0x7fff917befff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff917bf000 - 0x7fff917daff7 libsystem_kernel.dylib (2050.20.9) <EC0A9F5B-C9F5-336B-A7DD-49A718042F39> /usr/lib/system/libsystem_kernel.dylib 0x7fff917db000 - 0x7fff917e1fff libCGXCoreImage.A.dylib (328.0.4) <1E8692C1-7F72-391E-93C7-9306E3FB1C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff917e2000 - 0x7fff91a90fff com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff91a91000 - 0x7fff91aedff7 com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff91b71000 - 0x7fff91b85fff libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff91b86000 - 0x7fff91bcafff libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib 0x7fff91bcb000 - 0x7fff91ce392f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff91d2c000 - 0x7fff91d32fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib 0x7fff91d33000 - 0x7fff91d52ff7 com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff91d53000 - 0x7fff91d54fff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib 0x7fff91d55000 - 0x7fff91db1fff com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff91db2000 - 0x7fff91e03ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff91e4c000 - 0x7fff91f26ff7 com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff91f27000 - 0x7fff92017ff7 com.apple.DiskImagesFramework (10.8 - 344) <AC72B2EF-7307-3B20-B561-5ECF30E83627> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff92066000 - 0x7fff92073ff7 com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff92074000 - 0x7fff920acfff libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib 0x7fff920ad000 - 0x7fff92855fff com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff92856000 - 0x7fff92c4dfff libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff92fec000 - 0x7fff9308aff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff9308b000 - 0x7fff930d6fff com.apple.framework.CoreWLAN (3.0.1 - 301.12) <3CC31D0B-8BAF-3042-8940-FE33EB2405A3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff930d7000 - 0x7fff930e5fff libcommonCrypto.dylib (60027) <DA98AE56-BC3F-3AD0-9660-8CC79E4AECE6> /usr/lib/system/libcommonCrypto.dylib 0x7fff930e6000 - 0x7fff93366ff7 com.apple.AOSKit (1.05 - 151) <A34E8584-797C-318F-9E25-937A710C68AB> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit 0x7fff93367000 - 0x7fff93784fff FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff93785000 - 0x7fff9379cfff com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff9379d000 - 0x7fff937cbfff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff937cc000 - 0x7fff93822fff com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff93823000 - 0x7fff9382ffff libCSync.A.dylib (328.0.4) <D49C5371-6BCC-32F6-9013-BFF2E924B790> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff93830000 - 0x7fff9383eff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff9383f000 - 0x7fff93845ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff938a6000 - 0x7fff938aafff libCGXType.A.dylib (328.0.4) <446116C9-E59C-35FA-892A-7F6BA8C9DA8A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff938ab000 - 0x7fff938b9ff7 libkxld.dylib (2050.20.9) <27342FF8-E3DA-3E03-B3FB-CFFD64F20E80> /usr/lib/system/libkxld.dylib 0x7fff938ba000 - 0x7fff938f4fff com.apple.framework.internetaccounts (2.1 - 210) <83F8328B-A726-36C2-BDAE-240032844C73> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x7fff938f5000 - 0x7fff9395dff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff9395e000 - 0x7fff9399dff7 com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff9399e000 - 0x7fff939a7fff com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff939a8000 - 0x7fff939befff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff939bf000 - 0x7fff9434f1f7 com.apple.CoreGraphics (1.600.0 - 328.0.4) <9A1324EF-C9CB-30E4-AE9F-0AEF69052FAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff94350000 - 0x7fff943c0fff com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x7fff943ca000 - 0x7fff943cdfff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff94436000 - 0x7fff945a7ff7 com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff945a8000 - 0x7fff945feff7 com.apple.opencl (2.1.21 - 2.1.21) <E2E3C6D8-208D-3926-B051-77FDD8F0BE2D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff9463c000 - 0x7fff94651fff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff94652000 - 0x7fff9465aff7 libsystem_dnssd.dylib (379.34) <F0AE5B8E-C7CC-3393-927F-B65DB04016AA> /usr/lib/system/libsystem_dnssd.dylib 0x7fff9465b000 - 0x7fff94668fff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib 0x7fff947c2000 - 0x7fff947d7ff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib 0x7fff947d8000 - 0x7fff947dafff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff948cd000 - 0x7fff9492afff com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff9492b000 - 0x7fff94985fff com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff94986000 - 0x7fff949b4ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib 0x7fff94a10000 - 0x7fff94a37ff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff94a46000 - 0x7fff94b3bfff libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib 0x7fff94b4d000 - 0x7fff94b58ff7 com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff94b70000 - 0x7fff94b8dfff com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff94b8e000 - 0x7fff94ba8fff com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff94ba9000 - 0x7fff94bb5ff7 com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff94bc0000 - 0x7fff94c0cff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib 0x7fff94c27000 - 0x7fff94c6aff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff94c6f000 - 0x7fff94cbeff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib 0x7fff94cbf000 - 0x7fff950fbfff com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff95187000 - 0x7fff95192ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff95193000 - 0x7fff95193fff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff95194000 - 0x7fff95194fff com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 0x7fff95195000 - 0x7fff951e0ff7 com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff951e1000 - 0x7fff951e7fff com.apple.DiskArbitration (2.5.1 - 2.5.1) <C0EC9C24-F5F4-3378-84DE-EA1073DA760E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff951e8000 - 0x7fff95228ff7 com.apple.MediaKit (14 - 685) <0188751A-93EC-3FB1-92CB-76DD75818CD4> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff95229000 - 0x7fff9522aff7 libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib 0x7fff9522b000 - 0x7fff9522bfff libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib 0x7fff9522c000 - 0x7fff95262fff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff95263000 - 0x7fff95267ff7 com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff95268000 - 0x7fff954c3ff7 com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff954c4000 - 0x7fff954c9fff com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff954ca000 - 0x7fff9550dfff com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff9550e000 - 0x7fff95530ff7 libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib 0x7fff95531000 - 0x7fff95552ff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib 0x7fff95553000 - 0x7fff95562ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib 0x7fff95563000 - 0x7fff95576ff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib 0x7fff95577000 - 0x7fff9581bfff com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9581c000 - 0x7fff95ab6ff7 com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff95ab7000 - 0x7fff95e13fff com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff95e14000 - 0x7fff95f12fff com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff95fcc000 - 0x7fff95fcffff com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff96f8a000 - 0x7fff96f8cff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff96f8d000 - 0x7fff970d1fef com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff970d2000 - 0x7fff970d2fff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff970d3000 - 0x7fff970dafff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff970db000 - 0x7fff970dcfff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff970e2000 - 0x7fff9711cfff com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff9712e000 - 0x7fff97169fff com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff9716a000 - 0x7fff9722fff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff97230000 - 0x7fff97233ff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib 0x7fff972c2000 - 0x7fff97343fff com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff97344000 - 0x7fff973b2fff com.apple.framework.IOKit (2.0.1 - 755.20.4) <F2E5AC1B-F03D-3916-B239-7B421579DFA5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff9759b000 - 0x7fff97749fff com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff9774f000 - 0x7fff97786ff7 libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib 0x7fff97787000 - 0x7fff9778cfff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff9778d000 - 0x7fff9778dffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff9778e000 - 0x7fff9779bfff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff977d2000 - 0x7fff977d6fff com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff977d7000 - 0x7fff978f0ff7 com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff978f1000 - 0x7fff97bb4ff7 com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff97d67000 - 0x7fff9807eff7 com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff9807f000 - 0x7fff9807ffff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib 0x7fff98080000 - 0x7fff980acff7 libRIP.A.dylib (328.0.4) <9DFF2DC8-9877-3546-A760-929CD974E30A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff98115000 - 0x7fff98445ff7 com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff98446000 - 0x7fff9844dfff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff98469000 - 0x7fff98480fff com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff984b4000 - 0x7fff984c3ff7 com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff984cf000 - 0x7fff98754ff7 com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff98755000 - 0x7fff987a4ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff987a5000 - 0x7fff9898efff com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff9898f000 - 0x7fff989bbfff com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff989be000 - 0x7fff989c9fff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib 0x7fff989ca000 - 0x7fff98ac7fff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib 0x7fff98ac8000 - 0x7fff98b15fff com.apple.CoreMediaIO (306.0 - 4151.1) <583789FD-1AB3-3436-9B92-FC78B1FBDACD> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff98b67000 - 0x7fff98b69fff libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff98b6a000 - 0x7fff98cbbfff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff98cbc000 - 0x7fff98d8eff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff98e3c000 - 0x7fff98eedfff com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff98eee000 - 0x7fff99008fff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff99009000 - 0x7fff99046fe7 libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff9905b000 - 0x7fff990a5ff7 libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff990a6000 - 0x7fff990d0ff7 com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff990d1000 - 0x7fff992d1fff libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib 0x7fff9930d000 - 0x7fff9942dfff com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff9942e000 - 0x7fff994d4ff7 com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff994d5000 - 0x7fff994d6ff7 libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib 0x7fff994d7000 - 0x7fff99672fef com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff99673000 - 0x7fff9967eff7 com.apple.DisplayServicesFW (2.7.2 - 357) <00CB0283-408E-3F37-8138-B108EE6DDE83> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff996f2000 - 0x7fff9971efff com.apple.framework.Apple80211 (8.3 - 830.18) <F2CABF84-E0B1-3F8D-9EC5-526121A007F3> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff9971f000 - 0x7fff9a34cff7 com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff9a34d000 - 0x7fff9a35eff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib 0x7fff9a366000 - 0x7fff9a391fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib 0x7fff9a3d9000 - 0x7fff9a3dafff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib 0x7fff9a3db000 - 0x7fff9a434fff com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff9a435000 - 0x7fff9a447ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff9a448000 - 0x7fff9a468fff libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff9a469000 - 0x7fff9a56bfff libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff9a56c000 - 0x7fff9a6f2fff libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff9a7bc000 - 0x7fff9a7bcfff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff9a7bd000 - 0x7fff9a7c4fff com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff9a822000 - 0x7fff9a841ff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib 0x7fff9a842000 - 0x7fff9a846ff7 com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff9a847000 - 0x7fff9a8c9fff com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff9a95a000 - 0x7fff9a95afff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 2792 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=230.7M resident=143.6M(62%) swapped_out_or_unallocated=87.1M(38%) Writable regions: Total=421.6M written=213.8M(51%) resident=308.6M(73%) swapped_out=236K(0%) unallocated=113.1M(27%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 31.8M ATS (font support) (reserved) 8K reserved VM address space (unallocated) CG backing stores 2796K CG image 24K CG raster data 48K CG shared images 192K CoreImage 8K CoreServices 1560K MALLOC 57.8M MALLOC guard page 48K Memory tag=242 12K Memory tag=243 4K Memory tag=251 8K OpenCL 28K OpenGL GLSL 1024K STACK GUARD 56.0M Stack 12.1M VM_ALLOCATE 315.7M __DATA 20.0M __IMAGE 528K __LINKEDIT 54.8M __TEXT 175.9M __UNICODE 544K mapped file 146.2M shared memory 372K =========== ======= TOTAL 877.4M TOTAL, minus reserved VM space 877.4M Model: MacBookAir5,1, BootROM MBA51.00EF.B02, 2 processors, Intel Core i7, 2 GHz, 8 GB, SMC 2.4f17 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434353153364D465238412D50422020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434353153364D465238412D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.14) Bluetooth: Version 4.1.2f9 11046, 2 service, 11 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM256E, 251 GB USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2 USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0249, 0x1d182000 / 5 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0x1d181300 / 6 USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
The crash happens when i attempt to quit Tor Browser:
Process: firefox-bin [98429] Path: /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/firefox-bin Identifier: org.mozilla.torbrowser Version: 17.0.2 (1713.2.19) Code Type: X86-64 (Native) Parent Process: Vidalia [98426] User ID: 501 Date/Time: 2013-02-19 15:13:45.445 -0800 OS Version: Mac OS X 10.8.2 (12C3012) Report Version: 10 Interval Since Last Report: 156427 sec Crashes Since Last Report: 67 Per-App Interval Since Last Report: 1370 sec Per-App Crashes Since Last Report: 2 Anonymous UUID: 3804072A-020B-D006-59B1-687B24EA38E2 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libunwind.dylib 0x00007fff93842e9c libunwind::CompactUnwinder_x86_64<libunwind::LocalAddressSpace>::stepWithCompactEncodingFrameless(unsigned int, unsigned long long, libunwind::LocalAddressSpace&, libunwind::Registers_x86_64&, bool) + 548 1 libunwind.dylib 0x00007fff938405c0 libunwind::CompactUnwinder_x86_64<libunwind::LocalAddressSpace>::stepWithCompactEncoding(unsigned int, unsigned long long, libunwind::LocalAddressSpace&, libunwind::Registers_x86_64&) + 86 2 libunwind.dylib 0x00007fff9384050e libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_x86_64>::step() + 58 3 libobjc.A.dylib 0x00007fff91bd67af objc_addExceptionHandler + 79 4 com.apple.CoreFoundation 0x00007fff9882920c _CFDoExceptionOperation + 380 5 com.apple.AppKit 0x00007fff9984baab -[NSViewHierarchyLock _lockForWriting:handler:] + 686 6 com.apple.AppKit 0x00007fff9997756f __19-[NSWindow release]_block_invoke_0 + 438 7 com.apple.AppKit 0x00007fff9983baea -[NSWindow release] + 112 8 libobjc.A.dylib 0x00007fff91bd5230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464 9 com.apple.CoreFoundation 0x00007fff987d5342 _CFAutoreleasePoolPop + 34 10 com.apple.Foundation 0x00007fff95b1803d -[NSAutoreleasePool release] + 154 11 XUL 0x0000000105422d2f 0x10541e000 + 19759 12 XUL 0x000000010542754e 0x10541e000 + 38222 13 XUL 0x0000000105427814 XRE_main + 244 14 firefox-bin 0x0000000104eb2f0d 0x104eb1000 + 7949 15 libdyld.dylib 0x00007fff972327e1 start + 1 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff917d1d16 kevent + 10 1 libdispatch.dylib 0x00007fff947c6dea _dispatch_mgr_invoke + 883 2 libdispatch.dylib 0x00007fff947c69ee _dispatch_mgr_thread + 54 Thread 2:: JS GC Helper 0 libsystem_kernel.dylib 0x00007fff917d10fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff91125f89 _pthread_cond_wait + 869 2 libnspr4.dylib 0x0000000105076279 PR_WaitCondVar + 105 3 XUL 0x00000001066a66fa 0x10541e000 + 19433210 4 libnspr4.dylib 0x000000010507cc3b 0x10505f000 + 121915 5 libsystem_c.dylib 0x00007fff91121742 _pthread_start + 327 6 libsystem_c.dylib 0x00007fff9110e181 thread_start + 13 Thread 3:: JS Sour~ Thread 0 libsystem_kernel.dylib 0x00007fff917d10fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff91125f89 _pthread_cond_wait + 869 2 libnspr4.dylib 0x0000000105076279 PR_WaitCondVar + 105 3 XUL 0x000000010672693f 0x10541e000 + 19958079 4 libnspr4.dylib 0x000000010507cc3b 0x10505f000 + 121915 5 libsystem_c.dylib 0x00007fff91121742 _pthread_start + 327 6 libsystem_c.dylib 0x00007fff9110e181 thread_start + 13 Thread 4:: JS Watchdog 0 libsystem_kernel.dylib 0x00007fff917d10fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff91125f89 _pthread_cond_wait + 869 2 libnspr4.dylib 0x000000010507630a PR_WaitCondVar + 250 3 XUL 0x0000000105dbd08e 0x10541e000 + 10088590 4 libnspr4.dylib 0x000000010507cc3b 0x10505f000 + 121915 5 libsystem_c.dylib 0x00007fff91121742 _pthread_start + 327 6 libsystem_c.dylib 0x00007fff9110e181 thread_start + 13 Thread 5: 0 libsystem_kernel.dylib 0x00007fff917d16d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff91123eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff91123cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff9110e171 start_wqthread + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff917d16d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff91123eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff91123cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff9110e171 start_wqthread + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff917d16d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff91123eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff91123cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff9110e171 start_wqthread + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff917d16d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff91123eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff91123cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff9110e171 start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00007fff93842e9c rbx: 0x00007fff5ad4cfd0 rcx: 0x00007fff5ad4d020 rdx: 0x000080004756294b rdi: 0x00007fff93842f44 rsi: 0x0000000000000000 rbp: 0x00007fff5ad4cec0 rsp: 0x00007fff5ad4ce70 r8: 0x0000000000000001 r9: 0x00000000ec81488b r10: 0x0000000000000006 r11: 0x0000000104eb2f50 r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000 rip: 0x00007fff93842e9c rfl: 0x0000000000010207 cr2: 0x00007fff93842c78 Logical CPU: 0 Binary Images: 0x104eb1000 - 0x104eb3fff +firefox-bin (0) <D62C0EC3-A4CE-3974-8BCF-265F9FEB51AF> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/firefox-bin 0x104eb6000 - 0x104eb8fff com.apple.ExceptionHandling (1.5 - 10) <47FF83ED-0C07-308C-A375-2A2189DB1056> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 0x104ebd000 - 0x104ecaff7 +libmozglue.dylib (0) <CD3F6F77-4772-321F-AA5F-9D9CCB3472E1> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libmozglue.dylib 0x10505f000 - 0x10508afff +libnspr4.dylib (0) <680EA981-77FD-33CA-A08D-729756988A85> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libnspr4.dylib 0x105098000 - 0x10509bff7 +libplc4.dylib (0) <3032175A-55C3-3D2B-8E88-8386334E284D> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libplc4.dylib 0x10509e000 - 0x1050a0ff7 +libplds4.dylib (0) <F991BEC3-1433-39DA-B311-25AD9E232ADC> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libplds4.dylib 0x1050a3000 - 0x1050b7fff +libnssutil3.dylib (0) <086F34AD-0873-3B84-9485-C68E04CCA97C> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libnssutil3.dylib 0x1050c3000 - 0x1050dffff +libsmime3.dylib (0) <732C70B2-E15A-3553-91AD-8CC52B9DF923> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libsmime3.dylib 0x1050ed000 - 0x1050edfff +libmozalloc.dylib (0) <E56672AE-A2CD-3C7B-92A7-DF485B3BCB06> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libmozalloc.dylib 0x1050f0000 - 0x1050f1fff +libxpcom.dylib (0) <2BBFEB55-FC82-3781-9052-E88109278B81> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libxpcom.dylib 0x105200000 - 0x1052e8ff7 +libnss3.dylib (0) <7AC0111A-4558-3F95-AD72-0111731F7412> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libnss3.dylib 0x10530d000 - 0x10533cfff +libssl3.dylib (0) <6FFFE949-3BC8-3ED1-B1D5-DC67BD1F4174> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libssl3.dylib 0x105349000 - 0x105414fff +libmozsqlite3.dylib (0) <960B9EFE-53DB-3EB1-AA87-3557311AB948> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/libmozsqlite3.dylib 0x10541e000 - 0x10704bfff +XUL (0) <931B9D92-9414-34BD-B23E-9525DD2CDF9B> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/XUL 0x107df0000 - 0x107df7ff7 +libbrowsercomps.dylib (0) <5E939441-C3FA-369E-B141-5E6EE0918F5F> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/components/libbrowsercomps.dylib 0x108100000 - 0x10810dfff +libalerts.dylib (0) <A6BAA8AE-6B11-3C11-ADAC-6A3CB54BA6C2> /Users/USER/Desktop/TorBrowser_en-US.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/components/libalerts.dylib 0x10990b000 - 0x10990bff3 +cl_kernels (???) <FDCC9F26-5087-4883-9CBE-3E64E7CD85F3> cl_kernels 0x1123f4000 - 0x1123f7ff7 libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x115bb3000 - 0x115bc1ff7 libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x115bc8000 - 0x115bf5fff GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x115f83000 - 0x115f8cfe7 libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x1163eb000 - 0x1163ebff1 +cl_kernels (???) <43B59F06-6AC5-49F3-818D-20281473E97B> cl_kernels 0x1163f7000 - 0x1163f8ff3 +cl_kernels (???) <B932A574-BC4D-4C59-937E-BFE36DA2B2B6> cl_kernels 0x119900000 - 0x1199b9ff7 ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x11ae99000 - 0x11b050fff GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x11b087000 - 0x11b1c9fff libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x11b1fd000 - 0x11b67afff com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.6.22 - 8.0.6) <6486BC95-ADD7-3E85-A8B3-97404CDF9F32> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver 0x11bd00000 - 0x11bd9bff7 unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff64ab1000 - 0x7fff64ae593f dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld 0x7fff8d94a000 - 0x7fff8d94afff com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8dbb0000 - 0x7fff8dbf8fff libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib 0x7fff8dbf9000 - 0x7fff8dc2aff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8dd4e000 - 0x7fff8ddabff7 com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8ddac000 - 0x7fff8ddaeff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff8ddaf000 - 0x7fff8ddd7fff libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8e5a4000 - 0x7fff8e5b8fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8e5b9000 - 0x7fff8e5c7fff com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff8e5c8000 - 0x7fff8e5d0fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff8e5d5000 - 0x7fff8e672ff7 com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff8e673000 - 0x7fff8e674ff7 libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib 0x7fff8e675000 - 0x7fff8e6ddfff libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8e6de000 - 0x7fff8e70cfff com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8e70d000 - 0x7fff8e78bff7 com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8e79b000 - 0x7fff8ea6bfff com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8ea6c000 - 0x7fff8eb77fff libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8eb78000 - 0x7fff8ec4bff7 com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8ec4c000 - 0x7fff8ecd9ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8ecdc000 - 0x7fff8ece2fff libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8ece3000 - 0x7fff8ece7fff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib 0x7fff8ed2b000 - 0x7fff8edc5fff com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8edc6000 - 0x7fff8effbff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8effc000 - 0x7fff8f006fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8f007000 - 0x7fff8f009fff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib 0x7fff8f00a000 - 0x7fff8f00afff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8f00b000 - 0x7fff8f0a5fff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8f374000 - 0x7fff8f381ff7 com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8f3a5000 - 0x7fff8f4a7fff libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8f4a8000 - 0x7fff8f4fdff7 libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8f5bb000 - 0x7fff8f5bbfff com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff8f62c000 - 0x7fff8f675fff com.apple.framework.CoreWiFi (1.1 - 110.11) <9DA88230-5530-3981-BF71-FAE3822EE8B0> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff8f6b5000 - 0x7fff8f829fff com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8f837000 - 0x7fff8f83bfff libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8f903000 - 0x7fff8f90ffff com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8f955000 - 0x7fff8f960fff com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8f9b1000 - 0x7fff8f9c4ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8f9c5000 - 0x7fff8f9e6fff com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8fc1b000 - 0x7fff8fc88fff com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8ff2c000 - 0x7fff8ff2cfff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8ff2d000 - 0x7fff8ff2eff7 libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8ff2f000 - 0x7fff8ff33fff libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8ff34000 - 0x7fff8ff5bfff com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8ff5c000 - 0x7fff8ff77ff7 com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x7fff90473000 - 0x7fff90476fff libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff90d3d000 - 0x7fff90d5fff7 com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff90d60000 - 0x7fff90db7ff7 com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff90db8000 - 0x7fff90e75ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff90e76000 - 0x7fff90ecdff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff90ece000 - 0x7fff90fcbff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib 0x7fff90fe4000 - 0x7fff9104dfff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib 0x7fff9104e000 - 0x7fff91050fff com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff91066000 - 0x7fff9108bff7 libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib 0x7fff9108c000 - 0x7fff9110cff7 com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff9110d000 - 0x7fff911d9fe7 libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib 0x7fff911da000 - 0x7fff915d3ff7 com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff9161b000 - 0x7fff9164ffff com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff916ab000 - 0x7fff916e1fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib 0x7fff91727000 - 0x7fff917b8fff com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff917b9000 - 0x7fff917befff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff917bf000 - 0x7fff917daff7 libsystem_kernel.dylib (2050.20.9) <EC0A9F5B-C9F5-336B-A7DD-49A718042F39> /usr/lib/system/libsystem_kernel.dylib 0x7fff917db000 - 0x7fff917e1fff libCGXCoreImage.A.dylib (328.0.4) <1E8692C1-7F72-391E-93C7-9306E3FB1C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff917e2000 - 0x7fff91a90fff com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff91a91000 - 0x7fff91aedff7 com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff91b71000 - 0x7fff91b85fff libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff91b86000 - 0x7fff91bcafff libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib 0x7fff91bcb000 - 0x7fff91ce392f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff91d2c000 - 0x7fff91d32fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib 0x7fff91d33000 - 0x7fff91d52ff7 com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff91d53000 - 0x7fff91d54fff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib 0x7fff91d55000 - 0x7fff91db1fff com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff91db2000 - 0x7fff91e03ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff91e4c000 - 0x7fff91f26ff7 com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff91f27000 - 0x7fff92017ff7 com.apple.DiskImagesFramework (10.8 - 344) <AC72B2EF-7307-3B20-B561-5ECF30E83627> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff92066000 - 0x7fff92073ff7 com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff92074000 - 0x7fff920acfff libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib 0x7fff920ad000 - 0x7fff92855fff com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff92856000 - 0x7fff92c4dfff libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff92fec000 - 0x7fff9308aff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff9308b000 - 0x7fff930d6fff com.apple.framework.CoreWLAN (3.0.1 - 301.12) <3CC31D0B-8BAF-3042-8940-FE33EB2405A3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff930d7000 - 0x7fff930e5fff libcommonCrypto.dylib (60027) <DA98AE56-BC3F-3AD0-9660-8CC79E4AECE6> /usr/lib/system/libcommonCrypto.dylib 0x7fff930e6000 - 0x7fff93366ff7 com.apple.AOSKit (1.05 - 151) <A34E8584-797C-318F-9E25-937A710C68AB> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit 0x7fff93367000 - 0x7fff93784fff FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff93785000 - 0x7fff9379cfff com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff9379d000 - 0x7fff937cbfff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff937cc000 - 0x7fff93822fff com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff93823000 - 0x7fff9382ffff libCSync.A.dylib (328.0.4) <D49C5371-6BCC-32F6-9013-BFF2E924B790> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff93830000 - 0x7fff9383eff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff9383f000 - 0x7fff93845ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff938a6000 - 0x7fff938aafff libCGXType.A.dylib (328.0.4) <446116C9-E59C-35FA-892A-7F6BA8C9DA8A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff938ab000 - 0x7fff938b9ff7 libkxld.dylib (2050.20.9) <27342FF8-E3DA-3E03-B3FB-CFFD64F20E80> /usr/lib/system/libkxld.dylib 0x7fff938ba000 - 0x7fff938f4fff com.apple.framework.internetaccounts (2.1 - 210) <83F8328B-A726-36C2-BDAE-240032844C73> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x7fff938f5000 - 0x7fff9395dff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff9395e000 - 0x7fff9399dff7 com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff9399e000 - 0x7fff939a7fff com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff939a8000 - 0x7fff939befff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff939bf000 - 0x7fff9434f1f7 com.apple.CoreGraphics (1.600.0 - 328.0.4) <9A1324EF-C9CB-30E4-AE9F-0AEF69052FAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff94350000 - 0x7fff943c0fff com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x7fff943ca000 - 0x7fff943cdfff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff94436000 - 0x7fff945a7ff7 com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff945a8000 - 0x7fff945feff7 com.apple.opencl (2.1.21 - 2.1.21) <E2E3C6D8-208D-3926-B051-77FDD8F0BE2D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff9463c000 - 0x7fff94651fff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff94652000 - 0x7fff9465aff7 libsystem_dnssd.dylib (379.34) <F0AE5B8E-C7CC-3393-927F-B65DB04016AA> /usr/lib/system/libsystem_dnssd.dylib 0x7fff9465b000 - 0x7fff94668fff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib 0x7fff947c2000 - 0x7fff947d7ff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib 0x7fff947d8000 - 0x7fff947dafff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff948cd000 - 0x7fff9492afff com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff9492b000 - 0x7fff94985fff com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff94986000 - 0x7fff949b4ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib 0x7fff94a10000 - 0x7fff94a37ff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff94a46000 - 0x7fff94b3bfff libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib 0x7fff94b4d000 - 0x7fff94b58ff7 com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff94b70000 - 0x7fff94b8dfff com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff94b8e000 - 0x7fff94ba8fff com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff94ba9000 - 0x7fff94bb5ff7 com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff94bc0000 - 0x7fff94c0cff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib 0x7fff94c27000 - 0x7fff94c6aff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff94c6f000 - 0x7fff94cbeff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib 0x7fff94cbf000 - 0x7fff950fbfff com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff95187000 - 0x7fff95192ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff95193000 - 0x7fff95193fff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff95194000 - 0x7fff95194fff com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 0x7fff95195000 - 0x7fff951e0ff7 com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff951e1000 - 0x7fff951e7fff com.apple.DiskArbitration (2.5.1 - 2.5.1) <C0EC9C24-F5F4-3378-84DE-EA1073DA760E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff951e8000 - 0x7fff95228ff7 com.apple.MediaKit (14 - 685) <0188751A-93EC-3FB1-92CB-76DD75818CD4> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff95229000 - 0x7fff9522aff7 libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib 0x7fff9522b000 - 0x7fff9522bfff libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib 0x7fff9522c000 - 0x7fff95262fff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff95263000 - 0x7fff95267ff7 com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff95268000 - 0x7fff954c3ff7 com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff954c4000 - 0x7fff954c9fff com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff954ca000 - 0x7fff9550dfff com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff9550e000 - 0x7fff95530ff7 libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib 0x7fff95531000 - 0x7fff95552ff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib 0x7fff95553000 - 0x7fff95562ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib 0x7fff95563000 - 0x7fff95576ff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib 0x7fff95577000 - 0x7fff9581bfff com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9581c000 - 0x7fff95ab6ff7 com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff95ab7000 - 0x7fff95e13fff com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff95e14000 - 0x7fff95f12fff com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff95fcc000 - 0x7fff95fcffff com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff96f8a000 - 0x7fff96f8cff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff96f8d000 - 0x7fff970d1fef com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff970d2000 - 0x7fff970d2fff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff970d3000 - 0x7fff970dafff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff970db000 - 0x7fff970dcfff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff970e2000 - 0x7fff9711cfff com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff9712e000 - 0x7fff97169fff com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff9716a000 - 0x7fff9722fff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff97230000 - 0x7fff97233ff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib 0x7fff972c2000 - 0x7fff97343fff com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff97344000 - 0x7fff973b2fff com.apple.framework.IOKit (2.0.1 - 755.20.4) <F2E5AC1B-F03D-3916-B239-7B421579DFA5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff9759b000 - 0x7fff97749fff com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff9774f000 - 0x7fff97786ff7 libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib 0x7fff97787000 - 0x7fff9778cfff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff9778d000 - 0x7fff9778dffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff9778e000 - 0x7fff9779bfff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff977d2000 - 0x7fff977d6fff com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff977d7000 - 0x7fff978f0ff7 com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff978f1000 - 0x7fff97bb4ff7 com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff97d67000 - 0x7fff9807eff7 com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff9807f000 - 0x7fff9807ffff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib 0x7fff98080000 - 0x7fff980acff7 libRIP.A.dylib (328.0.4) <9DFF2DC8-9877-3546-A760-929CD974E30A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff98115000 - 0x7fff98445ff7 com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff98446000 - 0x7fff9844dfff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff98469000 - 0x7fff98480fff com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff984b4000 - 0x7fff984c3ff7 com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff984cf000 - 0x7fff98754ff7 com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff98755000 - 0x7fff987a4ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff987a5000 - 0x7fff9898efff com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff9898f000 - 0x7fff989bbfff com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff989be000 - 0x7fff989c9fff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib 0x7fff989ca000 - 0x7fff98ac7fff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib 0x7fff98ac8000 - 0x7fff98b15fff com.apple.CoreMediaIO (306.0 - 4151.1) <583789FD-1AB3-3436-9B92-FC78B1FBDACD> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff98b67000 - 0x7fff98b69fff libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff98b6a000 - 0x7fff98cbbfff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff98cbc000 - 0x7fff98d8eff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff98e3c000 - 0x7fff98eedfff com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff98eee000 - 0x7fff99008fff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff99009000 - 0x7fff99046fe7 libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff9905b000 - 0x7fff990a5ff7 libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff990a6000 - 0x7fff990d0ff7 com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff990d1000 - 0x7fff992d1fff libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib 0x7fff9930d000 - 0x7fff9942dfff com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff9942e000 - 0x7fff994d4ff7 com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff994d5000 - 0x7fff994d6ff7 libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib 0x7fff994d7000 - 0x7fff99672fef com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff99673000 - 0x7fff9967eff7 com.apple.DisplayServicesFW (2.7.2 - 357) <00CB0283-408E-3F37-8138-B108EE6DDE83> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff996f2000 - 0x7fff9971efff com.apple.framework.Apple80211 (8.3 - 830.18) <F2CABF84-E0B1-3F8D-9EC5-526121A007F3> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff9971f000 - 0x7fff9a34cff7 com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff9a34d000 - 0x7fff9a35eff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib 0x7fff9a366000 - 0x7fff9a391fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib 0x7fff9a3d9000 - 0x7fff9a3dafff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib 0x7fff9a3db000 - 0x7fff9a434fff com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff9a435000 - 0x7fff9a447ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff9a448000 - 0x7fff9a468fff libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff9a469000 - 0x7fff9a56bfff libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff9a56c000 - 0x7fff9a6f2fff libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff9a7bc000 - 0x7fff9a7bcfff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff9a7bd000 - 0x7fff9a7c4fff com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff9a822000 - 0x7fff9a841ff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib 0x7fff9a842000 - 0x7fff9a846ff7 com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff9a847000 - 0x7fff9a8c9fff com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff9a95a000 - 0x7fff9a95afff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 6 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 2824 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=230.7M resident=143.7M(62%) swapped_out_or_unallocated=87.0M(38%) Writable regions: Total=216.3M written=94.4M(44%) resident=106.3M(49%) swapped_out=236K(0%) unallocated=110.0M(51%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 31.8M ATS (font support) (reserved) 8K reserved VM address space (unallocated) CG backing stores 4392K CG image 208K CG raster data 128K CG shared images 1216K CoreImage 8K CoreServices 1560K MALLOC 41.9M MALLOC guard page 48K Memory tag=242 12K Memory tag=243 8K Memory tag=251 8K OpenCL 28K OpenGL GLSL 1024K STACK GUARD 56.0M Stack 12.1M VM_ALLOCATE 123.5M __DATA 20.0M __IMAGE 528K __LINKEDIT 54.8M __TEXT 175.9M __UNICODE 544K mapped file 160.3M shared memory 5012K =========== ======= TOTAL 690.7M TOTAL, minus reserved VM space 690.7M Model: MacBookAir5,1, BootROM MBA51.00EF.B02, 2 processors, Intel Core i7, 2 GHz, 8 GB, SMC 2.4f17 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434353153364D465238412D50422020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434353153364D465238412D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.14) Bluetooth: Version 4.1.2f9 11046, 2 service, 11 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM256E, 251 GB USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2 USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0249, 0x1d182000 / 5 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0x1d181300 / 6 USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
The error console says:
Timestamp: 2/19/13 11:23:28 PM Error: no element found Source File: moz-nullprincipal:{7d1e0ad9-17e9-1948-8d59-30bb1f99da2d} Line: 18 SSL Observatory: Failed to initialize NSS component:Error: couldn't open library libnss3.dylib Timestamp: 2/19/13 11:23:29 PM Error: this.docShell is null Source File: chrome://global/content/bindings/browser.xml Line: 323 OpenGL LayerManager Initialized Succesfully. Version: 2.1 APPLE-8.6.22 Vendor: Intel Inc. Renderer: Intel HD Graphics 4000 OpenGL Engine FBO Texture Target: TEXTURE_2D OpenGL LayerManager Initialized Succesfully. Version: 2.1 APPLE-8.6.22 Vendor: Intel Inc. Renderer: Intel HD Graphics 4000 OpenGL Engine FBO Texture Target: TEXTURE_2D
Opening a new window:
Timestamp: 2/19/13 11:26:08 PM Error: this.docShell is null Source File: chrome://global/content/bindings/browser.xml Line: 323 OpenGL LayerManager Initialized Succesfully. Version: 2.1 APPLE-8.6.22 Vendor: Intel Inc. Renderer: Intel HD Graphics 4000 OpenGL Engine FBO Texture Target: TEXTURE_2D
Weirdly in TBB when i try to load check.torproject.org - the url doesn't load. It is the only url that doesn't seem to have any response from the browser and the error console does not have new entries.
- Author
Trac:
Parent: N/A to #8288 (moved) - Author
Trac:
Owner: erinn to ioerror
Status: new to accepted - Author
Erinn/Mike - any thoughts on the crash or the homepage issue?
See #8401 (moved) for Mozilla's official build setup according to about:buildconfig. They are still using the 10.6 SDK. The crash could be from a couple of things I have fixed recently, but if it is still happening with the latest origin/maint-2.4, then it's probably a toolchain problem.
The homepage issue could be a pref bug. It can happen if you're still using socks autoport, or if you changed your socks prefs from the default 9151.
Closing since we build on Linux now.
Trac:
Resolution: N/A to wontfix
Status: accepted to closed- Trac closed
closed
- Jacob Appelbaum mentioned in issue #8282 (moved)
mentioned in issue #8282 (moved)
- Jacob Appelbaum mentioned in issue #8288 (moved)
mentioned in issue #8288 (moved)
- cypherpunks mentioned in issue #8401 (moved)
mentioned in issue #8401 (moved)
- Trac mentioned in issue tpo/applications/tor-browser#8288 (closed)
mentioned in issue tpo/applications/tor-browser#8288 (closed)