Coder Social home page Coder Social logo

quicksilver / quicksilver Goto Github PK

View Code? Open in Web Editor NEW
2.7K 89.0 283.0 31.11 MB

Quicksilver Project Source

Home Page: http://qsapp.com

License: Apache License 2.0

Objective-C 81.22% C 1.04% HTML 1.57% CSS 0.04% Python 14.81% Shell 0.32% Ruby 0.52% Rez 0.48%

quicksilver's Introduction

build

About Quicksilver

Quicksilver is a fast and free macOS productivity application that gives you the power to control your Mac quickly and elegantly. Quicksilver learns your habits, making your everyday chores simple and efficient. Learn more at: https://qsapp.com

About This Code Repository

This repository contains the source code for the Quicksilver main app. It is also the place to browse existing issues and open new issues, via the issue tracker.

The main branch contains the source for the currently released Quicksilver.

If you want more info about Quicksilver you can read the about page or view it on Wikipedia. For help and support, visit the Quicksilver Support Group. Developers can find help in the Developer Support Group

Where to download Quicksilver?

Visit QSApp.com, and download the right version for your operating system.

Before Trying the Source Code

Before building and testing Quicksilver, ALWAYS BACKUP your user data! This is easily done by backing up the following:

  • ~/Library/Application Support/Quicksilver
  • ~/Library/Caches/Quicksilver
  • ~/Library/Preferences/com.blacktree.Quicksilver.plist

Now if anything happens you can always restore the exact state Quicksilver was in before your were trying out this version. When switching between versions, you should generally clear caches with

rm -r ~/Library/Caches/*Quicksilver

Getting Started with Development

The Map should give you a head start if you're approaching this project for the first time.

Multiple copies of Quicksilver.app on your Mac

Having multiple copies of Quicksilver.app on the system can cause issues with the Services System in OS X and AppleScript.

Specifically, Services will not register properly when the pasteboard server (/System/Library/CoreServices/pbs) sees multiple Quicksilver.app packages each with their own Info.plist file defining the same services. AppleScript will also get confused with more than one Quicksilver.app on your Mac.

In order to ensure that the Services System and AppleScript work correctly, zip any old Quicksilver.app packages you want to keep, so you only have one Quicksilver.app file on your filesystem. Also do not forget to empty your trash after you deleted the older Quicksilver.app packages.

Development

You should be able to build Quicksilver by following the instructions as seen in the Quicksilver Wiki on Building Quicksilver.

Legal Stuff

By downloading and/or using this software you agree to the following terms of use:

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

quicksilver's People

Contributors

andreberg avatar bencochran avatar brightorigin avatar cduplooy avatar craigotis avatar danielcompton avatar ddlsmurf avatar dhoepfl avatar dijonkitchen avatar du-song avatar elena avatar eventualbuddha avatar fheckl avatar gliptak avatar henningj avatar l2dy avatar lgarron avatar maru-sama avatar masahirosakoda avatar n8henrie avatar philostein avatar pjrobertson avatar robfog avatar skurfer avatar tiennou avatar torybriggs avatar transifex-integration[bot] avatar vadimrob avatar wmertens avatar ybian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quicksilver's Issues

Crash randomly (presumably building index)

Quicksilver was just running in the background here, not being used, not being invoked.

Process:         Quicksilver [2192]
Path:            /Applications/Quicksilver.app/Contents/MacOS/Quicksilver
Identifier:      com.blacktree.Quicksilver
Version:         ฮฒ56a7 (3838 (ab))
Code Type:       X86 (Native)
Parent Process:  launchd [259]

Date/Time:       2009-11-09 11:39:37.512 +0100
OS Version:      Mac OS X 10.6.1 (10B504)
Report Version:  6

Interval Since Last Report:          13153 sec
Crashes Since Last Report:           4
Per-App Interval Since Last Report:  3036 sec
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      10588FE4-93E2-43F4-94AD-CD19CAEC9A42

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000080000020
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: retain


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x97697917 objc_msgSend + 23
1   com.apple.CoreFoundation        0x971bc330 CFArrayCreateCopy + 304
2   com.apple.Foundation            0x92242ebd -[NSCFArray copyWithZone:] + 49
3   com.apple.CoreFoundation        0x971cba5a -[NSObject(NSObject) copy] + 42
4   com.apple.AppKit                0x9470c94b -[NSView viewWillDraw] + 171
5   com.apple.AppKit                0x9470cb0d -[NSView viewWillDraw] + 621
6   com.apple.AppKit                0x9470c0dc -[NSView _sendViewWillDrawInRect:clipRootView:suppressRecursion:] + 1290
7   com.apple.AppKit                0x9466eee9 -[NSView displayIfNeeded] + 757
8   com.apple.AppKit                0x94622bbd -[NSNextStepFrame displayIfNeeded] + 98
9   com.apple.AppKit                0x94638292 -[NSWindow displayIfNeeded] + 204
10  com.apple.AppKit                0x94669764 _handleWindowNeedsDisplay + 696
11  com.apple.CoreFoundation        0x971e5b02 __CFRunLoopDoObservers + 1186
12  com.apple.CoreFoundation        0x971a265d __CFRunLoopRun + 557
13  com.apple.CoreFoundation        0x971a1d34 CFRunLoopRunSpecific + 452
14  com.apple.CoreFoundation        0x971a1b61 CFRunLoopRunInMode + 97
15  com.apple.HIToolbox             0x9286ffec RunCurrentEventLoopInMode + 392
16  com.apple.HIToolbox             0x9286fda3 ReceiveNextEventCommon + 354
17  com.apple.HIToolbox             0x9286fc28 BlockUntilNextEventMatchingListInMode + 81
18  com.apple.AppKit                0x9463fc95 _DPSNextEvent + 847
19  com.apple.AppKit                0x9463f50a -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
20  com.apple.AppKit                0x9460169b -[NSApplication run] + 821
21  com.apple.AppKit                0x945f9735 NSApplicationMain + 574
22  com.blacktree.Quicksilver       0x00016249 0x1000 + 86601

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib               0x9733a03a kevent + 10
1   libSystem.B.dylib               0x9733a768 _dispatch_mgr_invoke + 215
2   libSystem.B.dylib               0x97339bf9 _dispatch_queue_invoke + 183
3   libSystem.B.dylib               0x9733998a _dispatch_worker_thread2 + 234
4   libSystem.B.dylib               0x97339401 _pthread_wqthread + 390
5   libSystem.B.dylib               0x97339246 start_wqthread + 30

Thread 2:
0   libSystem.B.dylib               0x9733a03a kevent + 10
1   com.blacktree.QSCore            0x000cf2c9 -[UKKQueue watcherThread:] + 201

Thread 3:
0   libSystem.B.dylib               0x973137da mach_msg_trap + 10
1   libSystem.B.dylib               0x97313f47 mach_msg + 68
2   com.apple.CoreFoundation        0x971a2dbf __CFRunLoopRun + 2447
3   com.apple.CoreFoundation        0x971a1d34 CFRunLoopRunSpecific + 452
4   com.apple.CoreFoundation        0x971a1b61 CFRunLoopRunInMode + 97
5   com.apple.Foundation            0x92288498 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
6   com.apple.Foundation            0x9224f964 -[NSThread main] + 45
7   com.apple.Foundation            0x9224f914 __NSThread__main__ + 1499
8   libSystem.B.dylib               0x97340f39 _pthread_start + 345
9   libSystem.B.dylib               0x97340dbe thread_start + 34

Thread 4:
0   libSystem.B.dylib               0x97339092 __workq_kernreturn + 10
1   libSystem.B.dylib               0x97339628 _pthread_wqthread + 941
2   libSystem.B.dylib               0x97339246 start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x0bc5e180  ebx: 0x9716cbdd  ecx: 0x94dcfd70  edx: 0x80000000
  edi: 0x0a923da0  esi: 0x0bc5e180  ebp: 0xbfffd288  esp: 0xbfffd268
   ss: 0x0000001f  efl: 0x00010202  eip: 0x97697917   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x80000020

Binary Images:
    0x1000 -    0x2bff7 +com.blacktree.Quicksilver ฮฒ56a7 (3838 (ab)) <72E972B1-F8B0-EC6E-8D8A-78894429C427> /Applications/Quicksilver.app/Contents/MacOS/Quicksilver
   0x38000 -    0x63ff7 +QSFoundation ??? (???) <0AD74078-E8A6-D619-35D2-EDDAC9FD3A91> /Applications/Quicksilver.app/Contents/Frameworks/QSFoundation.framework/Versions/A/QSFoundation
   0x85000 -    0x91ff7 +com.blacktree.QSEffects ??? (1.0) <F077F669-C435-239D-54CD-F4758C4BA5B8> /Applications/Quicksilver.app/Contents/Frameworks/QSEffects.framework/Versions/A/QSEffects
   0x9b000 -    0xdcff7 +com.blacktree.QSCore ??? (1.0) <07463827-90CE-0326-80D0-75C41082802B> /Applications/Quicksilver.app/Contents/Frameworks/QSCore.framework/Versions/A/QSCore
  0x10a000 -   0x139ff7 +com.blacktree.QSInterface ??? (1.0) <835B213C-E83D-192D-F005-98CCE2558532> /Applications/Quicksilver.app/Contents/Frameworks/QSInterface.framework/Versions/A/QSInterface
  0x1ad000 -   0x1adffc +com.growl.GrowlSafariLoader 1.0 (1.1) /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/GrowlSafariLoader
  0x708000 -   0x712ff7 +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
  0x71f000 -   0x724ffd +org.slashpunt.edit_in_odbeditor ??? (1.2) /Library/InputManagers/Edit in ODBEditor/Edit in ODBEditor.bundle/Contents/MacOS/Edit in ODBEditor
  0x7ab000 -   0x7b0fff +com.blacktree.Quicksilver.QSAddressBookPlugIn ??? (146) <23D5E760-DE1A-7B0C-64CA-53C03E09E8ED> /Users/lhunath/Library/Application Support/Quicksilver/PlugIns/Apple Address Book Module.qsplugin/Contents/MacOS/Apple Address Book Module
  0x7b8000 -   0x7bafff +com.blacktree.Quicksilver.QSAppleMailPlugIn ??? (FE) /Users/lhunath/Library/Application Support/Quicksilver/PlugIns/Apple Mail Module.qsplugin/Contents/MacOS/Apple Mail Module
  0x7c7000 -   0x7dcff7 +com.blacktree.Quicksilver.QSCorePlugIn 0.5.0 (81) <90E2E559-ABC4-6680-63B8-81ED4F950F97> /Applications/Quicksilver.app/Contents/PlugIns/Core Support.qsplugin/Contents/MacOS/Core Support
  0x7f0000 -   0x7f8fff +com.blacktree.Quicksilver.QSiTunesPlugIn ??? (335) /Users/lhunath/Library/Application Support/Quicksilver/PlugIns/iTunes Module.qsplugin/Contents/MacOS/iTunes Module
 0xa57a000 -  0xa57dff7 +com.blacktree.Quicksilver.BezelInterfacePlugIn ??? (17EA) <3E51CF02-0C01-1F8A-6512-F23AD57C81BF> /Applications/Quicksilver.app/Contents/PlugIns/Bezel Interface.qsplugin/Contents/MacOS/Bezel Interface
 0xa5bb000 -  0xa5bcfff +com.blacktree.Quicksilver.QSDeveloperPlugIn 1.0.1 (AC) /Users/lhunath/Library/Application Support/Quicksilver/PlugIns/Developer Module.qsplugin/Contents/MacOS/Developer Module
 0xa64c000 -  0xa64eff7 +com.blacktree.Quicksilver.QSHotKeyTriggerPlugIn ??? (18C6) <0E681CF2-AAEC-0F79-5BAA-98DDA81C6DF0> /Applications/Quicksilver.app/Contents/PlugIns/HotKey Triggers.qsplugin/Contents/MacOS/HotKey Triggers
 0xa653000 -  0xa655ff7 +com.blacktree.Quicksilver.QSPrimerInterfacePlugIn ??? (1891) <239FBE0A-DA53-0E01-B3ED-D0F08653A783> /Applications/Quicksilver.app/Contents/PlugIns/Primer Interface.qsplugin/Contents/MacOS/Primer Interface
 0xa837000 -  0xa838fff +uk.co.markallan.clamxav.ScanWithClamXav ??? (1.0) /Users/lhunath/Library/Contextual Menu Items/ScanWithClamXav.plugin/Contents/MacOS/ScanWithClamXav
 0xbbe6000 -  0xbbe6fff +com.parallels.cmplugin ParallelsCM version 1.0 (1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/MacOS/ParallelsCM
 0xca39000 -  0xca3ffcb +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 18) (1.1.2) /Users/lhunath/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
 0xca66000 -  0xcaa2fc7 +com.adobe.vcmenu ??? (4.0.0.344) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/MacOS/ADFSMenu
 0xcafc000 -  0xcb16fff +AdobeBIB ??? (???) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
 0xcb3d000 -  0xcb42ff7 +net.wafflesoftware.hexcolorpicker ??? (1.5) <B54BFADD-F4F3-C2D9-DDF9-3D89BB8CC625> /Users/lhunath/Library/ColorPickers/HexColorPicker.colorPicker/Contents/MacOS/HexColorPicker
0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
0x90022000 - 0x90114ff7  libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
0x9015c000 - 0x90195fe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x90196000 - 0x901a0ff7  com.apple.CrashReporterSupport 10.6 (237) <2FABBC83-A515-24AD-4BAA-60E458509549> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x901a1000 - 0x90505ff7  com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90531000 - 0x90565ff7  libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
0x90566000 - 0x90566ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90574000 - 0x90733ff7  com.apple.CalendarStore 4.0 (965) <5977E405-589F-D858-7115-1BFF12D76547> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
0x90734000 - 0x9077cfff  com.apple.iCalendar 1 (42) <9AF2C578-17E9-4F9A-AA5D-42B8CA6EA666> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
0x9077d000 - 0x9077fff7  libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9171f000 - 0x91746ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x91747000 - 0x91927fff  com.apple.imageKit 2.0 (1.0) <A09D802D-DAD8-39D6-B3D1-83931741E387> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x91928000 - 0x9198cffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x91ae7000 - 0x91b1fff7  com.apple.LDAPFramework 2.0 (120.1) <8C7F3F42-6A4D-D37A-4232-685D44E8769E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x91b20000 - 0x91b76ff7  com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x91b77000 - 0x91ba7ff7  com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x91ba8000 - 0x91c82fff  com.apple.DesktopServices 1.5.1 (1.5.1) <D9C18268-699B-A996-1035-4EA3695F4074> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x91c9c000 - 0x91c9cff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x91c9d000 - 0x91ca1ff7  IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x91ca2000 - 0x91cd3ff3  libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x91da4000 - 0x91daafff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91dab000 - 0x91dd5ff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x91dd6000 - 0x9220bff7  libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9220c000 - 0x9222aff7  com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9222b000 - 0x92238ff7  libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
0x92239000 - 0x924a9ffb  com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x924aa000 - 0x926a7feb  com.apple.AddressBook.framework 5.0 (862) <BD05B213-46CF-8EFD-B801-CF741408600D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x926a8000 - 0x9272affb  SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9272b000 - 0x92740fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92741000 - 0x9274bffb  com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9274c000 - 0x92792ff7  libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
0x92793000 - 0x9283afe7  com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9283b000 - 0x92b5efef  com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92c68000 - 0x92c68ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x92c69000 - 0x92cc3fe7  com.apple.CorePDF 1.0 (1.0) <590244C9-15D7-7A65-13AF-6F597123746B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x92cc4000 - 0x92d3bfeb  com.apple.backup.framework 1.1 (1.0) <73C642BD-A0C5-7D45-79FA-0AA6D96226C0> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x92d3c000 - 0x92d3fff7  libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x92d40000 - 0x92e7ffe3  com.apple.QTKit 7.6.3 (1584) <18130DA4-7132-CEAF-2137-4925CAC0B585> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x92e80000 - 0x92e81ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x92e82000 - 0x92e8cfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92e8d000 - 0x92f29fe7  com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x92f2a000 - 0x92f61ff7  com.apple.CoreMedia 0.420.17 (420.17) <A45B464A-4E05-8372-C055-974AD5393E03> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x93177000 - 0x93177ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x93178000 - 0x931e6ff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
0x931e7000 - 0x93296ff3  com.apple.ink.framework 1.3 (104) <8526D880-D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93297000 - 0x932a5fe7  libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
0x932a6000 - 0x93377ff3  ColorSyncDeprecated.dylib ??? (???) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x93378000 - 0x93389ff7  com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9338a000 - 0x9359cfff  com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x93678000 - 0x936bcfe7  com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x936bd000 - 0x936d8ff7  libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x936d9000 - 0x9378bffb  libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9378c000 - 0x93796ff7  com.apple.HelpData 2.0.3 (33) <AD60F037-CE57-C93A-F865-2CEEE3F08F31> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x93797000 - 0x939f9ff3  com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x939fa000 - 0x93a20fff  com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <BE757DF9-CC45-54AB-93B8-F7AE2BB6BC7D> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
0x93a21000 - 0x93a47fff  com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x93a48000 - 0x94229497  com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9422d000 - 0x9423dff7  libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x9423f000 - 0x94282ff7  com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94283000 - 0x9428dff7  libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x942a1000 - 0x944ccff3  com.apple.QuartzComposer 4.0 (156.6) <D1D3A5A8-75BC-4556-85FA-8A9F487106DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x944ff000 - 0x94521ff3  com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9452f000 - 0x94580ff7  com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9458c000 - 0x945f6fe7  libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x945f7000 - 0x94ed4ff7  com.apple.AppKit 6.6.1 (1038.2) <27C304F6-0045-160B-7591-E57ECF19BDDB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94ed5000 - 0x94ee7ff7  com.apple.syncservices.syncservicesui 5.0 (575) <30009CB4-91E6-5006-3FA5-606C54A1EA7A> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServicesUI
0x94ee8000 - 0x951dbfe7  com.apple.MessageFramework 4.1 (1076) <0CADF980-95FE-FF49-B929-BD09893E6F8D> /System/Library/Frameworks/Message.framework/Versions/B/Message
0x951dc000 - 0x955f2ff7  libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9574c000 - 0x95795fe7  libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x957dd000 - 0x9584bff7  com.apple.ISSupport 1.9.1 (49) <E6EF2734-ED63-E7C2-C4D2-8D64E9955BFC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x9584c000 - 0x95864ff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x95865000 - 0x95a21fef  com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95a22000 - 0x95b23fe7  libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
0x95b24000 - 0x95b44fe7  libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
0x95b45000 - 0x95b4fff7  libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x95b50000 - 0x95ba0fe7  libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95ba1000 - 0x95baeff7  com.apple.AppleFSCompression 1.0 (1.0) <A348AEAB-D279-68B9-0CF2-3C29FBADBCC4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x95baf000 - 0x95c1fffb  com.apple.AppleVAFramework 4.6.2 (4.6.2) <25381B2A-89A6-0CEB-C159-DFF70C76B881> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x95c20000 - 0x95c64ff3  com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x95c65000 - 0x95ca6ff7  libRIP.A.dylib ??? (???) <6DB158C6-A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x95ca7000 - 0x95fa0fef  com.apple.QuickTime 7.6.3 (1584) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95fa1000 - 0x95fd2ff7  libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x95fd3000 - 0x96006ff7  com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x96007000 - 0x96014ff7  com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x96015000 - 0x96015ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x96016000 - 0x9602affb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9606a000 - 0x9606cfe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x9606d000 - 0x9610aff3  com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9610b000 - 0x961c4fe7  libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
0x961c5000 - 0x961c8ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x962c0000 - 0x963c2fef  com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x963c3000 - 0x963c9ff7  libCGXCoreImage.A.dylib ??? (???) <8E11578A-B46D-0BC1-DE50-05A92F377D7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x963ca000 - 0x963cfff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x963d0000 - 0x96449ff7  com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9644a000 - 0x968f8fe7  com.apple.VideoToolbox 0.420.17 (420.17) <F2812B5D-4C09-EFCC-182E-412257859AB1> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x968f9000 - 0x96979feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9697a000 - 0x96a70ff7  libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x96a71000 - 0x96ac9fe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x96af0000 - 0x96c19fe7  com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96d01000 - 0x96da9ff7  com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x96daa000 - 0x96db0ff7  com.apple.DisplayServicesFW 2.1 (2.1) <762CC18B-1F71-E9FC-ECB7-7078B4856D6E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x96db1000 - 0x96dc5fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x96de7000 - 0x96e25ff7  com.apple.QuickLookFramework 2.0 (327.0) <84AF77F0-DAFD-DCED-FBD4-DCF827650F44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x96e26000 - 0x96e2aff7  libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96f99000 - 0x96fd9fe7  com.apple.DAVKit 4.0 (729) <FE695058-C0B3-6744-85FA-43239363F815> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
0x96fda000 - 0x97002ff7  libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x97003000 - 0x97027ff7  libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x97028000 - 0x97028ff7  com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x97029000 - 0x97030ff7  com.apple.KerberosHelper 2.0 (1.0) <2AB5E012-A44F-E468-41C5-96EF3A4EB1EE> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0x97031000 - 0x970c9fe7  edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x970ca000 - 0x9712afe7  com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9712b000 - 0x97165fe7  libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x97166000 - 0x972ddfef  com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x972de000 - 0x97312ff7  libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
0x97313000 - 0x974b7feb  libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
0x974b8000 - 0x9763afe7  libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
0x9763b000 - 0x9768bff7  com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9768c000 - 0x97691ff7  com.apple.AOSNotification 1.1.0 (123.3) <0386E48C-4095-1D2A-629A-83B7711550F3> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x97692000 - 0x9773ffe7  libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
0x97740000 - 0x97741ff7  com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x97742000 - 0x9777fff7  com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x97780000 - 0x97782ff7  com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x97783000 - 0x978c3ff7  com.apple.syncservices 5.0 (575) <61B36E07-6D14-97DC-122F-41EDE1F6DB03> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
0x978c4000 - 0x978cbfff  com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x978cc000 - 0x9790cff3  com.apple.securityinterface 4.0 (36981) <F024C5CA-0762-1599-5BAB-17F785E51075> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x97926000 - 0x97926ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x97927000 - 0x979a0ff3  com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x97aa9000 - 0x97adffff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
0x97b52000 - 0x97b5fff7  com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x97b60000 - 0x97b63fe7  libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x97b64000 - 0x97b64ff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x97b65000 - 0x97b69ff7  libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x97b6a000 - 0x97c34fef  com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x97c35000 - 0x97d4bfe3  com.apple.PubSub 1.0.4 (65.11) <7F349A71-C4E6-E645-B28D-03A7DD120AA6> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x97d4c000 - 0x97dc0fef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x97dc1000 - 0x97dcdff7  libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
0x97dce000 - 0x97e5ffe3  com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x97e60000 - 0x97eb0ff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x97eb1000 - 0x97fbeff7  com.apple.MediaToolbox 0.420.17 (420.17) <EE843140-C79F-3D8C-B89E-893CD74C3633> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x97fbf000 - 0x97fd1ff7  com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x97fd2000 - 0x98014fe7  libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x98015000 - 0x98034fe7  com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x98035000 - 0x98051fe3  com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x98052000 - 0x9808dfe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9808e000 - 0x980fdff7  libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x980fe000 - 0x980ffff7  com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x98111000 - 0x98131ff7  com.apple.frameworks.preferencepanes 13.0 (13.0) <BCCDE08F-667D-B57D-42E5-280C8689B15A> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x98132000 - 0x981e1fef  com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x981e2000 - 0x9822ffeb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x98230000 - 0x9823aff7  com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegacy
0x9825b000 - 0x9825bff7  com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x98272000 - 0x982b1ff7  com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x982b2000 - 0x98a97fe7  com.apple.WebCore 6531 (6531.9) <F9A9848B-9EB0-B912-49F5-7E8010AF2CF1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x98a98000 - 0x98bc0fe7  com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x98bc1000 - 0x98c9eff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x98c9f000 - 0x98ca2ff7  libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x98ca3000 - 0x98d11ff7  com.apple.QuickLookUIFramework 2.0 (327.0) <86D7E331-4C25-D360-7316-BA32192686D7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x98d21000 - 0x98d31ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x98d32000 - 0x98d3bff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x98d3c000 - 0x9905bfe7  com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9905c000 - 0x9913fff7  com.apple.WebKit 6531 (6531.9) <991912FB-1484-A0B2-593F-A8722BC6AFE7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x99140000 - 0x9915dfe7  com.apple.DotMacSyncManager 2.0.0 (446) <4F2093CF-02E6-470C-038C-801F548475F0> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMacSyncManager
0x99172000 - 0x991bfff7  com.apple.ExchangeWebServices 1.0 (54) <47779F6D-8248-11CC-843E-EE37488691C2> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
0x991c0000 - 0x9921aff7  com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9921b000 - 0x99222ff7  com.apple.NSServerNotificationCenter 2 (1.0) <63EAE599-362C-CD27-CC18-1F211C12B8B8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification
0x99223000 - 0x993b1fff  com.apple.JavaScriptCore 6531 (6531.5) <DDDCCE57-42D2-BAA1-63F1-F76458EE0927> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x993f3000 - 0x9942ffff  com.apple.CoreMediaIOServices 101.0 (715) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib

Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 2 GB, SMC 1.16f11
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
Bluetooth: Version 2.2.1f7, 2 service, 1 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Parallels Shared Networking Adapter, Ethernet, en2
Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
Serial ATA Device: FUJITSU MHW2120BH, 111,79 GB
Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1294, 0xfd100000
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfa200000
USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0xfa230000
USB Device: ACR38 USB Reader, 0x072f, 0x9000, 0xfa210000
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0xfa220000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021b, 0x5d200000
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000

Originally reported by http://github.com/lhunath

Quicksilver intermittently unresponsive

using รŸ57 (3840) running snow leopard 10.6.2

My issue is with the quicksilver UI itself. When I activate quicksilver, sometimes it takes 1-2 seconds to respond to text input. The following happens

  1. I hit command (single modifier activation)
  2. start typing
  3. 1-2 seconds later Quicksilver's Bezel/Primer UI shows the text I just typed in
  4. I can hit enter and do the action

or sometimes it will take the first bit of text instantaneously, and then take 1-2 to populate the action window (open.. open file etc..)

I have had this problem on and off for awhile.

Its worth noting I never ever had this problem running 10.5.x 'Leopard'

Creating Trigger Requires Restart of Quicksilver

In 10.6 (Snow Leopard) Quicksilver build รŸ57 (3840) --

On adding either a keyboard or gesture Trigger, the newly-added Trigger cannot be executed until Quicksilver is restarted.

This has happened to me on three clean installations of Quicksilver on a Modbook, MacBook Pro, and a Mac Mini all running Snow Leopard.

HTML data in clipboard items

when using the clipboard plugin, and copying from word (yes, i know, but i have to use it), text is copied as html data, and hence also pasted as such, which makes it unusable. not very urgent.

catalog issue for favorites and recent servers/documens/applications

I couldn't find this issue easily when searching but I'm sure someone has noticed it. With the introduction of snow leopard, the location of favorites has moved into the com.apple.sidebars.plist preference file. The value name is "favoriteservers". I can't really tell if "recent servers" is also in the plist file now but it most likely in some plist file. Anyway, the same goes for "Recent Documents" and "Recent Applications," which are also broken in the most recent build. See here for more, at least on the issue of "favorites":

http://reviews.cnet.com/8301-13727_7-10355803-263.html

b57-3840 is by far the biggest improvement I've seen in a while. Thank you kindly for all of the hard work.

Jamil

P.S. How do you add a label?

Certain proxy objects seem to do nothing

Affected Software

I've seen this behavior in all versions of b57, including build 3840. I am running 10.6.2 and don't know if this affects 10.5.x.

This problem can be seen with at least two proxy objects:

  1. "Current Web Page" from the Safari plugin
  2. "OmniWeb Active Page" from the OmniWeb plugin

Expected Behavior

Assuming the relevant browser is running with a page open:

Scenario 1

  • Invoke Quicksilver
  • Select "OmniWeb Active Page"
  • Tab to the next pane
  • Select the "Paste" action

The URL of the frontmost page will be pasted into the current application.

Scenario 2

  • Invoke Quicksilver
  • Select "OmniWeb Active Page"
  • Tab to the next pane
  • Select the "Open URL Withโ€ฆ" action
  • Tab to the 3rd pane
  • Select a browser

The frontmost page will be opened in the chosen browser.

Problem

In Scenario 1, the "Paste" action isn't even an option. In Scenario 2, nothing happens when you hit return. It's as if these objects are empty.

Can't open item with double clicking item in Shelf on Snow Leopard (but can do it in Leopard)

What steps will reproduce the problem?

  1. Invoke QS with Cmd+space (in my case)
  2. Type Shelf in first pane
  3. Type Show in 2nd pane
  4. double click previously put on shelf item (plain text file on the root
    of my root directory. I have tried other files, other type of files, and
    other location with the same result) on the shelf and the item won't open.
    However, if I right click on the item and then select Actions..Open, and it
    will open.

OS - 10.6.1
QS - b57 (3840)

What is the expected output? What do you see instead?
Double Click on the Shelf item will open

What version of the product (including Quicksilver version, AND the module
version related to the buggy functionality if appropriate) are you using?
On what operating system?

Please provide any additional information below, and please attach the
corresponding crash log under ~/Library/Logs/CrashReporter if your problem
ends this way.

  • Also, if I hit space bar on the shelf item after I brought up Shelf, it
    will crash QS.
  • If I type shelf in 1) and then type show content in 2) and double
    clicking on the shelf item in the child pane, and it will launch the item
    (most of the time as I have had incident where it would not and it just
    gave the error "beep")
  • I have tried uninstall/reinstall (with no additional plug-in selected
    during installation after deleting the following and it did not help
    ~/Library/Application Support/Quicksilver/
    ~/Library/Preferences/com.blacktree.Quicksilver.plist
    ~/Library/Caches/Quicksilver/
  • I have tried installing QS onto a different user account and the same
    issue still occured
  • I installed the older version on another macbook pro I have running 10.5
    and the expected function works correctly, ie, double click on a shelf item
    opens it.

Feature Request: Spotlight style indexing exclusion

I have a custom catalog setup to index my Documents folder with depth to infinity since the default Documents catalog only scans top-level.

Would be nice if I could specify which directories not to index. Currently if I want to exclude the contents of a handful of folders, I need to uncheck every single file under said folders and then if any files get added, I have to remember to go uncheck them.

Thanks

quicksilver reverting keyboard layout to US (from dvorak)

I use the dvorak layout, but I also have activated U.S. in the Input Sources (Preferences > Languase & Text > Input Sources). Activating this second layout toggles an icon on the tray to quickly toggle between layouts.

My issue is that once I hit the quicksilver shortcut it reverts to U.S. It would be great if quicksilver would leave the keyboard layout alone. I like to have the option to toggle (when others use my machine), but automatically switching is a pain.

I am running Quicksilver ฮฒ56a7 (3825) : Apple 10.6.2

Do Not Open at Login doesn't work

The "Do Not Open at Login" action doesn't work. Here's the error I'm getting in console:

Quicksilver[220] *** -[FSActions doNotOpenItemAtLogin:]: unrecognized selector sent to instance 0x153d8140

I've tried this wil several different programs that were in my Login Items, and I also tried adding a program using QS action "Open at Login" (that worked) and then removing it with "Do Not Open at Login", nothing was removed from Login Items.

featureLevel not setting properly

Seems to be a problem with kCuttingEdgeFeatures

See QSApp.m line ~80
also QSMainPrefencePanes.m line ~210

it looks like setFeatureLevel method in QSMainPreferencePanes.m isn't setting BOOL kCuttingEdgeFeatures to YES, and it's just stuck at NULL for me whatever I do

Core Support not installed by default - no proxy objects

I was trying to narrow down (and maybe even fix) issue 8. I built from source and got something unusable. Long story short, I created a new account to be sure everything was clean and ran the newly built app. Almost nothing worked. I eventually discovered that the "Core Support" and "Primer Interface" plug-ins were listed but not installed.

In the past, I believe the Core Support stuff wasn't even visible on the plug-ins list (it was just inherently active) and the Primer Interface was on the list, but disabled so you couldn't remove it. I won't bother listing all of the things that don't work without an interface and core support. I think you get the idea.

The other problem is that once I enabled Core Support and some interfaces, I still couldn't troubleshoot issue 8 because I couldn't get proxy objects to show up in the catalog under Quicksilver at all. (I enabled advanced features and restarted several times.)

The source I built from was up to date as of this commit:

http://github.com/tiennou/blacktree-alchemy/commit/c1ef16de4580dfa09bdb20a9d078fb9c45d39a8e

The only difference being a couple of NSLog calls I added to QSObject_URLHandling.m.

Enabling Airport module causes QS to crash and not start

Installing the Airport module causes QS to close and not start up -- I need to remove the .qsplugin from ~/Library/Application Support/Quicksilver/Plugins/ directory.

These log messages also show up when QS crashes:

12/2/09 8:10:39 PM  Quicksilver[2562]   Downloading http://qs0.blacktree.com/quicksilver/plugins/download.php?qsversion=14400&id=com.blacktree.Quicksilver.QSAirPortPlugIn
12/2/09 8:10:39 PM  Quicksilver[2562]   Destination for 0xc132130 at http://qs0.blacktree.com/quicksilver/plugins/download.php?qsversion=14400&id=com.blacktree.Quicksilver.QSAirPortPlugIn is /var/folders/EP/EPRRKj6jHNWRG9giUzdRj++++TI/-Tmp-/723C4EF0-BA74-41CC-9FA4-B5556025B67F.qspkg
12/2/09 8:10:39 PM  [0x0-0x138138].com.blacktree.Quicksilver[2562]  WirelessAttach: IOServiceOpen error: e00002c7
12/2/09 8:10:39 PM  [0x0-0x138138].com.blacktree.Quicksilver[2562]  Error: WirelessAttach: -2013261827
12/2/09 8:10:39 PM  com.apple.launchd.peruser.501[112]  ([0x0-0x138138].com.blacktree.Quicksilver[2562]) Exited with exit code: 255

Not opening

Gets to the stage where it says QS in rotating and enlarging letters, then quits after they are fully enlarged. Checked activity monitor, the process isn't running, and Ctrl-Space does nothing.

Get current selection / send to quicksilver does not work if started via a LaunchAgent

I recently switched to starting Quicksilver via launchd instead of as an login item. As an added benefit it gets restarted automatically if it crashes, which seems to happen less often with current HEAD. Everything seems to work ok apart from the two Services. I use "Get current selection" quite often for files or http:// addresses. Started as an login item or from the finder it works, but if started via launchd nothing happens there are no entries in the log either.

Crash changing UI

When changing Command Interface and then changing it back QS crashes:

Process:         Quicksilver [2002]
Path:            /Applications/Quicksilver.app/Contents/MacOS/Quicksilver
Identifier:      com.blacktree.Quicksilver
Version:         ฮฒ56a7 (3838 (ab))
Code Type:       X86 (Native)
Parent Process:  launchd [259]

Date/Time:       2009-11-09 10:45:36.273 +0100
OS Version:      Mac OS X 10.6.1 (10B504)
Report Version:  6

Interval Since Last Report:          9912 sec
Crashes Since Last Report:           2
Per-App Interval Since Last Report:  51 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      10588FE4-93E2-43F4-94AD-CD19CAEC9A42

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000002d
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: _recursiveBreakKeyViewLoop


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x97697917 objc_msgSend + 23
1   com.apple.AppKit                0x947ac745 -[NSView _recursiveBreakKeyViewLoop] + 219
2   com.apple.CoreFoundation        0x9719a9b0 CFArrayApplyFunction + 224
3   com.apple.AppKit                0x947ac745 -[NSView _recursiveBreakKeyViewLoop] + 219
4   com.apple.AppKit                0x947abb27 -[NSWindow dealloc] + 641
5   com.blacktree.QSEffects         0x0008d72c -[QSWindow dealloc] + 188
6   com.apple.CoreFoundation        0x971729d8 CFRelease + 152
7   com.apple.CoreFoundation        0x9719cd82 __CFArrayReleaseValues + 434
8   com.apple.CoreFoundation        0x97172bab _CFRelease + 363
9   com.apple.AppKit                0x947ab7fa -[NSWindowController dealloc] + 304
10  com.blacktree.QSInterface       0x00117aba -[QSInterfaceController dealloc] + 458
11  com.apple.AppKit                0x946c2d41 -[NSWindowController release] + 161
12  com.apple.CoreFoundation        0x971729d8 CFRelease + 152
13  com.apple.CoreFoundation        0x9718af10 __CFBasicHashStandardCallback + 384
14  com.apple.CoreFoundation        0x971900be CFBasicHashRemoveValue + 638
15  com.apple.CoreFoundation        0x971acb63 CFDictionaryRemoveValue + 179
16  com.blacktree.QSCore            0x000c7ef1 -[QSRegistry removePreferredInstanceOfTable:] + 129
17  com.apple.AppKit                0x9475d891 -[NSControl sendAction:to:] + 108
18  com.apple.AppKit                0x9475933e -[NSCell _sendActionFrom:] + 169
19  com.apple.AppKit                0x9467e14a -[NSApplication sendAction:to:from:] + 112
20  com.apple.AppKit                0x9467dffd -[NSMenuItem _corePerformAction] + 435
21  com.apple.AppKit                0x9467dcee -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174
22  com.apple.AppKit                0x9467dbda -[NSMenu performActionForItemAtIndex:] + 65
23  com.apple.AppKit                0x9467db8d -[NSMenu _internalPerformActionForItemAtIndex:] + 50
24  com.apple.AppKit                0x9467daf3 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 97
25  com.apple.AppKit                0x9467da37 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 336
26  com.apple.AppKit                0x94672131 NSSLMMenuEventHandler + 404
27  com.apple.HIToolbox             0x92843129 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
28  com.apple.HIToolbox             0x928423f0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
29  com.apple.HIToolbox             0x92864a81 SendEventToEventTarget + 52
30  com.apple.HIToolbox             0x92890f3b SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
31  com.apple.HIToolbox             0x928b5c1c SendMenuCommandWithContextAndModifiers + 66
32  com.apple.HIToolbox             0x928b5bd1 SendMenuItemSelectedEvent + 121
33  com.apple.HIToolbox             0x928b5ad3 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 152
34  com.apple.HIToolbox             0x92a36b7d PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, Rect const*, unsigned short, unsigned long, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 1773
35  com.apple.HIToolbox             0x92a36ecb _HandlePopUpMenuSelection7 + 678
36  com.apple.AppKit                0x949072f2 _NSSLMPopUpCarbonMenu3 + 3937
37  com.apple.AppKit                0x94afb436 -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 590
38  com.apple.AppKit                0x9475708f -[NSControl mouseDown:] + 812
39  com.apple.AppKit                0x947550c4 -[NSWindow sendEvent:] + 5549
40  com.blacktree.QSEffects         0x0008da4b -[QSWindow sendEvent:] + 523
41  com.apple.AppKit                0x9466dceb -[NSApplication sendEvent:] + 6431
42  com.blacktree.Quicksilver       0x000037b5 0x1000 + 10165
43  com.apple.AppKit                0x946016fb -[NSApplication run] + 917
44  com.apple.AppKit                0x945f9735 NSApplicationMain + 574
45  com.blacktree.Quicksilver       0x00016249 0x1000 + 86601

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib               0x9733a03a kevent + 10
1   libSystem.B.dylib               0x9733a768 _dispatch_mgr_invoke + 215
2   libSystem.B.dylib               0x97339bf9 _dispatch_queue_invoke + 183
3   libSystem.B.dylib               0x9733998a _dispatch_worker_thread2 + 234
4   libSystem.B.dylib               0x97339401 _pthread_wqthread + 390
5   libSystem.B.dylib               0x97339246 start_wqthread + 30

Thread 2:
0   libSystem.B.dylib               0x9733a03a kevent + 10
1   com.blacktree.QSCore            0x000cf2c9 -[UKKQueue watcherThread:] + 201
2   com.apple.Foundation            0x9224f914 __NSThread__main__ + 1499
3   libSystem.B.dylib               0x97340f39 _pthread_start + 345
4   libSystem.B.dylib               0x97340dbe thread_start + 34

Thread 3:
0   libSystem.B.dylib               0x973137da mach_msg_trap + 10
1   libSystem.B.dylib               0x97313f47 mach_msg + 68
2   com.apple.CoreFoundation        0x971a2dbf __CFRunLoopRun + 2447
3   com.apple.CoreFoundation        0x971a1d34 CFRunLoopRunSpecific + 452
4   com.apple.CoreFoundation        0x971a1b61 CFRunLoopRunInMode + 97
5   com.apple.Foundation            0x92288498 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
6   com.apple.Foundation            0x9224f964 -[NSThread main] + 45
7   com.apple.Foundation            0x9224f914 __NSThread__main__ + 1499
8   libSystem.B.dylib               0x97340f39 _pthread_start + 345
9   libSystem.B.dylib               0x97340dbe thread_start + 34

Thread 4:
0   libSystem.B.dylib               0x97339092 __workq_kernreturn + 10
1   libSystem.B.dylib               0x97339628 _pthread_wqthread + 941
2   libSystem.B.dylib               0x97339246 start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x003ef120  ebx: 0x00000038  ecx: 0x94df54c6  edx: 0x0000000d
  edi: 0x0c156850  esi: 0x0000000e  ebp: 0xbfffe208  esp: 0xbfffe1c8
   ss: 0x0000001f  efl: 0x00010202  eip: 0x97697917   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x0000002d

Binary Images:
    0x1000 -    0x2bff7 +com.blacktree.Quicksilver ฮฒ56a7 (3838 (ab)) <72E972B1-F8B0-EC6E-8D8A-78894429C427> /Applications/Quicksilver.app/Contents/MacOS/Quicksilver
   0x38000 -    0x63ff7 +QSFoundation ??? (???) <0AD74078-E8A6-D619-35D2-EDDAC9FD3A91> /Applications/Quicksilver.app/Contents/Frameworks/QSFoundation.framework/Versions/A/QSFoundation
   0x85000 -    0x91ff7 +com.blacktree.QSEffects ??? (1.0) <F077F669-C435-239D-54CD-F4758C4BA5B8> /Applications/Quicksilver.app/Contents/Frameworks/QSEffects.framework/Versions/A/QSEffects
   0x9b000 -    0xdcff7 +com.blacktree.QSCore ??? (1.0) <07463827-90CE-0326-80D0-75C41082802B> /Applications/Quicksilver.app/Contents/Frameworks/QSCore.framework/Versions/A/QSCore
  0x10a000 -   0x139ff7 +com.blacktree.QSInterface ??? (1.0) <835B213C-E83D-192D-F005-98CCE2558532> /Applications/Quicksilver.app/Contents/Frameworks/QSInterface.framework/Versions/A/QSInterface
  0x1ad000 -   0x1adffc +com.growl.GrowlSafariLoader 1.0 (1.1) /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/GrowlSafariLoader
  0x708000 -   0x712ff7 +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
  0x71f000 -   0x724ffd +org.slashpunt.edit_in_odbeditor ??? (1.2) /Library/InputManagers/Edit in ODBEditor/Edit in ODBEditor.bundle/Contents/MacOS/Edit in ODBEditor
  0x74b000 -   0x74bff7  com.apple.applescript.component 2.1 (2.1) <27D19CD8-C6EB-0CB5-0AE8-3C9EF968CF85> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
  0x77f000 -   0x780fff +com.blacktree.Quicksilver.QSDeveloperPlugIn 1.0.1 (AC) /Users/lhunath/Library/Application Support/Quicksilver/PlugIns/Developer Module.qsplugin/Contents/MacOS/Developer Module
  0x78b000 -   0x790fff +com.blacktree.Quicksilver.QSAddressBookPlugIn ??? (146) <23D5E760-DE1A-7B0C-64CA-53C03E09E8ED> /Users/lhunath/Library/Application Support/Quicksilver/PlugIns/Apple Address Book Module.qsplugin/Contents/MacOS/Apple Address Book Module
  0x7e3000 -   0x7e5fff +com.blacktree.Quicksilver.QSAppleMailPlugIn ??? (FE) /Users/lhunath/Library/Application Support/Quicksilver/PlugIns/Apple Mail Module.qsplugin/Contents/MacOS/Apple Mail Module
  0x7f2000 -   0x7f4ff7 +com.blacktree.Quicksilver.QSHotKeyTriggerPlugIn ??? (18C6) <0E681CF2-AAEC-0F79-5BAA-98DDA81C6DF0> /Applications/Quicksilver.app/Contents/PlugIns/HotKey Triggers.qsplugin/Contents/MacOS/HotKey Triggers
 0xa559000 -  0xa5f1ffb  com.apple.applescript 2.1 (2.1) <DC2DDBF7-4B0A-64BF-E5E9-C41777910AB8> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
 0xa6bb000 -  0xa6bcfff +uk.co.markallan.clamxav.ScanWithClamXav ??? (1.0) /Users/lhunath/Library/Contextual Menu Items/ScanWithClamXav.plugin/Contents/MacOS/ScanWithClamXav
 0xa6f0000 -  0xa705ff7 +com.blacktree.Quicksilver.QSCorePlugIn 0.5.0 (81) <90E2E559-ABC4-6680-63B8-81ED4F950F97> /Applications/Quicksilver.app/Contents/PlugIns/Core Support.qsplugin/Contents/MacOS/Core Support
 0xa719000 -  0xa721fff +com.blacktree.Quicksilver.QSiTunesPlugIn ??? (335) /Users/lhunath/Library/Application Support/Quicksilver/PlugIns/iTunes Module.qsplugin/Contents/MacOS/iTunes Module
 0xa743000 -  0xa745ff7 +com.blacktree.Quicksilver.QSPrimerInterfacePlugIn ??? (1891) <239FBE0A-DA53-0E01-B3ED-D0F08653A783> /Applications/Quicksilver.app/Contents/PlugIns/Primer Interface.qsplugin/Contents/MacOS/Primer Interface
 0xa789000 -  0xa78cff7 +com.blacktree.Quicksilver.BezelInterfacePlugIn ??? (17EA) <3E51CF02-0C01-1F8A-6512-F23AD57C81BF> /Applications/Quicksilver.app/Contents/PlugIns/Bezel Interface.qsplugin/Contents/MacOS/Bezel Interface
 0xc09d000 -  0xc0a3fcb +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 18) (1.1.2) /Users/lhunath/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
 0xc0ce000 -  0xc0e8fff +AdobeBIB ??? (???) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
 0xc0f3000 -  0xc0f3fff +com.parallels.cmplugin ParallelsCM version 1.0 (1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/MacOS/ParallelsCM
 0xc616000 -  0xc652fc7 +com.adobe.vcmenu ??? (4.0.0.344) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/MacOS/ADFSMenu
0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
0x90022000 - 0x90114ff7  libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
0x9015c000 - 0x90195fe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x90196000 - 0x901a0ff7  com.apple.CrashReporterSupport 10.6 (237) <2FABBC83-A515-24AD-4BAA-60E458509549> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x901a1000 - 0x90505ff7  com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90531000 - 0x90565ff7  libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
0x90566000 - 0x90566ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90574000 - 0x90733ff7  com.apple.CalendarStore 4.0 (965) <5977E405-589F-D858-7115-1BFF12D76547> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
0x90734000 - 0x9077cfff  com.apple.iCalendar 1 (42) <9AF2C578-17E9-4F9A-AA5D-42B8CA6EA666> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
0x9077d000 - 0x9077fff7  libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9171f000 - 0x91746ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x91747000 - 0x91927fff  com.apple.imageKit 2.0 (1.0) <A09D802D-DAD8-39D6-B3D1-83931741E387> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x91928000 - 0x9198cffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x91ae7000 - 0x91b1fff7  com.apple.LDAPFramework 2.0 (120.1) <8C7F3F42-6A4D-D37A-4232-685D44E8769E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x91b20000 - 0x91b76ff7  com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x91b77000 - 0x91ba7ff7  com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x91ba8000 - 0x91c82fff  com.apple.DesktopServices 1.5.1 (1.5.1) <D9C18268-699B-A996-1035-4EA3695F4074> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x91c9c000 - 0x91c9cff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x91c9d000 - 0x91ca1ff7  IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x91ca2000 - 0x91cd3ff3  libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x91da4000 - 0x91daafff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91dab000 - 0x91dd5ff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x91dd6000 - 0x9220bff7  libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9220c000 - 0x9222aff7  com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9222b000 - 0x92238ff7  libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
0x92239000 - 0x924a9ffb  com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x924aa000 - 0x926a7feb  com.apple.AddressBook.framework 5.0 (862) <BD05B213-46CF-8EFD-B801-CF741408600D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x926a8000 - 0x9272affb  SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9272b000 - 0x92740fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92741000 - 0x9274bffb  com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9274c000 - 0x92792ff7  libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
0x92793000 - 0x9283afe7  com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9283b000 - 0x92b5efef  com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92c68000 - 0x92c68ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x92c69000 - 0x92cc3fe7  com.apple.CorePDF 1.0 (1.0) <590244C9-15D7-7A65-13AF-6F597123746B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x92cc4000 - 0x92d3bfeb  com.apple.backup.framework 1.1 (1.0) <73C642BD-A0C5-7D45-79FA-0AA6D96226C0> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x92d3c000 - 0x92d3fff7  libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x92d40000 - 0x92e7ffe3  com.apple.QTKit 7.6.3 (1584) <18130DA4-7132-CEAF-2137-4925CAC0B585> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x92e80000 - 0x92e81ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x92e82000 - 0x92e8cfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92e8d000 - 0x92f29fe7  com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x92f2a000 - 0x92f61ff7  com.apple.CoreMedia 0.420.17 (420.17) <A45B464A-4E05-8372-C05 - 0x93177ff7  com.apple.ApplicationServices 38 (38) <8012B504-CFE03> /System/Library/Frameworks/ApplicationServices.framework - 0x931e6ff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <137000 - 0x93296ff3  com.apple.ink.framework 1.3 (104) <8526D880-ameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Vibz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /ued.dylib ??? (???) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /Systersions/A/Resources/ColorSyncDeprecated.dylib
0x93378000 - 0x93389ff7  com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9338a000 - 0x9359cfff  com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x93678000 - 0x936bcfe7  com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x936bd000 - 0x936d8ff7  libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x936d9000 - 0x9378bffb  libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9378c000 - 0x93796ff7  com.apple.HelpData 2.0.3 (33) <AD60F037-CE57-C93A-F865-2CEEE3F08F31> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x93797000 - 0x939f9ff3  com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x939fa000 - 0x93a20fff  com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <BE757DF9-CC45-54AB-93B8-F7AE2BB6BC7D> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
0x93a21000 - 0x93a47fff  com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x93a48000 - 0x94229497  com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9422d000 - 0x9423dff7  libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x9423f000 - 0x94282ff7  com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94283000 - 0x9428dff7  libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x942a1000 - 0x944ccff3  com.apple.QuartzComposer 4.0 (156.6) <D1D3A5A8-75BC-4556-85FA-8A9F487106DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x944ff000 - 0x94521ff3  com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9452f000 - 0x94580ff7  com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9458c000 - 0x945f6fe7  libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x945f7000 - 0x94ed4ff7  com.apple.AppKit 6.6.1 (1038.2) <27C304F6-0045-160B-7591-E57ECF19BDDB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94ed5000 - 0x94ee7ff7  com.apple.syncservices.syncservicesui 5.0 (575) <30009CB4-91E6-5006-3FA5-606C54A1EA7A> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServicesUI
0x94ee8000 - 0x951dbfe7  com.apple.MessageFramework 4.1 (1076) <0CADF980-95FE-FF49-B929-BD09893E6F8D> /System/Library/Frameworks/Message.framework/Versions/B/Message
0x951dc000 - 0x955f2ff7  libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9574c000 - 0x95795fe7  libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x957dd000 - 0x9584bff7  com.apple.ISSupport 1.9.1 (49) <E6EF2734-ED63-E7C2-C4D2-8D64E9955BFC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x9584c000 - 0x95864ff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x95865000 - 0x95a21fef  com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95a22000 - 0x95b23fe7  libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
0x95b24000 - 0x95b44fe7  libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
0x95b45000 - 0x95b4fff7  libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x95b50000 - 0x95ba0fe7  libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95ba1000 - 0x95baeff7  com.apple.AppleFSCompression 1.0 (1.0) <A348AEAB-D279-68B9-0CF2-3C29FBADBCC4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x95baf000 - 0x95c1fffb  com.apple.AppleVAFwork 4.6.2 (4.6.2) <25381B2A-89A6-0CEB-C159-DFF70C76B881> /Systrsions/A/CoreUI
0x95c65000 - 0x95ca6ff7  libRIP.A.dylib ??? (??work/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Restem/Library/Frameworks/QuickTime.framework/Versions/A/QuickTim-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x96015000 - 0x96015ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x96016000 - 0x9602affb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9606a000 - 0x9606cfe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x9606d000 - 0x9610aff3  com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9610b000 - 0x961c4fe7  libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
0x961c5000 - 0x961c8ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x961c9000 - 0x961caff7  libScreenReader.dylib ??? (???) <0A587980-DD86-5637-4548-086CAE5D2042> /usr/lib/libScreenReader.dylib
0x962c0000 - 0x963c2fef  com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x963ca000 - 0x963cfff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x963d0000 - 0x96449ff7  com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9644a000 - 0x968f8fe7  com.apple.VideoToolbox 0.420.17 (420.17) <F2812B5D-4C09-EFCC-182E-412257859AB1> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x968f9000 - 0x96979feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9697a000 - 0x96a70ff7  libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x96a71000 - 0x96ac9fe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x96af0000 - 0x96c19fe7  com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96d01000 - 0x96da9ff7  com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x96daa000 - 0x96db0ff7  com.apple.DisplayServicesFW 2.1 (2.1) <762CC18B-1F71-E9FC-ECB7-7078B4856D6E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x96db1000 - 0x96dc5fe7  libbsm.0.dylib ??? (???) <14CB0-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x96de7000 - 0x96e2ok.framework/Versions/A/QuickLook
0x96e26000 - 0x96e2aff7  libG.apple.DAVKit 4.0 (729) <FE695058-C0B3-6744-85FA-43239363F815> b ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libFrameworks/ApplicationServices.framework/Versions/A/Frameworks/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x97029000 - 0x97030ff7  com.apple.KerberosHelper 2.0 (1.0) <2AB5E012-A44F-E468-41C5-96EF3A4EB1EE> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0x97031000 - 0x970c9fe7  edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x970ca000 - 0x9712afe7  com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9712b000 - 0x97165fe7  libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x97166000 - 0x972ddfef  com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x972de000 - 0x97312ff7  libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
0x97313000 - 0x974b7feb  libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
0x974b8000 - 0x9763afe7  libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
0x9763b000 - 0x9768bff7  com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9768c000 - 0x97691ff7  com.apple.AOSNotification 1.1.0 (123.3) <0386E48C-4095-1D2A-629A-83B7711550F3> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x97692000 - 0x9773ffe7  libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
0x97740000 - 0x97741ff7  com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x97742000 - 0x9777fff7  com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x97780000 - 0x97782ff7  com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x97783000 - 0x978c3ff7  com.apple.syncservices 5.0 (575) <61B36E07-6D14-97DC-122F-41EDE1F6DB03> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
0x978c4000 - 0x978cbfff  com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x978cc000 - 0x9790cff3  com.apple.securityinterface 4.0 (36981) <F024C5CA-0762-1599-5BAB-17F785E51075> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x97926000 - 0x97926ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x97927000 - 0x979a0ff3  com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x97aa9000 - 0x97adffff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
0x97b52000 - 0x97b5fff7  com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x97b60000 - 0x97b63fe7lib
0x97b64000 - 0x97b64ff7  com.apple.Accelerate.vecLib 3.5 (volication.framework/Versions/A/CoreSymbolication
0x97dc1000 - 0x97dcdff7  libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
0x97dce000 - 0x97e5ffe3  com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x97e60000 - 0x97eb0ff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x97eb1000 - 0x97fbeff7  com.apple.MediaToolbox 0.420.17 (420.17) <EE843140-C79F-3D8C-B89E-893CD74C3633> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x97fbf000 - 0x97fd1ff7  com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x97fd2000 - 0x98014fe7  libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x98015000 - 0x98034fe7  com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x98035000 - 0x98051fe3  com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x98052000 - 0x9808dfe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9808e000 - 0x980fdff7  libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x980fe000 - 0x980ffff7  com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x98111000 - 0x98131ff7  com.apple.frameworks.preferencepanes 13.0 (13.0) <BCCDE08F-667D-B57D-42E5-280C8689B15A> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x98132000 - 0x981e1fef  com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x981e2000 - 0x9822ffeb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x98230000 - 0x9823aff7  com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegacy
0x9825b000 - 0x9825bff7  com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x98272000 - 0x982b1ff7  com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x982b2000 - 0x98a97fe7  com.apple.WebCore 6531 (6531.9) <F9A9848B-9EB0-B912-49F5-7E8010AF2CF1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x98a98000 - 0x98bc0fe7  com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x98bc1000 - 0x98c9eff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x98c9f000 - 0x98ca2ff7  libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x98ca3000 - 0x98d11ff7  com.apple.QuickLookUIFramework 2.0 (327.0) <86D7E331-4C25-D360-7316-BA32192686D7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x98d21000 - 0x98d31ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x98d32000 - 0x98d3bff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x98d3c000 - 0x9905bfe7  com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9905c000 - 0x9913fff7  com.apple.WebKit 6531 (6531.9) <991912FB-1484-A0B2-593F-A8722BC6AFE7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x99140000 - 0x9915dfe7  com.apple.DotMacSyncManager 2.0.0 (446) <4F2093CF-02E6-470C-038C-801F548475F0> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMacSyncManager
0x99172000 - 0x991bfff7  com.apple.ExchangeWebServices 1.0 (54) <47779F6D-8248-11CC-843E-EE37488691C2> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
0x991c0000 - 0x9921aff7  com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9921b000 - 0x99222ff7  com.apple.NSServerNotificationCenter 2 (1.0) <63EAE599-362C-CD27-CC18-1F211C12B8B8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification
0x99223000 - 0x993b1fff  com.apple.JavaScriptCore 6531 (6531.5) <DDDCCE57-42D2-BAA1-63F1-F76458EE0927> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x993f3000 - 0x9942ffff  com.apple.CoreMediaIOServices 101.0 (715) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib

Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 2 GB, SMC 1.16f11
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
Bluetooth: Version 2.2.1f7, 2 service, 1 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Parallels Shared Networking Adapter, Ethernet, en2
Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
Serial ATA Device: FUJITSU MHW2120BH, 111,79 GB
Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1294, 0xfd100000
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfa200000
USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0xfa230000
USB Device: ACR38 USB Reader, 0x072f, 0x9000, 0xfa210000
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0xfa220000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021b, 0x5d200000
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000

Reported by http://github.com/lhunath

indexing improvements..

First, can QS be designed to not index the contents of package files like iWork files (when in the bundle form --- since this already works for .bundle and .app files this shouldn't be very different, right?).

Second, it would be nice if inside an indexed folder the uer could specify a subfolder that should Not be indexed (as in the spotlight settings). This would save a lot of trouble when specifying new sources in the catalog.

Third, it would be terrific if users could also specify which file types QS should Not index.

Fourth, it would be useful to be able to individually set the indexing intervals for indiviudal custom catalog entries (e.g - frequent indexing for the Downloads folder). Can QS always 'look' at a folder so as to update that particular catalog when some changes are made to the folder?

Slight delay in bringing up interface

Since upgrading to Snow Leopard I have noticed that it takes a split second longer to bring up the QS interface when hitting the hotkey. This results in me sometimes directing the first few characters to the current foreground application instead of Quicksilver. I installed B57 (3840) and it doesn't seem to have fixed the problem. Any suggestions?

Color labels from Finder

When browsing folder contents, it would be nice to have Quicksilver display the color tags assigned to various items.

iTunes focus stealing

I'm pretty sure this never used to be an issue with an older version, but I could be wrong.

Anyway, any time I perform a particular "play" action with the iTunes functionality it has the effect of causing iTunes to end up stealing focus when playing the track. As you can imagine, this is particularly annoying especially if iTunes is on another space since it'll cause osx to move to that space (if you have the standard settings of the spaces functionality on - I know you can disable that behaviour more generally).

I'm not sure what the solution is here since (afaik) the iTunes module source is unavailable. I was going to take a look myself and see what the code (I'm presuming is apple script) is doing when it is 'telling' iTunes to play and see if I could figure out how to 'background' it.

Maybe not the right place, but can anyone relate to this? It might be a general issue with iTunes as a whole but as I said, I'm pretty sure this behaviour never used to happen. I'm on Snow Leopard with iTunes 9 with the latest build of quicksilver.

Triggers appear not to allow function keys

Using b56a7 build 3838ab (thank you!), on Snow Leopard 10.6.2.

When setting a hotkey for a trigger, pressing any function key does not show the function key. Instead, it shows a small box, white background with a black border, with a little black X in it. Modifier keys appear as expected.

After creating the trigger, pressing the function key does not execute the trigger.

Originally reported by http://github.com/soh

Can't drill down into Mail.app

I'm using the 3840 build, but this issue has persisted since I started using B56a7. When I try navigating to my mailboxes, the window (BezelHUD) does the little "there's nothing for me to go into" jiggle, despite Mail having an > next to it. Thus, I'm unable to read access any of my inboxes, move messages, etc.

Possibly related: all my email actions work (send directly, send, compose...) but I have no actions for 'Get New Mail' or 'Move to Mailbox', even in the Actions preference pane.

Folder with dot not recognized as folder

The folder actions (like Make New...) aren't available when run against a folder with a dot in the name. For example, when I navigate to .../htdocs/domain.com it does not give me a Make New... action.

Command-Command shortcut not functionning

Impossible to make this shortcut to work.
I dead erase all preferences /caches etc....
On a new Mac, same problem.

OS : Snow Leopard
Softwares installed : google quick search box.

Google voice support

Support for Google voice actions as part of the bundle to be used in tandem with Address book information.

bookmark link icons incorrectly displayed

I'm using b57 v3840 on Leopard at my office. I have enabled indexing of my FF3 bookmarks. The problem is that when a bookmark is called it shows up with a generic square white page as the icon. They should show up with the usual icon for a url (a globe). This occurs even if I manually ask quicksilver to index the relevant bookmarks.html file (and remove the safari catalog to prevent duplication). The correct symbol shows if I manually type in a url, though.

Additional comment: https links show up with only a white square while http and header-less links also have the globe icon showing up behind the white square icon.

Unable to display QS's Primer UI on all spaces

Using QS's Primer UI there is unable to use QS on all spaces. Activating QS switches to first space where QS was activated.
Bezel UI works fine.
QS itself added in Speces pref and set to "All Spaces"

Recent Items and Dock catalog oddities

After I accessed the Recent Items (applications) catalog or the Dock Applications catalog entry via Quicksilver's object window, the applications listed in those two catalogs stopped showing up properly in Quicksilver. It listed them with a question mark for the icon, the application name and catalog in parenthesis. After restarting Quicksilver they showed up normally again.

An aside on the Recent Items list: it didn't actually show any of my recent applications or documents. It showed a few applications that I had used on previous occasions or documents I had opened a while back, but nothing recent. They didn't update after a rescan or Quicksilver restarting.

"Show Menu Items" doesn't work on Snow Leopard (?)

Setup:
Downloaded and installed latest beta 57 on Snow Leopard.
Followed instructions on how to enable proxies and menus (http://www.celsius1414.com/node/1432).

Steps:

  1. Switch to Safari
  2. Call up Quicksilver via shortcut
  3. Type "Current Application" "Show Menu Items"
  4. Empty window shows up instead of the list of menu items.

(Same behavior is observed regardless of whether I enable or disable "Enable access for assistive devices" in Sys Pref)

Cannot compile on 10.5

Commit fda9a84:
Recent Items made Snow Leopard compatible

introduced [NSURL URLByResolvingBookmarkData:thisObject ....] in QSDefaultsObjectSource.m which is 10.6 only. Because of this the compilation fails on 10.5.

Where's the source code?

Maybe someone can help me out...I downloaded the file from the Downloads tab, the download description is "Quicksilver source code." But when I extract the gzip file, I get the application and when I look at the contents of the application all I can see are the header files for the QS frameworks. Am I missing something? Shouldn't this download contain the full source code and not just the header files?

Textmate String Ranker doesn't work

When installing and enabling the TextMate String Ranker, no results appear when you search for a term. I prefer the TM ranker's method of matching, and I'd love to see it working again.

I'm not sure if this is the right place to open this -- is the ranker maintained with QS or elsewhere (e.g. macromates.com).

Triggers become null in Snow Leopard

(from Google Groups)

This seems to happen with any web address triggers that aren't recognized. I have a trigger for Google Maps that is recognized and is listed as "Open Google Maps," and that one works even after reboot. But any of my triggers that are listed as "Open http..." stop working after reboot, including calendar.google.com, docs.google.com, and www.weatherunderground.com.

So something weird is going on with the processing of http://, I guess.

On Oct 28, 7:45 pm, cawpin [email protected] wrote:

I am experiencing a similar problem. I had a trigger set up to search
Google (CMD+G) under Leopard. It would send the query
qss-http://www.google.com/search?q=***and open the results in my default
browser, which happens to be Firefox. Upon upgrading to SL this
trigger resets to the mentioned "Open (null)" and the trigger no
longer does anything. This happens whenever QS is closed and re-
opened, including rebooting. I have another trigger to launch a
Terminal (CMD+ALT+T) window which still works perfectly. However, no
matter what keyboard shortcut I assign to the Google search action,
the action is wiped out on a restart of QS. Personally, I think this
may be a bug in the Web Search plugin.

Edit 3 June 2010: Just upgraded to รŸ58, and this is STILL happening. And not just with web links. I tried to add a trigger that runs a script, and that works only until I restart Quicksilver. I looked at Triggers.plist, and nothing seems to have changed between when it DID work and when it DIDN'T. I have no idea what's going on, but this is REALLY annoying.

Mounted volumes don't show up in Desktop catalog

When volumes are mounted and show up on the desktop, they don't show up when I navigate to the Desktop folder via Quicksilver. I was able to access volumes through the Desktop before, so I know that this functionality was available with Quicksilver. Right now I have to search for the volume by name and select it from the match-list in order to eject it. Additionally, I can't eject multiple volumes at once.

Feature Request: Exclusion of filetype for folder

QS currently have the ability for me to specify which filetype (extension) to include for indexing for a particular folder in the catalog -- and if it's left empty, then all filetypes in the folder will be indexed -- but most of the time what I need is to specify which filetype to be excluded.

For example, I would like to index my "projects" folders but would like to exclude all ".svn" folders and ".git" folders as well. I may also want to index a windows partition but have all ".exe", ".dll", etc. excluded as well.

Currently I have to manually exclude all the folders I don't want by unchecking them in the content panel. It's would be so much easier if I can say: for this folder, index all its content except files that matches this regex.

[iCal Plugin] Not finding Calendars

Plugins not being found.

This is due to the iCal data being moved from ~/library/application support/ical/sources to ~/library/calendars in iCal for 10.5+

Also 'foreach' seems to be causing a warning - dunno what needs doing with that.

I'm looking into it byut anybody with better skills could look into it for me :)

Upgrading from 3820 breaks some of my triggers (all related to "current selection")

I tried to upgrade from 3820, but I had to downgrade again, because it breaks some of my most frequently used triggers.

For example, I have [current selection] [open url]. I use this to highlight text in any application, and it will be treated as a URL to open in Safari. Does nothing on the new release.

Similarly, I have [current finder selection] [open with] [Emacs]. Also does nothing.

And [current finder selection] [open with] [Viewit](photo app). Does nothing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.