SimpleIDE Library Bug
Hi all.
We have found a serious bug with library archiving. The bug exists in SimpleIDE versions having Simple Libraries up to 0-9-40-x.
Please do not open and zip any library projects in the "Documents\SimpleIDE\Learn\Simple Libraries" folder.
Zipping library projects will crash SimpleIDE and and leave a folder in the library that can't be removed from your system.
I can't apologize enough to anyone that may have already encountered this problem.
I'm having to deal with the issue too. That is, I have some folders on my system that I can not delete.
Sincerely,
--Steve
We have found a serious bug with library archiving. The bug exists in SimpleIDE versions having Simple Libraries up to 0-9-40-x.
Please do not open and zip any library projects in the "Documents\SimpleIDE\Learn\Simple Libraries" folder.
Zipping library projects will crash SimpleIDE and and leave a folder in the library that can't be removed from your system.
I can't apologize enough to anyone that may have already encountered this problem.
I'm having to deal with the issue too. That is, I have some folders on my system that I can not delete.
Sincerely,
--Steve

Comments
Let me know when you have something to test on Mac OS X. I'll add that to my standard SimpleIDE test cases...
dgately
What format is your HDD - is it FAT32 ???
I'm using Window's 7 NTFS.
Thanks for your support.
This may not be the issue you are seeing but I will mention it as food for thought just in case.
When I was trying to install 0-9-40 I went to rename my present SimpleIDE folder and the OS
said no way another app has that folder open. However I did not see any app open .
I was able to use WinZip to make a backup of the folder so I said ok I will delete it and again the
OS said no way.
The answer was that SnagIt my screen capture app which has a piece of itself loaded always to watch
for print Screen was the app that had attached itself to the folder because I had made several captures
and stored the images somewhere in the SimpleIDE folder structure. Because the image files were
still in the SnagIt Image Editor list, SnagIT was protecting the path to those images.
Closing SnagIt completely and again I could rename the folder or do anything I wanted to it.
Windows 7 Pro.
Maybe something has a hold of the folders on your pc and it is not obvious that it does.
Tom
I'm actually crashing SimpleIDE on MAC OS X when I try to ZIP a library project. I know I had tested this previously (probably with 9-29) and it worked.
Steps:
1. Copy/Duplicate any of the library projects the "Documents\SimpleIDE\Learn\Simple Libraries" folder
2. Open the library's project in SimpleIDE vers: 0-9-40
3. Compile the project with Memory Model: CMM Main RAM, Optimization: -Os Size (it succeeds)
4. Attempt to ZIP the project
Result (a crash in: Thread 0: 0 com.Parallax.SimpleIDE 0x0000000100035177 MainSpinWindow::flattenDstProject(QString, QString) + 635):
Process: SimpleIDE [19195] Path: /Applications/SimpleIDE.app/Contents/MacOS/SimpleIDE Identifier: com.Parallax.SimpleIDE Version: ??? Code Type: X86-64 (Native) Parent Process: launchd [265] User ID: 502 Date/Time: 2013-08-21 20:23:37.931 -0700 OS Version: Mac OS X 10.8.4 (12E55) Report Version: 10 Interval Since Last Report: 1569689 sec Crashes Since Last Report: 2 Per-App Crashes Since Last Report: 4 Anonymous UUID: 6D477AAA-036B-F73F-C24A-430B8CB182C1 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 VM Regions Near 0: --> __TEXT 0000000100000000-000000010028e000 [ 2616K] r-x/rwx SM=COW /Applications/SimpleIDE.app/Contents/MacOS/SimpleIDE Thread 0 Crashed:: Dispatch queue: com.apple.main-thread [COLOR=#ff0000]0 com.Parallax.SimpleIDE 0x0000000100035177 MainSpinWindow::flattenDstProject(QString, QString) + 635 [/COLOR]1 com.Parallax.SimpleIDE 0x000000010003b2d4 MainSpinWindow::zipCproject(QStringList, QString, QString, QString, QString, QString) + 12070 2 com.Parallax.SimpleIDE 0x0000000100043272 MainSpinWindow::zipProject() + 6088 3 com.Parallax.SimpleIDE 0x0000000100108ef6 MainSpinWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 2582 4 QtCore 0x00000001010381fe QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1566 5 QtGui 0x00000001009fd8d1 QAbstractButton::clicked(bool) + 49 6 QtGui 0x0000000100722f80 QAbstractButton::mousePressEvent(QMouseEvent*) + 208 7 QtGui 0x00000001007241ba QAbstractButton::keyPressEvent(QKeyEvent*) + 778 8 QtGui 0x0000000100724411 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 113 9 QtGui 0x00000001007f2112 QToolButton::mouseReleaseEvent(QMouseEvent*) + 18 10 QtGui 0x00000001003ddf71 QWidget::event(QEvent*) + 2369 11 QtGui 0x00000001007232b8 QAbstractButton::event(QEvent*) + 40 12 QtGui 0x00000001007f416f QToolButton::event(QEvent*) + 63 13 QtGui 0x0000000100382fad QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189 14 QtGui 0x000000010038a510 QApplication::notify(QObject*, QEvent*) + 2384 15 QtCore 0x000000010102075c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124 16 QtGui 0x000000010038828d QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) + 333 17 QtGui 0x000000010033a7e5 QMacCocoaAutoReleasePool::~QMacCocoaAutoReleasePool() + 18917 18 com.apple.AppKit 0x00007fff8421f5d6 -[NSWindow sendEvent:] + 7053 19 QtGui 0x000000010032fb67 QMacInputContext::reset() + 24215 20 com.apple.AppKit 0x00007fff8421b644 -[NSApplication sendEvent:] + 5761 21 QtGui 0x0000000100334974 QMacInputContext::reset() + 44196 22 com.apple.AppKit 0x00007fff8413121a -[NSApplication run] + 636 23 QtGui 0x000000010033f750 QDesktopWidget::resizeEvent(QResizeEvent*) + 13024 24 QtCore 0x000000010101f664 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68 25 QtCore 0x000000010101fa14 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324 26 QtCore 0x000000010102290c QCoreApplication::exec() + 188 27 com.Parallax.SimpleIDE 0x0000000100004ac9 main + 4761 28 com.Parallax.SimpleIDE 0x0000000100003804 start + 52 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff86bfed16 kevent + 10 1 libdispatch.dylib 0x00007fff8b291dea _dispatch_mgr_invoke + 883 2 libdispatch.dylib 0x00007fff8b2919ee _dispatch_mgr_thread + 54 Thread 2: 0 libsystem_kernel.dylib 0x00007fff86bfe0fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff8d9fafe9 _pthread_cond_wait + 869 2 QtCore 0x0000000100f0da50 QWaitCondition::wait(QMutex*, unsigned long) + 304 3 QtGui 0x0000000100864c33 QFileSystemModel::sort(int, Qt::SortOrder) + 30819 4 QtCore 0x0000000100f0d5aa QThread::terminate() + 762 5 libsystem_c.dylib 0x00007fff8d9f67a2 _pthread_start + 327 6 libsystem_c.dylib 0x00007fff8d9e31e1 thread_start + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff86bfed16 kevent + 10 1 QtCore 0x0000000101001fa9 QProcessEnvironment::systemEnvironment() + 53049 2 QtCore 0x0000000100f0d5aa QThread::terminate() + 762 3 libsystem_c.dylib 0x00007fff8d9f67a2 _pthread_start + 327 4 libsystem_c.dylib 0x00007fff8d9e31e1 thread_start + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff86bfe322 __select + 10 1 QtCore 0x0000000100ff44e0 QFSFileEngine::fileName(QAbstractFileEngine::FileName) const + 19584 2 QtCore 0x0000000100f0d5aa QThread::terminate() + 762 3 libsystem_c.dylib 0x00007fff8d9f67a2 _pthread_start + 327 4 libsystem_c.dylib 0x00007fff8d9e31e1 thread_start + 13 Thread 5:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff86bfe322 __select + 10 1 com.apple.CoreFoundation 0x00007fff8e830f46 __CFSocketManager + 1302 2 libsystem_c.dylib 0x00007fff8d9f67a2 _pthread_start + 327 3 libsystem_c.dylib 0x00007fff8d9e31e1 thread_start + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff86bfe6d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8d9f8f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8d9f8d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8d9e31d1 start_wqthread + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff86bfe6d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8d9f8f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8d9f8d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8d9e31d1 start_wqthread + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff86bfe0fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff8d9fafe9 _pthread_cond_wait + 869 2 QtCore 0x0000000100f0da50 QWaitCondition::wait(QMutex*, unsigned long) + 304 3 QtGui 0x0000000100864c33 QFileSystemModel::sort(int, Qt::SortOrder) + 30819 4 QtCore 0x0000000100f0d5aa QThread::terminate() + 762 5 libsystem_c.dylib 0x00007fff8d9f67a2 _pthread_start + 327 6 libsystem_c.dylib 0x00007fff8d9e31e1 thread_start + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff86bfed16 kevent + 10 1 QtCore 0x0000000101001fa9 QProcessEnvironment::systemEnvironment() + 53049 2 QtCore 0x0000000100f0d5aa QThread::terminate() + 762 3 libsystem_c.dylib 0x00007fff8d9f67a2 _pthread_start + 327 4 libsystem_c.dylib 0x00007fff8d9e31e1 thread_start + 13 Thread 10: 0 libsystem_kernel.dylib 0x00007fff86bfe6d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8d9f8f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8d9f8d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8d9e31d1 start_wqthread + 13 Thread 11: 0 libsystem_kernel.dylib 0x00007fff86bfe6d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8d9f8f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8d9f8d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8d9e31d1 start_wqthread + 13 Thread 12: 0 libsystem_kernel.dylib 0x00007fff86bfe6d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8d9f8f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8d9f8d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8d9e31d1 start_wqthread + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff86bfe6d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8d9f8f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8d9f8d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8d9e31d1 start_wqthread + 13 Thread 14: 0 libsystem_kernel.dylib 0x00007fff86bfe6d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8d9f8f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8d9f8d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8d9e31d1 start_wqthread + 13 Thread 15: 0 libsystem_kernel.dylib 0x00007fff86bfe6d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8d9f8f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8d9f8d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8d9e31d1 start_wqthread + 13 Thread 16: 0 libsystem_kernel.dylib 0x00007fff86bfe6d6 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8d9f8f4c _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8d9f8d13 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8d9e31d1 start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x00000001011b7dd8 rdx: 0x00000000ffffff01 rdi: 0x00007fff5fbfcd30 rsi: 0x00007fff5fbfcc80 rbp: 0x00007fff5fbfce40 rsp: 0x00007fff5fbfccb0 r8: 0x000000010121be00 r9: 0x0000000000000004 r10: 0x0210862301010003 r11: 0x0000000000000010 r12: 0x00007fff5fbfcd88 r13: 0x0000000103ce6f50 r14: 0x00007fff5fbfcd10 r15: 0x00007fff5fbfcd18 rip: 0x0000000100035177 rfl: 0x0000000000010206 cr2: 0x0000000000000000 Logical CPU: 2 Binary Images: 0x100000000 - 0x10028dff7 +com.Parallax.SimpleIDE (???) <857E12BE-2645-3966-9F40-584DA962CCF8> /Applications/SimpleIDE.app/Contents/MacOS/SimpleIDE 0x1002bd000 - 0x1002f0fff +libquazip.1.dylib (1) <23B7D852-5982-3C63-A53A-3009D47656A8> /Applications/SimpleIDE.app/Contents/Frameworks/libquazip.1.dylib 0x1002fe000 - 0x100d09fe7 +QtGui (4.8) <D5588EC0-CB69-31E3-B1AA-4772B88EAD96> /Applications/SimpleIDE.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui 0x100ee6000 - 0x1011acfff +QtCore (4.8) <9726D48A-4CC7-0E50-2E62-2568E27A8546> /Applications/SimpleIDE.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore 0x1012ee000 - 0x1012f4ff7 +libqgif.dylib (0) <7DED8794-5E9E-8F39-B352-BD4A7EF2B68C> /Applications/SimpleIDE.app/Contents/PlugIns/imageformats/libqgif.dylib 0x1015e3000 - 0x1015e9ff7 +libqico.dylib (0) <49099C6F-BD77-21BE-DAE0-4343189E401E> /Applications/SimpleIDE.app/Contents/PlugIns/imageformats/libqico.dylib 0x102b05000 - 0x102b05ffb +cl_kernels (???) <B6F3FCD8-9E14-4E2A-A121-0A5CC6344248> cl_kernels 0x102f83000 - 0x102fbeff7 +libqjpeg.dylib (0) <A08AEE00-0C93-A2DD-3E4F-2AA28E0F2799> /Applications/SimpleIDE.app/Contents/PlugIns/imageformats/libqjpeg.dylib 0x103e00000 - 0x103eb9ff7 ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x103f01000 - 0x103f55fef +libqmng.dylib (0) <53D1DBC6-5F9C-7470-F35C-991DCD59B315> /Applications/SimpleIDE.app/Contents/PlugIns/imageformats/libqmng.dylib 0x103f5d000 - 0x103fb2ff7 +libqtiff.dylib (0) <373A97D2-431F-60E8-A708-A1282F552EA9> /Applications/SimpleIDE.app/Contents/PlugIns/imageformats/libqtiff.dylib 0x107202000 - 0x107202ff9 +cl_kernels (???) <20F73265-F328-4BC6-8F47-37B4DE260B0E> cl_kernels 0x10720e000 - 0x107217fe7 libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x10758d000 - 0x10758effa +cl_kernels (???) <7621915A-5479-4722-8FDA-2F97C002F714> cl_kernels 0x107ffa000 - 0x107ffbffb +cl_kernels (???) <E5718D8B-96A2-458B-93E1-4C14491A75EF> cl_kernels 0x10b7fb000 - 0x10b7fcffb +cl_kernels (???) <89FEEEA7-40B7-41BD-876B-3D6C18EB5545> cl_kernels 0x10cc80000 - 0x10cd1aff7 unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib 0x10cfc8000 - 0x10cfecff7 com.apple.security.csparser (3.0 - 55179.13) <B85553DE-708C-3C20-93D5-70DC80068CE3> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x10ec8f000 - 0x10ed28ff7 unorm8_argb.dylib (2.2.16) <AC4A19D0-44A5-34CB-9248-20996ACA6B06> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib 0x7fff6e948000 - 0x7fff6e97c93f dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld 0x7fff83b01000 - 0x7fff83b01fff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff83b02000 - 0x7fff83b03fff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib 0x7fff83b2f000 - 0x7fff83b41ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff83b42000 - 0x7fff83c3ffff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib 0x7fff83c40000 - 0x7fff83d60fff com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff83d61000 - 0x7fff83f96ff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff83fe1000 - 0x7fff83fe4fff com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff83fe5000 - 0x7fff84c12fff com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff84c13000 - 0x7fff84c94fff com.apple.Metadata (10.7.0 - 707.11) <2DD25313-420D-351A-90F1-300E95C970CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff84cff000 - 0x7fff84e85fff libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff84e86000 - 0x7fff84e95ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib 0x7fff84e96000 - 0x7fff84ea1ff7 com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff85118000 - 0x7fff8513aff7 com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8513b000 - 0x7fff8523dfff libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8523e000 - 0x7fff8523efff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib 0x7fff8523f000 - 0x7fff85295fff com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff852d5000 - 0x7fff852d6fff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff852d7000 - 0x7fff852e8ff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib 0x7fff852e9000 - 0x7fff853daff7 com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff853db000 - 0x7fff853effff 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 0x7fff853f0000 - 0x7fff85421ff7 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 0x7fff85455000 - 0x7fff85719fff com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff8571a000 - 0x7fff8571afff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8571b000 - 0x7fff857edff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff85835000 - 0x7fff85863ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib 0x7fff85a1a000 - 0x7fff85a66ff7 libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib 0x7fff85a79000 - 0x7fff85aa1fff libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff85aa2000 - 0x7fff85af1ff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib 0x7fff85bc1000 - 0x7fff85c1dff7 com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff85c1e000 - 0x7fff85c1efff com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff85c1f000 - 0x7fff85c55fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib 0x7fff85ca2000 - 0x7fff8602dff7 com.apple.FinderKit (1.1.3 - 1.1.3) <7956AB84-AB7A-3B00-A543-76E5CD708881> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit 0x7fff8602e000 - 0x7fff8644bfff FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff8644c000 - 0x7fff8644cfff com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8644d000 - 0x7fff866baff7 com.apple.RawCamera.bundle (4.07 - 696) <CCB97D78-309C-3CD9-B499-81192069A333> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff866be000 - 0x7fff866c9fff com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff866cc000 - 0x7fff869fcfff com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff869fd000 - 0x7fff86a34ff7 libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib 0x7fff86a43000 - 0x7fff86a47ff7 com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff86a48000 - 0x7fff86a76fff com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff86a77000 - 0x7fff86ab1fff com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x7fff86ab2000 - 0x7fff86ac5ff7 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 0x7fff86ac6000 - 0x7fff86b79ff7 com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff86b91000 - 0x7fff86bebfff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff86bec000 - 0x7fff86c07ff7 libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib 0x7fff86c08000 - 0x7fff86c42ff7 com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff86c43000 - 0x7fff86c51fff libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib 0x7fff86c52000 - 0x7fff86c72fff libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff875b9000 - 0x7fff875d0fff 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 0x7fff875d1000 - 0x7fff875f8ff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff875f9000 - 0x7fff8764eff7 libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8860f000 - 0x7fff88626fff com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff88627000 - 0x7fff88686fff com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff88712000 - 0x7fff88756fff libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib 0x7fff887a8000 - 0x7fff887abfff libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff887ac000 - 0x7fff88a5bfff com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff88a77000 - 0x7fff88a7cfff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff88a7d000 - 0x7fff88b17fff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff88b18000 - 0x7fff892bffff com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff892c0000 - 0x7fff892c0fff libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib 0x7fff892c1000 - 0x7fff89300ff7 com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff89301000 - 0x7fff8931cff7 com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x7fff8931d000 - 0x7fff8938bff7 com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8938c000 - 0x7fff893d7fff com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff893d8000 - 0x7fff893e1ff7 com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff893e2000 - 0x7fff894fbfff com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff89505000 - 0x7fff89507fff com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff89508000 - 0x7fff89561ff7 com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff89602000 - 0x7fff89611fff com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff89613000 - 0x7fff8961afff com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff8961b000 - 0x7fff8963cff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib 0x7fff8964e000 - 0x7fff896b6ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff896b7000 - 0x7fff896fffff libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib 0x7fff89700000 - 0x7fff8976dff7 com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8976f000 - 0x7fff89771fff libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff89772000 - 0x7fff8977eff7 com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff8977f000 - 0x7fff897dbfff com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff897dc000 - 0x7fff89b3bfff com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff89b3c000 - 0x7fff89b53fff libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff89b54000 - 0x7fff89b5fff7 com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff8a3ba000 - 0x7fff8a3c7ff7 com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff8a3c8000 - 0x7fff8a3ccfff libGIF.dylib (850) <D4525F87-759C-338C-B283-BB8DE815D3D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8a3cd000 - 0x7fff8a3f2ff7 libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib 0x7fff8a3f3000 - 0x7fff8a4f0ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib 0x7fff8a4f1000 - 0x7fff8a585ff7 com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8a586000 - 0x7fff8a5e0fff com.apple.Suggestions (2.0 - 102.1) <05D8D892-9A31-301A-BD24-D8A89B2AC905> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions 0x7fff8a62f000 - 0x7fff8a62ffff com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 0x7fff8a630000 - 0x7fff8a6edff7 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 0x7fff8a6ee000 - 0x7fff8a76eff7 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 0x7fff8a76f000 - 0x7fff8a789fff com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff8a78a000 - 0x7fff8a7fafff com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x7fff8a7fb000 - 0x7fff8a863fff libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8a86f000 - 0x7fff8a896fff com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8a897000 - 0x7fff8a900fff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib 0x7fff8a901000 - 0x7fff8ab82fff com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit 0x7fff8ab85000 - 0x7fff8ab8bfff libCGXCoreImage.A.dylib (332) <F6300A73-D4C4-3DE6-A1B7-806E627CCF76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff8ab8c000 - 0x7fff8abc2fff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8abc3000 - 0x7fff8abcffff libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff8abd0000 - 0x7fff8abd2ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff8abd4000 - 0x7fff8abdefff 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 0x7fff8abdf000 - 0x7fff8ac2afff com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8ac2b000 - 0x7fff8ac8eff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8ac8f000 - 0x7fff8ae3dfff com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8ae3e000 - 0x7fff8ae6cfff com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8ae6d000 - 0x7fff8ae73fff com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8ae74000 - 0x7fff8af25fff com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8af26000 - 0x7fff8b0c1fef 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 0x7fff8b1dc000 - 0x7fff8b1e4fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff8b1e5000 - 0x7fff8b220fff com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8b221000 - 0x7fff8b225fff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib 0x7fff8b226000 - 0x7fff8b22dfff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8b22e000 - 0x7fff8b27dfff com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff8b28d000 - 0x7fff8b2a2ff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib 0x7fff8b2a3000 - 0x7fff8b4feff7 com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff8b4ff000 - 0x7fff8b93bfef com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8b93c000 - 0x7fff8b986ff7 libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8b98b000 - 0x7fff8ba80fff libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib 0x7fff8bac4000 - 0x7fff8bac4fff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8baf7000 - 0x7fff8bafafff 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 0x7fff8bb56000 - 0x7fff8bbe3ff7 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 0x7fff8bc8c000 - 0x7fff8bc8dff7 libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib 0x7fff8bc8e000 - 0x7fff8bc92fff libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8bc93000 - 0x7fff8bcbdff7 com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8bcea000 - 0x7fff8bceefff libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8bcef000 - 0x7fff8bd6dff7 com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8bdde000 - 0x7fff8bf30fff com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8bf31000 - 0x7fff8bf36fff com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8bf37000 - 0x7fff8bf84fff com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8bfa1000 - 0x7fff8bfacff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8c00a000 - 0x7fff8c00affd com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8c014000 - 0x7fff8c022fff com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff8c02d000 - 0x7fff8c02fff7 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 0x7fff8c030000 - 0x7fff8c037fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff8c038000 - 0x7fff8c064ff7 libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8c065000 - 0x7fff8c265fff libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib 0x7fff8c2df000 - 0x7fff8c3a4ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8c3a5000 - 0x7fff8c3e8ff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8c3e9000 - 0x7fff8c3effff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib 0x7fff8c3f0000 - 0x7fff8c3f6ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff8c732000 - 0x7fff8c781ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff8c782000 - 0x7fff8c783ff7 libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8c784000 - 0x7fff8c7d5ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8c7d6000 - 0x7fff8c8b0fff com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff8c92c000 - 0x7fff8ca2efff libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8ca2f000 - 0x7fff8ca37ff7 libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8ca38000 - 0x7fff8ca5aff7 libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib 0x7fff8ca5b000 - 0x7fff8ca5cfff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib 0x7fff8cc52000 - 0x7fff8cc65ff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib 0x7fff8cc66000 - 0x7fff8cd7e92f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff8cd7f000 - 0x7fff8cd81fff libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib 0x7fff8cd82000 - 0x7fff8ce20ff7 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 0x7fff8ce21000 - 0x7fff8ce3eff7 com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8ce5a000 - 0x7fff8ce65fff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib 0x7fff8ce66000 - 0x7fff8ce9afff com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff8ce9b000 - 0x7fff8cea2fff libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8cec6000 - 0x7fff8cecaff7 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 0x7fff8ceda000 - 0x7fff8cefbfff com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8cefe000 - 0x7fff8d1cfff7 com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8d1d0000 - 0x7fff8d1ddfff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8d1de000 - 0x7fff8d1defff 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 0x7fff8d1df000 - 0x7fff8d1ebfff com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8d1ec000 - 0x7fff8d1f1fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff8d275000 - 0x7fff8d275fff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8d2c1000 - 0x7fff8d2edfff com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff8d2ee000 - 0x7fff8d2efff7 libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib 0x7fff8d2f0000 - 0x7fff8d2f0fff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8d4de000 - 0x7fff8d4e0fff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8d4e1000 - 0x7fff8d5ecfff libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8d792000 - 0x7fff8d795ff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib 0x7fff8d796000 - 0x7fff8d7f0ff7 com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8d7f1000 - 0x7fff8d8effff com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff8d9d1000 - 0x7fff8d9deff7 com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8d9e2000 - 0x7fff8daaeff7 libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib 0x7fff8daaf000 - 0x7fff8daceff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib 0x7fff8dacf000 - 0x7fff8dc2dfef com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff8dc7e000 - 0x7fff8df19ff7 com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff8e0df000 - 0x7fff8e185ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8e3c4000 - 0x7fff8e7bbfff libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8e7bc000 - 0x7fff8e9a6ff7 com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8ea35000 - 0x7fff8eba6ff7 com.apple.QTKit (7.7.1 - 2599.31) <1CBAB8B9-E335-33E3-B442-60105D265CB7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff8eba7000 - 0x7fff8eba8ff7 libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib 0x7fff8eba9000 - 0x7fff8ee4dff7 com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8ee77000 - 0x7fff8eea3fff 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 0x7fff8eea4000 - 0x7fff8ef3ffff com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8ef40000 - 0x7fff8ef4eff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff8f457000 - 0x7fff8f465ff7 libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib 0x7fff8f466000 - 0x7fff8f4a6ff7 com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8f4a7000 - 0x7fff8f4abfff com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8f4ac000 - 0x7fff8f7c3ff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8f7d2000 - 0x7fff8f7f1ff7 com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8f832000 - 0x7fff8f86ffef libGLImage.dylib (8.9.2) <C38649ED-E1C9-315E-9953-F33E8C6A3C89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8f870000 - 0x7fff8f886fff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8f893000 - 0x7fff8f9adfff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff8f9ae000 - 0x7fff8fa81ff7 com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8fa82000 - 0x7fff8fd39ff7 com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff8fd3f000 - 0x7fff8fd96ff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8fd97000 - 0x7fff8fdeeff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff8fdef000 - 0x7fff8fe04fff 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 0x7fff8fe05000 - 0x7fff8fe3dfff libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib 0x7fff8fe41000 - 0x7fff8fe4efff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib 0x7fff8fe54000 - 0x7fff8fe7ffff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib 0x7fff8fe80000 - 0x7fff8fec3ff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff8fec4000 - 0x7fff908544af com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff9085e000 - 0x7fff908e0ff7 com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff908e1000 - 0x7fff90a56ff7 com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 50 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: 8123 thread_create: 1 thread_set_state: 30 VM Region Summary: ReadOnly portion of Libraries: Total=212.3M resident=124.5M(59%) swapped_out_or_unallocated=87.7M(41%) Writable regions: Total=134.7M written=21.7M(16%) resident=42.9M(32%) swapped_out=5428K(4%) unallocated=91.8M(68%) REGION TYPE VIRTUAL =========== ======= CG backing stores 6744K CG image 380K CG shared images 256K CoreImage 8K CoreServices 2928K MALLOC 94.5M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K Memory tag=243 8K Memory tag=251 36K OpenCL 52K STACK GUARD 56.1M Stack 15.7M VM_ALLOCATE 16.5M __DATA 17.7M __IMAGE 528K __LINKEDIT 54.6M __TEXT 157.7M __UNICODE 544K mapped file 58.0M shared memory 43.4M =========== ======= TOTAL 525.5M Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.5 GHz, 8 GB, SMC 1.69f4 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.17) Bluetooth: Version 4.1.4f2 12041, 2 service, 11 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: APPLE SSD TS512C, 500.28 GB Serial ATA Device: MATSHITADVD-R UJ-8A8 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2 USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 7 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 4 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3I've added some guard code that should keep the problem from recurring. Meanwhile, I'll keep eating dog-food.
https://code.google.com/p/propside/issues/detail?id=178
I've been looking at flattenDstProject ... and surrounding code for a while tonight.
Thanks Dennis!