Greetings,
I'm reporting a crash I'm getting in my application. I'm using a
NavigationDialogMBS object to allow selecting anything and want to show it in a
sheet. I'm providing the code and the crash. Do you see something obviously
wrong in my code, that I'd not have caught?
(BTW: I want to show it as a sheet because, otherwise, dragging folders/files
from the Finder doesn't work (drag not allowed over the dialog)).
Here's the code:
dim f As FolderItem
dim n As NavigationDialogMBS
dim p As NavigationDialogOptionsMBS
dim r As NavigationDialogResultMBS
n=new NavigationDialogMBS
p=new NavigationDialogOptionsMBS
p.ActionButtonLabel="Choisir"
p.ClientName=app.ExecutableFile.DisplayName
p.Flags=256+512+4096*4+4096
p.Message="Choisir l'élément à archiver:"
p.PreferenceKey=10
p.WindowTitle="Archiver"
p.Modality=3
p.Parent=self 'Is in a window, of course
n.Options=p
n.ShowChooseObjectDialog
r=n.Result
if r=nil then Return
f=r.File
and here's the crash log:
Code Type: X86 (Native)
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6
Interval Since Last Report: 7974215 sec
Crashes Since Last Report: 209
Per-App Interval Since Last Report: 4959 sec
Per-App Crashes Since Last Report: 1
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000003b
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 rbframework.dylib 0x0031820e
FindObjectCode(RuntimeObject*, ObjectHook*) + 20
1 rbframework.dylib 0x00301a0a GetEventInstance + 32
2 ... MacOSX Plugin.rbx_15.dylib 0x145aa914
REALGetEventInstance(REALcontrolInstanceStruct*, REALevent*) + 68
3 ... MacOSX Plugin.rbx_15.dylib 0x145a7574
MyNavObjectFilterProc(AEDesc*, void*, void*, short) + 36
4 com.apple.AppKit 0x9944c4ff -[NSNavOpenPanel
_shouldShowNodeRef:] + 2087
5 com.apple.AppKit 0x9944de6b -[NSNavOpenPanel
_delegateShouldEnableNode:] + 296
6 com.apple.AppKit 0x991d39a7 -[NSNavDataSource
displayStateForNode:] + 81
7 com.apple.AppKit 0x991eda6c -[NSNavOutlineView
drawRow:clipRect:] + 165
8 com.apple.AppKit 0x98e45162 -[NSTableView
drawRowIndexes:clipRect:] + 360
9 com.apple.AppKit 0x98e44fef -[NSOutlineView
drawRowIndexes:clipRect:] + 125
10 com.apple.AppKit 0x98e43b3b -[NSTableView drawRect:] +
1144
11 com.apple.AppKit 0x98e3961e -[NSView _drawRect:clip:] +
3510
12 com.apple.AppKit 0x98e382bc -[NSView
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1600
13 com.apple.AppKit 0x98e385f1 -[NSView
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
14 com.apple.AppKit 0x98e385f1 -[NSView
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
15 com.apple.AppKit 0x98e367db -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ 711
16 com.apple.AppKit 0x98e37750 -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ 4668
17 com.apple.AppKit 0x98e37750 -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ 4668
18 com.apple.AppKit 0x98e37750 -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ 4668
19 com.apple.AppKit 0x98e37750 -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ 4668
20 com.apple.AppKit 0x98e37750 -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ 4668
21 com.apple.AppKit 0x98e37750 -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ 4668
22 com.apple.AppKit 0x98e37750 -[NSView
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ 4668
23 com.apple.AppKit 0x98e3634f -[NSThemeFrame
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
+ 265
24 com.apple.AppKit 0x98e32c96 -[NSView
_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
25 com.apple.AppKit 0x98d9384b -[NSView displayIfNeeded] +
818
26 com.apple.AppKit 0x98d5cb64 -[NSWindow displayIfNeeded]
+ 204
27 com.apple.AppKit 0x98d8e07e _handleWindowNeedsDisplay +
696
28 com.apple.CoreFoundation 0x98233dd2 __CFRunLoopDoObservers + 1186
29 com.apple.CoreFoundation 0x981efced __CFRunLoopRun + 557
30 com.apple.CoreFoundation 0x981ef3c4 CFRunLoopRunSpecific + 452
31 com.apple.CoreFoundation 0x981ef1f1 CFRunLoopRunInMode + 97
32 com.apple.HIToolbox 0x99b17e04 RunCurrentEventLoopInMode +
392
33 com.apple.HIToolbox 0x99b17af5 ReceiveNextEventCommon + 158
34 com.apple.HIToolbox 0x99b17a3e
BlockUntilNextEventMatchingListInMode + 81
35 com.apple.AppKit 0x98d64595 _DPSNextEvent + 847
36 com.apple.AppKit 0x98d63dd6 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
37 rbframework.dylib 0x003f18da
CocoaMenu::AddChild(RunMenuItem*) + 928
38 rbframework.dylib 0x003f1654
CocoaMenu::AddChild(RunMenuItem*) + 282
39 Gestionnaire d'archives.debug 0x00002d0e Delegate.Invoke%% + 34
40 Gestionnaire d'archives.debug 0x0009594f
Application._CallFunctionWithExceptionHandling%%o<Application>p + 248
41 rbframework.dylib 0x00327534
CallFunctionWithExceptionHandling(void (*)()) + 316
42 rbframework.dylib 0x003f186c
CocoaMenu::AddChild(RunMenuItem*) + 818
43 com.apple.AppKit 0x98d261f3 -[NSApplication run] + 821
44 rbframework.dylib 0x003f1aac
CocoaMenu::AddChild(RunMenuItem*) + 1394
45 rbframework.dylib 0x003275ff mainloop() + 155
46 rbframework.dylib 0x002d8104 RuntimeRun + 48
47 Gestionnaire d'archives.debug 0x0018a4cf REALbasic._RuntimeRun + 34
48 Gestionnaire d'archives.debug 0x00002bfa _Main + 245
49 Gestionnaire d'archives.debug 0x000025c4 % main + 36
50 Gestionnaire d'archives.debug 0x001ed3fe _start + 116
51 Gestionnaire d'archives.debug 0x001ed354 start + 43
Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x91892382 kevent + 10
1 libSystem.B.dylib 0x91892a9c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x91891f59 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x91891cfe _dispatch_worker_thread2 +
240
4 libSystem.B.dylib 0x91891781 _pthread_wqthread + 390
5 libSystem.B.dylib 0x918915c6 start_wqthread + 30
Thread 2:
0 libSystem.B.dylib 0x91891412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x918919a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x918915c6 start_wqthread + 30
Thread 3:
0 libSystem.B.dylib 0x9186bafa mach_msg_trap + 10
1 libSystem.B.dylib 0x9186c267 mach_msg + 68
2 com.unsanity.ape 0x006d6725 __ape_agent + 255
3 libSystem.B.dylib 0x91899259 _pthread_start + 345
4 libSystem.B.dylib 0x918990de thread_start + 34
Thread 4:
0 libSystem.B.dylib 0x91891412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x918919a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x918915c6 start_wqthread + 30
Thread 5:
0 libSystem.B.dylib 0x91891412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x918919a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x918915c6 start_wqthread + 30
Thread 6:
0 libSystem.B.dylib 0x91891412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x918919a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x918915c6 start_wqthread + 30
Thread 7:
0 libSystem.B.dylib 0x91899aa2 __semwait_signal + 10
1 libSystem.B.dylib 0x918c59c5 nanosleep$UNIX2003 + 188
2 libSystem.B.dylib 0x918c5903 usleep$UNIX2003 + 61
3 com.apple.AppKit 0x98ecde2d -[NSUIHeartBeat
_heartBeatThread:] + 2039
4 com.apple.Foundation 0x970a14c4 -[NSThread main] + 45
5 com.apple.Foundation 0x970a1474 __NSThread__main__ + 1499
6 libSystem.B.dylib 0x91899259 _pthread_start + 345
7 libSystem.B.dylib 0x918990de thread_start + 34
Thread 8:
0 libSystem.B.dylib 0x9186bafa mach_msg_trap + 10
1 libSystem.B.dylib 0x9186c267 mach_msg + 68
2 com.apple.CoreFoundation 0x981f02df __CFRunLoopRun + 2079
3 com.apple.CoreFoundation 0x981ef3c4 CFRunLoopRunSpecific + 452
4 com.apple.CoreFoundation 0x981f5304 CFRunLoopRun + 84
5 com.apple.DesktopServices 0x980cdb3d
TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
6 ...ple.CoreServices.CarbonCore 0x9963c54a PrivateMPEntryPoint + 68
7 libSystem.B.dylib 0x91899259 _pthread_start + 345
8 libSystem.B.dylib 0x918990de thread_start + 34
Thread 9:
0 libSystem.B.dylib 0x91891412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x918919a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x918915c6 start_wqthread + 30
Thread 10:
0 libSystem.B.dylib 0x91891412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x918919a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x918915c6 start_wqthread + 30
Thread 11: com.apple.CFSocket.private
0 libSystem.B.dylib 0x9188aac6 select$DARWIN_EXTSN + 10
1 com.apple.CoreFoundation 0x9822fc53 __CFSocketManager + 1091
2 libSystem.B.dylib 0x91899259 _pthread_start + 345
3 libSystem.B.dylib 0x918990de thread_start + 34
Thread 12:
0 libSystem.B.dylib 0x91891412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x918919a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x918915c6 start_wqthread + 30
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x0000000b ebx: 0x9944bce9 ecx: 0x003019ea edx: 0x0204d8c8
edi: 0xbfffbdcc esi: 0x145aa8dc ebp: 0xbfffbcb8 esp: 0xbfffbcb8
ss: 0x0000001f efl: 0x00010202 eip: 0x0031820e cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x0000003b
Binary Images:
0x1000 - 0x205157 +Gestionnaire d'archives.debug ??? (???)
<3C5F2438-B384-3682-969B-D3C589C89F03> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/MacOS/Gestionnaire d'archives.debug
0x265000 - 0x47aff3 +rbframework.dylib ??? (???)
<1C0E411B-EF7C-758C-87C8-68772FC05ADA> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/MacOS/rbframework.dylib
0x6d3000 - 0x6e8ff7 +com.unsanity.ape 2.6.1 (2.6.1)
<E32FD163-D6BA-BB7B-8DF7-9C51D02C6612>
/Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhancer
0x1e78000 - 0x1ea9ff7 +com.unsanity.fruitmenu 3.8.4 (30000421)
<15050A18-C215-9FE4-81CC-6DD221E4D3D4> /Library/Application
Enhancers/FruitMenu.ape/Contents/MacOS/FruitMenu
0x1ec9000 - 0x1f7efe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7)
<AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
0x1fc4000 - 0x1fcefff +com.unsanity.smartcrashreports Smart Crash Reports
version 1.5 (1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851>
/Library/InputManagers/Smart Crash Reports/Smart Crash
Reports.bundle/Contents/MacOS/Smart Crash Reports
0x1fdb000 - 0x1fdcffc +com.abracode.CocoaTextSelectionHelper ??? (1.1.3)
<389AFE64-959C-D74F-D038-574444DE22B7>
/Library/InputManagers/CocoaTextSelectionHelper/CocoaTextSelectionHelper.bundle/Contents/MacOS/CocoaTextSelectionHelper
0x1fe1000 - 0x1fe2ff7 com.apple.textencoding.unicode 2.3 (2.3)
<78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode
Encodings.bundle/Contents/MacOS/Unicode Encodings
0x145a6000 - 0x145abffb +MBS Real Studio MacOSX Plugin.rbx_15.dylib 13.1 (13.1)
<5555E2DA-0BD4-360D-816B-34F1A3EC0C14> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/Frameworks/MBS Real Studio MacOSX
Plugin.rbx_15.dylib
0x145b4000 - 0x145b7ff5 +MBS Real Studio Main Plugin.rbx_2.dylib 13.1 (13.1)
<85FA9687-0004-3CCA-B205-669607EF8407> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/Frameworks/MBS Real Studio Main Plugin.rbx_2.dylib
0x145bd000 - 0x145c2ff7 +MBS Real Studio Util Plugin.rbx_39.dylib 13.1 (13.1)
<A2DD9E44-C298-3BA0-A0CB-A664AC4170FC> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/Frameworks/MBS Real Studio Util
Plugin.rbx_39.dylib
0x145ca000 - 0x145d1ff9 +MBS Real Studio Util Plugin.rbx_51.dylib 13.1 (13.1)
<3DEC8757-6CDE-3A16-BF9E-212B48EF8C9F> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/Frameworks/MBS Real Studio Util
Plugin.rbx_51.dylib
0x145dc000 - 0x145deffa +RBInternetEncodings.rbx_0.dylib ??? (???)
<FD737223-45E6-A560-0238-734AFD735AEB> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/Frameworks/RBInternetEncodings.rbx_0.dylib
0x145e4000 - 0x145e5fff +RBMD5.rbx_0.dylib ??? (???)
<9689631F-433D-E767-BC7D-646703D62412> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/Frameworks/RBMD5.rbx_0.dylib
0x145e9000 - 0x145edff0 +RBShell.rbx_0.dylib ??? (???)
<3A847A34-5552-3583-38F3-6DEE36163470> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/Frameworks/RBShell.rbx_0.dylib
0x14900000 - 0x14923fff +RBAppearancePak.rbx_0.dylib ??? (???)
<A958239F-02BC-8313-2699-F6CD887DB5C9> /Volumes/Macintosh
HD/Users/anic/Documents/RB/UpdateChecker/Gestionnaire
d'archives.debug.app/Contents/Frameworks/RBAppearancePak.rbx_0.dylib
0x8fe00000 - 0x8fe4163b dyld 132.1 (???)
<4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
0x9012a000 - 0x9013effb com.apple.speech.synthesis.framework 3.10.35 (3.10.35)
<57DD5458-4F24-DA7D-0927-C3321A65D743>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9013f000 - 0x9019cff7 com.apple.framework.IOKit 2.0 (???)
<3DABAB9C-4949-F441-B077-0498F8E47A35>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9019d000 - 0x901a8ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0)
<287DECA3-7821-32B6-724D-AE03A9A350F9>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x901a9000 - 0x901abff7 libRadiance.dylib ??? (???)
<090420B3-CB65-9F7B-5349-D42F2F9693B6>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x901ac000 - 0x901c8fe3 com.apple.openscripting 1.3.1 (???)
<2A748037-D1C0-6D47-2C4A-0562AF799AC9>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x901c9000 - 0x901cdff7 libGFXShared.dylib ??? (???)
<09540618-2ED1-72C4-61CB-938B35927568>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x901d1000 - 0x9047ffe7 com.apple.JavaScriptCore 6534.58 (6534.58.1)
<8A25C759-F46B-D303-23D3-22BBFBDEEBDE>
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x904bc000 - 0x905e5fe7 com.apple.WebKit 6534.58 (6534.58.2)
<D156AE52-5235-2C51-B522-FD3D90E474DA>
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x905e6000 - 0x905f6ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0)
<C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x905f7000 - 0x906f7fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0)
<BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
0x906f8000 - 0x90773fff com.apple.AppleVAFramework 4.10.27 (4.10.27)
<BFD2D1CA-535C-F16F-0EB5-04905ABD65CF>
/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x90774000 - 0x9081cffb com.apple.QD 3.36 (???)
<FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9081d000 - 0x9086dfe7 libTIFF.dylib ??? (???)
<AB182CEC-188A-F2BC-21E1-0059FD3B2598>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x90ed0000 - 0x90ffdffb com.apple.MediaToolbox 0.484.60 (484.60)
<A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4>
/System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x91268000 - 0x91272fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3)
<5F494955-7290-2D91-DA94-44B590191771>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x91273000 - 0x91455fff com.apple.imageKit 2.0.3 (1.0)
<6E557757-26F7-7941-8AE7-046EC1871F50>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x914a8000 - 0x914a8ff7 com.apple.ApplicationServices 38 (38)
<8012B504-3D83-BFBB-DA65-065E061CFE03>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x914a9000 - 0x91529feb com.apple.SearchKit 1.3.0 (1.3.0)
<9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x915c4000 - 0x915feff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0)
<A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
0x91645000 - 0x91645ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6)
<ABF97DA4-3BDF-6FFD-6239-B023CA1F7974>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9184c000 - 0x9185aff7 com.apple.opengl 1.6.14 (1.6.14)
<82622F67-E032-0BF6-A78D-50B346E8D0FD>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9186b000 - 0x91a12ff7 libSystem.B.dylib 125.2.11 (compatibility 1.0.0)
<2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
0x91a13000 - 0x91a23ff7 com.apple.DSObjCWrappers.Framework 10.6 (134)
<81A0B409-3906-A98F-CA9B-A49E75007495>
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x91a24000 - 0x91aa1ff7 com.apple.iLifeMediaBrowser 2.5.5 (468.2.2)
<459C8983-EAC4-7067-3355-5299D111D339>
/System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x91aa2000 - 0x91b06ffb com.apple.htmlrendering 72 (1.1.4)
<4D451A35-FAB6-1288-71F6-F24A4B6E2371>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x91b07000 - 0x91b0dfff com.apple.CommonPanels 1.2.4 (91)
<2438AF5D-067B-B9FD-1248-2C9987F360BA>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91b30000 - 0x91b30ff7 com.apple.quartzframework 1.5 (1.5)
<CEB78F00-C5B2-3B3F-BF70-DD6D578719C0>
/System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x91b31000 - 0x91c25ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0)
<061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
0x91c26000 - 0x91cd4ff3 com.apple.ink.framework 1.3.3 (107)
<233A981E-A2F9-56FB-8BDE-C2DEC3F20784>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x91cdd000 - 0x91ce7ff7 com.apple.HelpData 2.0.5 (34.1.1)
<A9CF754F-B254-5D40-B8B5-F35414DFD875>
/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x91ef0000 - 0x91f33ff7 com.apple.NavigationServices 3.5.4 (182)
<8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91f34000 - 0x91fb6ffb SecurityFoundation ??? (???)
<C4506287-1AE2-5380-675D-95B0291AA425>
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x91fb7000 - 0x91ff2ffb libFontRegistry.dylib ??? (???)
<19ED5DE0-D3AF-B229-9193-35D58FE377E5>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x91ff3000 - 0x9204dfe7 com.apple.CorePDF 1.4 (1.4)
<78A1DDE1-1609-223C-A532-D282DC5E0CD0>
/System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9204e000 - 0x92107fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0)
<52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x92150000 - 0x9227efe7 com.apple.CoreData 102.1 (251)
<87FE6861-F2D6-773D-ED45-345272E56463>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9227f000 - 0x9232cfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0)
<9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
0x923f0000 - 0x92443ff7 com.apple.HIServices 1.8.3 (???)
<1D3C4587-6318-C339-BD0F-1988F246BE2E>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x92444000 - 0x92456ff7 com.apple.MultitouchSupport.framework 207.11 (207.11)
<6FF4F2D6-B8CD-AE13-56CB-17437EE5B741>
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x92457000 - 0x92630fff libType1Scaler.dylib ??? (???)
<04AF2B34-81D4-97E9-BD56-387D37C16F46>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x92631000 - 0x92664fff libTrueTypeScaler.dylib ??? (???)
<8ADB7D19-413E-4499-C874-13C383F97685>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x92665000 - 0x927a8fef com.apple.QTKit 7.7 (1793)
<C8BC0729-E670-0EFD-732A-A3AA582F1059>
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x927b3000 - 0x927b9ff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0)
<6EE825E7-CBA5-2AD2-0336-244D45A1A834>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x927ba000 - 0x927dcfef com.apple.DirectoryService.Framework 3.6 (621.15)
<F38894EA-2C13-7FC5-C084-94DA0B5B6B68>
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x927dd000 - 0x928dffef com.apple.MeshKitIO 1.1 (49.2)
<D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9>
/System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x928e0000 - 0x9291dff7 com.apple.CoreMedia 0.484.60 (484.60)
<8FAB137D-682C-6DEC-5A15-F0029A5B226F>
/System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x929f8000 - 0x92a48ff7 com.apple.framework.familycontrols 2.0.2 (2020)
<596ADD85-79F5-A613-537B-F83B6E19013C>
/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x92a7c000 - 0x92a88ff7 libkxld.dylib ??? (???)
<9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
0x92a89000 - 0x92af7ff7 com.apple.QuickLookUIFramework 2.3 (327.7)
<7F89C0A1-310F-ACF1-AA6E-4ADFA4DC98DC>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x92af8000 - 0x92b29ff7 libGLImage.dylib ??? (???)
<D18E2E76-DBF4-6930-039A-F66CA0D120B3>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92b2a000 - 0x92b2aff7 com.apple.Cocoa 6.6 (???)
<EA27B428-5904-B00B-397A-185588698BCC>
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x92b2b000 - 0x92d91ff7 com.apple.security 6.1.2 (55002)
<3FA54D69-5476-78DD-0AFC-D6697263890E>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x92d92000 - 0x92da6fe7 libbsm.0.dylib ??? (???)
<14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x92da7000 - 0x93262ff7 com.apple.VideoToolbox 0.484.60 (484.60)
<B53299EC-E30F-EC04-779D-29B7113CC14A>
/System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x93263000 - 0x93268ff7 com.apple.OpenDirectory 10.6 (10.6)
<0603680A-A002-D294-DE83-0D028C6BE884>
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x93486000 - 0x934a4fe7 libPng.dylib ??? (???)
<6C0B95D7-9634-E044-0B79-F1DD56961C33>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x934a5000 - 0x9421dfe7 com.apple.WebCore 6534.58 (6534.58.2)
<E39A8EB5-2D9F-0459-54E1-E172689616F5>
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9421e000 - 0x9426bfeb com.apple.DirectoryService.PasswordServerFramework 6.1
(6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21>
/System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x942a7000 - 0x942cfff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0)
<E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
0x942d0000 - 0x942f0fe7 libresolv.9.dylib 41.1.0 (compatibility 1.0.0)
<8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
0x9498d000 - 0x94997ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1)
<7486003F-8FDB-BD6C-CB34-DE45315BD82C>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x958f7000 - 0x95b22ff3 com.apple.QuartzComposer 4.2 ({156.30})
<2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x95b23000 - 0x95bb5fe7 com.apple.print.framework.PrintCore 6.3 (312.7)
<7410D1B2-655D-68DA-D4B9-2C65747B6817>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x95bb6000 - 0x95c0efe7 com.apple.datadetectorscore 2.0 (80.7)
<A40AA74A-9D13-2A6C-5440-B50905923251>
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x95c49000 - 0x95c8aff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0)
<80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x95c8b000 - 0x95c8bff7 com.apple.Accelerate 1.6 (Accelerate 1.6)
<3891A689-4F38-FACD-38B2-4BF937DE30CF>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x95c8c000 - 0x95d6cfe7 com.apple.vImage 4.1 (4.1)
<D029C515-08E1-93A6-3705-DD062A3A672C>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x95d6d000 - 0x95ddcff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0)
<595A5539-9F54-63E6-7AAC-C04E1574B050>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95ddd000 - 0x95de1ff7 IOSurface ??? (???)
<89D859B7-A26A-A5AB-8401-FC1E01AC7A60>
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x95de2000 - 0x95e18fff libtidy.A.dylib ??? (???)
<0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
0x95e19000 - 0x95fdcfeb com.apple.ImageIO.framework 3.0.6 (3.0.6)
<AE641FAD-DF38-AE31-B45B-85AEE7AF3A45>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95fe3000 - 0x9609ffff com.apple.ColorSync 4.6.8 (4.6.8)
<920DD017-8B41-7334-E554-A85DB99EBD5A>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x960a0000 - 0x9616bfef com.apple.CoreServices.OSServices 359.2 (359.2)
<7C16D9C8-6F41-5754-17F7-2659D9DD9579>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9616c000 - 0x9695b557 com.apple.CoreGraphics 1.545.0 (???)
<1D9DC7A5-228B-42CB-7018-66F42C3A9BB3>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9695c000 - 0x96adefe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0)
<60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
0x96c36000 - 0x9706bff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0)
<5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9708b000 - 0x972fcfef com.apple.Foundation 6.6.8 (751.63)
<69B3441C-B196-F2AD-07F8-D8DD24E4CD8C>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x972fd000 - 0x97306ff7 com.apple.DiskArbitration 2.3 (2.3)
<E9C40767-DA6A-6CCB-8B00-2D5706753000>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x97307000 - 0x97758fef com.apple.RawCamera.bundle 3.7.1 (570)
<AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2>
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x97759000 - 0x9777afe7 com.apple.opencl 12.3.6 (12.3.6)
<B4104B80-1CB3-191C-AFD3-697843C6BCFF>
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9781c000 - 0x97b16fef com.apple.QuickTime 7.6.6 (1793)
<4DA006F6-08A5-7674-AA8C-A29943927B9D>
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x97b58000 - 0x97b9dff7 com.apple.ImageCaptureCore 1.1 (1.1)
<F54F284F-0B81-0AFA-CE47-FF797A6E05B0>
/System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x97ba5000 - 0x97bc4ff7 com.apple.CoreVideo 1.6.2 (45.6)
<EB53CAA4-5EE2-C356-A954-5775F7DDD493>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x97bc5000 - 0x97c26fe7 com.apple.CoreText 151.13 (???)
<23F359DA-D845-5C50-4DF3-19E858CF2B2C>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x97c27000 - 0x97c27ff7 com.apple.CoreServices 44 (44)
<51CFA89A-33DB-90ED-26A8-67D461718A4A>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x97c28000 - 0x97c6cfe7 com.apple.Metadata 10.6.3 (507.15)
<74F05E64-2A68-BA10-CCD4-128D164E5A0F>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x97cdd000 - 0x97d33ff7 com.apple.MeshKitRuntime 1.1 (49.2)
<CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5>
/System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x97d34000 - 0x97d3afe7 com.apple.CommerceCore 1.0 (9.1)
<521D067B-3BDA-D04E-E1FA-CFA526C87EB5>
/System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x97f06000 - 0x97f06ff7 com.apple.vecLib 3.6 (vecLib 3.6)
<FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36>
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97f07000 - 0x97fb3fe7 com.apple.CFNetwork 454.12.4 (454.12.4)
<DEDCD006-389F-967F-3405-EDF541F406D7>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x98092000 - 0x98092ff7 liblangid.dylib ??? (???)
<B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x980cc000 - 0x981a6fff com.apple.DesktopServices 1.5.11 (1.5.11)
<800F2040-9211-81A7-B438-7712BF51DEE3>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x981a7000 - 0x981b2ff7 libGL.dylib ??? (???)
<3E34468F-E9A7-8EFB-FF66-5204BD5B4E21>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x981b3000 - 0x9832efe7 com.apple.CoreFoundation 6.6.6 (550.44)
<F88C95CD-1264-782D-A1F5-204739847E93>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9832f000 - 0x983c7fe7 edu.mit.Kerberos 6.5.11 (6.5.11)
<F36DB665-A88B-7F5B-6244-6A2E7FFFF668>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x983c8000 - 0x98405ff7 com.apple.SystemConfiguration 1.10.8 (1.10.2)
<50E4D49B-4F61-446F-1C21-1B2BA814713D>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x98406000 - 0x9842cffb com.apple.DictionaryServices 1.1.2 (1.1.2)
<43E1D565-6E01-3681-F2E5-72AE4C3A097A>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x98526000 - 0x9856dffb com.apple.CoreMediaIOServices 140.0 (1496)
<DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47>
/System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x9856e000 - 0x9857cfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0)
<33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
0x9857d000 - 0x985bbff7 com.apple.QuickLookFramework 2.3 (327.7)
<6387A103-C7EF-D56B-10EF-5ED5FC7F33A5>
/System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x985ca000 - 0x985ceff7 libGIF.dylib ??? (???)
<2251F789-B187-0837-6E38-A0E5C7C4FA3C>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x985e0000 - 0x9894bff7 com.apple.QuartzCore 1.6.3 (227.37)
<E323A5CC-499E-CA9E-9BC3-537231449CAA>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x98985000 - 0x9899dff7 com.apple.CFOpenDirectory 10.6 (10.6)
<D1CF5881-0AF7-D164-4156-9E9067B7FA37>
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9899e000 - 0x9899eff7 com.apple.Carbon 150 (152)
<095157D7-B4EE-F73D-72E9-6C5EF55C55E2>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x989ad000 - 0x989afff7 com.apple.securityhi 4.0 (36638)
<6118C361-61E7-B34E-93DB-1B88108F8F18>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x989b0000 - 0x989b3ff7 libCoreVMClient.dylib ??? (???)
<37F56237-4ABA-E5B5-968D-70FFE357E8E0>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x989b4000 - 0x98af1fe7 com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7)
<423BDE4D-5082-B6CA-BB2C-E22A037235A4>
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x98af7000 - 0x98af8ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7)
<93EC71F1-4D4E-F456-8EFE-32E7EFD7A064>
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x98af9000 - 0x98b01ff7 com.apple.DisplayServicesFW 2.3.3 (289)
<828084B0-9197-14DD-F66A-D634250A212E>
/System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x98b02000 - 0x98b35ff7 com.apple.AE 496.5 (496.5)
<BF9673D5-2419-7120-26A3-83D264C75222>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x98b84000 - 0x98b8bff3 com.apple.print.framework.Print 6.1 (237.1)
<F5AAE53D-5530-9004-A9E3-2C1690C5328E>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x98b8c000 - 0x98b8dff7 com.apple.TrustEvaluationAgent 1.1 (1)
<2D970A9B-77E8-EDC0-BEC6-7580D78B2843>
/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x98c27000 - 0x98ca1fff com.apple.audio.CoreAudio 3.2.6 (3.2.6)
<156A532C-0B60-55B0-EE27-D02B82AA6217>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x98ca2000 - 0x98d1bff7 com.apple.PDFKit 2.5.5 (2.5.5)
<85AA9E1C-D946-863A-823E-32F2AAF314CB>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x98d1c000 - 0x995ffff7 com.apple.AppKit 6.6.8 (1038.36)
<A353465E-CFC9-CB75-949D-786F6F7732F6>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x99600000 - 0x99615fff com.apple.ImageCapture 6.1 (6.1)
<B909459A-EAC9-A7C8-F2A9-CD757CDB59E8>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x99616000 - 0x99936ff3 com.apple.CoreServices.CarbonCore 861.39 (861.39)
<5C59805C-AF39-9010-B8B5-D673C9C38538>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x99937000 - 0x99979ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0)
<8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x99a05000 - 0x99a35ff7 com.apple.MeshKit 1.1 (49.2)
<5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87>
/System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x99a36000 - 0x99a47ff7 com.apple.LangAnalysis 1.6.6 (1.6.6)
<3036AD83-4F1D-1028-54EE-54165E562650>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x99a48000 - 0x99a8bff7 libGLU.dylib ??? (???)
<6CC3CE6A-7024-C685-EADA-7F9DC27128E2>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x99aa5000 - 0x99accff7 com.apple.quartzfilters 1.6.0 (1.6.0)
<879A3B93-87A6-88FE-305D-DF1EAED04756>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x99ae3000 - 0x99e07fef com.apple.HIToolbox 1.6.5 (???)
<21164164-41CE-61DE-C567-32E89755CB34>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x99ec4000 - 0x99f61fe3 com.apple.LaunchServices 362.3 (362.3)
<15B47388-16C8-97DA-EEBB-1709E136169E>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x99f75000 - 0x99f76ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0)
<0EC4EEFF-477E-908E-6F21-ED2C973846A4>
/System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x99f77000 - 0x9a02ffeb libFontParser.dylib ??? (???)
<D2D0C922-5ED1-3AE9-6F99-707C74DF3E62>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9a030000 - 0x9a033fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0)
<1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x9a034000 - 0x9a0cffe7 com.apple.ApplicationServices.ATS 275.19 (???)
<2E83B3E9-AF39-36FC-5D05-CC1E952098AB>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9a0e9000 - 0x9a1f5fe7 libGLProgrammability.dylib ??? (???)
<6167CEB0-D8D6-C4D9-DD74-49755ADB540F>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9a1f6000 - 0x9a1f9ffb com.apple.help 1.3.2 (41.1)
<8AC20B01-4A3B-94BA-D8AF-E39034B97D8C>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9a1fa000 - 0x9a240ff7 libauto.dylib ??? (???)
<29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x9a246000 - 0x9a348fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8)
<015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
0x9a67c000 - 0x9aa92ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0)
<C4FB303A-DB4D-F9E8-181C-129585E59603>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9aa93000 - 0x9aafdfe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0)
<411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x9aafe000 - 0x9ab28ff7 com.apple.shortcut 1.1 (1.1)
<B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A>
/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9ab29000 - 0x9ab4dff7 libJPEG.dylib ??? (???)
<50E17B4D-63D6-24D3-702F-6A6E912A55EA>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9ab4e000 - 0x9ab92ff3 com.apple.coreui 2 (114)
<2234855E-3BED-717F-0BFA-D1A289ECDBDA>
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9ab93000 - 0x9aba0ff7 com.apple.NetFS 3.2.2 (3.2.2)
<DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB>
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9abcd000 - 0x9abd0ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0)
<4D766435-EB76-C384-0127-1D20ACD74076>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???)
<2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon,
2.8 GHz, 8 GB, SMC 1.25f4
Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom
BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en2
Network Service: Ethernet 2, Ethernet, en1
Network Service: Ethernet 1, Ethernet, en0
PCI Card: ATI Radeon HD 2600, sppci_displaycontroller, Slot-1
Serial ATA Device: ST3320820AS_P, 298.09 GB
Parallel ATA Device: PLEXTOR DVDR PX-712A, 3.75 GB
Parallel ATA Device: PLEXTOR DVDR PX-716A
USB Device: USB to ATA/ATAPI Bridge, 0x152d (JMicron Technology Corp.),
0x2339, 0xfd500000 / 8
USB Device: USB 2.0 Hub [MTT], 0x050d (Belkin Corporation), 0x0307, 0xfd400000
/ 2
USB Device: USB2.0 Hub Controller, 0x0409 (NEC Corporation), 0x0058,
0xfd420000 / 4
USB Device: Hub in Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x1003, 0xfd424000
/ 5
USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0xfd424100 /
7
USB Device: Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x020c, 0xfd424300 / 6
USB Device: iP4600 series, 0x04a9 (Canon Inc.), 0x10c9, 0xfd450000 / 3
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206,
0x5d200000 / 2
FireWire Device: built-in_hub, Up to 800 Mb/sec
FireWire Device: unknown_device, Unknown
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info