dustinrue / ControlPlane

ControlPlane - context-sensitive computing for OS X
http://www.controlplaneapp.com
BSD 3-Clause "New" or "Revised" License
1.76k stars 180 forks source link

ControlPlane 1.3.14 crashes on start #261

Closed dmikis closed 11 years ago

dmikis commented 11 years ago

Crash report: https://gist.github.com/dmikis/5527689

djbe commented 11 years ago

Try recreating your network rule(s)

smartwatermelon commented 11 years ago

I get this crash too. How can I recreate my network rules if I can't get to the preferences?

dustinrue commented 11 years ago

Can you send me the file at ~/Library/Preferences/com.dustinrue.com.plist so I can test and avoid this crash?

smartwatermelon commented 11 years ago

Here you go:

I'm happy to help test/debug.

Andrew Rich andrew.rich@gmail.com http://www.project-insomnia.com/

On May 6, 2013, at 6:04 PM, Dustin Rue wrote:

Can you send me the file at ~/Library/Preferences/com.dustinrue.com.plist so I can test and avoid this crash?

— Reply to this email directly or view it on GitHub.

smartwatermelon commented 11 years ago

@dustinrue Sent by email.

dustinrue commented 11 years ago

Didn't get it...

dmikis commented 11 years ago

I don't have this plist:

dhcp173-163-red2:~$ cat ~/Library/Preferences/com.dustinrue.com.plist
cat: /Users/dmikis/Library/Preferences/com.dustinrue.com.plist: No such file or directory
dustinrue commented 11 years ago

I wrote that up wrong, it's ~/Library/Preferences/com.dustinrue.ControlPlane.plist Sorry about that

Dustin

dmikis commented 11 years ago

I found ~/Library/Preferences/com.dustinrue.ControlPlane.plist: https://dl.dropboxusercontent.com/u/3916376/com.dustinrue.ControlPlane.plist

After I removed it, app successfully started.

humbled commented 11 years ago

I had same problem, but with 1.3.13 just in last few days. After loading it exits straight away leaving lockfile. Removing lockfile and starting didn't help. Moved plist away then started OK. This then prompted me to upgrade to 1.3.14, which I did. Started OK. Moved my old plist back into normal location and it fails to start (leaving lockfile). I can use the app, but for some reason have to ditch all my many rules. Can't they be restored? I can send plist by email if that's needed. Thanks

VladimirTechMan commented 11 years ago

@humbled If you don't mind sending that directly by email, so that I can dupe the issue on my MPB, then I should be able to look at that problem some time soon. Let me know.

humbled commented 11 years ago

@VladimirTechMan thanks but don't see your email addy on profile

VladimirTechMan commented 11 years ago

Thanks, @humbled! I've tried it a number of times on my system. But, alas, I cannot get a crash with it. CP just starts with all those settings... Can you send me the crash report, please? Also, I assume you can dupe the crash on each and every run of CP with the .plist file you sent me? -- if so, I might offer you a specially built debug version of CP, to try catching the fail and its cause. Assuming you are ready and willing to go over such an exercise. Let me know.

djbe commented 11 years ago

One thing I noticed is that @dmikis's network source is USB based (probably USB -> ethernet adapter). Dunno if you have one of those, @VladimirTechMan?

dustinrue commented 11 years ago

That's my immediate thought, there is a network adapter that is gone at CP startup. Could be VPN, USB based, etc.

VladimirTechMan commented 11 years ago

That was also my guess, @djbe and @dustinrue. I don't have a USB-based network adapter and that may well be the reason why nothing bad happens on my configuration.

Anyways, if @humbled is fine to help us with debugging, it could help a lot -- assuming that the crash does always happen with the .plist file he sent me.

humbled commented 11 years ago

@VladimirTechMan just emailled you a crash report

humbled commented 11 years ago

@VladimirTechMan that version you just emailled me works without crashing. Seems to detect wifi, change contexts, and launch apps as expected too. I'll use it till you roll out the next official. Thanks

VladimirTechMan commented 11 years ago

Thanks for your quick response, @humbled. Good news.

The build I gave you has the code from 1.3.14 plus my fix submitted under the title of issue #247. I am not sure when @dustinrue will release the next public version of CP. But when he does that, the fix from the "custom build" I gave you will also be a part of that new version. Prior to that time, feel free to keep using the unofficial build that you now have.

humbled commented 11 years ago

@VladimirTechMan Thanks for the quick turnaround and good to see this useful little app has such good support!

VladimirTechMan commented 11 years ago

@humbled You're very welcome! :)

mschmitt commented 11 years ago

1.3.14 also isn't starting up here. Looks and feels the same as 1.3.13. Version 1.3.12 restored from Timemachine starts up fine and wants to send a crash report right away.

Jmuccigr commented 11 years ago

I'm having this problem too. I moved the pref file and started up again. Part-way through re-creating my contexts, it crashed again. I'm not going to try again without more knowledge about what the issue is.

Can I send the crash report somewhere?

dustinrue commented 11 years ago

You can access it using Console then copy/paste the data into github

Jmuccigr commented 11 years ago

Process: ControlPlane [87093] Path: /Applications/ControlPlane.app/Contents/MacOS/ControlPlane Identifier: com.dustinrue.ControlPlane Version: 1.3.14 (47) Code Type: X86-64 (Native) Parent Process: launchd [180]

Date/Time: 2013-05-16 09:14:28.075 -0400 OS Version: Mac OS X 10.7.5 (11G63b) Report Version: 9

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

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

VM Regions Near 0x70: --> __TEXT 00000001073ef000-0000000107459000 [ 424K] r-x/rwx SM=COW /Applications/ControlPlane.app/Contents/MacOS/ControlPlane

Application Specific Information: objc[87093]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x000000010879e398 objc_msgSend_vtable14 + 24 1 com.apple.CoreFoundation 0x0000000109b66ab0 CFRelease + 176 2 com.dustinrue.ControlPlane 0x0000000107411521 -[NetworkLinkEvidenceSource start] + 354 3 com.dustinrue.ControlPlane 0x00000001073fef1f -[EvidenceSourceSetController startOrStopAll] + 564 4 com.dustinrue.ControlPlane 0x00000001073f90df -[CPController awakeFromNib] + 1085 5 com.apple.CoreFoundation 0x0000000109bf8fb1 -[NSObject performSelector:] + 49 6 com.apple.CoreFoundation 0x0000000109bf8f32 -[NSSet makeObjectsPerformSelector:] + 274 7 com.apple.AppKit 0x00000001088e9347 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1245 8 com.apple.AppKit 0x00000001088df8bb loadNib + 322 9 com.apple.AppKit 0x00000001088dedb8 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217 10 com.apple.AppKit 0x00000001088decd3 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141 11 com.apple.AppKit 0x00000001088dec16 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364 12 com.apple.AppKit 0x0000000108b4fcd7 NSApplicationMain + 398 13 com.dustinrue.ControlPlane 0x00000001073f1384 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x000000010a3e27e6 kevent + 10 1 libdispatch.dylib 0x000000010a1d2786 _dispatch_mgr_invoke + 923 2 libdispatch.dylib 0x000000010a1d1316 _dispatch_mgr_thread + 54

Thread 2: 0 libsystem_kernel.dylib 0x000000010a3e2192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x000000010a29e594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x000000010a29fb85 start_wqthread + 13

Thread 3:: Dispatch queue: ControlPlane.NetworkLink 0 com.apple.CoreFoundation 0x0000000109b67276 CFAllocatorDeallocate + 214 1 com.apple.CoreFoundation 0x0000000109b67020 __CFStringDeallocate + 64 2 com.apple.CoreFoundation 0x0000000109b66bf6 CFRelease + 502 3 com.apple.CoreFoundation 0x0000000109b69f39 CFStringCreateWithFormat + 233 4 com.apple.SystemConfiguration 0x0000000107f34d67 SCPreferencesPathKeyCreateNetworkServices + 30 5 com.apple.SystemConfiguration 0x0000000107f3b7b8 SCNetworkServiceCopyAll + 37 6 com.dustinrue.ControlPlane 0x000000010741105c -[NetworkLinkEvidenceSource enumerate] + 56 7 com.dustinrue.ControlPlane 0x0000000107411307 -[NetworkLinkEvidenceSource doFullUpdate:] + 36 8 libdispatch.dylib 0x000000010a1d0a82 _dispatch_call_block_and_release + 18 9 libdispatch.dylib 0x000000010a1d22d2 _dispatch_queue_drain + 264 10 libdispatch.dylib 0x000000010a1d212e _dispatch_queue_invoke + 54 11 libdispatch.dylib 0x000000010a1d1928 _dispatch_worker_thread2 + 198 12 libsystem_c.dylib 0x000000010a29e3da _pthread_wqthread + 316 13 libsystem_c.dylib 0x000000010a29fb85 start_wqthread + 13

Thread 4:: WebCore: LocalStorage 0 libsystem_kernel.dylib 0x000000010a3e1bca __psynch_cvwait + 10 1 libsystem_c.dylib 0x000000010a2a0274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x000000010fc11a60 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 64 3 com.apple.WebCore 0x000000010ffddf9a WTF::MessageQueueWebCore::LocalStorageTask::waitForMessage() + 132 4 com.apple.WebCore 0x000000010ffddef3 WebCore::LocalStorageThread::threadEntryPoint() + 99 5 com.apple.WebCore 0x000000010ffdde3b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9 6 libsystem_c.dylib 0x000000010a29c8bf _pthread_start + 335 7 libsystem_c.dylib 0x000000010a29fb75 thread_start + 13

Thread 5:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x000000010a3e067a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x000000010a3dfd71 mach_msg + 73 2 com.apple.CoreFoundation 0x0000000109b8e50c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x0000000109b96c74 __CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x0000000109b96486 CFRunLoopRunSpecific + 230 5 com.apple.Foundation 0x00000001082fcfd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 6 com.apple.Foundation 0x00000001082f172a -[NSThread main] + 68 7 com.apple.Foundation 0x00000001082f16a2 NSThreadmain + 1575 8 libsystem_c.dylib 0x000000010a29c8bf _pthread_start + 335 9 libsystem_c.dylib 0x000000010a29fb75 thread_start + 13

Thread 6: 0 libsystem_c.dylib 0x000000010a2afe33 szone_size + 219 1 libsystem_c.dylib 0x000000010a2ed72f malloc_size + 68 2 com.apple.CoreFoundation 0x0000000109ba8bbf -[NSArrayM insertObject:atIndex:] + 559 3 com.dustinrue.ControlPlane 0x00000001073fad80 -[CPController triggerDepartureActions:] + 957 4 com.dustinrue.ControlPlane 0x00000001073fb353 -[CPController performTransitionFrom:to:] + 277 5 com.dustinrue.ControlPlane 0x00000001073fbbab -[CPController doUpdateForReal] + 452 6 com.dustinrue.ControlPlane 0x00000001073fcb04 -[CPController updateThread:] + 177 7 com.apple.Foundation 0x00000001082f172a -[NSThread main] + 68 8 com.apple.Foundation 0x00000001082f16a2 NSThreadmain + 1575 9 libsystem_c.dylib 0x000000010a29c8bf _pthread_start + 335 10 libsystem_c.dylib 0x000000010a29fb75 thread_start + 13

Thread 7: 0 libsystem_kernel.dylib 0x000000010a3e067a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x000000010a3dfd71 mach_msg + 73 2 com.apple.CoreFoundation 0x0000000109b8e50c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x0000000109b96c74 CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x0000000109b96486 CFRunLoopRunSpecific + 230 5 com.apple.CoreFoundation 0x0000000109ba619f CFRunLoopRun + 95 6 com.dustinrue.ControlPlane 0x000000010741d27b -[CPController(SleepThread) monitorSleepThread:] + 273 7 com.apple.Foundation 0x00000001082f172a -[NSThread main] + 68 8 com.apple.Foundation 0x00000001082f16a2 NSThread__main + 1575 9 libsystem_c.dylib 0x000000010a29c8bf _pthread_start + 335 10 libsystem_c.dylib 0x000000010a29fb75 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fade2436c80 rcx: 0x000000010a1de720 rdx: 0x0000000109d78740 rdi: 0x00007fade3eec9b0 rsi: 0x00000001087bb548 rbp: 0x00007fff66fee560 rsp: 0x00007fff66fee518 r8: 0x000000010a335920 r9: 0x0000000000000300 r10: 0x0000000000010001 r11: 0x0000000000000202 r12: 0x0000000000000070 r13: 0x0000000000000008 r14: 0x00007fade3eec9b0 r15: 0x0000000000000060 rip: 0x000000010879e398 rfl: 0x0000000000010246 cr2: 0x0000000000000070 Logical CPU: 2

Binary Images: 0x1073ef000 - 0x107458ff7 +com.dustinrue.ControlPlane (1.3.14 - 47) <2800D921-6568-3E12-9AD2-006863B53C49> /Applications/ControlPlane.app/Contents/MacOS/ControlPlane 0x1074a5000 - 0x1074b0ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x1074bd000 - 0x1074bdfff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x1074c0000 - 0x1074e9ff7 com.apple.framework.Apple80211 (7.4.1 - 741.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x107502000 - 0x10765ffff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x1076e7000 - 0x1076e7fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x1076f1000 - 0x107759ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x107783000 - 0x1077c5fff com.apple.corelocation (330.12 - 330.12) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x1077f1000 - 0x10783aff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x107861000 - 0x10786cff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x10787f000 - 0x107968fff com.apple.Bluetooth (4.0.8 - 4.0.8f17) <46F432D0-7E25-3900-A5B2-DDB4C2781036> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x1079e2000 - 0x107a4dff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x107a7e000 - 0x107a9afff com.apple.ScriptingBridge (1.2.1 - ???) /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x107aae000 - 0x107da3ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x107ec7000 - 0x107ef1fff +org.andymatuschak.Sparkle (1.5 Beta [git] - 290f64f) /Applications/ControlPlane.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle 0x107f0c000 - 0x107f58ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x107f88000 - 0x108112ff7 com.apple.WebKit (7534.57 - 7534.57.7) <15AA1A2E-DCAC-35CE-89DF-0FF7149198CD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x1081fa000 - 0x10820dfff +ca.centrix.MapKit (0.8 - 0.8) /Applications/ControlPlane.app/Contents/Frameworks/MapKit.framework/Versions/A/MapKit 0x108225000 - 0x108264ff7 +com.growl.growlframework (2.0 - 2.0) <5BDDAB1E-D8A8-3CBC-89FB-2832F186BE32> /Applications/ControlPlane.app/Contents/Frameworks/Growl.framework/Versions/A/Growl 0x108297000 - 0x1085b0fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x108793000 - 0x108877e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib 0x108893000 - 0x1088c0fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib 0x1088cf000 - 0x1094d5fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x109b5e000 - 0x109d32ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x109e7f000 - 0x109e7ffff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x109e82000 - 0x109e94ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 0x109e9b000 - 0x109ee9fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib 0x109f03000 - 0x109f76fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib 0x109fd8000 - 0x109fd8fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib 0x109fdf000 - 0x109fe4fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib 0x109ff0000 - 0x10a0f7fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib 0x10a110000 - 0x10a122ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib 0x10a12d000 - 0x10a13cff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib 0x10a148000 - 0x10a14dfff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib 0x10a158000 - 0x10a19aff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib 0x10a1ab000 - 0x10a1b0fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib 0x10a1bd000 - 0x10a1c4fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib 0x10a1cf000 - 0x10a1ddfff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib 0x10a1f5000 - 0x10a1f6fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib 0x10a1fb000 - 0x10a1fffff libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib 0x10a208000 - 0x10a208fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib 0x10a20f000 - 0x10a219ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib 0x10a223000 - 0x10a229fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib 0x10a231000 - 0x10a235fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib 0x10a238000 - 0x10a23afff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib 0x10a23f000 - 0x10a240ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib 0x10a247000 - 0x10a248ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib 0x10a24e000 - 0x10a32bfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib 0x10a36c000 - 0x10a374fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib 0x10a37a000 - 0x10a3b5fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib 0x10a3cb000 - 0x10a3ebfff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib 0x10a401000 - 0x10a406ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib 0x10a414000 - 0x10a41dff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib 0x10a424000 - 0x10a425ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib 0x10a430000 - 0x10a431fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib 0x10a439000 - 0x10a43fff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib 0x10a44d000 - 0x10a46afff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib 0x10a484000 - 0x10a4faff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib 0x10a557000 - 0x10a562ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib 0x10a572000 - 0x10a573fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib 0x10a57b000 - 0x10a77dfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib 0x10a80e000 - 0x10a81bff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib 0x10a827000 - 0x10a929fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib 0x10a958000 - 0x10ac74fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x10acf4000 - 0x10ae5bfff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x10af04000 - 0x10af87fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x10afe1000 - 0x10b0c5ff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x10b144000 - 0x10b1deff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x10b221000 - 0x10b260fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x10b27f000 - 0x10b320fff com.apple.LaunchServices (480.40 - 480.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x10b370000 - 0x10b3a0ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x10b3bf000 - 0x10b3c5fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x10b3cf000 - 0x10b3d6fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x10b3e0000 - 0x10b3eeff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib 0x10b3f6000 - 0x10b404fff com.apple.NetAuth (3.1 - 3.1) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x10b413000 - 0x10b483fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x10b4c2000 - 0x10b5cefff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib 0x10b639000 - 0x10b63afff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib 0x10b644000 - 0x10b657ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib 0x10b660000 - 0x10b67cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x10b689000 - 0x10b68bfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x10b690000 - 0x10b6a7fff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x10b6c4000 - 0x10b6efff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib 0x10b6fb000 - 0x10c099a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x10c1a3000 - 0x10c282fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x10c2cf000 - 0x10c382ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x10c3d7000 - 0x10c45bff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x10c489000 - 0x10c550ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x10c599000 - 0x10c5f5ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x10c629000 - 0x10c63dff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x10c64c000 - 0x10c6c7ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x10c6ff000 - 0x10c740fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x10c75d000 - 0x10c772fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x10c789000 - 0x10c78ffff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x10c799000 - 0x10c799fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x10c7a1000 - 0x10c7cafff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x10c7d2000 - 0x10c82aff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x10c83b000 - 0x10c85cfff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x10c867000 - 0x10c86cfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x10c873000 - 0x10c980fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x10c9b3000 - 0x10c9b6fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x10c9bd000 - 0x10caf3fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x10cb16000 - 0x10cb16fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x10cb1a000 - 0x10cb7afff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x10cb87000 - 0x10cc1dff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x10cc2c000 - 0x10d059fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x10d0c1000 - 0x10d6a5fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x10d6eb000 - 0x10d7f0fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x10d84c000 - 0x10d8a0fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x10d8cb000 - 0x10d90bff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib 0x10d91e000 - 0x10d942fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x10d961000 - 0x10d994ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x10d9ae000 - 0x10d9cdfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib 0x10d9d7000 - 0x10daccfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib 0x10dadd000 - 0x10db62ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x10db92000 - 0x10db97fff com.apple.OpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x10dba3000 - 0x10dbaefff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x10dbb5000 - 0x10dc57fff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x10dcae000 - 0x10dcaefff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x10dcb7000 - 0x10dee1fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x10dfd1000 - 0x10dff5fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x10e017000 - 0x10e017fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x10e01f000 - 0x10e138fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x10e193000 - 0x10e4bffff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x10e606000 - 0x10e7a6ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x10e852000 - 0x10e85dff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x10e86c000 - 0x10e8d4ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x10e91a000 - 0x10e931fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x10e944000 - 0x10e96cfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x10e98f000 - 0x10e99efff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x10e9ad000 - 0x10e9d3fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x10e9f1000 - 0x10ea96fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x10eacd000 - 0x10eaf6fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x10eb13000 - 0x10ed87fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x10ee79000 - 0x10eecdff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x10eef9000 - 0x10ef4bff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x10ef5c000 - 0x10ef63fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x10ef6e000 - 0x10ef84fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x10ef96000 - 0x10efd6fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x10efe0000 - 0x10efe2fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x10efe7000 - 0x10efeafff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x10eff6000 - 0x10f051ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x10f06a000 - 0x10f531fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x10f959000 - 0x10f960ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x10f969000 - 0x10f9dffff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x10fa24000 - 0x10fa86ff7 com.apple.Symbolication (1.3 - 91) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x10facb000 - 0x10fb05fe7 com.apple.DebugSymbols (2.1 - 87) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x10fb26000 - 0x10fb32fff com.apple.CoreBluetooth (100.7 - 1) <988DB0FD-7759-3BA0-AE5F-B6DA2BDB3FF5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x10fb3f000 - 0x10fb40fff com.apple.ServerInformation (1.0 - 1) /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation 0x10fb48000 - 0x10fb49fff libffi.dylib (??? - ???) /usr/lib/libffi.dylib 0x10fb4d000 - 0x10fb4dfff com.apple.Carbon (153 - 153) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x10fb55000 - 0x10fb59ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x10fb67000 - 0x10fb6afff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x10fb71000 - 0x10fb87ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x10fba6000 - 0x10fbc3ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x10fbd9000 - 0x10fbdbff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x10fbe1000 - 0x10fbe4ff7 com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x10fbeb000 - 0x10fbfafff libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib 0x10fc07000 - 0x10ff29fff com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x10ffbf000 - 0x110cf6fff com.apple.WebCore (7534.57 - 7534.57.7) <33FCF30A-08C5-3169-B3B0-3A9462FA1A0D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x112725000 - 0x1129ddfff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x112a76000 - 0x112a83fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x112a8d000 - 0x112a91fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x112a98000 - 0x112ac4ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1142f5000 - 0x114339ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff66fef000 - 0x7fff67023baf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 196900 thread_create: 31 thread_set_state: 56

VM Region Summary: ReadOnly portion of Libraries: Total=146.8M resident=123.0M(84%) swapped_out_or_unallocated=23.8M(16%) Writable regions: Total=1.1G written=11.7M(1%) resident=16.9M(2%) swapped_out=0K(0%) unallocated=1.0G(98%)

REGION TYPE VIRTUAL =========== ======= CG backing stores 32K CG image 4K CG shared images 1260K CoreGraphics 16K CoreServices 2608K JS JIT generated code 8K JS JIT generated code (reserved) 1.0G reserved VM address space (unallocated) MALLOC 45.0M MALLOC guard page 48K SQLite page cache 192K STACK GUARD 56.0M Stack 11.6M VM_ALLOCATE 120K __CI_BITMAP 80K DATA 14.4M IMAGE 528K LINKEDIT 29.6M TEXT 117.2M __UNICODE 544K mapped file 35.1M shared memory 312K =========== ======= TOTAL 1.3G TOTAL, minus reserved VM space 314.6M

dustinrue commented 11 years ago

Can you detail what network devices you have/use and if they are removable?

Jmuccigr commented 11 years ago

In the new CP profile I was setting up, I had used only Wifi when it crashed. In my other one, I check for ethernet or wifi. That's it.

On the computer itself, I have a configuration for a Vodafone K3806 USB adapter, which is registered as a dialup device. It's not new.

VladimirTechMan commented 11 years ago

This is again the same problem that I've fixed with the changes submitted under the umbrella of issue #247.

@Jmuccigr, if you would like to help us testing the fix and are ready to use a custom build for a while, then I can send it to you directly -- if you provide me with your e-mail address. Let me know.

Jmuccigr commented 11 years ago

Happy to help. Use this address.

John Muccigrosso

On May 16, 2013, at 13:04, VladimirTechMan notifications@github.com wrote:

This is again the same issue that I've fixed with the changes submitted under the umbrella of issue #247.

@Jmuccigr, if you would help us testing the fix and ready to use a custom build, I can send it to you directly -- if you provide me with your e-mail address. Let me know.

— Reply to this email directly or view it on GitHub.

dustinrue commented 11 years ago

I have a 1.4.0 build containing all code updates since yesterday - http://www.controlplaneapp.com/download/1.4.0.

VladimirTechMan commented 11 years ago

Oh, good! Thanks, Dustin.

I've already e-mailed John anyways. But, at least, he has a choice now! ;)

VladimirTechMan commented 11 years ago

@dustinrue Alas, it won't include a few UI goodies from today. :)

dustinrue commented 11 years ago

1.4.0 has been rebuilt, it's available at the same URL

VladimirTechMan commented 11 years ago

Cool! :) Many thx, Dustin. Truly appreciated.

Let's now wait for John's feedback...

Jmuccigr commented 11 years ago

Problem solved!