Hey Chris,

I do not get the error with the 1.2 framework.  I think I know what
the error is.  The error is in
the function _launchGrowlIfInstalledWithRegistrationDictionary  This
chunk of code:
        if (!growlHelperAppPath) {
                //Look for an installed-but-not-running GHA.
                growlPrefPaneBundle = [GrowlPathUtilities growlPrefPaneBundle];
                growlHelperAppPath = [growlPrefPaneBundle
pathForResource:@"GrowlHelperApp"
                                                                                
                                   ofType:@"app"];
        }
is never run and so growlPrefPaneBundle is left uninitialized.
The code in 1.2 is different because it had an #ifdef DEBUG around it.

Thanks,
David

On Aug 1, 2:06 pm, Chris Forsythe <[email protected]> wrote:
> If you put the 1.2 framework into the same .app, do you see the same problem?
>
> Chris
>
> On Jul 29, 2010, at 2:15 PM, David wrote:> Hello,
>
> > I noticed a crash when trying to run BeepHammer with Growl-
> > WithInstaller.  It seems that in GrowlApplicationBridge.m:749 you call
> > checkForPackagedUpdateForGrowlPrefPaneBundle with an uninitialized
> > growlPrefPaneBundle pointer.
>
> > Here is the crash report.
> > Thanks,
> > David
>
> > Process:         BeepHammer Growl-WithInstaller [5787]
> > Path:            /Users/david/mac_dependencies/third-party/Growl/
> > Developer Tools/BeepHammer/build/Debug/BeepHammer Growl-
> > WithInstaller.app/Contents/MacOS/BeepHammer Growl-WithInstaller
> > Identifier:      com.Growl.BeepHammer_Growl-WithInstaller
> > Version:         0.1 (0.1)
> > Code Type:       X86-64 (Native)
> > Parent Process:  launchd [89]
>
> > Date/Time:       2010-07-29 11:53:27.352 -0700
> > OS Version:      Mac OS X 10.6.4 (10F569)
> > Report Version:  6
>
> > Interval Since Last Report:          344980 sec
> > Crashes Since Last Report:           1
> > Per-App Interval Since Last Report:  1 sec
> > Per-App Crashes Since Last Report:   1
> > Anonymous UUID:                      CF6CA044-5C3C-4DE0-B90F-
> > A1D448C254DA
>
> > Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
> > Exception Codes: 0x000000000000000d, 0x0000000000000000
> > Crashed Thread:  0  Dispatch queue: com.apple.main-thread
>
> > Application Specific Information:
> > objc_msgSend() selector name: infoDictionary
>
> > Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
> > 0   libobjc.A.dylib                0x00007fff814992b3
> > objc_msgSend_fixup + 111
> > 1   ...growlwithinstallerframework 0x000000010000e323 +
> > [GrowlApplicationBridge
> > _checkForPackagedUpdateForGrowlPrefPaneBundle:] + 311
> > (GrowlApplicationBridge.m:706)
> > 2   ...growlwithinstallerframework 0x000000010000e50f +
> > [GrowlApplicationBridge
> > _launchGrowlIfInstalledWithRegistrationDictionary:] + 240
> > (GrowlApplicationBridge.m:749)
> > 3   ...growlwithinstallerframework 0x000000010000c502 +
> > [GrowlApplicationBridge setGrowlDelegate:] + 1143
> > (GrowlApplicationBridge.m:187)
> > 4   ...pHammer_Growl-WithInstaller 0x00000001000023f0 -[BeepController
> > awakeFromNib] + 348 (BeepController.m:65)
> > 5   com.apple.CoreFoundation       0x00007fff840bb47d -[NSSet
> > makeObjectsPerformSelector:] + 205
> > 6   com.apple.AppKit               0x00007fff822b1aa3 -[NSIBObjectData
> > nibInstantiateWithOwner:topLevelObjects:] + 1445
> > 7   com.apple.AppKit               0x00007fff822afcd9 loadNib + 226
> > 8   com.apple.AppKit               0x00007fff822af1e9 +
> > [NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:]
> > + 248
> > 9   com.apple.AppKit               0x00007fff822af021 +
> > [NSBundle(NSNibLoading) loadNibNamed:owner:] + 326
> > 10  com.apple.AppKit               0x00007fff822ac5a3
> > NSApplicationMain + 279
> > 11  ...pHammer_Growl-WithInstaller 0x000000010000180c start + 52
>
> > Thread 1:  Dispatch queue: com.apple.libdispatch-manager
> > 0   libSystem.B.dylib              0x00007fff86f0d08a kevent + 10
> > 1   libSystem.B.dylib              0x00007fff86f0ef5d
> > _dispatch_mgr_invoke + 154
> > 2   libSystem.B.dylib              0x00007fff86f0ec34
> > _dispatch_queue_invoke + 185
> > 3   libSystem.B.dylib              0x00007fff86f0e75e
> > _dispatch_worker_thread2 + 252
> > 4   libSystem.B.dylib              0x00007fff86f0e088
> > _pthread_wqthread + 353
> > 5   libSystem.B.dylib              0x00007fff86f0df25 start_wqthread +
> > 13
>
> > Thread 2:
> > 0   libSystem.B.dylib              0x00007fff86f0deaa
> > __workq_kernreturn + 10
> > 1   libSystem.B.dylib              0x00007fff86f0e2bc
> > _pthread_wqthread + 917
> > 2   libSystem.B.dylib              0x00007fff86f0df25 start_wqthread +
> > 13
>
> > Thread 3:
> > 0   libSystem.B.dylib              0x00007fff86f0deaa
> > __workq_kernreturn + 10
> > 1   libSystem.B.dylib              0x00007fff86f0e2bc
> > _pthread_wqthread + 917
> > 2   libSystem.B.dylib              0x00007fff86f0df25 start_wqthread +
> > 13
>
> > Thread 0 crashed with X86 Thread State (64-bit):
> >  rax: 0x00007fff81499244  rbx: 0x0000000100185d80  rcx:
> > 0x0000000000000000  rdx: 0x0000000000000001
> >  rdi: 0x6967657258746365  rsi: 0x0000000100024bb0  rbp:
> > 0x00007fff5fbff1d0  rsp: 0x00007fff5fbff110
> >   r8: 0x00007fff84185a29   r9: 0x0000000000000000  r10:
> > 0x0000000100185d80  r11: 0x000000010001a4ce
> >  r12: 0x00007fff8149a1a0  r13: 0x00007fff82a8a7f0  r14:
> > 0x00000001000040d8  r15: 0x00007fff82a2e000
> >  rip: 0x00007fff814992b3  rfl: 0x0000000000010202  cr2:
> > 0x000000010087c000
>
> > Binary Images:
> >       0x100000000 -        0x100003ff7 +com.Growl.BeepHammer_Growl-
> > WithInstaller 0.1 (0.1) <EFB02C8D-AD37-944A-1C00-5C8D091938B8> /Users/
> > david/mac_dependencies/third-party/Growl/Developer Tools/BeepHammer/
> > build/Debug/BeepHammer Growl-WithInstaller.app/Contents/MacOS/
> > BeepHammer Growl-WithInstaller
> >       0x100008000 -        0x100021fff
> > +com.growl.growlwithinstallerframework 1.2.1 (1.2.1) <D1A606B2-
> > BECF-9DE6-4C98-B772B56E23D5> /Users/david/mac_dependencies/third-party/
> > Growl/Developer Tools/BeepHammer/build/Debug/BeepHammer Growl-
> > WithInstaller.app/Contents/Frameworks/Growl-WithInstaller.framework/
> > Versions/A/Growl-WithInstaller
> >    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???)
> > <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
> >    0x7fff80003000 -     0x7fff80008fff  libGIF.dylib ??? (???)
> > <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/
> > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
> > Versions/A/Resources/libGIF.dylib
> >    0x7fff8022f000 -     0x7fff80299fe7  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
> >    0x7fff8029a000 -     0x7fff803a9fe7  libcrypto.0.9.8.dylib 0.9.8
> > (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/
> > libcrypto.0.9.8.dylib
> >    0x7fff803aa000 -     0x7fff80484ff7  com.apple.vImage 4.0 (4.0)
> > <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/
> > Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/
> > vImage
> >    0x7fff8049e000 -     0x7fff804a2ff7  libmathCommon.A.dylib 315.0.0
> > (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/
> > system/libmathCommon.A.dylib
> >    0x7fff804a3000 -     0x7fff804b2ff7  com.apple.opengl 1.6.8
> > (1.6.8) <0CDC4F98-7981-A114-1778-AF171075138E> /System/Library/
> > Frameworks/OpenGL.framework/Versions/A/OpenGL
> >    0x7fff806ed000 -     0x7fff806edff7  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
> >    0x7fff806ee000 -     0x7fff8096ffef  com.apple.Foundation 6.6.3
> > (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/
> > Frameworks/Foundation.framework/Versions/C/Foundation
> >    0x7fff80970000 -     0x7fff80a10fff  com.apple.LaunchServices
> > 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/
> > Frameworks/CoreServices.framework/Versions/A/Frameworks/
> > LaunchServices.framework/Versions/A/LaunchServices
> >    0x7fff80a11000 -     0x7fff80d0ffe7  com.apple.HIToolbox 1.6.3
> > (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/
> > Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/
> > Versions/A/HIToolbox
> >    0x7fff81083000 -     0x7fff81083ff7  com.apple.Carbon 150 (152)
> > <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/
> > Carbon.framework/Versions/A/Carbon
> >    0x7fff810c4000 -     0x7fff810d3fff  com.apple.NetFS 3.2.1 (3.2.1)
> > <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/
> > NetFS.framework/Versions/A/NetFS
> >    0x7fff81125000 -     0x7fff8116efef  libGLU.dylib ??? (???)
> > <34D118CD-F9EE-D023-FEBF-74581DEF31CD> /System/Library/Frameworks/
> > OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> >    0x7fff811b7000 -     0x7fff811befff  com.apple.OpenDirectory 10.6
> > (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/
> > Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
> >    0x7fff811bf000 -     0x7fff811c1fff
> > com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-
> > B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/
> > Versions/A/Frameworks/Print.framework/Versions/A/Print
> >    0x7fff811c9000 -     0x7fff812e0fef  libxml2.2.dylib 10.3.0
> > (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/
> > libxml2.2.dylib
> >    0x7fff812ed000 -     0x7fff8136afef  libstdc++.6.dylib 7.9.0
> > (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/
> > libstdc++.6.dylib
> >    0x7fff8136b000 -     0x7fff81428ff7
> > com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-
> > E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/
> > CoreServices.framework/Versions/A/Frameworks/OSServices.framework/
> > Versions/A/OSServices
> >    0x7fff8148c000 -     0x7fff81491ff7  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
> >    0x7fff81494000 -     0x7fff8154afff  libobjc.A.dylib 227.0.0
> > (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/
> > libobjc.A.dylib
> >    0x7fff8154b000 -     0x7fff81573fff  com.apple.DictionaryServices
> > 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/
> > Frameworks/CoreServices.framework/Versions/A/Frameworks/
> > DictionaryServices.framework/Versions/A/DictionaryServices
> >    0x7fff81574000 -     0x7fff81574ff7  com.apple.ApplicationServices
> > 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/
> > Frameworks/ApplicationServices.framework/Versions/A/
> > ApplicationServices
> >    0x7fff81619000 -     0x7fff81627ff7  libkxld.dylib ??? (???)
> > <EE840168-1F67-6219-8BA3-C46039BCC8B3> /usr/lib/system/libkxld.dylib
> >    0x7fff81628000 -     0x7fff81e32fe7  libBLAS.dylib 219.0.0
> > (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/
> > Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
> > vecLib.framework/Versions/A/libBLAS.dylib
> >    0x7fff81e33000 -     0x7fff81e33ff7  com.apple.CoreServices 44
> > (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/
> > CoreServices.framework/Versions/A/CoreServices
> >    0x7fff81e98000 -     0x7fff81ec3ff7  libxslt.1.dylib 3.24.0
> > (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/
> > libxslt.1.dylib
> >    0x7fff81ec4000 -     0x7fff81ec4ff7  com.apple.Cocoa 6.6 (???)
> > <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/
> > Cocoa.framework/Versions/A/Cocoa
> >    0x7fff81ecc000 -     0x7fff81ee2fff  com.apple.ImageCapture 6.0
> > (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/
> > Frameworks/Carbon.framework/Versions/A/Frameworks/
> > ImageCapture.framework/Versions/A/ImageCapture
> >    0x7fff8214e000 -     0x7fff8218ffef  com.apple.QD 3.35 (???)
> > <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/
> > ApplicationServices.framework/Versions/A/Frameworks/QD.framework/
> > Versions/A/QD
> >    0x7fff82190000 -     0x7fff82193fff  com.apple.help 1.3.1 (41)
> > <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/
> > Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> >    0x7fff821fd000 -     0x7fff8228dfff  com.apple.SearchKit 1.3.0
> > (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/
> > Frameworks/CoreServices.framework/Versions/A/Frameworks/
> > SearchKit.framework/Versions/A/SearchKit
> >    0x7fff822aa000 -     0x7fff82ca0fff  com.apple.AppKit 6.6.6
> > (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/
> > Frameworks/AppKit.framework/Versions/C/AppKit
> >    0x7fff82ca1000 -     0x7fff82d56fe7  com.apple.ColorSync 4.6.3
> > (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/
> > Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
> > ColorSync.framework/Versions/A/ColorSync
> >    0x7fff82d84000 -     0x7fff82d85ff7
> > com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-
> > E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/
> > A/AudioUnit
> >    0x7fff82e79000 -     0x7fff832bcfef  libLAPACK.dylib 219.0.0
> > (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/
> > Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
> > vecLib.framework/Versions/A/libLAPACK.dylib
> >    0x7fff835c2000 -     0x7fff83937fe7  com.apple.RawCamera.bundle
> > 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/
> > CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
> >    0x7fff83a81000 -     0x7fff83c3ffff  libicucore.A.dylib 40.0.0
> > (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/
> > libicucore.A.dylib
> >    0x7fff83c40000 -     0x7fff83c43ff7  com.apple.securityhi 4.0
> > (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/
> > Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/
> > Versions/A/SecurityHI
> >    0x7fff83f1d000 -     0x7fff8405bfff  com.apple.CoreData 102.1
> > (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/
> > Frameworks/CoreData.framework/Versions/A/CoreData
> >    0x7fff8405c000 -     0x7fff841d1ff7  com.apple.CoreFoundation
> > 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/
> > Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> >    0x7fff84eb7000 -     0x7fff84f3cfff
> > com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-
> > A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/
> > ApplicationServices.framework/Versions/A/Frameworks/
> > PrintCore.framework/Versions/A/PrintCore
> >    0x7fff84ff6000 -     0x7fff85001ff7
> > com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-
> > DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/
> > Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/
> > Versions/A/SpeechRecognition
> >    0x7fff85040000 -     0x7fff85373fe7
> > com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-
> > D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/
> > Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> >    0x7fff854e3000 -     0x7fff8559cfff  libsqlite3.dylib 9.6.0
> > (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/
> > libsqlite3.dylib
> >    0x7fff855d6000 -     0x7fff856a6ff7  com.apple.CFNetwork 454.9.7
> > (454.9.7) <AA6EB690-6CCF-603D-AAC2-35B9E05D1593> /System/Library/
> > Frameworks/CoreServices.framework/Versions/A/Frameworks/
> > CFNetwork.framework/Versions/A/CFNetwork
> >    0x7fff856af000 -     0x7fff856afff7  com.apple.Accelerate 1.6
> > (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/
> > Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> >    0x7fff856b0000 -     0x7fff856c6fef  libbsm.0.dylib ??? (???)
> > <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
> >    0x7fff8574f000 -     0x7fff857fefff  edu.mit.Kerberos 6.5.10
> > (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/
> > Frameworks/Kerberos.framework/Versions/A/Kerberos
> >    0x7fff857ff000 -     0x7fff85818fff  com.apple.CFOpenDirectory
> > 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/
> > Frameworks/OpenDirectory.framework/Versions/A/Frameworks/
> > CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> >    0x7fff85819000 -     0x7fff8583efe7  com.apple.CoreVideo 1.6.1
> > (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/
> > Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> >    0x7fff8588a000 -     0x7fff8588ffff  libGFXShared.dylib ??? (???)
> > <1265FAEF-1C97-B339-28A4-4510589B067B> /System/Library/Frameworks/
> > OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> >    0x7fff85890000 -     0x7fff858e1fe7  com.apple.HIServices 1.8.0
> > (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/
> > Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
> > HIServices.framework/Versions/A/HIServices
> >    0x7fff85b6f000 -     0x7fff85b70ff7
> > com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-
> > EAAD-535A58DD3550> /System/Library/PrivateFrameworks/
> > TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> >    0x7fff85b71000 -     0x7fff85b8cff7  com.apple.openscripting 1.3.1
> > (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/
> > Frameworks/Carbon.framework/Versions/A/Frameworks/
> > OpenScripting.framework/Versions/A/OpenScripting
> >    0x7fff85b8d000 -     0x7fff85b93ff7  com.apple.DiskArbitration 2.3
> > (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/
> > Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> >    0x7fff85bc4000 -     0x7fff85bd1fe7  libCSync.A.dylib 543.50.0
> > (compatibility 64.0.0) <7B891D4C-1F19-4DB0-FD12-7A7D5E8F47AE> /System/
> > Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
> > CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> >    0x7fff85bd2000 -     0x7fff85bd4fff  libRadiance.dylib ??? (???)
> > <D67C08B6-4D4A-916D-E936-528E145A56E2> /System/Library/Frameworks/
> > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
> > Versions/A/Resources/libRadiance.dylib
> >    0x7fff85c80000 -     0x7fff85ca6fe7  libJPEG.dylib ??? (???)
> > <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/
> > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
> > Versions/A/Resources/libJPEG.dylib
> >    0x7fff85cd7000 -     0x7fff85d55fff  com.apple.CoreText 3.1.0
> > (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/
> > Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
> > CoreText.framework/Versions/A/CoreText
> >    0x7fff85d8c000 -     0x7fff85ddbff7
> > com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0)
> > <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/
> > PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
> >    0x7fff85de8000 -     0x7fff85dfcff7
> > com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-
> > A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/
> > ApplicationServices.framework/Versions/A/Frameworks/
> > SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> >    0x7fff85e58000 -     0x7fff85e6dff7  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
> >    0x7fff85f33000 -     0x7fff85f7ffff  libauto.dylib ??? (???)
> > <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
> >    0x7fff85f9b000 -     0x7fff85fd6fff  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
> >    0x7fff867a2000 -     0x7fff867c3fff  libresolv.9.dylib 41.0.0
> > (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/
> > libresolv.9.dylib
> >    0x7fff867c4000 -     0x7fff86ec1067  com.apple.CoreGraphics
> > 1.543.50 (???) <46A7D60C-0500-B96C-ECAD-1D658487D213> /System/Library/
> > Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
> > CoreGraphics.framework/Versions/A/CoreGraphics
> >    0x7fff86ef3000 -     0x7fff870b3fef  libSystem.B.dylib 125.2.0
> > (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/
> > libSystem.B.dylib
> >    0x7fff870b4000 -     0x7fff870f1ff7  libFontRegistry.dylib ???
> > (???) <B63FCC3A-F49E-B42E-6D57-5F59E3A8D8B9> /System/Library/
> > Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
> > ATS.framework/Versions/A/Resources/libFontRegistry.dylib
> >    0x7fff87172000 -     0x7fff871aafef  libcups.2.dylib 2.8.0
> > (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/
> > libcups.2.dylib
> >    0x7fff871ed000 -     0x7fff87235ff7  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
> >    0x7fff87472000 -     0x7fff87597fef
> > com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3)
> > <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/
> > AudioToolbox.framework/Versions/A/AudioToolbox
> >    0x7fff87598000 -     0x7fff875c9fff  libGLImage.dylib ??? (???)
> > <2F18DB77-CF77-1311-9E20-FE460090C166> /System/Library/Frameworks/
> > OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> >    0x7fff875ca000 -     0x7fff87611ff7  com.apple.coreui 2 (114)
> > <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/
> > PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> >    0x7fff87612000 -     0x7fff87898ff7  com.apple.security 6.1.1
> > (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/
> > Frameworks/Security.framework/Versions/A/Security
> >    0x7fff878af000 -     0x7fff8796ffff  libFontParser.dylib ??? (???)
> > <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/
> > ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
> > Versions/A/Resources/libFontParser.dylib
> >    0x7fff87970000 -     0x7fff87982fe7  libsasl2.2.dylib 3.15.0
> > (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/
> > libsasl2.2.dylib
> >    0x7fff87983000 -     0x7fff87b39fef  com.apple.ImageIO.framework
> > 3.0.3 (3.0.3) <A32D0B5A-7149-7739-22D3-84D38B07E9E5> /System/Library/
> > Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
> > ImageIO.framework/Versions/A/ImageIO
> >    0x7fff87c9d000 -     0x7fff87ce7ff7  com.apple.Metadata 10.6.3
> > (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/
> > Frameworks/CoreServices.framework/Versions/A/Frameworks/
> > Metadata.framework/Versions/A/Metadata
> >    0x7fff87f4f000 -     0x7fff87fe9fff
> > com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-
> > AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/
> > Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> >    0x7fff87fea000 -     0x7fff8803ffef
> > com.apple.framework.familycontrols 2.0.1 (2010)
> > <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/
> > PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
> >    0x7fff88050000 -     0x7fff880cffef  com.apple.audio.CoreAudio
> > 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/
> > Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> >    0x7fff880d0000 -     0x7fff88185fe7  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
> >    0x7fff881b6000 -     0x7fff881cafff  libGL.dylib ??? (???)
> > <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/
> > OpenGL.framework/Versions/A/Libraries/libGL.dylib
> >    0x7fff881cb000 -     0x7fff881cbff7  com.apple.vecLib 3.6 (vecLib
> > 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/
> > vecLib.framework/Versions/A/vecLib
> >    0x7fff881cc000 -     0x7fff881ecff7
> > com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-
> > D294-5CEBC1C34C5A> /System/Library/Frameworks/
> > DirectoryService.framework/Versions/A/DirectoryService
> >    0x7fff881fa000 -     0x7fff88249fef  libTIFF.dylib ??? (???)
> > <A66CBA9C-A38D-5EDB-BFB5-CB398F033D6F> /System/Library/Frameworks/
> > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
> > Versions/A/Resources/libTIFF.dylib
> >    0x7fff8824a000 -     0x7fff88268fff  libPng.dylib ??? (???)
> > <F6932C8D-E6B1-0871-B698-15180AA948F7> /System/Library/Frameworks/
> > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
> > Versions/A/Resources/libPng.dylib
> >    0x7fff8844d000 -     0x7fff884abff7  com.apple.framework.IOKit 2.0
> > (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/
> > Frameworks/IOKit.framework/Versions/A/IOKit
> >    0x7fff88663000 -     0x7fff88686fff  com.apple.opencl 12.1 (12.1)
> > <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/
> > OpenCL.framework/Versions/A/OpenCL
> >    0x7fff8873b000 -     0x7fff8873eff7  libCoreVMClient.dylib ???
> > (???) <DBB2C09F-4BF4-326C-B775-B7A128C501E3> /System/Library/
> > Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> >    0x7fff88783000 -     0x7fff8880ffef  SecurityFoundation ??? (???)
> > <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/
> > SecurityFoundation.framework/Versions/A/SecurityFoundation
> >    0x7fff88810000 -     0x7fff88851fff  com.apple.SystemConfiguration
> > 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/
> > Frameworks/SystemConfiguration.framework/Versions/A/
> > SystemConfiguration
> >    0x7fff88852000 -     0x7fff88863ff7  libz.1.dylib 1.2.3
> > (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/
> > libz.1.dylib
> >    0x7fff88864000 -     0x7fff8894afe7  com.apple.DesktopServices
> > 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/
> > PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
> > DesktopServicesPriv
> >    0x7fff8894b000 -     0x7fff88961ff7
> > com.apple.MultitouchSupport.framework 204.13 (204.13) <BFFEC259-F103-
> > B25A-BB52-1AA79116DDBA> /System/Library/PrivateFrameworks/
> > MultitouchSupport.framework/Versions/A/MultitouchSupport
> >    0x7fff88962000 -     0x7fff88a7bfef
> > libGLProgrammability.dylib ??? (???) <B057FC52-6A97-
> > F450-48D8-325A70423A53> /System/Library/Frameworks/OpenGL.framework/
> > Versions/A/Libraries/libGLProgrammability.dylib
> >    0x7fff88a7c000 -     0x7fff88a7dfff  liblangid.dylib ??? (???)
> > <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
> >    0x7fff88a7e000 -     0x7fff88a84ff7  IOSurface ??? (???)
> > <EB2019F6-7C5C-3D59-E11F-6119466C12A9> /System/Library/Frameworks/
> > IOSurface.framework/Versions/A/IOSurface
> >    0x7fff88b8a000 -     0x7fff88f23ff7  com.apple.QuartzCore 1.6.2
> > (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/
> > Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> >    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???)
> > <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
>
> > Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core
> > 2 Duo, 2.66 GHz, 4 GB, SMC 1.48f2
> > Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 256
> > MB
> > Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
> > Memory Module: global_name
> > AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D),
> > Broadcom BCM43xx 1.0 (5.10.91.27)
> > Bluetooth: Version 2.3.3f8, 2 service, 19 devices, 1 incoming serial
> > ports
> > Network Service: Ethernet, Ethernet, en0
> > Serial ATA Device: Hitachi HTS545032B9SA02, 298.09 GB
> > Serial ATA Device: MATSHITADVD-R   UJ-868
> > USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000
> > USB Device: Hub, 0x0424  (SMSC), 0x2512, 0x26200000
> > USB Device: USB Multimedia Keyboard, 0x0d62, 0x2106, 0x26220000
> > USB Device: Hub, 0x0424  (SMSC), 0x2602, 0x26210000
> > USB Device: USB Gaming Mouse, 0x046d  (Logitech Inc.), 0xc041,
> > 0x26212000
> > USB Device: Flash Card Reader, 0x0424  (SMSC), 0x2228, 0x26211000
> > USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403,
> > 0x26500000
> > USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.),
> > 0x0236, 0x04600000
> > USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
> > USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
> > USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.),
> > 0x8213, 0x06110000
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Growl Discuss" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/growldiscuss?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to