3

(8 replies, posted in Features)

I thought about "inverse selection" because it is a more common operation when we want to effectuate actions on selected items.
The other point is "remove others" can confuse people : others than what ?

Your analyse prooved that "inverse selection" will not be really useful, so maybe "Remove not selected" could be the best compromise smile


EDIT: time to write my message and people found the solution big_smile

4

(8 replies, posted in Features)

Or a "inverse selection" which is more commun in applications.

I think it is more natural to link actions to selected items.

Just my opinion smile

On r782, bitrate calculation is now just fine smile

Thx for your work !

in r771, bitrate 192 is detected now "191", 160 as "159" and 128 as "127"

In 0.08 r753, Bitrate shows "187" when I am sure it is normally "192" (CBR).
Another one which is normally "160" is written "156" (But I dont remember if it is Varible or constant bitrate)
And "128" is "124"

By the way, do you think it is possible to add if it is Variable or Constant bitrate ?

r753 works for me smile
Thx a lot, Cog now launchs itself 10 times faster !

Hi,

After some tests to find why new Cog version was crashing on my system, I discovered that's because of the number of directories into my Music one.

How to reproduce (the faster):
1) empty your Music directory
2) use this shell script to create 248 empty directories:

for ((i=1; i<249; i=i+1)); do
mkdir temp$i;
done

3) launch Cog

Here is the result from a terminal screen:

2008-02-18 00:18:52.645 Cog[10058:10b] File urls: (
)
2008-02-18 00:18:52.646 Cog[10058:10b] Contained urls: (
)
2008-02-18 00:18:52.648 Cog[10058:10b] Valid urls: (
)
2008-02-18 00:18:54.340 Cog[10058:3b1f] *** Could not create wakeup socket pair for CFSocket!!!
Segmentation fault

With 0.07 r635, the bug is not present.

10

(11 replies, posted in Squashed Bugs)

Thx for the fast replies.

I double checked if I deleted the 3 files and that's the case.
I have only "english" available into the language list.

I tried launching the application from a Terminal and I got at the end :

[...]
2008-02-14 01:05:50.730 Cog[927:10b] Not resolved
2008-02-14 01:05:50.731 Cog[927:10b] After: file://localhost/Users/megaman/Music/Zebda%20-%20Essence%20Ordinaire/
2008-02-14 01:05:50.739 Cog[927:10b] WATCHING! /Users/megaman/Music/Zebda - Essence Ordinaire
2008-02-14 01:05:50.745 Cog[927:10b] Expanded urls: (
)
2008-02-14 01:05:50.747 Cog[927:10b] File urls: (
)
2008-02-14 01:05:50.756 Cog[927:10b] Contained urls: (
)
2008-02-14 01:05:50.757 Cog[927:10b] Valid urls: (
)
2008-02-14 01:05:50.880 Cog[927:10b] Setting data cell!
Bus error
ordinateur-de-olivier-giraudet:~ megaman$

Maybe that will help you more.

Let me know if you need the full output.

I will try later to remove my music from the "music" directory, but right know I cant do that hmm
Maybe it is a special char into the name of a song.

Regards,

11

(11 replies, posted in Squashed Bugs)

I am under 10.5.2 right now and I cant use latest development build.
Last working build is 0.07 r635.

The app crash at every  launch. Here is the debug code (dont know if that will help):

Process:         Cog [549]
Path:            /Applications/Cog.app/Contents/MacOS/Cog
Identifier:      org.cogx.cog
Version:         0.08 (r694)
Code Type:       X86 (Native)
Parent Process:  launchd [133]

Date/Time:       2008-02-13 19:50:29.180 +0100
OS Version:      Mac OS X 10.5.2 (9C31)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000018
Crashed Thread:  0

Thread 0 Crashed:
0   com.apple.CoreFoundation          0x9476cfe2 _CFBundleGetLanguageSearchList + 18
1   com.apple.CoreFoundation          0x9477ca8c CFBundleCopyResourceURL + 28
2   com.apple.coreui                  0x91c03ee0 CUISharedArtReader::Setup() + 106
3   com.apple.coreui                  0x91c04085 CUISharedArtReader::CreateImageSource(long) + 35
4   com.apple.coreui                  0x91bf7553 CreateImageSourceFromDisk(long, CUIContext const*, long*, unsigned char*) + 45
5   com.apple.coreui                  0x91bfc1ed CUIRenderer::CreateImage(long, CUIContext const*, CGRect*, float*, long*, unsigned char*) + 463
6   com.apple.coreui                  0x91bdb478 CUIRenderer::DrawWindowFrameDark(CUIContext const*) + 782
7   com.apple.coreui                  0x91bf01be CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 4638
8   com.apple.AppKit                  0x93c28e17 _NSDrawThemeBackground + 862
9   com.apple.AppKit                  0x93c28a02 -[NSThemeFrame _drawUnifiedToolbar:] + 1086
10  com.apple.AppKit                  0x93c27eb9 -[NSThemeFrame _drawTitleBar:] + 860
11  com.apple.AppKit                  0x93c27b56 -[NSThemeFrame _drawFrameInterior:clip:] + 107
12  com.apple.AppKit                  0x93c27ae3 -[NSThemeFrame drawFrame:] + 1241
13  com.apple.AppKit                  0x93c27323 -[NSFrameView drawRect:] + 831
14  com.apple.AppKit                  0x93c2685b -[NSThemeFrame drawRect:] + 111
15  com.apple.AppKit                  0x93c25bbe -[NSView _drawRect:clip:] + 3765
16  com.apple.AppKit                  0x93c24751 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1050
17  com.apple.AppKit                  0x93c230b4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 759
18  com.apple.AppKit                  0x93c229f7 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 306
19  com.apple.AppKit                  0x93c1f52d -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3090
20  com.apple.AppKit                  0x93b5ff09 -[NSView displayIfNeeded] + 933
21  com.apple.AppKit                  0x93b5fab9 -[NSWindow displayIfNeeded] + 189
22  com.apple.AppKit                  0x93c1b681 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1354
23  com.apple.AppKit                  0x93c1b0d8 -[NSWindow orderWindow:relativeTo:] + 105
24  com.apple.AppKit                  0x93c4cfcd -[NSWindow orderFront:] + 50
25  com.apple.AppKit                  0x93b2dfdb -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1814
26  com.apple.AppKit                  0x93b240ec loadNib + 264
27  com.apple.AppKit                  0x93b23a4d +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 946
28  com.apple.AppKit                  0x93b23690 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 171
29  com.apple.AppKit                  0x93b235ce +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 391
30  com.apple.AppKit                  0x93b2327e NSApplicationMain + 434
31  org.cogx.cog                      0x000027aa start + 54

Thread 1:
0   libSystem.B.dylib                 0x90493a3a semaphore_timedwait_trap + 10
1   org.cogx.cog                      0x000141b1 -[AudioScrobbler(Private) processAudioScrobblerCommands:] + 1103
2   com.apple.Foundation              0x944d75ad -[NSThread main] + 45
3   com.apple.Foundation              0x944d7154 __NSThread__main__ + 308
4   libSystem.B.dylib                 0x904c4c55 _pthread_start + 321
5   libSystem.B.dylib                 0x904c4b12 thread_start + 34

Thread 2:
0   libSystem.B.dylib                 0x904c44c6 kevent + 10
1   com.apple.Foundation              0x944d75ad -[NSThread main] + 45
2   com.apple.Foundation              0x944d7154 __NSThread__main__ + 308
3   libSystem.B.dylib                 0x904c4c55 _pthread_start + 321
4   libSystem.B.dylib                 0x904c4b12 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x9477ca7d  ecx: 0x00270900  edx: 0xa01c3e08
  edi: 0x00000000  esi: 0x00000060  ebp: 0xbfffdce8  esp: 0xbfffdc80
   ss: 0x0000001f  efl: 0x00010282  eip: 0x9476cfe2   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000018

Binary Images:
    0x1000 -    0x20ff3 +org.cogx.cog 0.08 (r694) /Applications/Cog.app/Contents/MacOS/Cog
   0x35000 -    0x41fef +org.andymatuschak.Sparkle ??? (1.1) /Applications/Cog.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
   0x4d000 -    0x6cfed  com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
   0x7e000 -    0x85ff7 +com.yourcompany.yourcocoaframework ??? (1.0) /Applications/Cog.app/Contents/Frameworks/CogAudio.framework/Versions/A/CogAudio
   0x8f000 -    0x9bfe7  com.apple.opengl 1.5.6 (1.5.6) <d599b1bb0f8a8da6fd125e2587b27776> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
   0xa3000 -    0xe1ff7  libGLImage.dylib ??? (???) <090de775838db03ddc710f57abbf6218> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
   0xeb000 -   0x144ff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
  0x158000 -   0x178ff2  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
  0x601000 -   0xad4fde  libGLProgrammability.dylib ??? (???) <a3d68f17f37ff55a3e61aca1e3aee522> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
  0xe5e000 -   0xe5fffc +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/CoreAudio.bundle/Contents/MacOS/CoreAudio
  0xe6c000 -   0xe6fffb +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/CueSheet.bundle/Contents/MacOS/CueSheet
  0xe75000 -   0xe76fff +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Dumb.bundle/Contents/MacOS/Dumb
  0xe7c000 -   0xe7cffe +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/FileSource.bundle/Contents/MacOS/FileSource
  0xe81000 -   0xe82fff +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Flac.bundle/Contents/MacOS/Flac
  0xe87000 -   0xea6fe7 +com.yourcompany.yourcocoaframework ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Flac.bundle/Contents/Frameworks/FLAC.framework/Versions/A/FLAC
  0xeeb000 -   0xfd9fef  com.apple.RawCamera.bundle 2.0.2 (2.0.2) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
  0xff4000 -   0xff5fff +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/GME.bundle/Contents/MacOS/GME
  0xffb000 -   0xffbffc +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/TagLib.bundle/Contents/MacOS/TagLib
 0xcbbe000 -  0xcbfcffb +com.yourcompany.yourcocoaframework ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Dumb.bundle/Contents/Frameworks/Dumb.framework/Versions/A/Dumb
 0xcc03000 -  0xcc04ffc +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/HTTPSource.bundle/Contents/MacOS/HTTPSource
 0xcc09000 -  0xcc0affc +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/M3u.bundle/Contents/MacOS/M3u
 0xcc0f000 -  0xcc11ff7 +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/MAD.bundle/Contents/MacOS/MAD
 0xcc16000 -  0xcc2afe8  com.apple.carbonframeworktemplate 1.0 (1.0) /Applications/Cog.app/Contents/PlugIns/MAD.bundle/Contents/Frameworks/MAD.framework/Versions/A/MAD
 0xcc2f000 -  0xcc31ffc +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/MonkeysAudio.bundle/Contents/MacOS/MonkeysAudio
 0xcc37000 -  0xcc38fff +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Musepack.bundle/Contents/MacOS/Musepack
 0xcc3d000 -  0xcc48ff3 +com.yourcompany.yourcocoaframework ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Musepack.bundle/Contents/Frameworks/mpcdec.framework/Versions/A/mpcdec
 0xda2b000 -  0xdc1dfea +com.elgato.mpegsupport EyeTV MPEG Support 1.0.7 (build 43) (1.0.7) /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
 0xdd42000 -  0xdd7afef +com.yourcompany.yourcocoaframework ??? (1.0) <1f5281e63eaf6920eb63d2cd03475170> /Applications/Cog.app/Contents/PlugIns/GME.bundle/Contents/Frameworks/GME.framework/Versions/A/GME
 0xdd8d000 -  0xddb1ff7 +com.yourcompany.yourcocoaframework ??? (1.0) /Applications/Cog.app/Contents/PlugIns/MonkeysAudio.bundle/Contents/Frameworks/MAC.framework/Versions/A/MAC
 0xddbe000 -  0xddbffff +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Pls.bundle/Contents/MacOS/Pls
 0xddc4000 -  0xddc5ff7 +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Shorten.bundle/Contents/MacOS/Shorten
 0xddca000 -  0xddcffff +com.yourcompany.yourcocoaframework ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Shorten.bundle/Contents/Frameworks/Shorten.framework/Versions/A/Shorten
 0xddd6000 -  0xde22fff +com.yourcompany.yourcocoaframework ??? (1.0) /Applications/Cog.app/Contents/PlugIns/TagLib.bundle/Contents/Frameworks/TagLib.framework/Versions/A/TagLib
 0xde63000 -  0xde64fff +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Vorbis.bundle/Contents/MacOS/Vorbis
 0xde69000 -  0xde83fff +com.yourcompany.yourcocoaframework ??? (1.0) /Applications/Cog.app/Contents/PlugIns/Vorbis.bundle/Contents/Frameworks/Vorbis.framework/Versions/A/Vorbis
 0xdfaf000 -  0xdfb1fe4 +ogg ??? (???) /Applications/Cog.app/Contents/PlugIns/Vorbis.bundle/Contents/Frameworks/Vorbis.framework/Versions/A/Frameworks/ogg.framework/Versions/A/ogg
 0xdfb5000 -  0xdfb6fff +com.yourcompany.yourcocoabundle ??? (1.0) /Applications/Cog.app/Contents/PlugIns/WavPack.bundle/Contents/MacOS/WavPack
 0xdfbb000 -  0xdfd7fef +com.yourcompany.yourcocoaframework ??? (1.0) /Applications/Cog.app/Contents/PlugIns/WavPack.bundle/Contents/Frameworks/WavPack.framework/Versions/A/WavPack
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
0x90003000 - 0x900befe3  com.apple.WebKit 5523.15.1 (5523.15.1) <176c97b181ca68b309ecded2ed53b923> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x900bf000 - 0x9013cfef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9015a000 - 0x9015cff5  libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9015d000 - 0x90163fff  com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x901b4000 - 0x901b4ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x901b5000 - 0x901bcffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x901f7000 - 0x901f7ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x901f8000 - 0x90208fff  com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x90209000 - 0x90209ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9020a000 - 0x90229ffa  libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x90493000 - 0x905f2ff3  libSystem.B.dylib ??? (???) <4899376234e55593b22fc370935f8cdf> /usr/lib/libSystem.B.dylib
0x905f3000 - 0x905f3ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90731000 - 0x90a39fff  com.apple.HIToolbox 1.5.2 (???) <7449d6f2da33ded6936243a92e307459> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x90a6c000 - 0x90a7cffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x90ac2000 - 0x90e58ff7  com.apple.QuartzCore 1.5.1 (1.5.1) <665c80f6e28555b303020c8007c36b8b> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90e59000 - 0x9116dfe2  com.apple.QuickTime 7.4.1 (14) <1a4838d29e0804a2a102f03c053600f0> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x91233000 - 0x91237fff  libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91238000 - 0x912eaffb  libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
0x91329000 - 0x91347fff  libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
0x91373000 - 0x91389fe7  com.apple.CoreVideo 1.5.0 (1.5.0) <7e010557527a0e6d49147c297d16850a> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9138a000 - 0x91431feb  com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91432000 - 0x91439fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x9143a000 - 0x91460fff  libcups.2.dylib ??? (???) <85ce204da14d62d6a3a5a9adfba01455> /usr/lib/libcups.2.dylib
0x91461000 - 0x91555ff4  libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
0x91563000 - 0x9162efff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9162f000 - 0x9165efe3  com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9165f000 - 0x91675fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x91676000 - 0x916d0ff7  com.apple.CoreText 2.0.1 (???) <07494945ad1e3f5395599f42748457cc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x91bd2000 - 0x91c0cfff  com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x91c13000 - 0x91c1dfeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x91c1e000 - 0x91c32ff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91c33000 - 0x91cb2ff5  com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91cb3000 - 0x91d98ff3  com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x91d99000 - 0x91da2fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x91da3000 - 0x91de8fef  com.apple.Metadata 10.5.2 (398.7) <73a6424c06effc474e699cde6883de99> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92d71000 - 0x92db3fef  com.apple.NavigationServices 3.5.1 (161) <cc6bd78eabf1e2e7166914e9f12f5850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92db5000 - 0x92e96ff7  libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
0x92e97000 - 0x92e9bfff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x92ff5000 - 0x930affe3  com.apple.CoreServices.OSServices 224.4 (224.4) <ff5007ab220908ac54b6c661e447d593> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x930b0000 - 0x930b1ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x930b2000 - 0x9310fffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x93147000 - 0x937e0fff  com.apple.CoreGraphics 1.351.21 (???) <6c93fd21149f389129fe47fa6ef71880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x937e1000 - 0x937e1fff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x937e2000 - 0x93819fff  com.apple.SystemConfiguration 1.9.1 (1.9.1) <8a76e429301afe4eba1330bfeaabd9f2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9381a000 - 0x93832fff  com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x938a6000 - 0x93985fff  libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
0x93986000 - 0x93a0dff7  libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x93a0e000 - 0x93aa1ff3  com.apple.ApplicationServices.ATS 3.2 (???) <cdf31bd0ac7de54a35ee2d27cf86b6be> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x93aa2000 - 0x93b19fe3  com.apple.CFNetwork 221.5 (221.5) <5474cdd7d2a8b2e8059de249c702df9e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x93b1a000 - 0x93b1cfff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x93b1d000 - 0x9431afef  com.apple.AppKit 6.5.2 (949.26) <bc4593edd8a224409fb6953a354505a0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x944cd000 - 0x94747fe7  com.apple.Foundation 6.5.4 (677.15) <6216196287f98a65ddb654d04d773e7b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x94748000 - 0x94756ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x94757000 - 0x94889fef  com.apple.CoreFoundation 6.5.1 (476.10) <d5bed2688a5eea11a6dc3a3c5c17030e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x94952000 - 0x949e5fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x949e6000 - 0x94da4fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x94da5000 - 0x94df5ff7  com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x94df6000 - 0x95206fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x953dd000 - 0x9541efe7  libRIP.A.dylib ??? (???) <9d42e83d860433f9126c4871d1fe0ce8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9543e000 - 0x95576ff7  libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
0x95585000 - 0x955b2feb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x955bd000 - 0x95702ff7  com.apple.ImageIO.framework 2.0.1 (2.0.1) <68ba11e689a9ca30f8310935cd1e02d6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95703000 - 0x9570efe7  libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9570f000 - 0x9579afff  com.apple.framework.IOKit 1.5.1 (???) <a17f9f5ea7e8016a467e67349f4d3d03> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9579b000 - 0x95a74ff3  com.apple.CoreServices.CarbonCore 785.8 (785.8) <827c228e7d717b397cdb4941eba69553> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x95a75000 - 0x95b1efff  com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x95b5b000 - 0x95c7ffe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x95cbd000 - 0x95e88ff7  com.apple.security 5.0.2 (33001) <0788969ffe7961153219be10786da436> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x95e89000 - 0x95e8efff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x95f22000 - 0x95faeff7  com.apple.LaunchServices 286.5 (286.5) <33c3ae54abb276b61a99d4c764d883e2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96012000 - 0x96528fff  com.apple.WebCore 5523.15.1 (5523.15.1) <23d5f6fe4905a5361b31b25bb4de04d6> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x96539000 - 0x96578fef  libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9657c000 - 0x9657ffff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x965cf000 - 0x965d6ff7  libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x966ca000 - 0x966d2fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x966d3000 - 0x966fefe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x966ff000 - 0x96779ff8  com.apple.print.framework.PrintCore 5.5.2 (245.1) <3c9de512e95fbd838694ee5008d56a28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9677a000 - 0x96795ffb  libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9695f000 - 0x96983fff  libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x969c2000 - 0x96a3efeb  com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x96a3f000 - 0x96a3fff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x96a40000 - 0x96ac9fe3  com.apple.DesktopServices 1.4.5 (1.4.5) <8b264cd6abbbd750928c637e1247269d> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96b2d000 - 0x96b2dffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x96b2e000 - 0x96bdefff  edu.mit.Kerberos 6.0.12 (6.0.12) <9e98dfb4cde8b0510fdd972dc9fa1dc9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96df7000 - 0x96df7ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96df8000 - 0x96df8ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x96df9000 - 0x96ec0ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x96f00000 - 0x96f5cff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0xc0000000 - 0xc0008fff +com.growl.growlframework 0.7.6 (0.7.6) /Applications/Cog.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

I deleted files specified in previous posts but changed nothing.