Coder Social home page Coder Social logo

Crashes under Yosemite DP7 about clipmenu HOT 16 CLOSED

naotaka avatar naotaka commented on June 12, 2024
Crashes under Yosemite DP7

from clipmenu.

Comments (16)

naotaka avatar naotaka commented on June 12, 2024

Thanks for your feedback.

I installed Yosemite Public Beta 2 into VMWare Fusion 6 and used ClipMenu 0.4.4a12 for several minutes, but I didn't get the error.

Could you tell me the situation the error was occurred?

I'm sorry that I have not yet fully checked ClipMenu on Yosemite because my Mac is not so powerful to use Yosemite on VM (very slow!), so it's hard to use it for a long time.

from clipmenu.

flipphillips avatar flipphillips commented on June 12, 2024

On Sep 3, 2014, at 1:54 AM, Naotaka Morimoto <[email protected]mailto:[email protected]> wrote:

Thanks for your feedback.

I installed Yosemite Public Beta 2 into VMWare Fusion 6 and used ClipMenu 0.4.4a12 for several minutes, but I didn't get the error.

Could you tell me the situation the error was occurred?

ClipMenu has worked fine, up until this release (DP7) so I would expect it would work with the public beta also.

Unfortunately, something they have changed in DP7 has broken it, apparently.

ClipMenu crashes immediately on launch with the error I posted. I’ve attached a crash log for further diagnosis. Apparently it crashes in the over-named method: _youcreatedanNSManagedObjectContextOnthemainthreadandillegallypassedittoabackgroundthread (?!)

I'm sorry that I have not yet fully checked ClipMenu on Yosemite because my Mac is not so powerful to use Yosemite on VM (very slow!), so it's hard to use it for a long time.

Totally understandable.

-f

from clipmenu.

naotaka avatar naotaka commented on June 12, 2024

Oh, I see. Thanks for the response.

I'll fix it if it will be able to be done easily, but if not, I may prefer to rewrite ClipMenu in Swift.

from clipmenu.

flipphillips avatar flipphillips commented on June 12, 2024

Understandable.
A good excuse to learn Swift, I say.

-fp

On Sep 3, 2014, at 9:24 AM, Naotaka Morimoto <[email protected]mailto:[email protected]> wrote:

Oh, I see. Thanks for the response.

I'll fix it if it will be able to be done easily, but if not, I may prefer to rewrite ClipMenu in Swift.


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-54295461.

from clipmenu.

flipphillips avatar flipphillips commented on June 12, 2024

By the way, I’m happy to help out however I can, I have grown quite accustomed to having ClipMenu around.

On Sep 3, 2014, at 9:24 AM, Naotaka Morimoto <[email protected]mailto:[email protected]> wrote:

Oh, I see. Thanks for the response.

I'll fix it if it will be able to be done easily, but if not, I may prefer to rewrite ClipMenu in Swift.


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-54295461.

from clipmenu.

appideasDOTcom avatar appideasDOTcom commented on June 12, 2024

Same thing for me. ClipMenu was working on OSX 10.10 betas until DP7. I installed CM 0.4.4a12 just to see if there was any difference, but there is not.

The Console log had this:
2014-09-04 08:48:59.882 ClipMenu[2114]: CoreData: error: fatal: This NSManagedObjectContext was created on the main thread and illegally passed to a background thread.
Followed by this:
2014-09-04 08:49:00.225 com.apple.xpc.launchd[1]: (com.naotaka.ClipMenu.884[2114]) Service exited due to signal: Illegal instruction: 4

Here is the crash report:

Process: ClipMenu [2114]
Path: /Applications/ClipMenu.app/Contents/MacOS/ClipMenu
Identifier: com.naotaka.ClipMenu
Version: 0.4.4a12 (0.4.4a12)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: ClipMenu [2114]
User ID: 501

Date/Time: 2014-09-04 08:48:59.881 -0700
OS Version: Mac OS X 10.10 (14A343f)
Report Version: 11
Anonymous UUID: 869DAE69-C088-C582-957D-4583ECC801C2

Sleep/Wake UUID: 15E08EC9-2D92-425F-97B3-54443D86A9F7

Time Awake Since Boot: 7000 seconds
Time Since Wake: 3900 seconds

Crashed Thread: 7 Dispatch queue: NSOperationQueue 0x608000025c80 :: NSOperation 0x608000045130 (QOS: USER_INITIATED)

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8f40c132 psynch_cvwait + 10
1 com.apple.Foundation 0x00007fff91fca20e -[__NSOperationInternal _waitUntilFinished:] + 131
2 com.apple.Foundation 0x00007fff9209a6f4 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 254
3 com.naotaka.ClipMenu 0x00000001000021cc 0x100000000 + 8652
4 com.apple.CoreFoundation 0x00007fff8bd2e0dc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
+ 12
5 com.apple.CoreFoundation 0x00007fff8bc1f634 _CFXNotificationPost + 3140
6 com.apple.Foundation 0x00007fff91f5f9b1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
7 com.apple.AppKit 0x00007fff8c48273b -[NSApplication _postDidFinishNotification] + 291
8 com.apple.AppKit 0x00007fff8c4824a6 -[NSApplication sendFinishLaunchingNotification] + 191
9 com.apple.AppKit 0x00007fff8c47f2c6 -[NSApplication(NSAppleEventHandling) handleAEOpenEvent:] + 574
10 com.apple.AppKit 0x00007fff8c47ed05 -[NSApplication(NSAppleEventHandling) handleCoreEvent:withReplyEvent:] + 244
11 com.apple.Foundation 0x00007fff91f7ef68 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
12 com.apple.Foundation 0x00007fff91f7edd9 NSAppleEventManagerGenericHandler + 102
13 com.apple.AE 0x00007fff93f6d99c aeDispatchAppleEvent(AEDesc const
, AEDesc
, unsigned int, unsigned char
) + 531
14 com.apple.AE 0x00007fff93f6d719 dispatchEventAndSendReply(AEDesc const
, AEDesc*) + 31
15 com.apple.AE 0x00007fff93f6d623 aeProcessAppleEvent + 295
16 com.apple.HIToolbox 0x00007fff8ebaacee AEProcessAppleEvent + 56
17 com.apple.AppKit 0x00007fff8c47b213 _DPSNextEvent + 2310
18 com.apple.AppKit 0x00007fff8c47a480 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
19 com.apple.AppKit 0x00007fff8c46e433 -[NSApplication run] + 594
20 com.apple.AppKit 0x00007fff8c459834 NSApplicationMain + 1832
21 com.naotaka.ClipMenu 0x00000001000019ec 0x100000000 + 6636

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

Thread 2:
0 libsystem_kernel.dylib 0x00007fff8f40c946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d3bf4a1 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8f40c946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d3bf4a1 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8f40c946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d3bf4a1 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff8f40c946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d3bf4a1 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff8f40c946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d3bf4a1 start_wqthread + 13

Thread 7 Crashed:: Dispatch queue: NSOperationQueue 0x608000025c80 :: NSOperation 0x608000045130 (QOS: USER_INITIATED)
0 com.apple.CoreData 0x00007fff885292df -[NSManagedObjectContext youcreatedanNSManagedObjectContextOnthemainthreadandillegallypassedittoabackgroundthread] + 31
1 com.apple.CoreData 0x00007fff884b2205 -[NSManagedObjectContext executeFetchRequest:error:] + 133
2 com.naotaka.ClipMenu 0x0000000100015ce5 0x100000000 + 89317
3 com.naotaka.ClipMenu 0x000000010000b21d 0x100000000 + 45597
4 com.naotaka.ClipMenu 0x0000000100009c69 0x100000000 + 40041
5 com.naotaka.ClipMenu 0x000000010000977c 0x100000000 + 38780
6 com.apple.Foundation 0x00007fff91f66783 NSKeyValueNotifyObserver + 382
7 com.apple.Foundation 0x00007fff91f65958 NSKeyValueDidChange + 463
8 com.apple.Foundation 0x00007fff91f6a4bd -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
9 com.naotaka.ClipMenu 0x000000010000547b 0x100000000 + 21627
10 com.apple.CoreFoundation 0x00007fff8bc4a7bc invoking
+ 140
11 com.apple.CoreFoundation 0x00007fff8bc4a612 -[NSInvocation invoke] + 290
12 com.apple.Foundation 0x00007fff9200d049 -[NSInvocationOperation main] + 34
13 com.apple.Foundation 0x00007fff91f650ac -[__NSOperationInternal _start:] + 653
14 com.apple.Foundation 0x00007fff91f64cb3 __NSOQSchedule_f + 184
15 libdispatch.dylib 0x00007fff90001d53 _dispatch_client_callout + 8
16 libdispatch.dylib 0x00007fff900053f7 _dispatch_queue_drain + 1100
17 libdispatch.dylib 0x00007fff90006f4c _dispatch_queue_invoke + 202
18 libdispatch.dylib 0x00007fff9000478b _dispatch_root_queue_drain + 454
19 libdispatch.dylib 0x00007fff90013002 _dispatch_worker_thread3 + 91
20 libsystem_pthread.dylib 0x00007fff8d3c16cb _pthread_wqthread + 729
21 libsystem_pthread.dylib 0x00007fff8d3bf4a1 start_wqthread + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff8f40c946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d3bf4a1 start_wqthread + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff8f40c946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d3bf4a1 start_wqthread + 13

Thread 7 crashed with X86 Thread State (64-bit):
rax: 0x860073942a735597 rbx: 0x00006000001e8200 rcx: 0x0000000102029ed0 rdx: 0x0000000000000000
rdi: 0x0000000102029ed0 rsi: 0x0000000000000000 rbp: 0x00000001074170c0 rsp: 0x00000001074170c0
r8: 0x0000000000000480 r9: 0xbaddc0dedeadbead r10: 0x00000001018c8640 r11: 0x0000000000000001
r12: 0x00007fff8ce199cc r13: 0x000060000003b700 r14: 0x00006180000c4c90 r15: 0x0000000107417728
rip: 0x00007fff885292df rfl: 0x0000000000010202 cr2: 0x000000010430d000

Logical CPU: 6
Error Code: 0x00000000
Trap Number: 6

Binary Images:
0x100000000 - 0x100033fff +com.naotaka.ClipMenu (0.4.4a12 - 0.4.4a12) <608CDBA3-DB5E-ECB1-FAC5-AC4BE8CA30CA> /Applications/ClipMenu.app/Contents/MacOS/ClipMenu
0x10004c000 - 0x100059fff +net.wafflesoftware.ShortcutRecorder.framework.Leopard (1.0) <200DF510-51B0-02D8-DFEE-DBE02918A262> /Applications/ClipMenu.app/Contents/Frameworks/ShortcutRecorder.framework/Versions/A/ShortcutRecorder
0x100066000 - 0x10007efe7 +org.andymatuschak.Sparkle (1.5 Beta [git] - bd80144) /Applications/ClipMenu.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x100094000 - 0x1000bafff +com.brandonwalkin.BWToolkitFramework (1.2.5) /Applications/ClipMenu.app/Contents/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework
0x1000dc000 - 0x1000dcff7 liblaunch.dylib (559.1.15) <36C7C4B7-7F0D-3A6F-A7C0-A19E0C79B6C5> /usr/lib/system/liblaunch.dylib
0x1000e3000 - 0x10010bfff libxpc.dylib (559.1.15) <9C2A0ACA-7FCA-36CD-803B-CFBF698A36FC> /usr/lib/system/libxpc.dylib
0x100128000 - 0x10012bfff com.apple.xpc.ServiceManagement (1.0 - 1) <2DEBBCBE-87E5-3E58-9572-8FCC192BCCC9> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x105213000 - 0x10521afff libCGCMS.A.dylib (762.1) <1DA07DEA-23FB-343D-B736-C40EAB81BAD5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x105bb0000 - 0x105bd8ffb libRIP.A.dylib (762.1) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x105bfa000 - 0x105bfaff5 +cl_kernels (???) <3F05C2A8-ECBA-4BDC-B72B-C8187604B84F> cl_kernels
0x105f00000 - 0x105f02ffb libCGXType.A.dylib (762.1) <2A614882-C6F1-3A9E-B7A3-AED24EEA387F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x105fac000 - 0x105facfef +cl_kernels (???) <934907B4-8CE0-4952-900F-AD7D8FFF2729> cl_kernels
0x10726f000 - 0x107355fef unorm8_bgra.dylib (2.4.5) <23F144CA-F1D4-3235-91D0-327754F0751C> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x10741a000 - 0x1074faff7 unorm8_rgba.dylib (2.4.5) <06BECC48-B39D-3D57-B6FA-1F89A339E9CC> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff62303000 - 0x7fff62339837 dyld (353.2.1) /usr/lib/dyld
0x7fff87ffc000 - 0x7fff8806dff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) <69FE1F62-5366-3037-AE29-38AE92A88F85> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff88077000 - 0x7fff88078ff7 libsystem_blocks.dylib (65) <9A882651-F45E-39F4-8087-DD383B972A4D> /usr/lib/system/libsystem_blocks.dylib
0x7fff88079000 - 0x7fff8809eff7 libJPEG.dylib (1230) <1EAD3DBC-274B-3ABC-82BA-F6C290BC054D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff880aa000 - 0x7fff880d2fff libsystem_info.dylib (459) <186259FF-C2EB-3B41-BD8B-FF2D1A3B1EF2> /usr/lib/system/libsystem_info.dylib
0x7fff880d3000 - 0x7fff880d5ff7 libquarantine.dylib (76) <979320D3-01E9-3033-AB73-9C2E349B9ECC> /usr/lib/system/libquarantine.dylib
0x7fff880d6000 - 0x7fff880d9fff com.apple.help (1.3.3 - 46) <92F02B7D-FC08-3B49-8E8E-3BE05B6EFF0E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff880da000 - 0x7fff8812bff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <5FE4C42A-D67E-375B-AA42-BB13A3473001> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff88498000 - 0x7fff88712ff7 com.apple.CoreData (110 - 525) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8876e000 - 0x7fff88779fff com.apple.CommerceCore (1.0 - 367) <64E29B60-DAED-32A4-A888-FEF9C8806722> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff88791000 - 0x7fff89735ff7 com.apple.WebCore (10600 - 10600.1.15) <2110F1D2-5918-386C-AB6D-06C12889CFE4> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8a13a000 - 0x7fff8a172fff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8a173000 - 0x7fff8a41dff3 com.apple.GeoServices (1.0 - 982.4.8) <06D2D37F-B14E-3FCF-BA03-E9FE32A9300E> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff8a552000 - 0x7fff8a553fff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8aa87000 - 0x7fff8aa8eff7 libcompiler_rt.dylib (35) <37984504-2822-3A47-AE2D-21D36868BA68> /usr/lib/system/libcompiler_rt.dylib
0x7fff8aa94000 - 0x7fff8ab33df7 com.apple.AppleJPEG (1.0 - 1) <56924496-B2B6-3FB1-9A9D-87443BC45969> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8abcb000 - 0x7fff8abcffff libcache.dylib (69) <7FD09AC9-A856-3C05-919F-B4C194867C59> /usr/lib/system/libcache.dylib
0x7fff8add4000 - 0x7fff8ae01ffb com.apple.CoreVideo (1.8 - 145.0) <289697F6-CC14-310E-ABDD-D3379EC1FF92> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8ae02000 - 0x7fff8ae14ff7 com.apple.ImageCapture (9.0 - 9.0) <87A851E4-1811-34E0-A00E-89CF7B8400E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8ae15000 - 0x7fff8af51ffb com.apple.WebKitLegacy (10600 - 10600.1.15) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff8af5b000 - 0x7fff8af92ffb com.apple.LDAPFramework (2.4.28 - 194.5) <8B78045F-FF5E-3D4B-9E79-49F7F5B909C5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8af93000 - 0x7fff8af99ff7 libsystem_networkextension.dylib (167.1.10) /usr/lib/system/libsystem_networkextension.dylib
0x7fff8af9a000 - 0x7fff8b08cff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff8b08d000 - 0x7fff8b0a1ff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8b254000 - 0x7fff8b254fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <734DCB9D-3807-3B15-A68A-181FE12CDA32> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8b2b1000 - 0x7fff8b2b3fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8b2b4000 - 0x7fff8b331fff com.apple.CoreServices.OSServices (639 - 639) <35FC33B2-0C99-3AB7-9E48-9C6F4EF6DED2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8b384000 - 0x7fff8b390ff7 com.apple.OpenDirectory (10.10 - 187) <65FE70E5-F50C-3F2D-A2A9-52E966B53CA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8b391000 - 0x7fff8b3a4ff7 com.apple.CoreBluetooth (1.0 - 1) <6C75ECAB-EC2D-3852-8D0B-76D5E5A1308E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff8b3be000 - 0x7fff8b3f0ff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <1994E4A7-C869-3306-9D01-2AEC5E438F20> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff8b3f1000 - 0x7fff8b3f3ff7 libsystem_sandbox.dylib (358.1.1) <4394DFEA-59D4-32C4-9507-52218044546B> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8b3f4000 - 0x7fff8b6c0ff7 com.apple.CoreImage (10.0.30) <865838F3-9745-3BFE-93FD-2018882E69A9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8b707000 - 0x7fff8b70bfff libspindump.dylib (181) <57B1F061-299A-3A2F-B123-01093B3EA7D3> /usr/lib/libspindump.dylib
0x7fff8b886000 - 0x7fff8b886ff7 libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib
0x7fff8b887000 - 0x7fff8b8eeff7 com.apple.datadetectorscore (5.0 - 396) <991C7185-800A-3CDA-B209-2C135CF3A768> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8b8ef000 - 0x7fff8ba06fe7 libvDSP.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8ba7e000 - 0x7fff8bb53ff7 com.apple.backup.framework (1.6 - 1.6) <4C7B5297-5E1F-3197-9767-620BB357455F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8bc0f000 - 0x7fff8bfa5ff7 com.apple.CoreFoundation (6.9 - 1151.11.1) <6BBDE5D2-489D-334C-A649-38AC8BC47F20> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8bfa6000 - 0x7fff8c047fff com.apple.Bluetooth (4.3.0 - 4.3.0b16) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff8c2d5000 - 0x7fff8c3fbfff com.apple.coreui (2.1 - 302) <071617F9-DB4B-3638-A216-126A4A56B1FB> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8c3fc000 - 0x7fff8c43cff7 libGLImage.dylib (11.0.6) <4D0BF0C8-6CFC-3D56-BF2E-99F7671606B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8c457000 - 0x7fff8cf90fff com.apple.AppKit (6.9 - 1334) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8cf91000 - 0x7fff8cf98fff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8cfef000 - 0x7fff8cffaff7 libcsfde.dylib (470) /usr/lib/libcsfde.dylib
0x7fff8cffb000 - 0x7fff8d004fff libGFXShared.dylib (11.0.6) <3E726B77-3A47-3A97-8DEE-17B21D8F48AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8d005000 - 0x7fff8d052ff3 com.apple.print.framework.PrintCore (10.0 - 451) <1D129714-0E0B-3BB9-9C2B-13E0898B4AD7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8d053000 - 0x7fff8d058ff7 libunwind.dylib (35.3) <614BCA70-D003-3280-B7E9-9EBE8168901F> /usr/lib/system/libunwind.dylib
0x7fff8d088000 - 0x7fff8d090ffb com.apple.CoreServices.FSEvents (1210 - 1210) <40EF7FFC-3E10-3E87-83A1-50852A17F144> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8d1a7000 - 0x7fff8d38c267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff8d38d000 - 0x7fff8d3bdffb com.apple.GSS (4.0 - 2.0) <93C0D96A-6EE1-340D-A2EC-52F541238280> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8d3be000 - 0x7fff8d3c7fff libsystem_pthread.dylib (105.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff8d3ce000 - 0x7fff8d45afff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
0x7fff8d4db000 - 0x7fff8d4f8ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff8d5a0000 - 0x7fff8d5a0fff com.apple.Cocoa (6.8 - 21) <9DFC0627-801C-3BC0-84C7-B2ED171C62B5> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8d5a1000 - 0x7fff8d5a2fff libsystem_secinit.dylib (18) <601A1A96-B584-36E5-9B09-37F9E6CC1B7B> /usr/lib/system/libsystem_secinit.dylib
0x7fff8d837000 - 0x7fff8daaeff3 com.apple.RawCamera.bundle (6.00 - 755) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8dad9000 - 0x7fff8dae2ff7 libsystem_notify.dylib (133.1.1) <685AF096-8641-3EDA-B9AF-868F2DCFAE44> /usr/lib/system/libsystem_notify.dylib
0x7fff8daf4000 - 0x7fff8dda7ff3 com.apple.WebKit (10600 - 10600.1.15) <9C5DA9E3-CE95-394D-9518-2595153000AC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8de29000 - 0x7fff8de9dfff com.apple.ApplicationServices.ATS (360 - 373) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8de9e000 - 0x7fff8dedffff libGLU.dylib (11.0.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8dee0000 - 0x7fff8deeffff com.apple.LangAnalysis (1.7.0 - 1.7.0) <7C25D13E-8C97-34EE-9032-E8A284EC6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8def2000 - 0x7fff8def6ff7 libsystem_stats.dylib (163.1.2.0.1) <81BF4DDD-3D69-3086-9E7D-0FE1A4638A2D> /usr/lib/system/libsystem_stats.dylib
0x7fff8df86000 - 0x7fff8df88ff7 com.apple.securityhi (9.0 - 55005) <5F9C6926-0ABF-3962-ADC7-36A362E43A51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8df89000 - 0x7fff8dfb4ff7 com.apple.DictionaryServices (1.2 - 227) <95A67673-C529-383C-831C-E4778F5EC676> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8e106000 - 0x7fff8e15afff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff8e15b000 - 0x7fff8e1b6fff libTIFF.dylib (1230) <1A6A3E81-6531-3EFB-BBC4-CFA46147A9BE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8e1b7000 - 0x7fff8e3b9ff7 com.apple.CFNetwork (718 - 718) <972D628D-FFE7-356A-ACE2-BDA36B044F31> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8e3c5000 - 0x7fff8e3c9ff7 com.apple.LoginUICore (3.0 - 3.0) /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff8e3ca000 - 0x7fff8e8ddff3 com.apple.JavaScriptCore (10600 - 10600.1.15) <3B88944E-8943-32B3-9A73-E0C5EF1D2169> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8e8de000 - 0x7fff8ea49ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <4D229DF8-2D2E-36A3-AEC9-C6DA40450BC5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8ea7a000 - 0x7fff8eae6ff7 com.apple.framework.CoreWLAN (5.0 - 500.33) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8eaee000 - 0x7fff8eb29fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8eb61000 - 0x7fff8eb6eff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff8eb6f000 - 0x7fff8ee71ffb com.apple.HIToolbox (2.1.1 - 751) <35DC88F0-8F74-3EEE-AFC4-553D569699CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8ee72000 - 0x7fff8ee73fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff8eebd000 - 0x7fff8eebffff libCVMSPluginSupport.dylib (11.0.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8eec0000 - 0x7fff8f002ff7 libsqlite3.dylib (166) <58816A70-975E-38D4-956D-005172FEACE4> /usr/lib/libsqlite3.dylib
0x7fff8f011000 - 0x7fff8f080fff com.apple.SearchKit (1.4.0 - 1.4.0) <6D7915C3-10F9-39A8-9A6F-41E06B16C770> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8f0c2000 - 0x7fff8f0c7fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8f0c8000 - 0x7fff8f0d9ffb libsystem_coretls.dylib (35) /usr/lib/system/libsystem_coretls.dylib
0x7fff8f0e5000 - 0x7fff8f112fff com.apple.Accounts (113 - 113) <179BBECF-281A-3176-AAA4-430F8A989659> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff8f141000 - 0x7fff8f1dffff com.apple.Metadata (10.7.0 - 900) <4F87E043-7641-39D1-8305-9ED922A6C3DC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8f1e0000 - 0x7fff8f262ff7 com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8f263000 - 0x7fff8f26bff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff8f352000 - 0x7fff8f354fff libsystem_configuration.dylib (699.1.4) <940EDE2A-DD3B-38D1-8B2E-152652BB9C67> /usr/lib/system/libsystem_configuration.dylib
0x7fff8f355000 - 0x7fff8f362ff7 com.apple.SpeechRecognitionCore (2.0.30 - 2.0.30) <9EBCF29A-21D3-3A2D-8DCD-59F62638580E> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff8f363000 - 0x7fff8f36bfff libsystem_platform.dylib (63) <730506E4-86FF-3DA5-9561-3C8281095C6B> /usr/lib/system/libsystem_platform.dylib
0x7fff8f36c000 - 0x7fff8f3f5fff com.apple.CoreSymbolication (3.1 - 56072) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8f3f6000 - 0x7fff8f413fff libsystem_kernel.dylib (2782.1.1.1.1) /usr/lib/system/libsystem_kernel.dylib
0x7fff8f4d2000 - 0x7fff8f4dcff7 com.apple.CrashReporterSupport (10.10 - 625) <9232C107-DE5C-3633-89BB-EB06E0CBBEF5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8f4dd000 - 0x7fff8f4f9ff7 libsystem_malloc.dylib (53.1.1) <6CA8345F-9F16-3EFA-BD5C-07111DA4B21B> /usr/lib/system/libsystem_malloc.dylib
0x7fff8f4fa000 - 0x7fff8f514ff7 com.apple.Kerberos (3.0 - 1) <1196E978-3070-3DD6-8DE3-E0A38DB9A2F1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8f524000 - 0x7fff8f5b8fff com.apple.ink.framework (10.9 - 213) <761A662D-11F8-3F65-AB48-CDCD6848276E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8f5d2000 - 0x7fff8f600fff com.apple.CoreServicesInternal (221 - 221) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8f60c000 - 0x7fff8f63cfff libsystem_m.dylib (3086.1) <730E0317-9C81-3967-93C6-C0D1E69EBA75> /usr/lib/system/libsystem_m.dylib
0x7fff8f7c9000 - 0x7fff8f7d4ff7 libkxld.dylib (2782.1.1.1.1) <8525D2A0-5720-30DA-9D27-A110F4B8DBF1> /usr/lib/system/libkxld.dylib
0x7fff8f7d5000 - 0x7fff8f8e4fff com.apple.desktopservices (1.9 - 1.9) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8f8e5000 - 0x7fff8f97aff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8f97b000 - 0x7fff8f9c3fff com.apple.HIServices (1.22 - 516) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8f9c4000 - 0x7fff8f9d9ff7 com.apple.AppContainer (4.0 - 238) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff8f9da000 - 0x7fff8f9ecfff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
0x7fff8f9ed000 - 0x7fff8fa3bfff libcurl.4.dylib (83.1.1) <80DCE5E2-EC23-3BC1-A056-18BE5CD1CE1D> /usr/lib/libcurl.4.dylib
0x7fff8fa3c000 - 0x7fff8fa3fff7 libdyld.dylib (353.2.1) /usr/lib/system/libdyld.dylib
0x7fff8fa41000 - 0x7fff8fb34fff libFontParser.dylib (132) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8fcf7000 - 0x7fff8fcf8ff7 com.apple.print.framework.Print (10.0 - 265) <831D783F-2FAE-3616-B9D7-065570BA4602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8fcf9000 - 0x7fff8fd04fff libGL.dylib (11.0.6) <8C6E7A38-2581-36B7-9C19-A1C06D248AC7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8fd05000 - 0x7fff8fd1fff3 com.apple.Ubiquity (1.3 - 313) <1FDDA9F8-CD67-373F-8803-B46CAFACBBEB> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8fd20000 - 0x7fff8fd2eff7 com.apple.opengl (11.0.6 - 11.0.6) <8ABA7D43-6BD1-31D0-A6FB-0BDAFC171920> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8fd67000 - 0x7fff8fdb3ff7 libcups.2.dylib (405) <9018A2C6-EA55-33B9-8F26-FBB5B8EEEEB9> /usr/lib/libcups.2.dylib
0x7fff8fdb4000 - 0x7fff8fdfaffb libFontRegistry.dylib (134) <8DBA62F0-A9D0-38C3-9946-6BBED2779D75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8fe07000 - 0x7fff8fe46fff com.apple.CloudDocs (1.0 - 269) /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff8fe51000 - 0x7fff8ffffffb com.apple.QuartzCore (1.10 - 361.5) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff90000000 - 0x7fff9002afff libdispatch.dylib (442.1.3) <4387776F-80E8-3CC9-BA25-6F21C78E77C3> /usr/lib/system/libdispatch.dylib
0x7fff9002b000 - 0x7fff9002bff7 libunc.dylib (29) <7F235676-CF50-35DB-A903-9B2CF8F122FC> /usr/lib/system/libunc.dylib
0x7fff9002c000 - 0x7fff90034ff7 com.apple.icloud.FindMyDevice (1.0 - 1) <9F0A0AF5-5ADE-3516-A3E3-A3CDB5F9FE10> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff9004e000 - 0x7fff90069ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff9006a000 - 0x7fff9006afff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff90184000 - 0x7fff90191ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff90192000 - 0x7fff90192fff libOpenScriptingUtil.dylib (162) <6D9BC583-F96C-31A9-8D2F-345414451E6A> /usr/lib/libOpenScriptingUtil.dylib
0x7fff90193000 - 0x7fff901a3ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff901a4000 - 0x7fff905b1ff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff905b2000 - 0x7fff905b3fff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff905b4000 - 0x7fff905b6fff com.apple.CoreDuetDebugLogging (1.0 - 1) <049B5360-FA7D-3ABA-B4A8-13B2F24665C0> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff905bc000 - 0x7fff90602ff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff9060d000 - 0x7fff9093ffff libmecabra.dylib (664) /usr/lib/libmecabra.dylib
0x7fff90ab0000 - 0x7fff90ab1ff7 libodfde.dylib (22) <38537A94-6C81-37EE-88D6-DFC7630E4154> /usr/lib/libodfde.dylib
0x7fff90ab2000 - 0x7fff90b2aff7 com.apple.SystemConfiguration (1.14 - 1.14) <5D5F619B-758C-30DD-8482-DAD713A68AE7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff90b2b000 - 0x7fff90b3ffff com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff90b4f000 - 0x7fff90b52fff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff90b7c000 - 0x7fff90c6efff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff90c6f000 - 0x7fff90cbaff7 com.apple.corelocation (1486.17 - 1615.15) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff90cbb000 - 0x7fff90d15ff7 com.apple.LanguageModeling (1.0 - 1) <524978B0-EF44-32B8-872A-8874E2E768B2> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff90d16000 - 0x7fff90d21ff7 com.apple.DirectoryService.Framework (10.10 - 187) <04D5F8D9-0BC3-3B72-BD81-A28864FB00B8> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff90d22000 - 0x7fff90d2affb libcopyfile.dylib (118.1.1) <07CF8131-1263-3385-B341-011B52E3E3B5> /usr/lib/system/libcopyfile.dylib
0x7fff90ded000 - 0x7fff90e03ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff90e04000 - 0x7fff90e05fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff90e55000 - 0x7fff90e6ffff libextension.dylib (52.1) <27378DE7-5CF8-3AA6-AD54-21D12F8D3037> /usr/lib/libextension.dylib
0x7fff90e70000 - 0x7fff90f8ffff com.apple.LaunchServices (643.3.1 - 643.3.1) <27073CFF-E545-3B0A-8410-1B3CF7437528> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff90f90000 - 0x7fff90fa1ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff90fa5000 - 0x7fff90fa6ffb libremovefile.dylib (35) /usr/lib/system/libremovefile.dylib
0x7fff91018000 - 0x7fff9107fff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <745DEC9D-18DF-3300-BCD8-233131EE0A74> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff91083000 - 0x7fff9109cff7 com.apple.CFOpenDirectory (10.10 - 187) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff9109d000 - 0x7fff91159ff7 libcrypto.0.9.7.dylib (106) /usr/lib/libcrypto.0.9.7.dylib
0x7fff91aba000 - 0x7fff91b09ff7 com.apple.opencl (2.4.2 - 2.4.2) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff91b0a000 - 0x7fff91f3afff com.apple.vision.FaceCore (3.1.6 - 3.1.6) <3EF9C4C1-1294-320E-B824-0F64AADC0DC9> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff91f40000 - 0x7fff91f5cfff com.apple.GenerationalStorage (2.0 - 209.10) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff91f5d000 - 0x7fff9228aff7 com.apple.Foundation (6.9 - 1151.11) <61196DB8-3553-34E5-95AB-DEE6EBD741B7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff922ef000 - 0x7fff922f8ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff92326000 - 0x7fff92326fff com.apple.ApplicationServices (48 - 48) <6884B522-0010-3E2F-8D35-56BDD7011ACB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff92431000 - 0x7fff92457ff7 com.apple.ChunkingLibrary (2.1 - 163.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff92458000 - 0x7fff92465fff com.apple.ProtocolBuffer (1 - 225.1) <4FF624B6-4D0A-37EF-B9BA-CD7A3B115927> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff92466000 - 0x7fff9248bff7 libPng.dylib (1230) <8118569C-940D-3C8E-9703-5C1CF4973797> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff925bf000 - 0x7fff926d7ff3 com.apple.CoreText (352.0 - 453) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff92724000 - 0x7fff92728fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff9276c000 - 0x7fff9285fff7 libJP2.dylib (1230) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff92b7a000 - 0x7fff92b84ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff92bb9000 - 0x7fff92be4ff3 libarchive.2.dylib (30) <79BCA8D3-8324-30FC-AFE3-6A061A8E997C> /usr/lib/libarchive.2.dylib
0x7fff92ebe000 - 0x7fff92ec4fff libsystem_trace.dylib (72.1.3) <1DE0F83B-44C6-3EBB-B8AD-0C44AC5BFEB1> /usr/lib/system/libsystem_trace.dylib
0x7fff92ec5000 - 0x7fff92f9bff3 com.apple.DiskImagesFramework (10.10 - 389.1) <09646B82-AB33-325C-96A6-A53C604F63A5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff9312c000 - 0x7fff93147fff com.apple.aps.framework (4.0 - 4.0) <575478D0-CCE8-3481-867D-4FF916893C7F> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff93148000 - 0x7fff93159fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff9315a000 - 0x7fff93165fff libcommonCrypto.dylib (60061) <94E72318-5DAB-3BE3-888F-836C2F120BAB> /usr/lib/system/libcommonCrypto.dylib
0x7fff93182000 - 0x7fff931bdfff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff931be000 - 0x7fff93281ff7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff93282000 - 0x7fff93288ff7 com.apple.speech.recognition.framework (5.0.8 - 5.0.8) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff932fe000 - 0x7fff932fefff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff932ff000 - 0x7fff93301ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
0x7fff9336d000 - 0x7fff93386fff com.apple.openscripting (1.4 - 162) <5EC67670-8D5B-3B96-8F7D-956538944659> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff93387000 - 0x7fff9338ffff libsystem_dnssd.dylib (561) /usr/lib/system/libsystem_dnssd.dylib
0x7fff93390000 - 0x7fff93575ff3 libicucore.A.dylib (531.29) <97DEB520-0B99-3BE6-A2E1-A639007D6D5B> /usr/lib/libicucore.A.dylib
0x7fff93576000 - 0x7fff93578fff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff93579000 - 0x7fff935effe7 libcorecrypto.dylib (233.1.2) <1922938D-9078-374D-9E31-2BBA67C60CE8> /usr/lib/system/libcorecrypto.dylib
0x7fff935f0000 - 0x7fff935f2fff libRadiance.dylib (1230) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff936a0000 - 0x7fff937d0fff com.apple.UIFoundation (1.0 - 1) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff937ea000 - 0x7fff937f2fe7 libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff93876000 - 0x7fff9387afff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff9387b000 - 0x7fff9390cfff com.apple.cloudkit.CloudKit (258 - 258) <793D63FB-5DB2-3C2F-AF0D-6CAEC070A2ED> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff93927000 - 0x7fff93940ff7 com.apple.AppleVPAFramework (1.0.28 - 1.0.28) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff93e37000 - 0x7fff93ec8ff7 libCoreStorage.dylib (470) <5CC853C5-0690-304E-A263-0FE9A4053108> /usr/lib/libCoreStorage.dylib
0x7fff93ec9000 - 0x7fff93f3dff3 com.apple.securityfoundation (6.0 - 55125) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff93f3e000 - 0x7fff93f43ffb libheimdal-asn1.dylib (398.1.1) /usr/lib/libheimdal-asn1.dylib
0x7fff93f48000 - 0x7fff93f5fff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff93f60000 - 0x7fff93fbfff3 com.apple.AE (681 - 681) <164EFE05-66FC-3CED-B705-D537BDE1181F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff93fc0000 - 0x7fff93fecff7 com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff93fed000 - 0x7fff93ff2ff7 libmacho.dylib (862) /usr/lib/system/libmacho.dylib
0x7fff93ff3000 - 0x7fff94013fff com.apple.IconServices (47 - 47) <9FBF2045-AFB5-33EA-8A0C-7198DE0C9069> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff94014000 - 0x7fff94018ff7 libGIF.dylib (1230) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff940e7000 - 0x7fff9453afc3 com.apple.vImage (8.0 - 8.0) <0C5977B8-FAFF-3E2E-8DD3-E7B011D31F5C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff9453b000 - 0x7fff9455cfff com.apple.framework.Apple80211 (10.0 - 1000.53) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff9455d000 - 0x7fff94561fff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff94562000 - 0x7fff94645fff libcrypto.0.9.8.dylib (52) <049AEBE8-613F-3275-94DB-BFA3627386C3> /usr/lib/libcrypto.0.9.8.dylib
0x7fff9470c000 - 0x7fff9477affb com.apple.Heimdal (4.0 - 2.0) <9E4E0213-59DB-366B-B50F-ED7536747956> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff94ddf000 - 0x7fff94e17ffb libsystem_network.dylib (411) <89190E6E-BE64-3099-A8F1-365392C350BC> /usr/lib/system/libsystem_network.dylib
0x7fff94e1f000 - 0x7fff95085ff3 com.apple.security (7.0 - 57031.1.15.0.1) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff950fb000 - 0x7fff9511eff7 com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff951c0000 - 0x7fff951c4fff com.apple.CommonPanels (1.2.6 - 96) <7F0358C1-9BE8-3BF2-A5E9-831DBB3DCBC1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff951c5000 - 0x7fff951e4fff com.apple.CoreDuet (1.0 - 1) <1131E4C7-837D-35AE-8C73-6D3A562C0C71> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff951ef000 - 0x7fff9521afff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff95268000 - 0x7fff952a2ffb com.apple.DebugSymbols (115 - 115) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff95a11000 - 0x7fff95a1cff7 com.apple.speech.synthesis.framework (5.2.2 - 5.2.2) <1AB88F80-B0B6-382D-AF64-DE6592C3FB3A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff95afc000 - 0x7fff95c39fff com.apple.ImageIO.framework (3.3.0 - 1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff95c3a000 - 0x7fff95c3afff com.apple.Carbon (154 - 157) <77E9A3F9-2C07-31F7-BB44-87BEC7933015> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff95c5a000 - 0x7fff95c74ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff96065000 - 0x7fff96067ff7 com.apple.SecCodeWrapper (4.0 - 238) <4EA01CBB-C3E9-3D86-A39D-C920B085417D> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff96182000 - 0x7fff96184fff com.apple.OAuth (25 - 25) <9FEA0BE6-C061-3CBD-900E-2E5125AC6389> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff96185000 - 0x7fff96185fff com.apple.Accelerate (1.10 - Accelerate 1.10) <8510506C-0E39-3478-93E3-F70DC163AAD5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff96186000 - 0x7fff961a9fff com.apple.Sharing (322 - 322) <834958D5-F395-3EB8-8F29-14D6023D0AE0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff961aa000 - 0x7fff969fffff com.apple.CoreGraphics (1.600.0 - 762.1) <70DAA2D8-C36B-3BEF-B274-996DB2A7EB41> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9736d000 - 0x7fff974fbfff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff97504000 - 0x7fff9752dffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff9752e000 - 0x7fff975e9ff7 com.apple.DiscRecording (9.0 - 9000.4.1) <88A841A1-42CB-33EE-B22F-5CD531554FA9> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff97602000 - 0x7fff97604ff7 libsystem_coreservices.dylib (9) /usr/lib/system/libsystem_coreservices.dylib
0x7fff9766a000 - 0x7fff9767cff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff9767d000 - 0x7fff976b0ff7 com.apple.MediaKit (16 - 756) <8BE236C4-B6F7-3B64-9DF0-A7047357DE18> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff976e0000 - 0x7fff979c7fff com.apple.CoreServices.CarbonCore (1108 - 1108) <0353AD18-C1E0-34EE-9A27-6BAF5D6CB321> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 4661
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=212.5M resident=159.9M(75%) swapped_out_or_unallocated=52.7M(25%)
Writable regions: Total=1.1G written=4224K(0%) resident=8260K(1%) swapped_out=4K(0%) unallocated=1.1G(99%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 20K
CG image 28K
CG shared images 240K
CoreData 4K
CoreImage 88K
CoreServices 516K
Image IO 4K
JS JIT generated code 8K
JS JIT generated code (reserved) 1.0G reserved VM address space (unallocated)
Kernel Alloc Once 8K
MALLOC 82.4M
MALLOC (admin) 32K
Memory Tag 242 12K
Memory Tag 251 8K
OpenCL 16K
STACK GUARD 56.0M
Stack 12.1M
VM_ALLOCATE 17.1M
WebKit Malloc 728K
__DATA 18.8M
__IMAGE 528K
__LINKEDIT 70.9M
__TEXT 141.6M
__UNICODE 544K
mapped file 51.6M
shared memory 4K
=========== =======
TOTAL 1.4G
TOTAL, minus reserved VM space 453.3M

from clipmenu.

naotaka avatar naotaka commented on June 12, 2024

Thanks for the report.

ClipMenu uses NSOperationQueue to initialize components in multi thread at startup. If I changed to single thread this process, it might be resolved.

Anyway using deprecated APIs may cause some problems.

I'll check it further.

from clipmenu.

tomschlick avatar tomschlick commented on June 12, 2024

Have the same issue. Let me know if you need another crash report to debug further.

from clipmenu.

hbmartin avatar hbmartin commented on June 12, 2024

+1, I love ClipMenu and don't like any of the alternatives

from clipmenu.

ialexryan avatar ialexryan commented on June 12, 2024

Having the same issue. Happy to help in whatever way I can.

from clipmenu.

nitantsoni avatar nitantsoni commented on June 12, 2024

Same issue on Yosemite DP7.

I have tried like 10 different clipboard managers yesterday, and they all suck. ClipMenu is the shit!!!

from clipmenu.

nitantsoni avatar nitantsoni commented on June 12, 2024

Its all cool guys.....DP8 fixed ClipMenu. My life has meaning now :D

from clipmenu.

tomschlick avatar tomschlick commented on June 12, 2024

Thanks for the heads up! I upgraded earlier but hadn't checked. Sure enough I looked in the menubar and it was already running!

from clipmenu.

naotaka avatar naotaka commented on June 12, 2024

Thanks for your reports you guys! I'm happy to hear that. I hope ClipMenu works fine on the final release of Yosemite, too.

from clipmenu.

appideasDOTcom avatar appideasDOTcom commented on June 12, 2024

I'm happy to report the same. Working in DP8.

from clipmenu.

luckman212 avatar luckman212 commented on June 12, 2024

Love ClipMenu!! Glad it's working again on DP8. I hope to see a new version (in Swift?) at some point. Take your time & even if you change nothing ClipMenu is just about perfect as-is!

from clipmenu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.