App crash in review mais pas chez moi
JE729
Membre
Bonjour,
C'est la quatrième fois que mon application passe en review et à chaque fois, on me dit qu'elle crash alors que chez moi elle marche parfaitement. D'après le notification center, elle crash lorsque l'on appuie sur le bouton qui ouvre la fenêtre des préférences. J'ai changé 4 fois la façon de procéder à sa création mais apparemment à chaque fois l'application crash. Je vous copie si dessous mes rapports de crash et comment dans la dernière version soumis, j'ai créé ma fenêtre des préférence ( Au bout de la quatrième fois je me suis un peu compliqué la vie pour que ça marche chez eu :S )
En espérant que vous pourrez m'aider.
C'est la quatrième fois que mon application passe en review et à chaque fois, on me dit qu'elle crash alors que chez moi elle marche parfaitement. D'après le notification center, elle crash lorsque l'on appuie sur le bouton qui ouvre la fenêtre des préférences. J'ai changé 4 fois la façon de procéder à sa création mais apparemment à chaque fois l'application crash. Je vous copie si dessous mes rapports de crash et comment dans la dernière version soumis, j'ai créé ma fenêtre des préférence ( Au bout de la quatrième fois je me suis un peu compliqué la vie pour que ça marche chez eu :S )
En espérant que vous pourrez m'aider.
<br />-(void)openPrefWindow:(NSNotification*)notif{<br /> <br /> [[NSNotificationCenter defaultCenter]postNotificationName:@"PrefWindowControllerRelease" object:nil];<br /> [[[[PrefWindowController alloc]initWithWindowNibName:@"PrefWindowController"]autorelease]showWindow:self];<br />}<br /><br />- (IBAction)showWindow:(id)sender{<br /> [self retain];<br /> [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(windowWillClose:) name:NSWindowWillCloseNotification object:self.window];<br /> [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(windowWillClose:) name:@"PrefWindowControllerRelease" object:nil];<br /> [super showWindow:sender];<br />}<br /><br />- (void)windowWillClose:(NSNotification*)notif{<br /> if (notif.object != self.window) {<br /> [self.window close];<br /> }<br /> else{<br /> [self autorelease];<br /> }<br />}<br />
Connectez-vous ou Inscrivez-vous pour répondre.
Réponses
Path: /Applications/EasyShortcuts.app/Contents/MacOS/EasyShortcuts
Identifier: com.JeremyCreation.EasyShortcuts
Version: 1.0 (1)
Code Type: X86-64 (Native)
Parent Process: launchd [187]
Date/Time: 2011-08-23 16:54:48.643 -0700
OS Version: Mac OS X 10.7.1 (11B26)
Report Version: 9
Sleep/Wake UUID: 947363C8-FF6C-4CC7-A4D3-A308FF6141DC
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information:
objc[68994]: garbage collection is OFF
Performing @selector(openPrefWindow from sender NSButton 0x101a58e60
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.CoreFoundation 0x00007fff8c53d76b CFRelease + 27
1 com.JeremyCreation.EasyShortcuts 0x00000001018f7745 0x1018ee000 + 38725
2 com.JeremyCreation.EasyShortcuts 0x00000001018f5472 0x1018ee000 + 29810
3 com.JeremyCreation.EasyShortcuts 0x00000001018f5071 0x1018ee000 + 28785
4 com.apple.AppKit 0x00007fff8fac0a23 -[NSWindowController _windowDidLoad] + 566
5 com.apple.AppKit 0x00007fff8fab8105 -[NSWindowController window] + 109
6 com.JeremyCreation.EasyShortcuts 0x00000001018f50e9 0x1018ee000 + 28905
7 com.apple.Foundation 0x00007fff96cb7716 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
8 com.apple.CoreFoundation 0x00007fff8c58151a _CFXNotificationPost + 2634
9 com.apple.Foundation 0x00007fff96ca39cb -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
10 com.apple.CoreFoundation 0x00007fff8c5c811d -[NSObject performSelector:withObject:] + 61
11 com.apple.AppKit 0x00007fff8f9c7852 -[NSApplication sendAction:to:from:] + 139
12 com.apple.AppKit 0x00007fff8f9c7784 -[NSControl sendAction:to:] + 88
13 com.apple.AppKit 0x00007fff8f9c76af -[NSCell _sendActionFrom:] + 137
14 com.apple.AppKit 0x00007fff8f9c6b7a -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2014
15 com.apple.AppKit 0x00007fff8fa4657c -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 489
16 com.apple.AppKit 0x00007fff8f9c5786 -[NSControl mouseDown:] + 786
17 com.apple.AppKit 0x00007fff8f99066e -[NSWindow sendEvent:] + 6280
18 com.apple.AppKit 0x00007fff8f928f19 -[NSApplication sendEvent:] + 5665
19 com.apple.AppKit 0x00007fff8f8bf42b -[NSApplication run] + 548
20 com.apple.AppKit 0x00007fff8fb3d52a NSApplicationMain + 867
21 com.JeremyCreation.EasyShortcuts 0x00000001018efa90 0x1018ee000 + 6800
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff911617e6 kevent + 10
1 libdispatch.dylib 0x00007fff9697b60e _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff9697a19e _dispatch_mgr_thread + 54
Thread 2:
0 libsystem_kernel.dylib 0x00007fff91161192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9435d594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff9435eb85 start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff91161192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9435d594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff9435eb85 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff91161192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9435d594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff9435eb85 start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff91161192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9435d594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff9435eb85 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000000ffffffd5 rbx: 0x00007feeeb581050 rcx: 0x000000000007b20a rdx: 0x00007fff7c8abce0
rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x00007fff614ecd10 rsp: 0x00007fff614eccd0
r8: 0x000000000000000f r9: 0x00007feeeb581570 r10: 0x0000000000008000 r11: 0x00007fff8c53d750
r12: 0x0000000000000002 r13: 0x0000000000000001 r14: 0x00007feeeb57ec00 r15: 0x0000000000000001
rip: 0x00007fff8c53d76b rfl: 0x0000000000000246 cr2: 0x0000000101b29000
Logical CPU: 2
Binary Images:
0x1018ee000 - 0x1018fafff +com.JeremyCreation.EasyShortcuts (1.0 - 1) <3EC7082E-B8D9-37E7-80CE-F107B41B0A75> /Applications/EasyShortcuts.app/Contents/MacOS/EasyShortcuts
0x101b00000 - 0x101b06fef libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <EAC03E33-595E-3829-8199-479FA5CD9987> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x101b0c000 - 0x101b0fff7 libCoreFSCache.dylib (??? - ???) <783C2402-CA3F-3D9B-B909-0F251145CF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x101b27000 - 0x101b27ff1 +cl_kernels (??? - ???) <FD4F2C16-9FA8-42BC-BC81-DC798A57259D> cl_kernels
0x101b36000 - 0x101b36ffd +cl_kernels (??? - ???) <54185E07-A7B6-43E4-A373-BFE038B4897E> cl_kernels
0x10360a000 - 0x10369bff7 unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x1036ba000 - 0x10374dff7 unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff614ee000 - 0x7fff61522ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
0x7fff8aec1000 - 0x7fff8b2eefff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8b338000 - 0x7fff8b33cfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8b4b3000 - 0x7fff8b4e0ff7 com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8b4e3000 - 0x7fff8b543fff libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8b544000 - 0x7fff8b647fff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
0x7fff8b648000 - 0x7fff8b64fff7 com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8b650000 - 0x7fff8b68cfff libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
0x7fff8b68d000 - 0x7fff8b692fff libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
0x7fff8b6b1000 - 0x7fff8b6bbff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
0x7fff8b6bc000 - 0x7fff8b760fef com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8b7a8000 - 0x7fff8b7a9fff libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
0x7fff8be54000 - 0x7fff8be61fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff8be62000 - 0x7fff8be62fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff8be63000 - 0x7fff8be63fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8be64000 - 0x7fff8be69ff7 libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
0x7fff8bee1000 - 0x7fff8bf65ff7 com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8bfa1000 - 0x7fff8bfa2fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
0x7fff8bfa3000 - 0x7fff8bfe5ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
0x7fff8c255000 - 0x7fff8c52cfff com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8c52d000 - 0x7fff8c531fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
0x7fff8c532000 - 0x7fff8c534ff7 com.apple.print.framework.Print (7.0 - 247) <579D7E49-A7F4-3C41-9434-3114B8A9B96C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8c535000 - 0x7fff8c708ff7 com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8c7ce000 - 0x7fff8c7d2ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8c7d3000 - 0x7fff8c86dff7 com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8c89f000 - 0x7fff8c8b5fff libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8c8f5000 - 0x7fff8ced9faf libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8d0c5000 - 0x7fff8d0e2ff7 com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8d135000 - 0x7fff8d160ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
0x7fff8d161000 - 0x7fff8d17efff libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8d3fa000 - 0x7fff8d4dedef libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
0x7fff8d525000 - 0x7fff8d53bff7 com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8d5cf000 - 0x7fff8d5d0ff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
0x7fff8d8eb000 - 0x7fff8d90fff7 com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8e8d0000 - 0x7fff8e8d4fff libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
0x7fff8e8d5000 - 0x7fff8e974fff com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8e9bb000 - 0x7fff8e9bcfff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
0x7fff8ee18000 - 0x7fff8ee20fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8f75c000 - 0x7fff8f8b5ff7 com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8f8b6000 - 0x7fff8f8b8fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
0x7fff8f8b9000 - 0x7fff8f8b9fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8f8ba000 - 0x7fff904b2fff com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff9094f000 - 0x7fff90989fff com.apple.DebugSymbols (2.1 - 85) <AEF473A5-25BF-3FB7-9A07-320D9CB85959> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff909f8000 - 0x7fff909fefff libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff90a04000 - 0x7fff90a04fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff90d53000 - 0x7fff90dc3fff com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff90dee000 - 0x7fff90df9ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff90ec2000 - 0x7fff90ef5fff com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff90ef6000 - 0x7fff90ef7fff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
0x7fff90ef8000 - 0x7fff90f37fff com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff90f38000 - 0x7fff90f38fff com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff90fed000 - 0x7fff91038fff com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff910e6000 - 0x7fff910edfff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff910ee000 - 0x7fff91105fff com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff9114a000 - 0x7fff9116afff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
0x7fff9116f000 - 0x7fff91284fff com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff91285000 - 0x7fff912c6fff com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff912c7000 - 0x7fff913a7fff com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <E7FD4DB7-7844-355A-83D0-C1F24BE71019> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff913a8000 - 0x7fff913affff com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff913b0000 - 0x7fff913dffff com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff913e0000 - 0x7fff91465ff7 com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff917be000 - 0x7fff917fdff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
0x7fff918c7000 - 0x7fff9190aff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff9190b000 - 0x7fff91938fe7 libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
0x7fff91939000 - 0x7fff91987ff7 libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
0x7fff91988000 - 0x7fff91ac1fef com.apple.vImage (5.0 - 5.0) <C45D2CBE-FA15-3D13-9E9D-A3BF57B84BBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff91acc000 - 0x7fff91ae9ff7 libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
0x7fff91b55000 - 0x7fff91b56ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff91b57000 - 0x7fff91bedff7 libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff91bee000 - 0x7fff91beefff com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff91bef000 - 0x7fff91c43ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff91c44000 - 0x7fff91c6dfff libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff91ec1000 - 0x7fff91ec4fff libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff91f52000 - 0x7fff91f58fff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff91f59000 - 0x7fff91f6efff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff91f7c000 - 0x7fff9217efff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
0x7fff922dc000 - 0x7fff922dcfff com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff922dd000 - 0x7fff92784ff7 FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff927fa000 - 0x7fff9295dfff com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff9296a000 - 0x7fff92975ff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff929b3000 - 0x7fff92b74fe7 com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff92b75000 - 0x7fff92bccfff libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff92bd3000 - 0x7fff92bf6ff7 com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff92bf7000 - 0x7fff92c6afff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff92d1e000 - 0x7fff92d24fff com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff92d25000 - 0x7fff92d25fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff92ee1000 - 0x7fff92f33ff7 libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff92f34000 - 0x7fff92f37fff com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff92f38000 - 0x7fff931a9fff com.apple.CoreImage (7.77 - 1.0.1) <AB6ECCF3-4B04-3363-9158-08F305BF15FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff93252000 - 0x7fff93252fff com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff933af000 - 0x7fff933cefff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
0x7fff9343f000 - 0x7fff93492fff libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff938e5000 - 0x7fff93997fff com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff93d5f000 - 0x7fff9417aff7 com.apple.RawCamera.bundle (3.7.2 - 573) <FF8D349E-E8DF-3D12-91E9-BA00C13D5359> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff9417b000 - 0x7fff941fdfff com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff94226000 - 0x7fff94239ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff9425f000 - 0x7fff94301ff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff94302000 - 0x7fff94304fff libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff9430d000 - 0x7fff943eafef libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
0x7fff943eb000 - 0x7fff943f0fff com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff94404000 - 0x7fff94406fff com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff94407000 - 0x7fff94423ff7 com.apple.GenerationalStorage (1.0 - 124) <C0290CA0-A2A0-3280-9442-9D783883D638> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff945af000 - 0x7fff945c3ff7 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
0x7fff945c4000 - 0x7fff945caff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff945cb000 - 0x7fff9462ffff com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff94630000 - 0x7fff94642ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff94643000 - 0x7fff94648fff libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff94649000 - 0x7fff946abff7 com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff94e11000 - 0x7fff94e7bfff com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff94e7c000 - 0x7fff94e82fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
0x7fff94e83000 - 0x7fff94e86ff7 com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff94e87000 - 0x7fff94e95fff com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff950b6000 - 0x7fff951b8ff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
0x7fff951b9000 - 0x7fff958879df com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff95888000 - 0x7fff958affff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff958b0000 - 0x7fff958b5fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff958b6000 - 0x7fff95924fff com.apple.CoreSymbolication (2.1 - 66) <E1582596-4157-3535-BF1F-3BAE92A0B09F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff959b1000 - 0x7fff959b4fff libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff959b5000 - 0x7fff95a0ffff com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff95a10000 - 0x7fff95ad7ff7 com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff95b68000 - 0x7fff95b6ffff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff95b7e000 - 0x7fff95d1dfff com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff95d1e000 - 0x7fff95e23ff7 libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff95e30000 - 0x7fff95e35fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
0x7fff9602b000 - 0x7fff9603dff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff9610c000 - 0x7fff96187ff7 com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff96188000 - 0x7fff961b1fff com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff961f0000 - 0x7fff96257ff7 com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff96258000 - 0x7fff9634dfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff9634e000 - 0x7fff9638dff7 libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff9639e000 - 0x7fff963adfff com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff96525000 - 0x7fff9654bff7 com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff9654c000 - 0x7fff96574ff7 com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff96575000 - 0x7fff96681fef libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
0x7fff9687a000 - 0x7fff96883fff libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
0x7fff968cb000 - 0x7fff968d6fff com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff968f3000 - 0x7fff96901ff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
0x7fff96902000 - 0x7fff96977ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
0x7fff96978000 - 0x7fff96986fff libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
0x7fff96987000 - 0x7fff96ca0fff com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff96ca1000 - 0x7fff96fb3fff com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff96fb4000 - 0x7fff96fcbfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff96fcc000 - 0x7fff972effff com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff972f0000 - 0x7fff973ceff7 com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff973de000 - 0x7fff973dffff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff97464000 - 0x7fff97571fff libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 9
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: 162403
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=142.3M resident=108.4M(76%) swapped_out_or_unallocated=33.9M(24%)
Writable regions: Total=74.1M written=6444K(8%) resident=12.2M(16%) swapped_out=0K(0%) unallocated=61.9M(84%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 1244K
CG image 4K
CG raster data 384K
CG shared images 1192K
CoreGraphics 16K
CoreImage 72K
CoreServices 1964K
MALLOC 44.2M
MALLOC guard page 32K
Memory tag=240 4K
Memory tag=242 12K
Memory tag=243 4K
OpenCL 16K
STACK GUARD 56.0M
Stack 10.5M
VM_ALLOCATE 16.1M
__CI_BITMAP 80K
__DATA 13.5M
__IMAGE 1256K
__LINKEDIT 47.3M
__TEXT 95.0M
__UNICODE 544K
mapped file 23.4M
shared memory 14.9M
=========== =======
TOTAL 327.7M
Hello,
Tu est sur Lion ?
Utilise le .dsym pour résoudre
1 com.JeremyCreation.EasyShortcuts 0x00000001018f7745 0x1018ee000 + 38725
2 com.JeremyCreation.EasyShortcuts 0x00000001018f5472 0x1018ee000 + 29810
3 com.JeremyCreation.EasyShortcuts 0x00000001018f5071 0x1018ee000 + 28785
P.S.: Question bête: as-tu pensé à effacer le fichier de préférences chez toi ?
Je viens de ré-essayer en effaçant les fichiers de préférences et ça marche.
C'est quoi les symboles et le .dsym ??
Probleme de gestion memoire?
Pourtant j'utilise une notification donc si la PrefWindowController existe déjà elle reçoit la notification et elle s' "autorelease" puis j'en créé une.
Parce que franchement, du [self retain] et [self autorelease] c'est vraiment moche de chez moche, et surtout très inutile pour ton cas.
La bonne façon de procéder pour ouvrir la fenêtre des préférences est la suivante (Exemple dans le AppDelegate.m):
En lisant ça, http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/WinPanel/Concepts/UsingWindowController.html , si j'ai bien compris, on a le droit au [self autorelease] mais on doit d'abord s'occuper de la "deallocation" de la fenetre.
Mais même la doc le stipule, les cas où [self autorelease]; est employé sont rares. Et c'est à utiliser qu'en cas de réelle nécessitée.
Dans ton cas, ça n'est pas valable, à moins que tu veuilles la jouer non user-friendly et ainsi autoriser l'utilisateur à créer autant de PrefsController que de nombre de cliques réalisés sur le bouton.
merci
J'ai plus qu'à continuer à apprendre à programmer. (Dommage, j'aurais bien voulu mettre une app gratuite qui aurait pu servir à quelques personnes)
Non non, je ne viole pas le NDA, cela a été dis publiquement !
Normalement, on devrais pouvoir commencer à soumettre des applications Xcode 4.2 dans quelques semaines.
Et tu lui conseilles de passer son permis sur une voiture à boite automatique parce que la boite manuelle c'est trop compliqué ? ::)
ARC ne dispense pas et ne dispensera jamais d'avoir un minimum de connaissances en gestion mémoire sous Cocoa, notamment pour tout ce que ARC ne gère pas, comme entre autre le cast d'objets Cocoa en leur équivalent Core Foundation et inversement.
Si vous voulez la tester et voir si elle marche chez vous de la même occasion
http://jeremycreation.free.fr/Jeremy_Creation/EasyShortcuts_files/EasyShortcuts.app.zip
Toujours la même chose..
Tu peux poster le code exécuté au moment où on clique sur le bouton des préférences, et le code contenu dans le contrôleur des préférences?
Oui !
Cela pose juste la question de savoir pour quels OS il faut compiler.
Je crois que j'ai trouvé pourquoi ça planté, quand ma prefWindow se rafraichissait pour afficher les valeurs, il y avait un problème avec la verification loginItemExists.
Donc si il y a encore quelqu'un qui a la patience de tester je viens de la remettre
http://jeremycreation.free.fr/Jeremy_Creation/EasyShortcuts_files/EasyShortcuts.app.zip
Il y a @devulder qui cherche un truc rapide pour changer de résolution. Peut-être peux-tu lui ajouter cela dans ton programme?
La fenêtre est fixe au centre, je préférais que l'on puisse la déplacer. Sinon, c'est pas mal.
L'app plante toujours chez moi...
@Idesroziers je viens de changer ma fonction loginItemExists encore un fois , des fois cette fois ci, ça marchera.
Pour le telecharger, toujours pareil : http://jeremycreation.free.fr/Jeremy_Creation/EasyShortcuts_files/EasyShortcuts.app.zip