[Qt-interest] Linking Framework app on Mac with install_name_tool
Stan Warford
Stan.Warford at pepperdine.edu
Thu Jun 23 01:57:59 CEST 2011
> On 6/22/2011 12:29 PM, Stan Warford wrote:
>>> Message: 3
>>> Date: Wed, 22 Jun 2011 10:47:22 -0500
>>> From: Paul Miller<paul at fxtech.com>
>>>
>>> On 6/22/2011 10:24 AM, Stan Warford wrote:
>>>> I am trying to deploy a desktop app using Frameworks as described in the
>>>> Qt documentation. I am using Qt Creator 2.2.0 based on Qt 4.7.4 (64
>>>> bit). I use otool to check for dependencies, copy the frameworks into
>>>> the app bundle, use install_name_tool to change the references, then do
>>>> a final check with otool. Although everything appears correct, the app
>>>> crashes, and I am at a loss as to how to debug the problem. My terminal
>>>> session is included below.
>>>
>>> Don't forget to also fix the ids and references in your embedded Qt
>>> Frameworks as well!
>>
>> As shown in my terminal session in my original post, I did change the reference in QtGui, which refers to QtCore. Did I do that correctly? Is there some other reference that needs changing? If so, how do I find that out?
>
> Hmm - oh yeah it looks like you did. You changed both the -id for each
> framework, and the reference for each one back to QtCore, so that looks ok.
>
> Have you tried opening the Mac console and looking at the dump when you
> run your app? It might give you clues about WHY the program isn't
> starting up.
OK. Here are the first two messages.
6/22/11 4:42:18 PM [0x0-0x11ff1fe].com.pepcsdept.pep8cpu[58695] objc[58695]: Class QCocoaColorPanelDelegate is implemented in both /Users/warford/pep8cpu/pep8cpu.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/Current/QtGui and /Users/warford/QtSDK/Desktop/Qt/473/gcc/lib/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
6/22/11 4:42:18 PM [0x0-0x11ff1fe].com.pepcsdept.pep8cpu[58695] objc[58695]: Class QMacSoundDelegate is implemented in both /Users/warford/pep8cpu/pep8cpu.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/Current/QtGui and /Users/warford/QtSDK/Desktop/Qt/473/gcc/lib/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
and there are a bunch more like it. Then there is this message
6/22/11 4:42:19 PM [0x0-0x11ff1fe].com.pepcsdept.pep8cpu[58695] QMetaObject::connectSlotsByName: No matching signal for on_actionFile_New_triggered()
and a bunch more like that. Finally the last three messages are
6/22/11 4:42:19 PM [0x0-0x11ff1fe].com.pepcsdept.pep8cpu[58695] QWidget: Cannot create a QWidget when no GUI is being used
6/22/11 4:42:19 PM com.apple.launchd.peruser.501[97] ([0x0-0x11ff1fe].com.pepcsdept.pep8cpu[58695]) Job appears to have crashed: Abort trap
6/22/11 4:42:19 PM ReportCrash[58698] Saved crash report for pep8cpu[58695] version ??? (47) to /Users/warford/Library/Logs/DiagnosticReports/pep8cpu_2011-06-22-164219_Stan-Warfords-iMac.crash
The crash report is below, but I do not know enough about the low level details to interpret it.
I am wondering why the system is confused about the Frameworks being both in my app bundle and in the QtSDK library. It seems the library should be invisible to it if the references in the app bundle are changed correctly.
Thanks for the help!
Stan
-----------
Crash report
-----------
Process: pep8cpu [58695]
Path: /Users/warford/pep8cpu/pep8cpu.app/Contents/MacOS/pep8cpu
Identifier: com.pepcsdept.pep8cpu
Version: ??? (47)
Code Type: X86-64 (Native)
Parent Process: launchd [97]
Date/Time: 2011-06-22 16:42:19.074 -0700
OS Version: Mac OS X 10.6.7 (10J869)
Report Version: 6
Interval Since Last Report: 3988044 sec
Crashes Since Last Report: 23
Per-App Interval Since Last Report: 14001 sec
Per-App Crashes Since Last Report: 14
Anonymous UUID: B74023DE-D45A-40BC-867C-145722EC5F08
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Application Specific Information:
abort() called
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x00007fff8023b5d6 __kill + 10
1 libSystem.B.dylib 0x00007fff802dbcd6 abort + 83
2 QtCore 0x0000000103900a15 qt_message_output(QtMsgType, char const*) + 117
3 QtCore 0x0000000103900bf7 qt_message(QtMsgType, char const*, __va_list_tag*) + 183
4 QtCore 0x0000000103900dba qFatal(char const*, ...) + 170
5 QtGui 0x0000000102d6134c QWidgetPrivate::init(QWidget*, QFlags<Qt::WindowType>) + 812
6 QtGui 0x0000000102d61894 QWidget::QWidget(QWidget*, QFlags<Qt::WindowType>) + 132
7 QtWebKit 0x0000000100b8cc0e QWebView::QWebView(QWidget*) + 30
8 com.pepcsdept.pep8cpu 0x000000010002f59f Ui_HelpDialog::setupUi(QDialog*) + 2127
9 com.pepcsdept.pep8cpu 0x000000010002c274 HelpDialog::HelpDialog(QWidget*) + 84
10 com.pepcsdept.pep8cpu 0x0000000100006057 MainWindow::MainWindow(QWidget*) + 503
11 com.pepcsdept.pep8cpu 0x0000000100003d5c main + 76
12 com.pepcsdept.pep8cpu 0x0000000100003ce8 start + 52
Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff8020612a kevent + 10
1 libSystem.B.dylib 0x00007fff80207ffd _dispatch_mgr_invoke + 154
2 libSystem.B.dylib 0x00007fff80207cd4 _dispatch_queue_invoke + 185
3 libSystem.B.dylib 0x00007fff802077fe _dispatch_worker_thread2 + 252
4 libSystem.B.dylib 0x00007fff80207128 _pthread_wqthread + 353
5 libSystem.B.dylib 0x00007fff80206fc5 start_wqthread + 13
Thread 2:
0 libSystem.B.dylib 0x00007fff80206f4a __workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff8020735c _pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff80206fc5 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x00007fff5fbff438 rdx: 0x0000000000000000
rdi: 0x000000000000e547 rsi: 0x0000000000000006 rbp: 0x00007fff5fbff450 rsp: 0x00007fff5fbff438
r8: 0x00007fff70046a40 r9: 0x000000000000001e r10: 0x00007fff80237616 r11: 0x0000000000000206
r12: 0x0000000000000003 r13: 0x00007fff5fbff500 r14: 0x0000000000000003 r15: 0x00007fff5fbff6b0
rip: 0x00007fff8023b5d6 rfl: 0x0000000000000206 cr2: 0x000000010337c288
Binary Images:
0x100000000 - 0x100207fff +com.pepcsdept.pep8cpu ??? (47) <E8C61BA4-CAAA-2D16-F92A-977144AC0ACD> /Users/warford/pep8cpu/pep8cpu.app/Contents/MacOS/pep8cpu
0x100232000 - 0x1014e7fe7 +QtWebKit 4.7.3 (compatibility 4.7.0) <BFC246DD-3CB6-5F9A-C012-8CF7810AFDD3> /Users/warford/pep8cpu/pep8cpu.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
0x101c82000 - 0x102657fe7 +QtGui 4.7.3 (compatibility 4.7.0) <2E4C8591-7B5F-9493-BA0D-1E35F352D918> /Users/warford/pep8cpu/pep8cpu.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x1028fc000 - 0x102b84fef +QtCore 4.7.3 (compatibility 4.7.0) <2AE1ECEA-6851-B7C1-4C80-486A4FFBF545> /Users/warford/pep8cpu/pep8cpu.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0x102c18000 - 0x102c5dff7 +phonon 4.4.0 (compatibility 4.4.0) <07A0A4C4-B0DD-9EC4-4475-60B78A5F959B> /Users/warford/QtSDK/Desktop/Qt/473/gcc/lib/phonon.framework/Versions/4/phonon
0x102c83000 - 0x103658fe7 +QtGui 4.7.3 (compatibility 4.7.0) <2E4C8591-7B5F-9493-BA0D-1E35F352D918> /Users/warford/QtSDK/Desktop/Qt/473/gcc/lib/QtGui.framework/Versions/4/QtGui
0x1038fd000 - 0x103b85fef +QtCore 4.7.3 (compatibility 4.7.0) <2AE1ECEA-6851-B7C1-4C80-486A4FFBF545> /Users/warford/QtSDK/Desktop/Qt/473/gcc/lib/QtCore.framework/Versions/4/QtCore
0x103c19000 - 0x103d40ff7 +QtNetwork 4.7.3 (compatibility 4.7.0) <5651C615-4706-95B9-34D7-1501AEB63679> /Users/warford/QtSDK/Desktop/Qt/473/gcc/lib/QtNetwork.framework/Versions/4/QtNetwork
0x1185f4000 - 0x118622ff7 +libqtaccessiblewidgets.dylib ??? (???) <A70CA862-5248-574B-A8C5-F9483FC27714> /Users/warford/QtSDK/Desktop/Qt/473/gcc/plugins/accessible/libqtaccessiblewidgets.dylib
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
0x7fff8014e000 - 0x7fff80179ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
0x7fff801e7000 - 0x7fff801ebff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
0x7fff801ec000 - 0x7fff803adfff libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
0x7fff803ae000 - 0x7fff803ceff7 com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff803cf000 - 0x7fff80490fef com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff80491000 - 0x7fff805cffff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff805d0000 - 0x7fff805d5ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff808aa000 - 0x7fff809a2ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
0x7fff80aaf000 - 0x7fff80d32fe7 com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff80d33000 - 0x7fff80d49fff com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8118f000 - 0x7fff81347fef com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff81348000 - 0x7fff81391fef libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff814cd000 - 0x7fff814e3fe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff814eb000 - 0x7fff8160cfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
0x7fff81682000 - 0x7fff81e8cfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff81e8d000 - 0x7fff81e98ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff81e99000 - 0x7fff81e9efff libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff81e9f000 - 0x7fff81eaefff com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff81f9a000 - 0x7fff82990fff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff82991000 - 0x7fff829cafef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
0x7fff829cb000 - 0x7fff829fcfff libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff82a2d000 - 0x7fff82a34fff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff82aeb000 - 0x7fff82b7bfff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff82c04000 - 0x7fff82c50fff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
0x7fff82e36000 - 0x7fff82e38fff libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff82e39000 - 0x7fff82e3efff libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff82e3f000 - 0x7fff82e4efff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff82e4f000 - 0x7fff82ed4ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff82ed5000 - 0x7fff82ef2ff7 libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff82f83000 - 0x7fff82fd8ff7 com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff83226000 - 0x7fff832e3fff com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff832e4000 - 0x7fff835e2fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff836a0000 - 0x7fff839d4fff com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff839d5000 - 0x7fff839e9ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff839ea000 - 0x7fff83a12fff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff83a1d000 - 0x7fff83a58fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff83f5e000 - 0x7fff83f5eff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff83f5f000 - 0x7fff83febfef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff84115000 - 0x7fff8415cff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8415d000 - 0x7fff8415dff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8415e000 - 0x7fff84160fff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8424a000 - 0x7fff84250ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff84251000 - 0x7fff84257ff7 IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8436c000 - 0x7fff84425fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
0x7fff84426000 - 0x7fff84449fff com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff84546000 - 0x7fff84547ff7 com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff84548000 - 0x7fff84625fff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff84626000 - 0x7fff846c0ff7 com.apple.ApplicationServices.ATS 275.15.1 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff84967000 - 0x7fff84a80fef libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff84a81000 - 0x7fff84a92ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
0x7fff84ec1000 - 0x7fff85038fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff85039000 - 0x7fff85099fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff850a2000 - 0x7fff850eaff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff851b6000 - 0x7fff85266fff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8527b000 - 0x7fff85392fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
0x7fff85505000 - 0x7fff85508ff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff85554000 - 0x7fff85562ff7 libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
0x7fff8556f000 - 0x7fff855b2ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff855b3000 - 0x7fff859f7fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff859f8000 - 0x7fff85a39fff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff86746000 - 0x7fff86ae3fe7 com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff86b3d000 - 0x7fff86cfbfff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
0x7fff86fd0000 - 0x7fff86ff6fe7 libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8703d000 - 0x7fff87172ff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff871da000 - 0x7fff8729cfef libFontParser.dylib ??? (???) <363E2A8A-CEFE-9A74-E677-C240B27A4FC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8729d000 - 0x7fff872a3ff7 com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff872a4000 - 0x7fff872b6fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
0x7fff872b7000 - 0x7fff872b7ff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff872f3000 - 0x7fff872f3ff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff87344000 - 0x7fff87348ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff87349000 - 0x7fff87349ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff87385000 - 0x7fff873b8fff libTrueTypeScaler.dylib ??? (???) <6EFBF3B7-E4D5-E6AE-5A7D-22F37E288737> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff873b9000 - 0x7fff8748bfe7 com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8748c000 - 0x7fff8750bfe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff87542000 - 0x7fff875c0ff7 com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff875d3000 - 0x7fff875d3ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff875d4000 - 0x7fff875d7ff7 libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff875d8000 - 0x7fff875dbfff com.apple.help 1.3.1 (41) <E311A81E-9870-A430-1E16-AFF6C92CE6E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff875dc000 - 0x7fff876c2fef com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff876c3000 - 0x7fff876e8ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8772f000 - 0x7fff879b7fef com.apple.security 6.1.2 (55002) <015C9A08-3D07-9462-8E91-DB1924349621> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff879b8000 - 0x7fff879d1fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff879d2000 - 0x7fff87a1cff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff87a1d000 - 0x7fff87a6cfef libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff87aab000 - 0x7fff87ab8fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff87ac7000 - 0x7fff87addfef libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
0x7fff87b53000 - 0x7fff87bf3fff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff87bf4000 - 0x7fff87bf5ff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff87c46000 - 0x7fff87cfbfe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff87cfc000 - 0x7fff87cfdfff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
0x7fff87f0d000 - 0x7fff87f4aff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff881b9000 - 0x7fff881ceff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff881cf000 - 0x7fff88239fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8823a000 - 0x7fff8828cff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8828d000 - 0x7fff882aefff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
0x7fff882af000 - 0x7fff882c3fff libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff88360000 - 0x7fff883afff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x7fff88520000 - 0x7fff885ebfff ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <D3242F40-AA41-022C-1345-6BFC0E560460> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x7fff885ec000 - 0x7fff88669fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
0x7fff88a08000 - 0x7fff88abefff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <4B6351E5-A293-D814-36E1-E75E35C25D86> /usr/lib/libobjc.A.dylib
0x7fff88abf000 - 0x7fff88b00fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff88b01000 - 0x7fff88b1cff7 com.apple.openscripting 1.3.1 (???) <2243C17C-EE36-D5B6-3A3E-8258973FF789> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff88b1d000 - 0x7fff8921a06f com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
Model: iMac11,1, BootROM IM111.0034.B02, 4 processors, Intel Core i5, 2.66 GHz, 8 GB, SMC 1.54f36
Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: Hitachi HDS722020ALA330, 1.82 TB
Serial ATA Device: OPTIARC DVD RW AD-5680H
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000
-----------
More information about the Qt-interest-old
mailing list