Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

1.6.4 : client built from repository crashes on OS X 10.10 Yosemite #2444

Closed
paolosereno opened this issue Nov 5, 2014 · 4 comments
Closed

Comments

@paolosereno
Copy link

Hi,
on different Mac computers, all equipped with OS X 10.10 I run into following problem.
I built mirall client starting from the build tool available at https://github.com/owncloud/administration.git (but the same happens if I build the client by myself, without the script, ...as I usually did in the past... for 1.5 and 1.6 versions).
The script downloaded all dependencies and compiled the package on a clean OS X 10.10 installation (I used Macs from colleagues just to avoid potential conflicts on my Mac due to previuos installation of the dev environment... you never know)

After the script generated the package, I installed ownCloud and at the last page of the configuration wizard ownClient did not start.
Starting ownCloud client from Applications it goes on connected state (green icon) for two seconds and then crashes.
The error I have is the following:

owncloud(910,0x115957000) malloc: *** error for object 0x10: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug

then I inserted the breakpoint in malloc_error_break and I discovered this error comes from the following line of code of csync_owncloud.c source file:

ne_set_useragent( ctx->dav_session.ctx, uaBuf);

Following is the log of my system. It confirms that the crash happened in CSync_Neon_Thread.
Did anyone experienced the same problem on yosemite?

Process: owncloud [347]
Path: /Applications/owncloud.app/Contents/MacOS/owncloud
Identifier: com.owncloud.desktopclient
Version: 1.6.4 (1.6.4.0)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: owncloud [347]
User ID: 501

Date/Time: 2014-11-05 10:52:04.639 +0100
OS Version: Mac OS X 10.10 (14A389)
Report Version: 11
Anonymous UUID: C6F2CA78-93A3-B0A7-63BC-2C9F8BCD393C

Time Awake Since Boot: 570 seconds

Crashed Thread: 10 CSync_Neon_Thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
-->
__TEXT 000000010d1b3000-000000010d298000 [ 916K] r-x/rwx SM=COW /Applications/owncloud.app/Contents/MacOS/owncloud

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff89abc52e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff89abb69f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff84b50b14 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff84b4ffdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff84b4f838 CFRunLoopRunSpecific + 296
5 com.apple.HIToolbox 0x00007fff88d3843f RunCurrentEventLoopInMode + 235
6 com.apple.HIToolbox 0x00007fff88d381ba ReceiveNextEventCommon + 431
7 com.apple.HIToolbox 0x00007fff88d37ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
8 com.apple.AppKit 0x00007fff8b69e821 _DPSNextEvent + 964
9 com.apple.AppKit 0x00007fff8b69dfd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
10 libqcocoa.dylib 0x0000000114a945ff QCocoaEventDispatcher::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 1839
11 QtCore 0x0000000110baa65d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
12 QtCore 0x0000000110bad63c QCoreApplication::exec() + 364
13 com.owncloud.desktopclient 0x000000010d1ba5d7 main + 1607
14 libdyld.dylib 0x00007fff905a65c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff89ac222e kevent64 + 10
1 libdispatch.dylib 0x00007fff895cba6a _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff89ac1946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9071c4a1 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff89ac1946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9071c4a1 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff89ac1946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9071c4a1 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff89ac1946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9071c4a1 start_wqthread + 13

Thread 6:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff89ac13f6 __select + 10
1 libsystem_pthread.dylib 0x00007fff9071e2fc _pthread_body + 131
2 libsystem_pthread.dylib 0x00007fff9071e279 _pthread_start + 176
3 libsystem_pthread.dylib 0x00007fff9071c4b1 thread_start + 13

Thread 7:: Qt bearer thread
0 libsystem_kernel.dylib 0x00007fff89ac13f6 select + 10
1 QtCore 0x0000000110c0a0b4 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec
) + 660
2 QtCore 0x0000000110c0b19a QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
3 QtCore 0x0000000110baa65d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
4 QtCore 0x0000000110993935 QThread::exec() + 117
5 QtCore 0x0000000110997473 QThreadPrivate::start(void
) + 339
6 libsystem_pthread.dylib 0x00007fff9071e2fc _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff9071e279 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff9071c4b1 thread_start + 13

Thread 8:: Qt HTTP thread
0 libsystem_kernel.dylib 0x00007fff89ac13f6 select + 10
1 QtCore 0x0000000110c0a0b4 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec
) + 660
2 QtCore 0x0000000110c0b19a QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
3 QtCore 0x0000000110baa65d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
4 QtCore 0x0000000110993935 QThread::exec() + 117
5 QtCore 0x0000000110997473 QThreadPrivate::start(void
) + 339
6 libsystem_pthread.dylib 0x00007fff9071e2fc _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff9071e279 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff9071c4b1 thread_start + 13

Thread 9:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff89ac1132 psynch_cvwait + 10
1 QtCore 0x0000000110998db0 QWaitConditionPrivate::wait_relative(unsigned long) + 288
2 QtCore 0x0000000110998beb QWaitConditionPrivate::wait(unsigned long) + 43
3 QtCore 0x0000000110998aa8 QWaitCondition::wait(QMutex
, unsigned long) + 168
4 QtCore 0x00000001109941ce QThreadPoolThread::run() + 590
5 QtCore 0x0000000110997473 QThreadPrivate::start(void
) + 339
6 libsystem_pthread.dylib 0x00007fff9071e2fc _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff9071e279 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff9071c4b1 thread_start + 13

Thread 10 Crashed:: CSync_Neon_Thread
0 libsystem_platform.dylib 0x00007fff8a397b50 platform_strcmp + 80
1 libneon.27.dylib 0x0000000110feda87 auth_register + 76
2 libneon.27.dylib 0x0000000110feda35 ne_set_server_auth + 44
3 libocsync.0.2.1.dylib 0x0000000110fb2484 dav_connect + 1172 (csync_owncloud.c:532)
4 libocsync.0.2.1.dylib 0x0000000110fb1e75 owncloud_opendir + 69 (csync_owncloud.c:903)
5 libocsync.0.2.1.dylib 0x0000000110fb0725 csync_vio_opendir + 117 (csync_vio.c:47)
6 libocsync.0.2.1.dylib 0x0000000110fa75ba csync_ftw + 298 (csync_update.c:515)
7 libocsync.0.2.1.dylib 0x0000000110fa0932 csync_update + 722 (csync.c:286)
8 libowncloudsync.1.6.4.dylib 0x000000010dcf000f Mirall::UpdateJob::start() + 79 (syncengine.h:148)
9 libowncloudsync.1.6.4.dylib 0x000000010dcef8f5 Mirall::UpdateJob::qt_static_metacall(QObject
, QMetaObject::Call, int, void__) + 117 (moc_syncengine.cpp:423)
10 QtCore 0x0000000110bd84e3 QObject::event(QEvent_) + 755
11 QtWidgets 0x000000010d37298b QApplicationPrivate::notify_helper(QObject_, QEvent_) + 251
12 QtWidgets 0x000000010d375c0c QApplication::notify(QObject_, QEvent_) + 7964
13 QtCore 0x0000000110badd4b QCoreApplicationPrivate::sendPostedEvents(QObject_, int, QThreadData_) + 987
14 QtCore 0x0000000110c0b0eb QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 59
15 QtCore 0x0000000110baa65d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
16 QtCore 0x0000000110993935 QThread::exec() + 117
17 QtCore 0x0000000110997473 QThreadPrivate::start(void*) + 339
18 libsystem_pthread.dylib 0x00007fff9071e2fc _pthread_body + 131
19 libsystem_pthread.dylib 0x00007fff9071e279 _pthread_start + 176
20 libsystem_pthread.dylib 0x00007fff9071c4b1 thread_start + 13

Thread 10 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x0000000000001000
rdi: 0x0000000000000000 rsi: 0x0000000110ff7df2 rbp: 0x000000011772b290 rsp: 0x000000011772b290
r8: 0x0000000110ff83c6 r9: 0x0000000000000200 r10: 0x0000000000000a58 r11: 0x00007fff8a397b00
r12: 0x00007fc7cae052f0 r13: 0x0000000110ff83c6 r14: 0x00006000002aa9e0 r15: 0x000060000045d430
rip: 0x00007fff8a397b50 rfl: 0x0000000000010206 cr2: 0x0000000000000000

Logical CPU: 0
Error Code: 0x00000004
Trap Number: 14

Binary Images:
0x10d1b3000 - 0x10d297fff +com.owncloud.desktopclient (1.6.4 - 1.6.4.0) <521254A9-9871-3887-AB4E-AA80D86FF6A8> /Applications/owncloud.app/Contents/MacOS/owncloud
0x10d344000 - 0x10d81ffff +QtWidgets (5.3.2) <955ACD7E-32A9-3C24-9FA9-232D3D0ADD7C> /Applications/owncloud.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x10d9c7000 - 0x10dadafff +QtNetwork (5.3.2) /Applications/owncloud.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x10db47000 - 0x10db7ffff +QtXml (5.3.2) /Applications/owncloud.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
0x10db99000 - 0x10dbc6ff7 +QtWebKitWidgets (5.3.2) <5F10D7CB-6BDD-3E5B-9A2D-288D4581C1D3> /Applications/owncloud.app/Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
0x10dbf2000 - 0x10dc1eff7 +QtSql (5.3.2) <0D1499F8-22BD-3879-9389-2BE80DBC21F0> /Applications/owncloud.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
0x10dc35000 - 0x10dc3eff7 +QtMacExtras (5.3.2) <70A30829-8A2C-37F0-BE7A-53E1508BBF1E> /Applications/owncloud.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
0x10dc4a000 - 0x10dd32ff7 +libowncloudsync.1.6.4.dylib (0) /Applications/owncloud.app/Contents/MacOS/libowncloudsync.1.6.4.dylib
0x10de08000 - 0x10f879ff7 +QtWebKit (5.3.2) <21CE2B07-3E7F-3370-8AFE-33793EA24F1F> /Applications/owncloud.app/Contents/Frameworks/QtWebKit.framework/Versions/5/QtWebKit
0x1103cc000 - 0x110835ff7 +QtGui (5.3.2) /Applications/owncloud.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x110964000 - 0x110eaaff7 +QtCore (5.3.2) <441D0465-D290-3A24-9E5E-9A5BDF079CCD> /Applications/owncloud.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x110f9d000 - 0x110fbdff7 +libocsync.0.2.1.dylib (0) /Applications/owncloud.app/Contents/MacOS/libocsync.0.2.1.dylib
0x110fce000 - 0x110fd5fff +libqt5keychain.0.dylib (0) /Applications/owncloud.app/Contents/MacOS/libqt5keychain.0.dylib
0x110fe3000 - 0x110ff9ff7 +libneon.27.dylib (0) /Applications/owncloud.app/Contents/MacOS/libneon.27.dylib
0x111004000 - 0x111008fff com.apple.agl (3.3.0 - AGL-3.3.0) <3B0D06B0-99F1-3D5F-8977-340FC462B511> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x111012000 - 0x111026ff7 +QtMultimediaWidgets (5.3.2) <33C99A4D-BB26-3339-9245-A0B68F2003C9> /Applications/owncloud.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
0x111039000 - 0x1110ccff7 +QtMultimedia (5.3.2) /Applications/owncloud.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
0x11112c000 - 0x11116aff7 +QtOpenGL (5.3.2) <00CBDEB4-4224-3FB8-8E60-2FEFDDDCBC16> /Applications/owncloud.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
0x111199000 - 0x1111cdfff +QtPrintSupport (5.3.2) <8157BD68-F087-32D8-87B0-D7C3A9160E5A> /Applications/owncloud.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x1111f9000 - 0x111231ff7 +QtPositioning (5.3.2) <3A614539-15FC-3A9C-826A-6F68005EB4DD> /Applications/owncloud.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
0x111247000 - 0x111269fff +QtSensors (5.3.2) <52F2929C-E9AF-3E3D-882E-1B9774AC448B> /Applications/owncloud.app/Contents/Frameworks/QtSensors.framework/Versions/5/QtSensors
0x111286000 - 0x111550fff +QtQuick (5.3.2) /Applications/owncloud.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
0x1116ab000 - 0x1119f5fff +QtQml (5.3.2) <9410788C-2C54-354A-B8A8-AC2BE04B31F8> /Applications/owncloud.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
0x111b28000 - 0x111b61ff7 +libssl.1.0.0.dylib (0) <2D6E68C6-A9B0-3E77-8A10-4F9909610EBE> /Applications/owncloud.app/Contents/MacOS/libssl.1.0.0.dylib
0x111b7a000 - 0x111c8bfc7 +libcrypto.1.0.0.dylib (0) /Applications/owncloud.app/Contents/MacOS/libcrypto.1.0.0.dylib
0x114a75000 - 0x114b1fff7 +libqcocoa.dylib (0) <20F78065-DE45-34FB-BDD7-E84350376E31> /Applications/owncloud.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x116c9d000 - 0x116cd2ff7 libssl.0.9.8.dylib (52) <70680606-475F-3C89-BB5F-E274253DC7C6> /usr/lib/libssl.0.9.8.dylib
0x117552000 - 0x117574ff7 libKoreanConverter.dylib (64) /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x117595000 - 0x1175a7fff libTraditionalChineseConverter.dylib (64) /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x117621000 - 0x11763efff libJapaneseConverter.dylib (64) /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x117698000 - 0x1176a7fff libSimplifiedChineseConverter.dylib (64) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x117c2e000 - 0x117d27fff +libqsqlite.dylib (0) <57E25611-FBDA-349C-A80F-9389EE10389F> /Applications/owncloud.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib
0x7fff6d709000 - 0x7fff6d73f837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
0x7fff825d9000 - 0x7fff825f4ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8260b000 - 0x7fff82654ff3 com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff82655000 - 0x7fff82659ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8265a000 - 0x7fff826c8ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff826c9000 - 0x7fff826e1ff7 libexpat.1.dylib (12) /usr/lib/libexpat.1.dylib
0x7fff826e2000 - 0x7fff826e2ff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff826e3000 - 0x7fff826f9ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff826fa000 - 0x7fff82770fe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff82771000 - 0x7fff827e2ff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff83828000 - 0x7fff838d7fe7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff838d8000 - 0x7fff838d8fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <01E92F9F-EF29-3745-8631-AEA692F7F29C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8392f000 - 0x7fff839c3fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff839cc000 - 0x7fff839dfff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff83a77000 - 0x7fff83aafffb libsystem_network.dylib (411) /usr/lib/system/libsystem_network.dylib
0x7fff83ac9000 - 0x7fff83acbfff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
0x7fff8416d000 - 0x7fff84193ff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff84194000 - 0x7fff84195fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff84196000 - 0x7fff84196fff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
0x7fff84197000 - 0x7fff84197fff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff84ade000 - 0x7fff84e74fff com.apple.CoreFoundation (6.9 - 1151.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff84e75000 - 0x7fff84e77fff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff84eb9000 - 0x7fff84fc8ffb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff84fc9000 - 0x7fff84fcafff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff84fcb000 - 0x7fff84fdfff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8500f000 - 0x7fff85010fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff8502f000 - 0x7fff851dfff7 com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff851e4000 - 0x7fff8520cffb libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8535c000 - 0x7fff85369fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff8536a000 - 0x7fff8537bff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib
0x7fff8537c000 - 0x7fff853b4fff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff853b5000 - 0x7fff854fbfef libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
0x7fff85868000 - 0x7fff85b9bfff libmecabra.dylib (666) <2CE5540A-D412-3D53-9E11-86C24D61713B> /usr/lib/libmecabra.dylib
0x7fff85c3e000 - 0x7fff85cbbfff com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff861b2000 - 0x7fff861e4ff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff862a2000 - 0x7fff862abff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff862ac000 - 0x7fff862dcfff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8632f000 - 0x7fff8633dff7 com.apple.opengl (11.0.7 - 11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff86460000 - 0x7fff864d4ff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff864d5000 - 0x7fff864f8fff com.apple.Sharing (328.3 - 328.3) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff86658000 - 0x7fff86661ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8667f000 - 0x7fff8668cff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff8668d000 - 0x7fff86781ff7 libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff86782000 - 0x7fff867ceff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
0x7fff867cf000 - 0x7fff867dcff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff8697c000 - 0x7fff869e3ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff869e4000 - 0x7fff86a04fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff86a37000 - 0x7fff86a49ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff86cc5000 - 0x7fff86cf0ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff86de8000 - 0x7fff871f5ff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff871f6000 - 0x7fff8724afff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff8724b000 - 0x7fff8725afff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8725d000 - 0x7fff872fcdf7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff872fd000 - 0x7fff87325fff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib
0x7fff87326000 - 0x7fff87381fef libTIFF.dylib (1231) <115791FB-8C49-3410-AC23-56F4B1CFF124> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff873d1000 - 0x7fff873d3ff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff873d4000 - 0x7fff873d5ff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff876f6000 - 0x7fff879a2fff com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff879a3000 - 0x7fff879a6fff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff879a7000 - 0x7fff87b8cff3 libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
0x7fff87b8d000 - 0x7fff87cbdfff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff88661000 - 0x7fff8866dff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff88672000 - 0x7fff8868cff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8868d000 - 0x7fff88890ff3 com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff88891000 - 0x7fff88895ff7 libGIF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8893d000 - 0x7fff88a2fff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff88a30000 - 0x7fff88acefff com.apple.Metadata (10.7.0 - 916) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff88acf000 - 0x7fff88ad8fff libGFXShared.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff88b24000 - 0x7fff88b7eff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff88b7f000 - 0x7fff88b83fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff88d0a000 - 0x7fff8900cfff com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8900d000 - 0x7fff89178ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff89206000 - 0x7fff8920afff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff8920b000 - 0x7fff89212fff libCGCMS.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff89213000 - 0x7fff8922dff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8922e000 - 0x7fff8927fff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff89298000 - 0x7fff895c6ff7 com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff895c7000 - 0x7fff895f1ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff895f2000 - 0x7fff89638ffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff89639000 - 0x7fff89643ff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff89644000 - 0x7fff89655ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff89656000 - 0x7fff89661ff7 libkxld.dylib (2782.1.97) /usr/lib/system/libkxld.dylib
0x7fff89819000 - 0x7fff8981bfff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8982f000 - 0x7fff89870fff libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff89929000 - 0x7fff8992bff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff89a62000 - 0x7fff89a62fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff89a63000 - 0x7fff89a8efff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff89a8f000 - 0x7fff89a8ffff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff89a90000 - 0x7fff89aaaff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff89aab000 - 0x7fff89ac8fff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
0x7fff89c30000 - 0x7fff89c40ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff89cbe000 - 0x7fff89d0dff7 com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff89d16000 - 0x7fff89d18fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff89eaf000 - 0x7fff89fd0fff com.apple.LaunchServices (644.10 - 644.10) <0B1C68BC-0AEB-38E2-ABC8-E92728FEC475> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8a1c6000 - 0x7fff8a300ff7 com.apple.ImageIO.framework (3.3.0 - 1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8a317000 - 0x7fff8a317fff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8a318000 - 0x7fff8a37fff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8a380000 - 0x7fff8a38aff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8a38b000 - 0x7fff8a38cfff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8a392000 - 0x7fff8a393ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff8a394000 - 0x7fff8a394ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff8a395000 - 0x7fff8a39dfff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff8a39e000 - 0x7fff8a3deff7 com.apple.CloudDocs (1.0 - 280.1) <21D7E10A-99EF-34BE-82D7-29A6F1761DE5> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff8a43a000 - 0x7fff8a709ff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8a721000 - 0x7fff8a7a3fff com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8a7c2000 - 0x7fff8a7c8ff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8a7ca000 - 0x7fff8a7d0fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8a7d1000 - 0x7fff8a7d3ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff8a7d4000 - 0x7fff8a7d4fff com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8a7d5000 - 0x7fff8a8fcfff com.apple.coreui (2.1 - 305) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8a8fd000 - 0x7fff8a8ffffb libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8a907000 - 0x7fff8a928fff com.apple.framework.Apple80211 (10.0 - 1000.57.3) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8a929000 - 0x7fff8a948fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff8a949000 - 0x7fff8b182ff3 com.apple.CoreGraphics (1.600.0 - 772) <936D081F-37B3-3DA3-B725-118D0B07DDD2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8b18d000 - 0x7fff8b190fff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8b191000 - 0x7fff8b21afff com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8b227000 - 0x7fff8b4a1fff com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8b4a2000 - 0x7fff8b511fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8b512000 - 0x7fff8b604fff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff8b605000 - 0x7fff8b616fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8b67a000 - 0x7fff8c1bbfff com.apple.AppKit (6.9 - 1343.14) <1732C412-257B-340E-8863-B8162D4EB2E2> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8c1bc000 - 0x7fff8c208fff com.apple.corelocation (1486.17 - 1615.21) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff8c209000 - 0x7fff8c2c8fff com.apple.backup.framework (1.6 - 1.6) <5C38C168-5E9B-335D-9570-91AF8604BB10> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8c2c9000 - 0x7fff8c2f7fff com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8c2f8000 - 0x7fff8c300ff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff8c31b000 - 0x7fff8c31dfff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff8c31e000 - 0x7fff8c323fff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8c3d4000 - 0x7fff8c3d7fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8c3d8000 - 0x7fff8c3e3fff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff8c9a3000 - 0x7fff8c9aafff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8c9ab000 - 0x7fff8c9c5ff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8c9e9000 - 0x7fff8c9eeffb libheimdal-asn1.dylib (398.1.2) /usr/lib/libheimdal-asn1.dylib
0x7fff8d0d7000 - 0x7fff8d0fbfef libJPEG.dylib (1231) <3F87A0CA-14FA-3034-A332-DD57A092B08F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8d1b5000 - 0x7fff8d1f0fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8d21c000 - 0x7fff8d245ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff8d246000 - 0x7fff8d246fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8d247000 - 0x7fff8d248fff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff8d249000 - 0x7fff8d24dfff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8d24e000 - 0x7fff8d256fff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8d257000 - 0x7fff8d572fcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8d573000 - 0x7fff8d685ff7 libvDSP.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8d686000 - 0x7fff8d68cfff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x7fff8d6b7000 - 0x7fff8d6bfffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8d6c0000 - 0x7fff8d751fff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff8dfe5000 - 0x7fff8e012fff com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff8e044000 - 0x7fff8e0b0fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8e0f6000 - 0x7fff8e136ff7 libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8e137000 - 0x7fff8e139fff libRadiance.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8e463000 - 0x7fff8e4f8ff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8eae0000 - 0x7fff8eaebfff libGL.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8eaf5000 - 0x7fff8eb3bff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff8ecec000 - 0x7fff8ececff7 liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
0x7fff8ed58000 - 0x7fff8ed73ff7 com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff8ed74000 - 0x7fff8ede8fff com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8efa4000 - 0x7fff8efa6ff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib
0x7fff8eff8000 - 0x7fff8f00aff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8f00b000 - 0x7fff8f083ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8f10c000 - 0x7fff8f1effff libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8f5c8000 - 0x7fff8f5edfff libPng.dylib (1231) <759DF465-B08C-3E97-9A07-3CD447F84F78> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8f5ee000 - 0x7fff8f607ff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8fc01000 - 0x7fff8fc29fff libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
0x7fff8fc2a000 - 0x7fff8fc2efff libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
0x7fff8fc7f000 - 0x7fff8fe0dfff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8fec3000 - 0x7fff8fedaff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff8fefa000 - 0x7fff901e1ffb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff901e5000 - 0x7fff901eaff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff903bd000 - 0x7fff905a2267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff905a3000 - 0x7fff905a6ff7 libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
0x7fff905c7000 - 0x7fff905cbfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff905d5000 - 0x7fff905f1ff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff9060d000 - 0x7fff90629fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff9062a000 - 0x7fff9071afef libJP2.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff9071b000 - 0x7fff90724fff libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
0x7fff9072f000 - 0x7fff90748fff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff90749000 - 0x7fff90796ff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff9083d000 - 0x7fff90845ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff90c17000 - 0x7fff90c1eff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff90c1f000 - 0x7fff90c24ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff90ed1000 - 0x7fff91139ffb com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff9113a000 - 0x7fff91175fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff91176000 - 0x7fff91181ff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff91270000 - 0x7fff91312fff com.apple.Bluetooth (4.3.0 - 4.3.0f10) <70922125-2A01-37AE-9CB8-D8A9578092E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff91313000 - 0x7fff91743fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff91744000 - 0x7fff9175eff7 libextension.dylib (55) <17514AB2-C503-3D49-A725-EBC1140567A6> /usr/lib/libextension.dylib
0x7fff9175f000 - 0x7fff9176cfff com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff9176d000 - 0x7fff9178affb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff9178b000 - 0x7fff917b8fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff917b9000 - 0x7fff918d1ffb com.apple.CoreText (352.0 - 454.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff91b4d000 - 0x7fff91bd9fff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
0x7fff91c69000 - 0x7fff91ca3ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff91cd7000 - 0x7fff91d36ff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff91d4d000 - 0x7fff91d78fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff91dd8000 - 0x7fff91e08ffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff91e09000 - 0x7fff91e0affb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
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: 16270
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=251.4M resident=139.1M(55%) swapped_out_or_unallocated=112.2M(45%)
Writable regions: Total=143.8M written=17.7M(12%) resident=25.1M(17%) swapped_out=0K(0%) unallocated=118.7M(83%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 33.3M
ATS (font support) (reserved) 8K reserved VM address space (unallocated)
CG backing stores 1264K
CG image 44K
CG shared images 240K
CoreAnimation 12K
CoreUI image data 48K
Kernel Alloc Once 8K
MALLOC 76.2M
MALLOC (admin) 32K
Memory Tag 242 12K
SQLite page cache 128K
STACK GUARD 56.0M
Stack 12.6M
VM_ALLOCATE 17.1M
__DATA 18.0M
__IMAGE 528K
__LINKEDIT 89.1M
__TEXT 162.3M
__UNICODE 544K
mapped file 65.2M
shared memory 4K
=========== =======
TOTAL 532.8M
TOTAL, minus reserved VM space 532.8M

@guruz
Copy link
Contributor

guruz commented Nov 5, 2014

Are you modifying/themeing anything?

@paolosereno
Copy link
Author

Not at all. I'm creating the package from the official source tree.

@kwillems
Copy link

@guruz
Copy link
Contributor

guruz commented Jan 9, 2015

This commit might possibly help you: #2627 (comment)

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

No branches or pull requests

3 participants