Testing summary:
With test monobjc and Mono 2.6 Preview 1, bundled as universal:
On OS 10.4.11 (PPC G3), crash - see attached
On OS 10.5.8 (PPC G5), crash - see attached
On OS 10.6.2 (Intel), works ok
With test monobjc and Mono 2.4.2.3, bundled as universal:
On OS 10.4.11 (PPC G3), works ok
On OS 10.5.8 (PPC G5), works ok
On OS 10.6.2 (Intel), works ok
So what's wrong with Mono 2.6?
Regards,
Anthony
-----Original Message-----
From: Anthony Bowker [mailto:[email protected]]
Sent: Thursday, November 12, 2009 10:56 AM
To: 'Laurent Etiemble'
Subject: RE: [[email protected]] Snow Leopard support: call for
testing
Hi Laurent,
Yes, of course:
- does your application have multi-thread code ? It's primarily a UI app
running most of the code on the UI thread. However there are some non-UI
worker threads.
- if so, does it relies on NSThread or .Net Thread ? .Net Threads
- if so, does it creates or reuse a lot of thread (with a ThreadPool) ? No.
When I tested I didn't exercise the worker threads much as I focused on the
UI. I will do some more testing with the worker threads.
Also if it matters I am using OS 10.6.2.
And I will also test the app (with the test monobjc) on PPC 10.5 and PPC
10.4
Regards,
Anthony
-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Laurent Etiemble
Sent: Thursday, November 12, 2009 2:16 AM
To: Anthony Bowker
Subject: Re: [[email protected]] Snow Leopard support: call for
testing
Hello,
Good news. A few more questions, if you don't mind:
- does your application have multi-thread code ?
- if so, does it relies on NSThread or .Net Thread ?
- if so, does it creates or reuse a lot of thread (with a ThreadPool) ?
Regads, Laurent Etiemble.
2009/11/12 Anthony Bowker <[email protected]>:
> I have done some brief testing today, will do some more over the coming
> days:
>
> - the platform you are testing on (OS and Processor): Mac OS 10.6, Intel
> (2.4GHz Core 2 Duo)
> - the Mono version you are testing with: 2.6 Preview 1
> - the kind of application you are testing: Windowed application with
several
> windows, icons, controls (owner drawn and OpenGL)
> - the result (work or crash): Works for > 30 minutes, whereas on monobjc
> 413, it would crash after a few minutes.
>
> My app is bundled as a native bundle. I have some custom code to add
dllmap
> entries into the configuration, so manually added an entry for
> libmonobjc.2.dylib.
>
> Incredible thank you for crafting this fix. It's really nice that there's
> not need to make changes to the mono runtime.
>
> Regards,
> Anthony
>
> -----Original Message-----
> From: Anthony Bowker [mailto:[email protected]]
> Sent: Wednesday, November 11, 2009 10:37 AM
> To: [email protected]
> Subject: RE: [[email protected]] Snow Leopard support: call for
> testing
>
> This sounds great! I will get testing today!
>
> Thanks,
> Anthony
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On
> Behalf Of Laurent Etiemble
> Sent: Wednesday, November 11, 2009 10:33 AM
> To: Monobjc User List; Monobjc Devel List
> Subject: [[email protected]] Snow Leopard support: call for testing
>
> Hello,
>
> I have finally come to a solution regarding the Snow Leopard support:
> I have introduced a native library into the bridge to avoid the
> reported crash on Mac OS X 10.6 [1]. After reviewing all the
> feebacks[2][3], I came to the conclusion that a native library was the
> only solution to:
> - avoid the native/managed cross-calls when a thread exists and
> dealloc its exit notification
> - avoid the Mono runtime hacking (the Mono team is not really for it)
>
> The preview of the new release of the bridge is available for
> download: http://downloads.monobjc.net/Monobjc-2.0.436.0.tar.gz
>
> Here are some noticeable points:
> - the bridge now requires two shared libraries: libmonobjc.1.dylib and
> libmonobjc.2.dylib (They are used for each version of the Objective-C
> runtime). You have to put them in the MacOS folder of the application
> bundle. Refer to the samples applications to see how you can simply do
> that.
> - the dealloc method is no more overriden. When using this version,
> you will see a bunch of errors related to that. A search and replace
> should do the trick.
> - I saw some crashes on PowerPC G4 machines with Mono 2.6. Please use
> Mono 2.4 as it is known to work ok.
> - I think there are still some hidden issues (performance, optimization,
> etc).
>
> Can you please provide feedback on:
> - the platform you are testing on (OS and Processor)
> - the Mono version you are testing with
> - the kind of application you are testing
> - the result (work or crash)
>
> Thank you to everybody who has helped, and happy testing.
>
> Regards, Laurent Etiemble.
>
> [1] https://bugzilla.novell.com/show_bug.cgi?id=537764
> [2] http://www.mail-archive.com/[email protected]/msg00251.html
> [3] http://www.mail-archive.com/[email protected]/msg00286.html
>
>
>
11/12/09 11:35:48 AM [0x0-0x29029].MyApp[855] Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type
initializer for Monobjc.Cocoa.NSApplication --->
System.ExecutionEngineException: SIGILL
11/12/09 11:35:48 AM [0x0-0x29029].MyApp[855] at
Monobjc.Cocoa.NSApplication..cctor () [0x00000]
11/12/09 11:35:48 AM [0x0-0x29029].MyApp[855] --- End of inner exception
stack trace ---
11/12/09 11:35:48 AM [0x0-0x29029].MyApp[855] at MyApp.CocoaProgram.Main
(System.String[] args) [0x00000]
11/12/09 11:35:48 AM com.apple.launchd[134] ([0x0-0x29029].MyApp[855]) Exited
with exit code: 1
Unhandled Exception: System.TypeInitializationException: An exception was
thrown by the type initializer for Monobjc.Cocoa.NSApplication --->
System.ExecutionEngineException: SIGILL
at Monobjc.Cocoa.NSApplication..cctor () [0x00000]
--- End of inner exception stack trace ---
at MyApp.CocoaProgram.Main (System.String[] args) [0x00000] Nov 12 12:13:41
Anthonys-G3 crashdump[219]: MyApp crashed Nov 12 12:13:43 Anthonys-G3
crashdump[219]: crash report written to:
/Users/anthony/Library/Logs/CrashReporter/MyApp.crash.log
CrashDump:
Host Name: Anthonys-G3
Date/Time: 2009-11-12 12:13:35.048 -0800
OS Version: 10.4.11 (Build 8S165)
Report Version: 4
Command: MyApp
Path: /Applications/MyApp.app/Contents/MacOS/MyApp
Parent: WindowServer [54]
Version: ??? (1.0)
PID: 217
Thread: 0
Exception: EXC_BAD_INSTRUCTION (0x0002)
Code[0]: 0x00000002
Code[1]: 0xbffffd88
Thread 0 Crashed:
0 <<00000000>> 0xbffffd88 0 + -1073742456
1 <<00000000>> 0x025eee0c 0 + 39775756
2 <<00000000>> 0x025ea6b0 0 + 39757488
3 <<00000000>> 0x025ea74c 0 + 39757644
4 <<00000000>> 0x00ad6c4c 0 + 11365452
5 libmono.0.0.0.dylib 0x018174b8 mono_jit_runtime_invoke + 1432
(mini.c:4616)
6 libmono.0.0.0.dylib 0x019eb8ec mono_runtime_invoke + 140
(object.c:2585)
7 libmono.0.0.0.dylib 0x019e4fec mono_runtime_class_init_full + 1856
(object.c:352)
8 libmono.0.0.0.dylib 0x019e4898 mono_runtime_class_init + 36
(object.c:236)
9 libmono.0.0.0.dylib 0x01816654 mono_jit_compile_method_inner + 3424
(mini.c:4223)
10 libmono.0.0.0.dylib 0x018168a4 mono_jit_compile_method_with_opt +
556 (mini.c:4269)
11 libmono.0.0.0.dylib 0x01816a5c mono_jit_compile_method + 72
(mini.c:4294)
12 libmono.0.0.0.dylib 0x019e5bf8 mono_compile_method + 104
(object.c:552)
13 libmono.0.0.0.dylib 0x018e405c mono_magic_trampoline + 2672
(mini-trampolines.c:432)
14 <<00000000>> 0x00a68160 0 + 10912096
15 <<00000000>> 0x025ea34c 0 + 39756620
16 <<00000000>> 0x00ad6c4c 0 + 11365452
17 libmono.0.0.0.dylib 0x018174b8 mono_jit_runtime_invoke + 1432
(mini.c:4616)
18 libmono.0.0.0.dylib 0x019eb8ec mono_runtime_invoke + 140
(object.c:2585)
19 libmono.0.0.0.dylib 0x019e4fec mono_runtime_class_init_full + 1856
(object.c:352)
20 libmono.0.0.0.dylib 0x019e4898 mono_runtime_class_init + 36
(object.c:236)
21 libmono.0.0.0.dylib 0x01816654 mono_jit_compile_method_inner + 3424
(mini.c:4223)
22 libmono.0.0.0.dylib 0x018168a4 mono_jit_compile_method_with_opt +
556 (mini.c:4269)
23 libmono.0.0.0.dylib 0x01816a5c mono_jit_compile_method + 72
(mini.c:4294)
24 libmono.0.0.0.dylib 0x019e5bf8 mono_compile_method + 104
(object.c:552)
25 libmono.0.0.0.dylib 0x018e405c mono_magic_trampoline + 2672
(mini-trampolines.c:432)
26 <<00000000>> 0x00a68160 0 + 10912096
27 <<00000000>> 0x00ad6330 0 + 11363120
28 <<00000000>> 0x00ad642c 0 + 11363372
29 libmono.0.0.0.dylib 0x018174b8 mono_jit_runtime_invoke + 1432
(mini.c:4616)
30 libmono.0.0.0.dylib 0x019eb8ec mono_runtime_invoke + 140
(object.c:2585)
31 libmono.0.0.0.dylib 0x019edddc mono_runtime_exec_main + 816
(object.c:3516)
32 libmono.0.0.0.dylib 0x019ed5d8 mono_runtime_run_main + 976
(object.c:3295)
33 libmono.0.0.0.dylib 0x018b577c mono_jit_exec + 224 (driver.c:928)
34 libmono.0.0.0.dylib 0x018b5a50 main_thread_handler + 688
(driver.c:989)
35 libmono.0.0.0.dylib 0x018b7e94 mono_main + 7908 (driver.c:1676)
36 MyApp 0x00002aa4 main + 208
37 MyApp 0x00002848 _start + 760
38 MyApp 0x0000254c start + 48
Thread 1:
0 libSystem.B.dylib 0x9000af48 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
2 libmono.0.0.0.dylib 0x019176d0 mach_exception_thread + 80
(mini-darwin.c:131)
3 libmono.0.0.0.dylib 0x01abab34 GC_start_routine + 160
(pthread_support.c:1390)
4 libSystem.B.dylib 0x9002b908 _pthread_body + 96
Thread 2:
0 libSystem.B.dylib 0x90040df8 mach_wait_until + 8
1 libSystem.B.dylib 0x90040bc4 nanosleep + 388
2 libmono.0.0.0.dylib 0x01a60364 collection_thread + 64
(collection.c:37)
3 libSystem.B.dylib 0x9002b908 _pthread_body + 96
Thread 3:
0 libSystem.B.dylib 0x9002c0b8 semaphore_wait_trap + 8
1 libmono.0.0.0.dylib 0x01962614 finalizer_thread + 116 (gc.c:1029)
2 libmono.0.0.0.dylib 0x01a360e8 start_wrapper + 644 (threads.c:657)
3 libmono.0.0.0.dylib 0x01a873c4 thread_start_routine + 252
(wthreads.c:286)
4 libmono.0.0.0.dylib 0x01abab34 GC_start_routine + 160
(pthread_support.c:1390)
5 libSystem.B.dylib 0x9002b908 _pthread_body + 96
Thread 0 crashed with PPC Thread State 64:
srr0: 0x00000000bffffd88 srr1: 0x000000000008f930
vrsave: 0x0000000000000000
cr: 0x24000244 xer: 0x0000000000000020 lr: 0x00000000025eeee8
ctr: 0x00000000bffffd84
r0: 0x00000000bffffd84 r1: 0x00000000bfffe748 r2: 0x0000000000000001
r3: 0x00000000023dda50
r4: 0x0000000002a82268 r5: 0x00000000bfffeeec r6: 0x0000000000d047f8
r7: 0x0000000000d92f20
r8: 0x00000000bfffe608 r9: 0x00000000a0001fa4 r10: 0x0000000000000005
r11: 0x00000000025eeeb8
r12: 0x000000000283f454 r13: 0x0000000000000000 r14: 0x0000000000000000
r15: 0x0000000000000000
r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000
r19: 0x0000000000000000
r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x0000000000000000
r23: 0x0000000000000000
r24: 0x0000000000000000 r25: 0x0000000000000002 r26: 0x00000000bffffd84
r27: 0x00000000bffffd68
r28: 0x0000000000aa2f74 r29: 0x00000000023dda50 r30: 0x00000000025fca60
r31: 0x00000000bfffe868
Binary Images Description:
0x1000 - 0x2fff MyApp ??? (1.0)
/Applications/MyApp.app/Contents/MacOS/MyApp
0xa34000 - 0xa38fff libgthread-2.0.0.dylib
/Applications/MyApp.app/Contents/MacOS/libgthread-2.0.0.dylib
0xa3c000 - 0xa45fff libintl.8.0.2.dylib
/Applications/MyApp.app/Contents/MacOS/libintl.8.0.2.dylib
0xc05000 - 0xcc9fff libglib-2.0.0.dylib
/Applications/MyApp.app/Contents/MacOS/libglib-2.0.0.dylib
0xf15000 - 0xf18fff libmonobjc.1.dylib
/Applications/MyApp.app/Contents/MacOS/libmonobjc.1.dylib
0x1808000 - 0x1b5afff libmono.0.0.0.dylib
/Applications/MyApp.app/Contents/MacOS/libmono.0.0.0.dylib
0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x90214000 - 0x90219fff libmathCommon.A.dylib
/usr/lib/system/libmathCommon.A.dylib
0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90293000 - 0x90344fff ATS
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.84 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90aea000 - 0x90b5cfff IOKit
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.19
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90f92000 - 0x90fd4fff com.apple.CFNetwork 129.24
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
0x91123000 - 0x912defff com.apple.security 4.6 (29770)
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x914fe000 - 0x91536fff com.apple.AE 312.2
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91551000 - 0x91623fff com.apple.ColorSync 4.4.11
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91904000 - 0x91929fff com.apple.FindByContent 1.5
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.8
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91b48000 - 0x91b66fff libJPEG.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91b6c000 - 0x91c23fff libJP2.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91c72000 - 0x91c76fff libGIF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91c78000 - 0x91ce2fff libRaw.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91ce7000 - 0x91d01fff libPng.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91d06000 - 0x91d09fff libRadiance.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91d0b000 - 0x91df9fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x91e18000 - 0x91e56fff libTIFF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91e5d000 - 0x91e5dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91e5f000 - 0x91f44fff com.apple.vImage 2.4
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91f4c000 - 0x91f6bfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91fd7000 - 0x92045fff libvMisc.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x92050000 - 0x920e5fff libvDSP.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x920ff000 - 0x92687fff libBLAS.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x926ba000 - 0x929e5fff libLAPACK.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92a15000 - 0x92b03fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92b06000 - 0x92b8efff com.apple.DesktopServices 1.3.7
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92bcf000 - 0x92e02fff com.apple.Foundation 6.4.12 (567.42)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92f35000 - 0x92f53fff libGL.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92f5e000 - 0x92fb8fff libGLU.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92fd6000 - 0x92fd6fff com.apple.Carbon 10.4 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92fd8000 - 0x92fecfff com.apple.ImageCapture 3.0
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x93004000 - 0x93014fff com.apple.speech.recognition.framework 3.4
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x93020000 - 0x93035fff com.apple.securityhi 2.0 (203)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x93047000 - 0x930cefff com.apple.ink.framework 101.2 (69)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x930e2000 - 0x930edfff com.apple.help 1.0.3 (32)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x930f7000 - 0x93125fff com.apple.openscripting 1.2.7 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9313f000 - 0x9314efff com.apple.print.framework.Print 5.2 (192.4)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9315a000 - 0x931c0fff com.apple.htmlrendering 1.1.2
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x931f1000 - 0x93240fff com.apple.NavigationServices 3.4.4 (3.4.3)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9326e000 - 0x9328bfff com.apple.audio.SoundManager 3.9
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9329d000 - 0x932aafff com.apple.CommonPanels 1.2.2 (73)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x932b3000 - 0x935c1fff com.apple.HIToolbox 1.4.10 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93711000 - 0x9371dfff com.apple.opengl 1.4.7
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93796000 - 0x93796fff com.apple.Cocoa 6.4 (???)
/System/Library/Frameworks/Cocoa.framework/Cocoa
0x93798000 - 0x93dcbfff com.apple.AppKit 6.4.10 (824.48)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94158000 - 0x941cafff com.apple.CoreData 91 (92.1)
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94203000 - 0x942c8fff com.apple.audio.toolbox.AudioToolbox 1.4.7
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9431b000 - 0x9431bfff com.apple.audio.units.AudioUnit 1.4
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9431d000 - 0x944ddfff com.apple.QuartzCore 1.4.12
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94527000 - 0x94564fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x9456c000 - 0x945bcfff libGLImage.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x945c5000 - 0x945defff com.apple.CoreVideo 1.4.2
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94c31000 - 0x94ca2fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x95079000 - 0x95096fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x9b972000 - 0x9b994fff libmx.A.dylib /usr/lib/libmx.A.dylib