Git Product home page Git Product logo

vico's Issues

Tab to complete interferes with snippet expansion.

In the following document (JavaScript syntax):

iftest
if<cursor>

If the completion window is open, iftest is the first selected item. Hitting tab completes when the user likely wishes to expand the if() snippet. People who use snippets usually use <CR> to select a completion because it interferes with the snippet expansion (<tab>).

Entering a command in fullscreen mode then moving to another space makes the vico space inaccessible

While working this morning, I started to type a command to start editing a new file. Halfway through the command, I forgot what I was going to call the file and slid back over to Chrome to look it up in my specs. When I tried to go back to vico, I kept getting kicked out of the space.

Exact Procedure:

  1. Start vico, and go into fullscreen mode.
  2. Start typing a command like :e js/
  3. Slide to another space.
  4. Attempt to return to vico.

Expected behavior: I should be able to return to vico and continue typing my command.

Actual behavior: When I attempt to re-enter the vico space I am kicked back to my previous space immediately.

Fast Full Screen Mode.

MacVim has a setting (and I believe Sublime has it enabled by default) where full screen mode doesn't take a total of (what feels like) two seconds to transition. It's essentially instant. I don't know what Apple was thinking.

doesn't build on 10.6.8

it exits with:

xcodebuild: Error: the project /Users/dobbin/dev/vico/sparkle/Sparkle.xcodeproj does not exist in this directory. make: *** [/Users/dobbin/dev/vico/build/DEBUG/sparkle/Sparkle.stamp] Error 1

after cloning & issuing make run

Autocomplete doesn't correct camel casing mid-word.

There appears to be a bug in how auto complete handles mid word fill-ins, specifically that it doesn't seek back and correct case errors.

For example, assume I have defined a variable earlier named awesomeBaconSammich. Later in the file I start typing awesomeba and autocomplete correctly suggests awesomeBaconSammich. However, when I select that item from the autocomplete drop down the text awesomebaconSammich is what actually appears.

python through :setfiletype

When I try :setfiletype python it tells me that there is more than one match (probably because of the RegularExpression Python syntax.
Is there a way to become more specific in setting the filetype?

Mapping to expression

I'm trying to port my Vim setup to Vico. I have a couple mappings that determine information about the current file being edited. Therefore, they need to be executed within a block (right?) The best I've figured out to do this is calling the map method with the toExpression parameter like so:

((ViMap normalMap) map:"<c-8>" toExpression: (do () ":e"))

(note this is not my actual mapping, just a simplified form). However, when I type in normal mode it doesn't do anything; it doesn't tell me that it's not mapped, so I assume the mapping is there but the expression is not working. If I run via make run against the latest HEAD I don't see any errors in the output. Any thoughts on this?

Inline error highlighting hook

It would be great to have a hook for highlighting errors inline. If this is implemented, I'll create a JavaScript error/lint highlighter for Vico.

Here's a nice way to visualize errors:

errorhighlighting

Custom keymap file

This is more of a feature request than an issue, but it would be nice for Vico to honor a user's keys.nu file located in the app support directory. For example, having something like

(let

(nmap setKey:"U" toAction:"vim_redo:")

)

in ~/Application Support/Vico/keys.nu would create a new mapping for vim_redo, and override an existing binding to U if it exists.

Perhaps this is already implemented, but I couldn't find any documentation on it.

What do you think?

Project Bookmarks

Good day ,

This might be a stupid question , but I apologize.

I am trying to bookmark a project but I cannot figure out how .

The bookmark icon in the toolbar does not show up as it's here.

vicoapp

I tried to customize the toolbar (view -> customize toolbar but I did not find bookmarks there.

vicoapp2

please be advised that I have build vicoapp from source and I am using the latest version as of now.

Allow theming of the completion popup window.

I hear there is some special casing in Vico's code that tries to match the color scheme. (I'd love a link to that part of the code). Some might think that's a little too magical (and I agree) but I think most people would definitely settle for it to be controlled by a special colorscheme property. That might be easier as well.

embedding vico

I would like to embed vico as an editor view in a new app. Kind of mighty text view.
It is easily doable, I guess, especially simplifying as much as possible (no scripting, etc.).

Before reinventing the wheel is anyone working on something similar? I'd like to collaborate.

Enter causes app to crash at specific line in ruby

Ruby code below causes the crash. At line:36 (inside create method).

To reproduce

  1. place cursor at beginning of the line
  2. open insert mode
  3. hit enter.

It should crash before it inserts the line.

Vico is up to date.
Ruby is ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]

Lines from the crash report:

Application Specific Information:
abort() called
*** error for object 0x61000107b740: Freeing already free'd pointer

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff89d2a866 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff8f8e335c pthread_kill + 92
2   libsystem_c.dylib               0x00007fff93df4b1a abort + 125
3   libsystem_malloc.dylib          0x00007fff8cdf6bee nanozone_error + 486
4   libsystem_malloc.dylib          0x00007fff8cdf59a5 nano_free + 256
5   com.apple.CoreFoundation        0x00007fff8bb76c91 __CFStringDeallocate + 225
6   com.apple.CoreFoundation        0x00007fff8bb74448 CFRelease + 424
7   se.bzero.Vico                   0x000000010857fd99 -[ViLanguage compileRegexp:withBackreferencesToRegexp:matchText:] + 873 (ViLanguage.m:83)
8   se.bzero.Vico                   0x00000001085a08f5 -[ViSyntaxParser endMatchesForBeginMatch:inRange:] + 277 (ViSyntaxParser.m:393)
9   se.bzero.Vico                   0x00000001085a0bd8 -[ViSyntaxParser applyPatterns:inRange:openMatches:reachedEOL:] + 424 (ViSyntaxParser.m:437)
10  se.bzero.Vico                   0x00000001085a2d28 -[ViSyntaxParser highlightLineInRange:continueWithMatches:] + 760 (ViSyntaxParser.m:631)
11  se.bzero.Vico                   0x00000001085a34a9 -[ViSyntaxParser parseContext:] + 1321 (ViSyntaxParser.m:714)
12  se.bzero.Vico                   0x000000010856a035 -[ViDocument performSyntaxParsingWithContext:] + 277 (ViDocument.m:1283)
13  se.bzero.Vico                   0x000000010856a37e -[ViDocument dispatchSyntaxParserWithRange:restarting:] + 270 (ViDocument.m:1325)
14  se.bzero.Vico                   0x000000010856c0f4 -[ViDocument textStorageDidProcessEditing:] + 1444 (ViDocument.m:1540)
15  com.apple.CoreFoundation        0x00007fff8bc77e0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
16  com.apple.CoreFoundation        0x00007fff8bb6b8dd _CFXNotificationPost + 2893
17  com.apple.Foundation            0x00007fff8e2047ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
18  com.apple.AppKit                0x00007fff941bd8fb -[NSTextStorage processEditing] + 135
19  com.apple.AppKit                0x00007fff940b6060 -[NSTextStorage edited:range:changeInLength:] + 340
20  se.bzero.Vico                   0x00000001085a8d34 -[ViTextStorage replaceCharactersInRange:withString:] + 2452 (ViTextStorage.m:408)
class ListingsController < ApplicationController

  layout "show", :only => [ :show ]
  before_action :set_listing, only: [:show, :edit, :update, :destroy]
  before_filter :require_current_user, only: [:new, :edit, :update, :destroy, :create]
  before_filter :validate_user, only: [:edit, :update, :destroy]

  def show
  end

  def index
    location = [params[:lat].to_f, params[:lng].to_f]
    @listing = Listing.closest(origin: location)
    redirect_to @listing
  end

  # GET /listings/new
  def new
    @listing = Listing.new
  end

  # GET /listings/1/edit
  def edit

  end

  # POST /listings
  # POST /listings.json
  def create
    @listing = current_user.listings.new(listing_params)

    respond_to do |format|
      if @listing.save
        format.html { redirect_to @listing, notice: 'Listing was successfully created.' }
        format.json { render action: 'show', status: :created, location: @listing }

        ListingConfirmation.new_listing(@listing).deliver

      else
        format.html { render action: 'new' }
        format.json { render json: @listing.errors, status: :unprocessable_entity }
      end
    end
  end

  # PATCH/PUT /listings/1
  # PATCH/PUT /listings/1.json
  def update
    respond_to do |format|
      if @listing.update(listing_params)
        format.html { redirect_to @listing, notice: 'Listing was successfully updated.' }
        format.json { head :no_content }
      else
        format.html { render action: 'edit' }
        format.json { render json: @listing.errors, status: :unprocessable_entity }
      end
    end
  end

  # DELETE /listings/1
  # DELETE /listings/1.json
  def destroy
    @listing.destroy
    respond_to do |format|
      format.html { redirect_to listings_url }
      format.json { head :no_content }
    end
  end

  private
    def set_listing
      @listing = Listing.find_by(permalink: params[:id])
    end

    def validate_user
      unless current_user.listings.any? { |listing| listing == @listing }
        redirect_to new_user_session_path
      end
    end

    def listing_params
      params.require(:listing).permit(
          :street1, :street2, :city, :state,
          :zip, :price, :features, :description,
          :permalink, :beds, :baths, :sqft, :home_type,
          :email, :phone,
          photos_attributes: [:full_url, :thumbnail_url, :caption, :width, :height])
    end
end

Ability to theme Flat.

I admit this is sort of low-pri: But it would be great to be able to theme some of the stock Mac ui elements into flat colors to create a distraction free experience somewhat like this:

http://blog.toddwerth.com/entry_files/8/vim_ir_black_sc3.png

I really like how the vertical splits and status bar are very simple, flat colors. I guess Vim was ahead of its time - flat before flat was cool!

I do appreciate the option to have the mac elements in Vico as is - sometimes, that's what I'm looking for.

EXC_BAD_ACCESS when closing all documents from Lion fullscreen

When I'm in Lion fullscreen with a few tabs with different documents open, and then close them all out such that the window should disappear, I see the window disappear and then get the following crash:


Process:         Vico [3335]
Path:            /Applications/Vico.app/Contents/MacOS/Vico
Identifier:      se.bzero.Vico
Version:         r3139 (3139)
Code Type:       X86-64 (Native)
Parent Process:  launchd [196]

Date/Time:       2012-07-11 14:58:00.693 -0400
OS Version:      Mac OS X 10.7.4 (11E53)
Report Version:  9

Interval Since Last Report:          181077 sec
Crashes Since Last Report:           4
Per-App Interval Since Last Report:  1322 sec
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      23483C99-49C1-448C-9FD3-F80AA93C0929

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000

VM Regions Near 0:
--> 
    __TEXT                 0000000100000000-000000010021e000 [ 2168K] r-x/rwx SM=COW  /Applications/Vico.app/Contents/MacOS/Vico

Application Specific Information:
objc_msgSend() selector name: respondsToSelector:
objc[3335]: garbage collection is OFF
Performing @selector(closeCurrent:) from sender NSMenuItem 0x10043ff80

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff8a9b3150 objc_msgSend_vtable5 + 16
1   com.apple.AppKit                0x00007fff91e0280b -[NSSplitView resizeSubviewsWithOldSize:] + 281
2   com.apple.AppKit                0x00007fff91cec857 -[NSView setFrameSize:] + 955
3   com.apple.AppKit                0x00007fff91cec10c -[NSView setFrame:] + 268
4   com.apple.AppKit                0x00007fff91dc6a20 -[NSView resizeWithOldSuperviewSize:] + 1324
5   com.apple.AppKit                0x00007fff91dc6479 -[NSView resizeSubviewsWithOldSize:] + 200
6   com.apple.AppKit                0x00007fff91cec857 -[NSView setFrameSize:] + 955
7   com.apple.AppKit                0x00007fff91f23f6d -[NSThemeFrame _growContentReshapeContentAndToolbarView:animate:] + 751
8   com.apple.AppKit                0x00007fff91e3d533 -[NSThemeFrame _reshapeContentAndToolbarView:resizeWindow:animate:] + 318
9   com.apple.AppKit                0x00007fff91e3d3cc -[NSThemeFrame _showHideToolbar:resizeWindow:animate:] + 524
10  com.apple.AppKit                0x00007fff91e3a226 -[NSWindow setStyleMask:] + 1969
11  com.apple.AppKit                0x00007fff91f23907 __-[NSWindow _close]_block_invoke_1 + 730
12  com.apple.AppKit                0x00007fff91f2360b -[NSWindow _close] + 363
13  se.bzero.Vico                   0x00000001001204a0 -[ViWindowController closeDocumentView:canCloseDocument:canCloseWindow:] + 672
14  se.bzero.Vico                   0x0000000100120a6b -[ViWindowController didCloseDocument:andWindow:] + 1035
15  se.bzero.Vico                   0x000000010008afc6 -[ViDocument closeAndWindow:] + 998
16  se.bzero.Vico                   0x000000010011f663 -[ViWindowController document:shouldClose:contextInfo:] + 67
17  com.apple.AppKit                0x00007fff920512a8 __-[NSDocument canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo:]_block_invoke_2 + 41
18  com.apple.AppKit                0x00007fff920508fc __-[NSDocument canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo:]_block_invoke_1 + 170
19  com.apple.AppKit                0x00007fff9206391d -[NSDocument performActivityWithSynchronousWaiting:usingBlock:] + 82
20  com.apple.AppKit                0x00007fff92050850 -[NSDocument canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo:] + 291
21  se.bzero.Vico                   0x000000010011f749 -[ViWindowController closeCurrent:] + 217
22  com.apple.CoreFoundation        0x00007fff8ba9c70d -[NSObject performSelector:withObject:] + 61
23  com.apple.AppKit                0x00007fff91daff7e -[NSApplication sendAction:to:from:] + 139
24  com.apple.AppKit                0x00007fff91e9cbfb -[NSMenuItem _corePerformAction] + 399
25  com.apple.AppKit                0x00007fff91e9c932 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125
26  com.apple.AppKit                0x00007fff91e1a524 -[NSMenu performKeyEquivalent:] + 281
27  com.apple.AppKit                0x00007fff91e19175 -[NSApplication _handleKeyEquivalent:] + 526
28  com.apple.AppKit                0x00007fff91d12536 -[NSApplication sendEvent:] + 4282
29  com.apple.AppKit                0x00007fff91ca90c6 -[NSApplication run] + 555
30  com.apple.AppKit                0x00007fff91f25244 NSApplicationMain + 867
31  se.bzero.Vico                   0x000000010012ad4e main + 174
32  se.bzero.Vico                   0x0000000100002034 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff88a9a7e6 kevent + 10
1   libdispatch.dylib               0x00007fff881bc78a _dispatch_mgr_invoke + 923
2   libdispatch.dylib               0x00007fff881bb31a _dispatch_mgr_thread + 54

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff88a9867a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff88a97d71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff8ba3950c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff8ba41c74 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff8ba41486 CFRunLoopRunSpecific + 230
5   com.apple.Foundation            0x00007fff8e3bdfd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6   com.apple.Foundation            0x00007fff8e3b272a -[NSThread main] + 68
7   com.apple.Foundation            0x00007fff8e3b26a2 __NSThread__main__ + 1575
8   libsystem_c.dylib               0x00007fff92c678bf _pthread_start + 335
9   libsystem_c.dylib               0x00007fff92c6ab75 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff88a99df2 __select + 10
1   com.apple.CoreFoundation        0x00007fff8ba8ac8b __CFSocketManager + 1355
2   libsystem_c.dylib               0x00007fff92c678bf _pthread_start + 335
3   libsystem_c.dylib               0x00007fff92c6ab75 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff88a9a192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff92c69594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff92c6ab85 start_wqthread + 13

Thread 5:: CVDisplayLink
0   libsystem_kernel.dylib          0x00007fff88a99bca __psynch_cvwait + 10
1   libsystem_c.dylib               0x00007fff92c6b274 _pthread_cond_wait + 840
2   com.apple.CoreVideo             0x00007fff936566c8 CVDisplayLink::runIOThread() + 710
3   com.apple.CoreVideo             0x00007fff936563e9 _ZL13startIOThreadPv + 148
4   libsystem_c.dylib               0x00007fff92c678bf _pthread_start + 335
5   libsystem_c.dylib               0x00007fff92c6ab75 thread_start + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff88a9a192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff92c69594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff92c6ab85 start_wqthread + 13

Thread 7:

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0xd000000000000000  rbx: 0x000000010b06fd40  rcx: 0x0000000000000018  rdx: 0x00007fff9257edac
  rdi: 0x000000010b06db20  rsi: 0x00007fff790b2bb0  rbp: 0x00007fff5fbfe460  rsp: 0x00007fff5fbfe188
   r8: 0x0000000100397600   r9: 0x0000000000000bce  r10: 0x00000001007d4ca0  r11: 0x000000010102aa60
  r12: 0x000000010b06fd40  r13: 0x00007fff5fbfe738  r14: 0x000000010b06fd01  r15: 0x000000010b06fd40
  rip: 0x00007fff8a9b3150  rfl: 0x0000000000010246  cr2: 0x0000000106128000
Logical CPU: 6

Binary Images:
       0x100000000 -        0x10021d267 +se.bzero.Vico (r3139 - 3139) <3CAAA9F7-629E-3D45-A437-48826C3BFEA5> /Applications/Vico.app/Contents/MacOS/Vico
       0x10035a000 -        0x100378ff7 +org.andymatuschak.Sparkle (1.5 Beta [git] - 118f3c5) <ACBC9CD4-5DE8-33E2-BE4E-CF49B60E3C2D> /Applications/Vico.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x101beb000 -        0x101bedfff  com.apple.AddressBook.LocalSourceBundle (1.4 - 1090) <49934ACE-D2F0-3D5D-ABE2-D26C62E4D796> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
       0x103fa5000 -        0x103fa8fff  com.apple.DirectoryServicesSource (1.4 - 1090) <EDFB96FD-9510-3560-A6CC-6B795DCAA536> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
       0x1047f0000 -        0x1047f3fff  libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <AE9374F3-9A80-37B1-97F9-E5E952CE1D61> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
       0x105bee000 -        0x105bf1ff7  libCoreFSCache.dylib (??? - ???) <70D5EB80-24F5-3837-9302-EBD4CFCE5CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x105efc000 -        0x105efcffd +cl_kernels (??? - ???) <AED097E1-1C31-4042-9A48-88E78C9DBC26> cl_kernels
       0x1087b2000 -        0x1087c0fff  com.apple.Librarian (1.0.1 - 1) <8479DC40-D188-3262-B33F-BC08E46AFD4D> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
       0x1087f8000 -        0x1087f9ffc +cl_kernels (??? - ???) <A8E98815-79B5-4721-BBF7-9AA3B59B9064> cl_kernels
       0x109722000 -        0x109742fff  com.apple.ChunkingLibrary (1.0 - 127) <ED9D3079-A201-30D8-9FC4-2F5860100E63> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
       0x109776000 -        0x10977cfef  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <303313AD-2D57-37A5-922B-3194C5DCD007> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x1097a5000 -        0x109838ff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
       0x109857000 -        0x109858ff3 +cl_kernels (??? - ???) <3C680AF3-C0D7-4073-AA5B-1673BF06FAA1> cl_kernels
       0x10985d000 -        0x10985eff3 +cl_kernels (??? - ???) <BB2493FD-A360-4386-B6C3-4EC5C7AC7721> cl_kernels
       0x109a83000 -        0x109ac0fff  com.apple.Ubiquity (1.1 - 210) <E198603B-C205-3366-82BD-7D642FF2F909> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
       0x109ade000 -        0x109b0cff7  GLRendererFloat (??? - ???) <E33704BC-AA25-3279-A585-ABC6B3176D3E> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x109ddd000 -        0x109f76fff  GLEngine (??? - ???) <61484217-C41D-3A65-86BD-397ACC0D069F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x109faa000 -        0x10a0a3fff  libGLProgrammability.dylib (??? - ???) <7396EE13-5FA6-3E78-88D0-2502CFE79A97> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
       0x10a0c9000 -        0x10a391ff7  com.apple.ATIRadeonX3000GLDriver (7.18.18 - 7.1.8) <337EB117-0CB0-3C9E-AEE8-76BCB3CB9371> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver
       0x10a3e8000 -        0x10a7f3ff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.18.18 - 7.1.8) <20ACFA77-6847-3053-A3D8-498150E8FC62> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
       0x10adb2000 -        0x10ae45ff7  unorm8_argb.dylib (1.50.69 - compatibility 1.0.0) <62C3F70B-9B04-39BD-BE29-582A1DE89A90> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib
    0x7fff680c0000 -     0x7fff680f4baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff87abf000 -     0x7fff87b86ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff87b87000 -     0x7fff87ba4ff7  com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff87c2c000 -     0x7fff87c2cfff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff87c2d000 -     0x7fff87c32fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff87c33000 -     0x7fff88050ff7  com.apple.SceneKit (125.3 - 125.4) <12AD6DBE-F3A3-34D6-BA01-B211BEAFD48F> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff88051000 -     0x7fff881b8fff  com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff881b9000 -     0x7fff881c7fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
    0x7fff8820c000 -     0x7fff8821afff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff88225000 -     0x7fff882a0ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff88478000 -     0x7fff884a8ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff884a9000 -     0x7fff884bbff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff884bc000 -     0x7fff885b6ff7  com.apple.DiskImagesFramework (10.7.4 - 331.6) <C7860B00-E1CF-3851-9A3B-9F145B7F498F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff885b7000 -     0x7fff886b4ff7  com.apple.avfoundation (2.0 - 180.40) <ED3DCB15-7E88-34FD-9E56-4ECAD10A6E7E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff886b5000 -     0x7fff886bbfff  libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff88829000 -     0x7fff8882fff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff8888b000 -     0x7fff888defff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <E3FE9B47-2276-3316-B2D2-85784AD2D9B3> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff888df000 -     0x7fff88912ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff88913000 -     0x7fff889b5fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff88a0d000 -     0x7fff88a36fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff88a37000 -     0x7fff88a37fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff88a7d000 -     0x7fff88a82fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff88a83000 -     0x7fff88aa3fff  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
    0x7fff88b14000 -     0x7fff88b14fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff88b15000 -     0x7fff88b17fff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
    0x7fff88b18000 -     0x7fff88b25ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff88b26000 -     0x7fff88b31ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <F260D4A7-C727-3FB6-8525-50E279BF9BAF> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff88b32000 -     0x7fff88b6dfff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff88b6e000 -     0x7fff88b6efff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff88b6f000 -     0x7fff88b83ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff88b93000 -     0x7fff88befff7  com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff88bf2000 -     0x7fff890b9fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff890ba000 -     0x7fff890cffff  com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x7fff890d0000 -     0x7fff893fcff7  com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff893fd000 -     0x7fff89437fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff89438000 -     0x7fff894bcff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8956f000 -     0x7fff89574fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff8958a000 -     0x7fff8960dfef  com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8960e000 -     0x7fff89620ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff89621000 -     0x7fff89645fff  com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff89654000 -     0x7fff8966afff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff89688000 -     0x7fff896d6fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff896d7000 -     0x7fff89737fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff89738000 -     0x7fff89b65fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff89b66000 -     0x7fff8a14afff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8a161000 -     0x7fff8a1aaff7  com.apple.framework.CoreWLAN (2.1.2 - 212.2) <5E421E2D-50EA-340E-A5EE-C848DD6FC34F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8a1ab000 -     0x7fff8a1aefff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8a1af000 -     0x7fff8a200ff7  com.apple.CoreMediaIO (212.0 - 3199.1.1) <D8C364AF-A1E8-3215-ABF5-188B50A80B18> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8a201000 -     0x7fff8a293ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8a294000 -     0x7fff8a502ff7  com.apple.QuartzComposer (5.0 - 236.7) <D556126B-3D67-3E37-82E0-D06532DE0C89> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff8a503000 -     0x7fff8a503fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8a504000 -     0x7fff8a857fff  com.apple.FinderKit (1.0.3 - 1.0.3) <D0BF82AD-69D6-3190-804C-6CF061BA22EF> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff8a858000 -     0x7fff8a859fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff8a85d000 -     0x7fff8a89efff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8a89f000 -     0x7fff8a940ff7  com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8a941000 -     0x7fff8a948fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff8a949000 -     0x7fff8a98ffff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
    0x7fff8a990000 -     0x7fff8a9a7fff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8a9a8000 -     0x7fff8aa8ce5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff8aab6000 -     0x7fff8aac5fff  libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib
    0x7fff8ab09000 -     0x7fff8ab34ff7  com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8ad97000 -     0x7fff8adacfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8adad000 -     0x7fff8aeb4fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8aeb5000 -     0x7fff8aed9fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8aeda000 -     0x7fff8aedbfff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff8aedc000 -     0x7fff8afc0fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8afc1000 -     0x7fff8afcdfff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8afce000 -     0x7fff8afd2fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8afd3000 -     0x7fff8afe1ff7  libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib
    0x7fff8afe2000 -     0x7fff8affefff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff8afff000 -     0x7fff8b01bff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8b01c000 -     0x7fff8b305ff7  com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8b33c000 -     0x7fff8b43cfff  com.apple.QuickLookUIFramework (3.2 - 500.16) <0BACF8C4-5A7B-31EE-B4AA-3CCF8615C9A8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff8b4b7000 -     0x7fff8b514ff7  com.apple.QuickLookFramework (3.2 - 500.16) <46017A4B-9E2B-329C-A8D9-2C11DE6C1A47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8b515000 -     0x7fff8b559ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8b55a000 -     0x7fff8b55afff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8b55b000 -     0x7fff8b563fff  libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8b564000 -     0x7fff8b56afff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8b56b000 -     0x7fff8b579ff7  com.apple.AppleFSCompression (37 - 1.0) <B6B7A560-DD9E-3601-8ACE-42C1FA738843> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8b57a000 -     0x7fff8b5c1ff7  com.apple.CoreMedia (1.0 - 705.78) <F6EA2328-FD3E-3057-80C7-C9845837F863> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8b5c2000 -     0x7fff8b5e8fff  com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8b5e9000 -     0x7fff8b65cfff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff8b665000 -     0x7fff8b8daff7  com.apple.imageKit (2.1.2 - 1.0) <5BAA52A9-F359-31E4-8109-74EBCEB626B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8b8db000 -     0x7fff8b9baff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8b9bb000 -     0x7fff8b9bdfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8b9be000 -     0x7fff8b9bfff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff8ba09000 -     0x7fff8bbddff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8bbde000 -     0x7fff8c372fef  com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8c373000 -     0x7fff8c377ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8c378000 -     0x7fff8c3bcff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8c3c2000 -     0x7fff8c3d2ff7  com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8c3d3000 -     0x7fff8c5fdfe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8c5fe000 -     0x7fff8d335fff  com.apple.WebCore (7534.56 - 7534.56.5) <4E63291C-539E-32E3-8B1C-EA8E546B3159> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff8d336000 -     0x7fff8d363fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff8d364000 -     0x7fff8d3a4ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
    0x7fff8d3a5000 -     0x7fff8d3aafff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8d3ab000 -     0x7fff8d3b0fff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8d3b1000 -     0x7fff8d3eafe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff8d3eb000 -     0x7fff8d443fff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8d452000 -     0x7fff8d464ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff8d4b9000 -     0x7fff8d4b9fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8d4ba000 -     0x7fff8d7d6fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8d7d7000 -     0x7fff8d7ddfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8d7de000 -     0x7fff8d874ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8d875000 -     0x7fff8d8b7ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8d8b8000 -     0x7fff8d8c3ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8d8c6000 -     0x7fff8ddcfff7  com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8ddd0000 -     0x7fff8de1cff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8de84000 -     0x7fff8df90fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8dfcc000 -     0x7fff8e0d9fff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8e0eb000 -     0x7fff8e0edff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8e189000 -     0x7fff8e1f2fff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8e206000 -     0x7fff8e245ff7  libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8e246000 -     0x7fff8e247fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8e248000 -     0x7fff8e275ff7  com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8e276000 -     0x7fff8e278fff  libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8e279000 -     0x7fff8e357fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8e358000 -     0x7fff8e671fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8e676000 -     0x7fff8e681ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8e6ad000 -     0x7fff8e6b0fff  libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8e6b1000 -     0x7fff8e6c4ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff8e6c5000 -     0x7fff8f062c9f  com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8f063000 -     0x7fff8f1bcfff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8f1bd000 -     0x7fff8f35cff7  com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8f35d000 -     0x7fff8f35efff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff8f35f000 -     0x7fff8f37cfff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff8f37d000 -     0x7fff8f3a8fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
    0x7fff8f3a9000 -     0x7fff8f3b0fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8f3be000 -     0x7fff8f3c4fff  com.apple.phonenumbers (1.0 - 47) <0398EEEE-DBA1-36B6-AE0E-AABBDC17AF4F> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff8f3ef000 -     0x7fff8f446fff  com.apple.Suggestions (1.1 - 85.1) <DE511C42-D2F2-309C-80EE-53862245DE22> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff8f447000 -     0x7fff8f769fe7  com.apple.JavaScriptCore (7534.56 - 7534.56.6) <675725F8-37C4-3B80-ADB0-7B6AE908A908> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8f86d000 -     0x7fff8f907ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8f924000 -     0x7fff8f95ffff  com.apple.LDAPFramework (3.2 - 120.2) <A2675243-9122-308D-A5C8-9C1C4FE7639D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8f960000 -     0x7fff8fa4afff  com.apple.backup.framework (1.3.3 - 1.3.3) <6C49FBCF-D6AF-3351-BBBF-A98A622CA517> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8fa4b000 -     0x7fff8fb40fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff8fb41000 -     0x7fff8fb42ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8fb43000 -     0x7fff8fb49fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff8fb5c000 -     0x7fff8fb72ff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8fb73000 -     0x7fff8fe97fff  com.apple.AddressBook.framework (6.1.2 - 1090) <65FE6A36-F3F8-37FE-8B88-50F20F278779> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff907e8000 -     0x7fff90807fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff9086a000 -     0x7fff9088afff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff9088b000 -     0x7fff9088bfff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff90be7000 -     0x7fff90c3bff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff90c3c000 -     0x7fff90c3dfff  libffi.dylib (??? - ???) <DB96CC4B-0D38-3102-80AA-91DDE9AF3886> /usr/lib/libffi.dylib
    0x7fff90c5a000 -     0x7fff90d90fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff90d91000 -     0x7fff9113afef  com.apple.MediaToolbox (1.0 - 705.78) <A4DF8258-0CB9-3244-BF12-3AD02B1952B0> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff91203000 -     0x7fff91203fff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff91204000 -     0x7fff91231fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff91232000 -     0x7fff9128cff7  com.apple.ImageCaptureCore (3.0.3 - 3.0.3) <12C722EE-3A13-3937-ABDF-EDC922F4C299> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff913d0000 -     0x7fff914e9fff  com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff914ea000 -     0x7fff9158ffff  com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff91a68000 -     0x7fff91a8ffff  com.apple.framework.internetaccounts (1.2 - 3) <483427CA-8140-355D-B668-78F5A5F1A1D6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x7fff91a90000 -     0x7fff91acefff  com.apple.bom (11.0 - 183) <F300B9EC-995E-33A7-9175-9F07D4B68F16> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff91acf000 -     0x7fff91c59ff7  com.apple.WebKit (7534.56 - 7534.56.5) <BC22A17F-A32F-3D9B-926F-091A47C4B315> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff91c5a000 -     0x7fff91c71fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff91c72000 -     0x7fff91c77ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff91c7b000 -     0x7fff91ca3fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff91ca4000 -     0x7fff928aaff7  com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff928b2000 -     0x7fff928c1ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff928c2000 -     0x7fff928c3ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff928c4000 -     0x7fff92903fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff92a7c000 -     0x7fff92b7efff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff92c19000 -     0x7fff92cf6fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff92cff000 -     0x7fff92d61ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff92d62000 -     0x7fff92dcdff7  com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff92dce000 -     0x7fff92e44fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff92e45000 -     0x7fff92e50ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff92e51000 -     0x7fff92e55fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
    0x7fff935b9000 -     0x7fff935bcfff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff935bd000 -     0x7fff93625ff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff93626000 -     0x7fff93629ff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff9362a000 -     0x7fff93653ff7  com.apple.framework.Apple80211 (7.2.1 - 721.3) <4BA49D6F-373B-3F4E-A2B3-453C2ED66318> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff93654000 -     0x7fff9367dfff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff93693000 -     0x7fff93709fff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
    0x7fff9370a000 -     0x7fff9375cff7  libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff9375d000 -     0x7fff937cdfff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff937dd000 -     0x7fff937e6ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff93a13000 -     0x7fff93b9dfff  com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff93c86000 -     0x7fff93c93fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff93c94000 -     0x7fff93c9ffff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff93cad000 -     0x7fff93ce2fff  com.apple.securityinterface (5.0 - 55022.4) <09EC371E-0B6E-3849-A6C9-F8E9DB17BBCD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff93ce3000 -     0x7fff93de8fff  libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff93de9000 -     0x7fff93e6eff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff93edb000 -     0x7fff93f8eff7  com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff93fe0000 -     0x7fff94413ff7  com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff94414000 -     0x7fff944a7ff7  com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff944a8000 -     0x7fff944abfff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff944ac000 -     0x7fff944b6ff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
    0x7fff944b7000 -     0x7fff944beff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff944bf000 -     0x7fff944eaff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff944eb000 -     0x7fff94561fff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff94562000 -     0x7fff9456dff7  com.apple.aps.framework (2.1 - 2.1) <D0C49BA6-A5FB-3DBD-AFCC-7B6F056A57A7> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff94622000 -     0x7fff9463cfff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff9463d000 -     0x7fff948b0fff  com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff948b1000 -     0x7fff948b5fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff948b6000 -     0x7fff948b6fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff948b7000 -     0x7fff9490bfff  libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff9490c000 -     0x7fff94b0efff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 14
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 1831
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=225.1M resident=137.1M(61%) swapped_out_or_unallocated=87.9M(39%)
Writable regions: Total=209.7M written=71.1M(34%) resident=131.7M(63%) swapped_out=0K(0%) unallocated=77.9M(37%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  20.2M
CG image                           1188K
CG raster data                     33.4M
CG shared images                   4440K
CoreAnimation                      32.1M
CoreGraphics                         16K
CoreImage                             8K
CoreServices                       3092K
IOKit                              2060K
IOKit (reserved)                    512K        reserved VM address space (unallocated)
MALLOC                            121.6M
MALLOC guard page                    32K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=243                        4K
Memory tag=251                      112K
OpenCL                               44K
OpenGL GLSL                        1372K
OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
SQLite page cache                   384K
STACK GUARD                        56.0M
Stack                              10.6M
Stack (reserved)                    520K        reserved VM address space (unallocated)
VM_ALLOCATE                        16.5M
__CI_BITMAP                          80K
__DATA                             21.5M
__IMAGE                             528K
__LINKEDIT                         51.1M
__RC_CAMERAS                        248K
__TEXT                            174.0M
__UNICODE                           544K
mapped file                        53.2M
shared memory                      11.0M
===========                      =======
TOTAL                             616.1M
TOTAL, minus reserved VM space    615.0M

Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.4 GHz, 8 GB, SMC 1.69f3
Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.4.20)
Bluetooth: Version 4.0.5f11, 2 service, 11 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE SSD TS256C, 251 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 5
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52b, 0xfd120000 / 4
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

inner movement behavior in Nu files

In Vim, when I position my cursor like such (where | is the cursor):

"this is a sen|tence in quotes"

and in normal mode I type ci" I am left with:

"|"

and if I type ca" I am left with:

|

However in Vico, whether I type ci" or ca" it behaves like ca".

Is this an intentional difference or a bug?

Note from @Shadowfiend: this is a language-specific bug that definitely affects Nu files. It may also affect other file types, that is unclear.

Cannot get project to build

I run make build, this results in the following error statement.

=== BUILD TARGET finish_installation OF PROJECT Sparkle WITH CONFIGURATION Release ===

Check dependencies
error: There is no SDK with the name or path '/Users/user/Documents/Code/vico/sparkle/macosx10.7'

** BUILD FAILED **

The following build commands failed:
Check dependencies
(1 failure)
make: *** [/Users/user/Documents/Code/vico/build/DEBUG/sparkle/Sparkle.stamp] Error 65

I am on commit
commit 1d42c58

Latex bundle doesn't seem to work

The syntax highlighting is there, but none of the preferences or typesetting options seem to work. I get the following error file when I try to edit them:

.../vico/build/DEBUG/Vico.app/Contents/Resources/Support/lib/osx/plist.bundle: warning: already initialized constant EPOCH

Build issue with Xcode 4.4 GM

xcrun clang -O0 -fvisibility=hidden -gdwarf-2 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-sign-conversion -Wall -Werror -DPL_BLOCKIMP_PRIVATE -arch x86_64 -isysroot /Applications/Xcode44-DP7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.6 -fasm-blocks -Wshorten-64-to-32 -include-pch /Users/marcus/Source/vico/build/DEBUG/obj/x86_64/Vico-prefix.objc.pth -Iapp -Ijson -Ioniguruma -Iuniversalchardet -I/Users/marcus/Source/vico/build/DEBUG/derived/x86_64 -F. -Iplblockimp/Source -F/Users/marcus/Source/vico/build/DEBUG/sparkle -MMD -MT /Users/marcus/Source/vico/build/DEBUG/obj/x86_64/ExAddress.o -MF /Users/marcus/Source/vico/build/DEBUG/obj/x86_64/ExAddress.d app/ExAddress.m -c -o /Users/marcus/Source/vico/build/DEBUG/obj/x86_64/ExAddress.o
app/ExAddress.m:64:68: error: data argument not used by format string [-Werror,-Wformat-extra-args]
return [NSString stringWithFormat:@"<ExAddress %p: none>", self, _offset];
~~~~~~~~~~~~~~~~~~~~~~~ ^
1 error generated.
make[1]: *** [/Users/marcus/Source/vico/build/DEBUG/obj/x86_64/ExAddress.o] Error 1
make: *** [app] Error 2

Can't get `make run` to compile Vico with permission-related git-submodule messages.

@Shadowfiend the cryptic submodule-related message is still there.

$ make run
โ€ฆ
Submodule 'plblockimp' (https://github.com/landonf/plblockimp.git) registered for path 'plblockimp'
Submodule 'sparkle' (https://github.com/andymatuschak/Sparkle.git) registered for path 'sparkle'
Cloning into 'Bundles/vicoapp-ack.vico-bundle'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Clone of '[email protected]:vicoapp/ack.vico-bundle.git' into submodule path 'Bundles/vicoapp-ack.vico-bundle' failed
make: *** [/Users/yuli/Downloads/vico/build/DEBUG/gitmodules.stamp] Error 1
#12:53:33!2 vico:merged$ 

visual block select

Being able to select a two dimensional block of text. Like in vim, you can use to do this. This functions similar to an in many OS X apps.

Build error on OS X 10.7

I'm getting the following build error:

The following build commands failed:
    CompileC /Users/damon/git/vico/build/DEBUG/sparkle/Sparkle.build/Release/Sparkle.build/Objects-normal/i386/SUAppcast.o SUAppcast.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
make: *** [/Users/damon/git/vico/build/DEBUG/sparkle/Sparkle.stamp] Error 65

Output of xcodebuild -version says I'm using version 4.2.1.

Store "File Explorer" and "Symbol List" size and state per "project"

Hi,

First of all big thanks for keeping Vico up-to-date!

I like new "project" functionality, but it doesn't store File Explorer size and Symbol List state/size, so every time I start I need to align them as I use them quiet wide on some projects and all the time.

http://d.pr/i/IvGL

While pressing shortcut key is not an issue, aligning size is a bit tricky (have to use mouse ;), so I would be great if you could implement this little feature.

using latest master build

Vico doesn't switch to normal mode properly when focus is lost

I currently have my vico set to use the skinny cursor when I'm in insert mode and the block cursor when I'm in normal mode. When the window looses focus, the skinny cursor stays and vico still believes it is in insert mode according to the status bar when it is, in fact, operating in normal mode.

Snippets ruin autocomplete selection.

Open a new .js file:

Type the following text:

completeMe

They open up the "for" snippet (by typing "for" <TAB> and selecting the first menu option).

Begin typing completeMe.

You'll see the snippet window open and close repeatedly and never highlight completeMe as an option.

Whereas if you try the if snippet by typing "if" followed by <TAB>, you'll see the correct behavior. I believe it has to do with the fact that the for snippet "mirrors" the placeholder in multiple places in the snippet output.

Indentation rules broken in PHP

I haven't found all the cases, but it happens multi-line arrays. ex.

I'd expect the code to look like this after re-indenting with =} or gg=G

<?php
$temp = array(
    'multi',
    'line',
    array(
        'arrays',
        'break'
        ),
    'indentation'
)
?>

instead the formatted code appears as

<?php
$temp = array(
    'multi',
    'line',
    array(
        'arrays',
        'break'
        ),
        'indentation'
            )
                ?>

EXC_BAD_ACCESS / KERN_INVALID_ADDRESS at 0x0000000100001180

Opened up vico, opened a folder, then switched to a terminal, then tried to switch back to it and was presented with this. That particular order of operations doesn't seem to reproduce it reliably, however.

Process:         Vico [28991]
Path:            /Applications/Vico.app/Contents/MacOS/Vico
Identifier:      se.bzero.Vico
Version:         1.4 (1.4-alpha)
Code Type:       X86-64 (Native)
Parent Process:  launchd [249]
Responsible:     Vico [28991]
User ID:         501

Date/Time:       2014-03-26 10:54:05.842 -0400
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  D30663E6-7AF8-40A9-1929-33528CB449F8

Sleep/Wake UUID: 4CDC2009-BAE0-4C73-A860-ED3C812B7E60

Crashed Thread:  18  Dispatch queue: NSOperationQueue 0x6000018236e0

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000100001180

VM Regions Near 0x100001180:
--> 
    __TEXT                 00000001007cd000-0000000100a64000 [ 2652K] r-x/rwx SM=COW  /Applications/Vico.app/Contents/MacOS/Vico

Application Specific Information:
objc_msgSend() selector name: isEqual:


Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff8fa939c6 _kernelrpc_mach_port_extract_member_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fa96605 mach_port_extract_member + 23
2   com.apple.CoreFoundation        0x00007fff972cf80e __CFRunLoopRun + 1310
3   com.apple.CoreFoundation        0x00007fff972cf0b5 CFRunLoopRunSpecific + 309
4   com.apple.HIToolbox             0x00007fff96e64a0d RunCurrentEventLoopInMode + 226
5   com.apple.HIToolbox             0x00007fff96e647b7 ReceiveNextEventCommon + 479
6   com.apple.HIToolbox             0x00007fff96e645bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
7   com.apple.AppKit                0x00007fff8a0c93de _DPSNextEvent + 1434
8   com.apple.AppKit                0x00007fff8a0c8a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
9   com.apple.AppKit                0x00007fff8a0bcb2c -[NSApplication run] + 553
10  com.apple.AppKit                0x00007fff8a0a7913 NSApplicationMain + 940
11  se.bzero.Vico                   0x00000001007d08a3 main + 179 (main.m:60)
12  libdyld.dylib                   0x00007fff8dd9f5fd start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff8fa97e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8b1a2fa7 pthread_workqueue_addthreads_np + 47
2   libdispatch.dylib               0x00007fff8fb65ba1 _dispatch_queue_wakeup_global_slow + 64
3   libdispatch.dylib               0x00007fff8fb65217 _dispatch_wakeup + 117
4   libdispatch.dylib               0x00007fff8fb657a8 _dispatch_queue_push_list_slow2 + 30
5   libdispatch.dylib               0x00007fff8fb65217 _dispatch_wakeup + 117
6   libdispatch.dylib               0x00007fff8fb657a8 _dispatch_queue_push_list_slow2 + 30
7   libdispatch.dylib               0x00007fff8fb6637f _dispatch_mgr_invoke + 49
8   libdispatch.dylib               0x00007fff8fb66152 _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff8fa93a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fa92d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff972d0155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff972cf779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff972cf0b5 CFRunLoopRunSpecific + 309
5   com.apple.AppKit                0x00007fff8a26916e _NSEventThread + 144
6   libsystem_pthread.dylib         0x00007fff8b1a1899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff8b1a172a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff8b1a5fc9 thread_start + 13

Thread 3:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff8fa93a1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8fa92d18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff972d0155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff972cf779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff972cf0b5 CFRunLoopRunSpecific + 309
5   com.apple.Foundation            0x00007fff8e8d0967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
6   com.apple.Foundation            0x00007fff8e8d076b __NSThread__main__ + 1318
7   libsystem_pthread.dylib         0x00007fff8b1a1899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff8b1a172a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff8b1a5fc9 thread_start + 13

Thread 4:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff8fa979aa __select + 10
1   com.apple.CoreFoundation        0x00007fff9731bb83 __CFSocketManager + 867
2   libsystem_pthread.dylib         0x00007fff8b1a1899 _pthread_body + 138
3   libsystem_pthread.dylib         0x00007fff8b1a172a _pthread_start + 137
4   libsystem_pthread.dylib         0x00007fff8b1a5fc9 thread_start + 13

Thread 5:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa970aa __getattrlist + 10
1   com.apple.CoreServicesInternal  0x00007fff8d7236a0 ftsattr_getattrlistRetry + 53
2   com.apple.CoreServicesInternal  0x00007fff8d72236c ftsattr_getattrlist + 270
3   com.apple.CoreServicesInternal  0x00007fff8d721760 __ftsattr_open + 842
4   com.apple.CoreServicesInternal  0x00007fff8d71e3b7 _InitalizeDirectoryEnumerator(_CFURLEnumerator*) + 743
5   com.apple.CoreServicesInternal  0x00007fff8d71d893 _URLEnumeratorGetNextURL + 84
6   com.apple.Foundation            0x00007fff8e914a6d -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:] + 303
7   com.apple.AppKit                0x00007fff8a442382 -[_NSSavePanelPrefixWatchingTagSetter _enumerateURLsUsingBlock:] + 176
8   com.apple.AppKit                0x00007fff8a44252c -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 182
9   com.apple.AppKit                0x00007fff8a441f24 -[_NSSavePanelTagSetter _stopWatching] + 37
10  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
11  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
12  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
13  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
14  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
15  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
16  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
17  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
18  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
19  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 6:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa93b16 syscall_thread_switch + 10
1   libsystem_platform.dylib        0x00007fff8bef1f30 _os_lock_handoff_lock_slow + 79
2   libobjc.A.dylib                 0x00007fff8ca58077 objc_clear_deallocating + 65
3   libobjc.A.dylib                 0x00007fff8ca58020 objc_destructInstance + 126
4   com.apple.CoreFoundation        0x00007fff9727885c CFRelease + 1068
5   com.apple.CoreFoundation        0x00007fff9727cf09 _retainedComponentString + 377
6   com.apple.CoreFoundation        0x00007fff9727c877 CFURLCreateStringWithFileSystemPath + 295
7   com.apple.CoreFoundation        0x00007fff972795a7 CFURLCopyFileSystemPath + 375
8   com.apple.CoreServicesInternal  0x00007fff8d71002d _FSURLCreateStandardError + 157
9   com.apple.CoreServicesInternal  0x00007fff8d71aec3 corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 768
10  com.apple.CoreServicesInternal  0x00007fff8d710fbb prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227
11  com.apple.CoreServicesInternal  0x00007fff8d70eca7 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213
12  com.apple.CoreServicesInternal  0x00007fff8d70ebcd _FSURLCopyResourcePropertyForKey + 15
13  com.apple.CoreFoundation        0x00007fff972bb4fb CFURLCopyResourcePropertyForKey + 123
14  com.apple.CoreFoundation        0x00007fff97350f98 _CFURLCopyFileReferenceURLPath + 232
15  com.apple.CoreFoundation        0x00007fff97350cb5 CFURLCreateFileReferenceURL + 245
16  com.apple.desktopservices       0x00007fff8cce6d98 TFSInfo::Initialize(__CFURL const*, bool, bool) + 240
17  com.apple.desktopservices       0x00007fff8ccba74b NodeSetTagsAndAttributes + 87
18  com.apple.FinderKit             0x00007fff91341d9e _FISetTagsForURL + 55
19  com.apple.AppKit                0x00007fff8a4419c1 -[_NSSavePanelTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 225
20  com.apple.AppKit                0x00007fff8a4424cc -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 86
21  com.apple.AppKit                0x00007fff8a441d85 -[_NSSavePanelTagSetter presentedSubitemDidChangeAtURL:] + 24
22  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
23  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
24  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
25  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
26  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
27  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
28  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
29  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
30  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
31  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 7:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa93b16 syscall_thread_switch + 10
1   libsystem_platform.dylib        0x00007fff8bef1f30 _os_lock_handoff_lock_slow + 79
2   libobjc.A.dylib                 0x00007fff8ca58077 objc_clear_deallocating + 65
3   libobjc.A.dylib                 0x00007fff8ca58020 objc_destructInstance + 126
4   com.apple.CoreFoundation        0x00007fff9727885c CFRelease + 1068
5   com.apple.desktopservices       0x00007fff8cc594a9 TCFURLInfo::TranslateCFError(__CFError*) + 105
6   com.apple.desktopservices       0x00007fff8cc2f590 TFSInfo::FetchProperties() + 246
7   com.apple.desktopservices       0x00007fff8cce6dd6 TFSInfo::Initialize(__CFURL const*, bool, bool) + 302
8   com.apple.desktopservices       0x00007fff8ccba74b NodeSetTagsAndAttributes + 87
9   com.apple.FinderKit             0x00007fff91341d9e _FISetTagsForURL + 55
10  com.apple.AppKit                0x00007fff8a4419c1 -[_NSSavePanelTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 225
11  com.apple.AppKit                0x00007fff8a4424cc -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 86
12  com.apple.AppKit                0x00007fff8a441d85 -[_NSSavePanelTagSetter presentedSubitemDidChangeAtURL:] + 24
13  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
14  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
15  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
16  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
17  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
18  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
19  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
20  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
21  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
22  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 8:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa970aa __getattrlist + 10
1   com.apple.CoreServicesInternal  0x00007fff8d7236a0 ftsattr_getattrlistRetry + 53
2   com.apple.CoreServicesInternal  0x00007fff8d72236c ftsattr_getattrlist + 270
3   com.apple.CoreServicesInternal  0x00007fff8d721760 __ftsattr_open + 842
4   com.apple.CoreServicesInternal  0x00007fff8d71e3b7 _InitalizeDirectoryEnumerator(_CFURLEnumerator*) + 743
5   com.apple.CoreServicesInternal  0x00007fff8d71d893 _URLEnumeratorGetNextURL + 84
6   com.apple.Foundation            0x00007fff8e914a6d -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:] + 303
7   com.apple.AppKit                0x00007fff8a442382 -[_NSSavePanelPrefixWatchingTagSetter _enumerateURLsUsingBlock:] + 176
8   com.apple.AppKit                0x00007fff8a44252c -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 182
9   com.apple.AppKit                0x00007fff8a441f24 -[_NSSavePanelTagSetter _stopWatching] + 37
10  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
11  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
12  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
13  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
14  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
15  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
16  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
17  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
18  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
19  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 9:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa97746 __psynch_mutexwait + 10
1   libsystem_pthread.dylib         0x00007fff8b1a4779 _pthread_mutex_lock + 372
2   com.apple.CoreServices.CarbonCore   0x00007fff8dfbe0d9 _SCSessionUniverseByUIDAcquireAndLock + 97
3   com.apple.CoreServices.CarbonCore   0x00007fff8dfbd6d0 FSNodeStorageGetAndLockCurrentUniverse + 96
4   com.apple.CoreServices.CarbonCore   0x00007fff8dfbd542 FileIDTreeGetAndLockVolumeEntryForDeviceID + 40
5   com.apple.CoreServices.CarbonCore   0x00007fff8dfbd4fa FSMount::FSMount(unsigned int, FSMountNumberType, int*, unsigned int const*) + 164
6   com.apple.CoreServices.CarbonCore   0x00007fff8dfbd419 FSMountPrepare + 80
7   com.apple.CoreServicesInternal  0x00007fff8d723e33 MountInfoPrepare(void***, unsigned int, int, void*, unsigned int const*, __CFURL const*, __CFError**) + 41
8   com.apple.CoreServicesInternal  0x00007fff8d71e348 _InitalizeDirectoryEnumerator(_CFURLEnumerator*) + 632
9   com.apple.CoreServicesInternal  0x00007fff8d71d893 _URLEnumeratorGetNextURL + 84
10  com.apple.Foundation            0x00007fff8e914a6d -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:] + 303
11  com.apple.AppKit                0x00007fff8a442382 -[_NSSavePanelPrefixWatchingTagSetter _enumerateURLsUsingBlock:] + 176
12  com.apple.AppKit                0x00007fff8a44252c -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 182
13  com.apple.AppKit                0x00007fff8a441f24 -[_NSSavePanelTagSetter _stopWatching] + 37
14  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
15  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
16  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
17  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
18  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
19  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
20  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
21  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
22  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
23  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 10:: Dispatch queue: NSFileCoordinator
0   libsystem_kernel.dylib          0x00007fff8fa93b16 syscall_thread_switch + 10
1   libsystem_platform.dylib        0x00007fff8bef1f30 _os_lock_handoff_lock_slow + 79
2   libobjc.A.dylib                 0x00007fff8ca58077 objc_clear_deallocating + 65
3   libobjc.A.dylib                 0x00007fff8ca58020 objc_destructInstance + 126
4   libsystem_blocks.dylib          0x00007fff8cc006f9 _Block_release + 205
5   libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
6   libdispatch.dylib               0x00007fff8fb6668f _dispatch_queue_drain + 451
7   libdispatch.dylib               0x00007fff8fb679dd _dispatch_queue_invoke + 110
8   libdispatch.dylib               0x00007fff8fb65fa3 _dispatch_root_queue_drain + 75
9   libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
10  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
11  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 11:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa970aa __getattrlist + 10
1   com.apple.CoreServicesInternal  0x00007fff8d7236a0 ftsattr_getattrlistRetry + 53
2   com.apple.CoreServicesInternal  0x00007fff8d72236c ftsattr_getattrlist + 270
3   com.apple.CoreServicesInternal  0x00007fff8d721760 __ftsattr_open + 842
4   com.apple.CoreServicesInternal  0x00007fff8d71e3b7 _InitalizeDirectoryEnumerator(_CFURLEnumerator*) + 743
5   com.apple.CoreServicesInternal  0x00007fff8d71d893 _URLEnumeratorGetNextURL + 84
6   com.apple.Foundation            0x00007fff8e914a6d -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:] + 303
7   com.apple.AppKit                0x00007fff8a442382 -[_NSSavePanelPrefixWatchingTagSetter _enumerateURLsUsingBlock:] + 176
8   com.apple.AppKit                0x00007fff8a44252c -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 182
9   com.apple.AppKit                0x00007fff8a441f24 -[_NSSavePanelTagSetter _stopWatching] + 37
10  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
11  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
12  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
13  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
14  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
15  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
16  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
17  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
18  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
19  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 12:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa93b16 syscall_thread_switch + 10
1   libsystem_platform.dylib        0x00007fff8bef1f30 _os_lock_handoff_lock_slow + 79
2   libobjc.A.dylib                 0x00007fff8ca58077 objc_clear_deallocating + 65
3   libobjc.A.dylib                 0x00007fff8ca58020 objc_destructInstance + 126
4   com.apple.CoreFoundation        0x00007fff9727885c CFRelease + 1068
5   com.apple.CoreFoundation        0x00007fff9727cf09 _retainedComponentString + 377
6   com.apple.CoreFoundation        0x00007fff9727c877 CFURLCreateStringWithFileSystemPath + 295
7   com.apple.CoreFoundation        0x00007fff9728001b CFURLGetFileSystemRepresentation + 747
8   com.apple.CoreServicesInternal  0x00007fff8d71e144 _InitalizeDirectoryEnumerator(_CFURLEnumerator*) + 116
9   com.apple.CoreServicesInternal  0x00007fff8d71d893 _URLEnumeratorGetNextURL + 84
10  com.apple.Foundation            0x00007fff8e914a6d -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:] + 303
11  com.apple.AppKit                0x00007fff8a442382 -[_NSSavePanelPrefixWatchingTagSetter _enumerateURLsUsingBlock:] + 176
12  com.apple.AppKit                0x00007fff8a44252c -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 182
13  com.apple.AppKit                0x00007fff8a441f24 -[_NSSavePanelTagSetter _stopWatching] + 37
14  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
15  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
16  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
17  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
18  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
19  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
20  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
21  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
22  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
23  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 13:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa93b16 syscall_thread_switch + 10
1   libsystem_platform.dylib        0x00007fff8bef1f30 _os_lock_handoff_lock_slow + 79
2   libobjc.A.dylib                 0x00007fff8ca58077 objc_clear_deallocating + 65
3   libobjc.A.dylib                 0x00007fff8ca58020 objc_destructInstance + 126
4   com.apple.CoreFoundation        0x00007fff9727885c CFRelease + 1068
5   com.apple.CoreFoundation        0x00007fff97280045 CFURLGetFileSystemRepresentation + 789
6   com.apple.CoreServicesInternal  0x00007fff8d71ad44 corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 385
7   com.apple.CoreServicesInternal  0x00007fff8d710fbb prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227
8   com.apple.CoreServicesInternal  0x00007fff8d70f11d _FSURLCopyResourcePropertiesForKeysInternal(__CFURL const*, __CFArray const*, void*, __CFError**, unsigned char) + 942
9   com.apple.CoreFoundation        0x00007fff972dfc82 CFURLCopyResourcePropertiesForKeys + 114
10  com.apple.CoreFoundation        0x00007fff972dfbbf -[NSURL resourceValuesForKeys:error:] + 63
11  com.apple.AppKit                0x00007fff8a441862 +[_NSSavePanelTagSetter _relevantFileAttributesForURL:cached:] + 185
12  com.apple.AppKit                0x00007fff8a44196f -[_NSSavePanelTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 143
13  com.apple.AppKit                0x00007fff8a4424cc -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 86
14  com.apple.AppKit                0x00007fff8a441d85 -[_NSSavePanelTagSetter presentedSubitemDidChangeAtURL:] + 24
15  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
16  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
17  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
18  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
19  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
20  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
21  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
22  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
23  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
24  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 14:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa97746 __psynch_mutexwait + 10
1   libsystem_pthread.dylib         0x00007fff8b1a4779 _pthread_mutex_lock + 372
2   com.apple.CoreServices.CarbonCore   0x00007fff8dfbe0d9 _SCSessionUniverseByUIDAcquireAndLock + 97
3   com.apple.CoreServices.CarbonCore   0x00007fff8dfbd6d0 FSNodeStorageGetAndLockCurrentUniverse + 96
4   com.apple.CoreServices.CarbonCore   0x00007fff8dfbd542 FileIDTreeGetAndLockVolumeEntryForDeviceID + 40
5   com.apple.CoreServices.CarbonCore   0x00007fff8dfbd4fa FSMount::FSMount(unsigned int, FSMountNumberType, int*, unsigned int const*) + 164
6   com.apple.CoreServices.CarbonCore   0x00007fff8dfbd419 FSMountPrepare + 80
7   com.apple.CoreServicesInternal  0x00007fff8d723e33 MountInfoPrepare(void***, unsigned int, int, void*, unsigned int const*, __CFURL const*, __CFError**) + 41
8   com.apple.CoreServicesInternal  0x00007fff8d71e643 _GetDirectoryURLs(_CFURLEnumerator*) + 491
9   com.apple.CoreServicesInternal  0x00007fff8d71d8dc _URLEnumeratorGetNextURL + 157
10  com.apple.Foundation            0x00007fff8e914a6d -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:] + 303
11  com.apple.AppKit                0x00007fff8a442382 -[_NSSavePanelPrefixWatchingTagSetter _enumerateURLsUsingBlock:] + 176
12  com.apple.AppKit                0x00007fff8a44252c -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 182
13  com.apple.AppKit                0x00007fff8a441f24 -[_NSSavePanelTagSetter _stopWatching] + 37
14  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
15  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
16  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
17  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
18  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
19  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
20  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
21  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
22  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
23  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 15:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libsystem_kernel.dylib          0x00007fff8fa98422 getdirentriesattr + 10
1   com.apple.CoreServicesInternal  0x00007fff8d722938 ftsattr_build + 1019
2   com.apple.CoreServicesInternal  0x00007fff8d721dbe ftsattr_read$INODE64 + 377
3   com.apple.CoreServicesInternal  0x00007fff8d71e9ba _GetDirectoryURLs(_CFURLEnumerator*) + 1378
4   com.apple.CoreServicesInternal  0x00007fff8d71d8dc _URLEnumeratorGetNextURL + 157
5   com.apple.Foundation            0x00007fff8e914a6d -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:] + 303
6   com.apple.AppKit                0x00007fff8a442382 -[_NSSavePanelPrefixWatchingTagSetter _enumerateURLsUsingBlock:] + 176
7   com.apple.AppKit                0x00007fff8a44252c -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 182
8   com.apple.AppKit                0x00007fff8a441f24 -[_NSSavePanelTagSetter _stopWatching] + 37
9   com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
10  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
11  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
12  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
13  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
14  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
15  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
16  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
17  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
18  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 16:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   com.apple.CoreFoundation        0x00007fff97278546 CFRelease + 278
1   com.apple.CoreFoundation        0x00007fff972876c8 __CFBasicHashDrain + 408
2   com.apple.CoreFoundation        0x00007fff972785d8 CFRelease + 424
3   com.apple.CoreFoundation        0x00007fff972785d8 CFRelease + 424
4   com.apple.CoreFoundation        0x00007fff972bb540 CFURLCopyResourcePropertyForKey + 192
5   com.apple.CoreFoundation        0x00007fff97350f5f _CFURLCopyFileReferenceURLPath + 175
6   com.apple.CoreFoundation        0x00007fff97350cb5 CFURLCreateFileReferenceURL + 245
7   com.apple.desktopservices       0x00007fff8cce6d98 TFSInfo::Initialize(__CFURL const*, bool, bool) + 240
8   com.apple.desktopservices       0x00007fff8ccba74b NodeSetTagsAndAttributes + 87
9   com.apple.FinderKit             0x00007fff91341d9e _FISetTagsForURL + 55
10  com.apple.AppKit                0x00007fff8a4419c1 -[_NSSavePanelTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 225
11  com.apple.AppKit                0x00007fff8a4424cc -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 86
12  com.apple.AppKit                0x00007fff8a441d85 -[_NSSavePanelTagSetter presentedSubitemDidChangeAtURL:] + 24
13  com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
14  com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
15  com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
16  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
17  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
18  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
19  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
20  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
21  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
22  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 17:
0   libsystem_pthread.dylib         0x00007fff8b1a5fac start_wqthread + 0

Thread 18 Crashed:: Dispatch queue: NSOperationQueue 0x6000018236e0
0   libobjc.A.dylib                 0x00007fff8ca56091 objc_msgSend + 17
1   com.apple.CoreFoundation        0x00007fff972dffb5 -[__NSSetM member:] + 149
2   com.apple.CoreFoundation        0x00007fff972c9198 -[NSSet containsObject:] + 24
3   com.apple.AppKit                0x00007fff8a441922 -[_NSSavePanelTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 66
4   com.apple.AppKit                0x00007fff8a4424cc -[_NSSavePanelPrefixWatchingTagSetter _checkAndSetTagsForURL:usingAttributeCache:] + 86
5   com.apple.AppKit                0x00007fff8a441d85 -[_NSSavePanelTagSetter presentedSubitemDidChangeAtURL:] + 24
6   com.apple.Foundation            0x00007fff8e8920b5 -[NSBlockOperation main] + 75
7   com.apple.Foundation            0x00007fff8e8718a1 -[__NSOperationInternal _start:] + 631
8   com.apple.Foundation            0x00007fff8e87154b __NSOQSchedule_f + 64
9   libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
10  libdispatch.dylib               0x00007fff8fb687ff _dispatch_async_redirect_invoke + 154
11  libdispatch.dylib               0x00007fff8fb642ad _dispatch_client_callout + 8
12  libdispatch.dylib               0x00007fff8fb6609e _dispatch_root_queue_drain + 326
13  libdispatch.dylib               0x00007fff8fb67193 _dispatch_worker_thread2 + 40
14  libsystem_pthread.dylib         0x00007fff8b1a2ef8 _pthread_wqthread + 314
15  libsystem_pthread.dylib         0x00007fff8b1a5fb9 start_wqthread + 13

Thread 18 crashed with X86 Thread State (64-bit):
  rax: 0x000060800067a040  rbx: 0x0000000000000001  rcx: 0x0000000000000000  rdx: 0x000061800067f5c0
  rdi: 0x0000000100001180  rsi: 0x00007fff8aaf5fdc  rbp: 0x0000000108a37bf0  rsp: 0x0000000108a37ba8
   r8: 0x000000000000008c   r9: 0x000061800010a9f0  r10: 0x000000000000001b  r11: 0x00007fff972f2a60
  r12: 0x0000000000000002  r13: 0x0000000000000007  r14: 0x0000000000000007  r15: 0x000061800067f5c0
  rip: 0x00007fff8ca56091  rfl: 0x0000000000010246  cr2: 0x0000000100001180

Logical CPU:     4
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x1007cd000 -        0x100a63ff7 +se.bzero.Vico (1.4 - 1.4-alpha) <7C1ECF41-D07B-315B-9072-1176D6D69024> /Applications/Vico.app/Contents/MacOS/Vico
       0x100bcb000 -        0x100bf8fff +org.andymatuschak.Sparkle (1.5 Beta [git] - 4cb6438) <DB4E4A9E-8512-3217-875C-62A01B649FDD> /Applications/Vico.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x100d72000 -        0x100d72feb +cl_kernels (???) <1C714042-A84B-40A7-834C-E9BF59989F44> cl_kernels
       0x102836000 -        0x102837ffa +cl_kernels (???) <63408314-8AD7-404F-8A94-080D36D40E41> cl_kernels
       0x1056ea000 -        0x10597bfff  com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
       0x106d36000 -        0x106d36fff +cl_kernels (???) <B39EB089-0F26-49F5-9489-87E00EB5A290> cl_kernels
       0x106da0000 -        0x106da1fe4 +cl_kernels (???) <C62ED9A4-1249-49B3-A187-7A8C6E5892E6> cl_kernels
       0x106daf000 -        0x106db0ff9 +cl_kernels (???) <2B1D2AD9-0848-4310-A157-CBF154008E2F> cl_kernels
       0x106db2000 -        0x106e98fef  unorm8_bgra.dylib (2.3.58) <6E7397EF-CC78-3C15-8B21-05E7FB47F645> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x10834e000 -        0x10842eff7  unorm8_rgba.dylib (2.3.58) <A7948EC2-646C-3F16-91D5-EBFCEA7BB864> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
       0x108576000 -        0x108591ff9  com.apple.security.csparser (3.0 - 55471.14) <5D9AC0E2-2F0D-3D39-9991-DF2C1D4DD0CF> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
    0x7fff6c4b2000 -     0x7fff6c4e5817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff89759000 -     0x7fff89781ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff89782000 -     0x7fff89782ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff89783000 -     0x7fff897e8ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff89873000 -     0x7fff898ceffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff898d1000 -     0x7fff898d2fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff89a61000 -     0x7fff89b4ffff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff89b5d000 -     0x7fff89c3cfff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff89c3d000 -     0x7fff89c3ffff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff89c40000 -     0x7fff89c74fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x7fff89c75000 -     0x7fff89c7dfff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff89cd2000 -     0x7fff89cffff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff89d00000 -     0x7fff89d1bff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff89d1c000 -     0x7fff89d6afff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff89d6b000 -     0x7fff89dcafff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff89dcb000 -     0x7fff89e42fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff89e43000 -     0x7fff89fdfff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff89fe0000 -     0x7fff8a0a4ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8a0a5000 -     0x7fff8ac1bfff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8ac1c000 -     0x7fff8ac34ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8ac44000 -     0x7fff8ad66ff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8ad67000 -     0x7fff8ad91ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff8ad92000 -     0x7fff8ada0fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8ae62000 -     0x7fff8ae87ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8ae88000 -     0x7fff8ae89ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8ae8a000 -     0x7fff8aea8fff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x7fff8af02000 -     0x7fff8af1bff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8b086000 -     0x7fff8b090ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8b091000 -     0x7fff8b0a0ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8b0a1000 -     0x7fff8b0d1fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8b0d5000 -     0x7fff8b185ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8b186000 -     0x7fff8b193ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8b194000 -     0x7fff8b198ff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8b199000 -     0x7fff8b19ffff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff8b1a0000 -     0x7fff8b1a7ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8b1a8000 -     0x7fff8b1e9fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8b21b000 -     0x7fff8b224ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8b225000 -     0x7fff8b227fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8b228000 -     0x7fff8b233fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8b234000 -     0x7fff8b28bfff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff8b28c000 -     0x7fff8b28cfff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8b343000 -     0x7fff8b427fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8b428000 -     0x7fff8b50fff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff8b510000 -     0x7fff8b51aff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8b51b000 -     0x7fff8b54aff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8b54b000 -     0x7fff8b597ffe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8baae000 -     0x7fff8bee1ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8beef000 -     0x7fff8bef5ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff8c28f000 -     0x7fff8c290ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8c291000 -     0x7fff8c2a5fff  com.apple.aps.framework (4.0 - 4.0) <23BC5746-0914-3102-B84F-BEAB31A77AEC> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff8c2a6000 -     0x7fff8c57afc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8c57b000 -     0x7fff8c5e2ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8c5e3000 -     0x7fff8c600ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8c601000 -     0x7fff8c60dff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8c61b000 -     0x7fff8c674fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8c675000 -     0x7fff8c68eff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8c6d1000 -     0x7fff8c6d3fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8c6d4000 -     0x7fff8c6d4fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8c6e0000 -     0x7fff8c769ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff8c99d000 -     0x7fff8c9ceff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x7fff8c9cf000 -     0x7fff8c9f8fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8c9f9000 -     0x7fff8ca0aff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff8ca0b000 -     0x7fff8ca4dff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8ca4e000 -     0x7fff8ca4efff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x7fff8ca4f000 -     0x7fff8ca50ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8ca51000 -     0x7fff8cbfef27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff8cbff000 -     0x7fff8cc00ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8cc01000 -     0x7fff8cc28ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff8cc29000 -     0x7fff8cd59ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8cd5b000 -     0x7fff8d67aaf3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8d67b000 -     0x7fff8d681fff  com.apple.AddressBook.ContactsFoundation (8.0 - 1369) <A5D1D494-2F84-3A97-A229-04DB308D4481> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff8d682000 -     0x7fff8d6f5fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8d6f6000 -     0x7fff8d6fcff7  libCGXCoreImage.A.dylib (599.20.11) <A787F160-6963-38B5-AF86-D5541E0492F1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8d6fd000 -     0x7fff8d729fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8d72a000 -     0x7fff8d819fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8d81a000 -     0x7fff8d8ebff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8d928000 -     0x7fff8d92dfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff8d92e000 -     0x7fff8dd7cfff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8dd7d000 -     0x7fff8dd81fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff8dd9c000 -     0x7fff8dd9fff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x7fff8dda0000 -     0x7fff8dda7ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x7fff8dda8000 -     0x7fff8ddaaff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff8ddab000 -     0x7fff8ddfcff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8df05000 -     0x7fff8df1bfff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8df1c000 -     0x7fff8df27ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8df45000 -     0x7fff8df58ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8df8a000 -     0x7fff8dfa1ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff8dfbb000 -     0x7fff8e2a5fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8e2cd000 -     0x7fff8e398fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8e399000 -     0x7fff8e3ebfff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8e3ec000 -     0x7fff8e439fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8e43a000 -     0x7fff8e472ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8e52a000 -     0x7fff8e54efff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8e54f000 -     0x7fff8e620fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff8e621000 -     0x7fff8e6adff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8e706000 -     0x7fff8e708ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8e709000 -     0x7fff8e711ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8e712000 -     0x7fff8e714fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff8e715000 -     0x7fff8e719ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
    0x7fff8e71a000 -     0x7fff8e73efff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff8e73f000 -     0x7fff8e7c8fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8e7c9000 -     0x7fff8e7cbfff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8e7cc000 -     0x7fff8e813ff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
    0x7fff8e86a000 -     0x7fff8eb68fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8eb69000 -     0x7fff8eb70fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8eb71000 -     0x7fff8ebd7fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8f352000 -     0x7fff8f35bff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff8f35c000 -     0x7fff8f3a9ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8f3aa000 -     0x7fff8f3b4ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8f3e1000 -     0x7fff8f3e2ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x7fff8f408000 -     0x7fff8f415ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8f43e000 -     0x7fff8f441fff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8f6cc000 -     0x7fff8f6dcffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff8f6f0000 -     0x7fff8f739fff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8f73a000 -     0x7fff8f73eff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
    0x7fff8f74c000 -     0x7fff8f754ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8f755000 -     0x7fff8f75ffff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8f760000 -     0x7fff8f822ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8f8a2000 -     0x7fff8f8a8ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8f90b000 -     0x7fff8f9c3ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8f9c4000 -     0x7fff8f9f3fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8f9f4000 -     0x7fff8f9f9ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff8fa82000 -     0x7fff8fa9eff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8fa9f000 -     0x7fff8fad0fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8fad1000 -     0x7fff8fb16ffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8fb27000 -     0x7fff8fb38ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8fb63000 -     0x7fff8fb7dfff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    0x7fff8fb7e000 -     0x7fff8fb7efff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8fc14000 -     0x7fff8fc25fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff8fc26000 -     0x7fff8fc38ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8fc39000 -     0x7fff8fd23fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff8fd24000 -     0x7fff8fd2bff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff8fd2c000 -     0x7fff8ff85ff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8ffa5000 -     0x7fff90035fff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff90038000 -     0x7fff90054fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff90055000 -     0x7fff9005cfff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff9005d000 -     0x7fff90078ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff90079000 -     0x7fff900b4fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff900b5000 -     0x7fff900f1ff7  com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff9029a000 -     0x7fff9029cfff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff9029d000 -     0x7fff9029efff  libffi.dylib (18.1) <FEB76C94-97BA-39BC-B713-D086B9757BA5> /usr/lib/libffi.dylib
    0x7fff9029f000 -     0x7fff902b7ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff902b8000 -     0x7fff902baff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
    0x7fff902bb000 -     0x7fff902c0ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff902e7000 -     0x7fff90382fff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff90383000 -     0x7fff90614ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x7fff90615000 -     0x7fff9061dff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff9061e000 -     0x7fff90621fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff90624000 -     0x7fff906a4fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff906a5000 -     0x7fff906a8ffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff906aa000 -     0x7fff906bcfff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff906bd000 -     0x7fff906beff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff906bf000 -     0x7fff90704fff  libcurl.4.dylib (78.90.1) <818543D6-0CCE-3F18-9BF1-4D18B81018F3> /usr/lib/libcurl.4.dylib
    0x7fff90705000 -     0x7fff90708ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff90709000 -     0x7fff9075cfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff90766000 -     0x7fff90b47ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff90b48000 -     0x7fff90b55ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff90b56000 -     0x7fff90bdeff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff90c26000 -     0x7fff90c2efff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x7fff90c2f000 -     0x7fff90c6efff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff910d8000 -     0x7fff91438ff7  com.apple.FinderKit (1.2.2 - 1.2.2) <DDFA6886-82DC-32F4-BC8F-09BFD8EB5B85> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff91439000 -     0x7fff9143cfff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff914bb000 -     0x7fff914d7fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff91517000 -     0x7fff91584fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff91585000 -     0x7fff915b1ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff915ec000 -     0x7fff915f5fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff916a0000 -     0x7fff916a0ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff916a1000 -     0x7fff916aafff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff916ab000 -     0x7fff916f9ff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
    0x7fff916fa000 -     0x7fff916fcffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff916fd000 -     0x7fff91a74ffa  com.apple.JavaScriptCore (9537 - 9537.74.4) <0942FE6B-3152-30FC-B92A-92A1C29C5295> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff91bdc000 -     0x7fff91bdeff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff91c4a000 -     0x7fff91c4afff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff91e1e000 -     0x7fff91ee7fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff91f00000 -     0x7fff92006ff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff92007000 -     0x7fff9201eff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff9205a000 -     0x7fff920befff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff920bf000 -     0x7fff920c2fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff920cd000 -     0x7fff920d8ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A9866D67-C5A8-36D1-A1DB-E2FA60328698> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff920d9000 -     0x7fff92124fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff92125000 -     0x7fff921c2fff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x7fff921c3000 -     0x7fff921c4fff  com.apple.AddressBook.ContactsData (8.0 - 1369) <BAF434EC-32B6-3F1C-8ABE-4419A15829FF> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x7fff921c5000 -     0x7fff921eeff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff921ef000 -     0x7fff923a7ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
    0x7fff923a8000 -     0x7fff924deff6  com.apple.WebKit (9537 - 9537.74.9) <CA0C0387-8A66-34D4-8B1C-F5CDDBDA76BB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff924df000 -     0x7fff92537ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff9253e000 -     0x7fff92577ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff92578000 -     0x7fff926a7fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff926f1000 -     0x7fff926f2fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff926f3000 -     0x7fff926fdff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
    0x7fff926fe000 -     0x7fff926feffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff9274a000 -     0x7fff92c6dfff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff92c6e000 -     0x7fff92eb6ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff92eb7000 -     0x7fff92eecffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff92eed000 -     0x7fff92eedfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff92eee000 -     0x7fff92fdfff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff92fe0000 -     0x7fff9302efff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff9302f000 -     0x7fff932ffffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff935fc000 -     0x7fff93626ff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
    0x7fff9363a000 -     0x7fff937aaff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff937ab000 -     0x7fff937b0fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff937b1000 -     0x7fff945fffff  com.apple.WebCore (9537 - 9537.74.11) <9683BA7C-A04B-3E33-B195-DCF1C2CABF95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff94600000 -     0x7fff94660fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff94661000 -     0x7fff94997fff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff94998000 -     0x7fff949a3fff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
    0x7fff949a4000 -     0x7fff949b4fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff949d8000 -     0x7fff949dbffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff949dc000 -     0x7fff94a0bff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff94a0e000 -     0x7fff94a7dff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff94a7e000 -     0x7fff94aa3ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9536b000 -     0x7fff9536bfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff9536c000 -     0x7fff953aaff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff953b0000 -     0x7fff953b1fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff953b2000 -     0x7fff953b6fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff953b7000 -     0x7fff953c4fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff953c5000 -     0x7fff95414ff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x7fff95415000 -     0x7fff9547fff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff95480000 -     0x7fff956e1fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff956e2000 -     0x7fff95733fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff957a9000 -     0x7fff957adff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff959c5000 -     0x7fff959cdff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff959ce000 -     0x7fff959cefff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff959cf000 -     0x7fff959eaff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff959eb000 -     0x7fff95a32fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff95e0f000 -     0x7fff95e9afff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
    0x7fff95eb2000 -     0x7fff95f0ffff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff9612c000 -     0x7fff9617eff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff9617f000 -     0x7fff961a7ffb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff961a8000 -     0x7fff962fbff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff9635b000 -     0x7fff964c9ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff964ca000 -     0x7fff964d3ff7  libcldcpuengine.dylib (2.3.58) <C8785704-6195-3129-86CA-20F0F3C20F15> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff964d4000 -     0x7fff96a44fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff96a45000 -     0x7fff96a46ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff96a47000 -     0x7fff96a6bff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff96abc000 -     0x7fff96aebfd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff96b19000 -     0x7fff96b7cff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff96b7d000 -     0x7fff96dc3fff  com.apple.AddressBook.framework (8.0 - 1369) <3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff96dc4000 -     0x7fff96dcbff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff96dcc000 -     0x7fff96df3ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff96e36000 -     0x7fff970e0ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff970e1000 -     0x7fff970edff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff970ee000 -     0x7fff9722ffff  com.apple.QTKit (7.7.3 - 2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff97230000 -     0x7fff9725eff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff9725f000 -     0x7fff97444fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 125
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 41918
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=227.4M resident=174.5M(77%) swapped_out_or_unallocated=52.9M(23%)
Writable regions: Total=548.3M written=93.0M(17%) resident=169.0M(31%) swapped_out=16.2M(3%) unallocated=379.3M(69%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  49.0M
CG image                           1232K
CG raster data                      220K
CG shared images                    244K
CoreAnimation                     260.9M
CoreImage                             8K
Foundation                            4K
Image IO                             88K
Kernel Alloc Once                     8K
MALLOC                            202.5M
MALLOC (admin)                       32K
Memory Tag 241                       96K
Memory Tag 242                       12K
Memory Tag 251                      104K
OpenCL                               52K
SQLite page cache                   256K
STACK GUARD                        56.1M
Stack                              16.3M
VM_ALLOCATE                        17.0M
__DATA                             29.9M
__IMAGE                             528K
__LINKEDIT                         67.0M
__TEXT                            160.4M
__UNICODE                           544K
mapped file                        66.8M
shared memory                         4K
===========                      =======
TOTAL                             929.1M

Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 8 GB, SMC 1.69f4
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3035312E4130304C4620
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3035312E4130304C4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE SSD TS256C, 251 GB
Serial ATA Device: HL-DT-ST DVDRW  GS31N
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Hub
USB Device: IR Receiver
Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1

Omnicompletion

I think vico's completion mechanism can be much improved from the current state. I think at least the following can be added without too big effort:

  • settings in which buffers to search based on vim "complete" option
  • completion using ctags
  • pluggable completion for different languages

I plan to implement at least some of the above and to submit pull request, however I'd like to get feedback beforehand on general approach.

As I understand I need to add some command to ViTextView-vi_commands.m, e.g. complete_omni similar to complete_keyword. Then I can map it to <c-x><c-o> in keys.nu. For the completion itself I'd have to implement ViOmniCompletion class analogous to ViWordCompletion.

So basically most of the stuff will have to be done in Objective-C and by editing Vico source itself. However maybe I mistake and this can be done just by writing in Nu and making custom bundle, etc.?
I'm open to suggestions on which approach I should take.

Tags file seems to be ignored?

I have been trying to get autocompletion working for RubyMotion projects. The Rakefile created by TubyMotion allows to create a Tags file in the project directory via rake ctags that I hoped Vico would detect and use with no luck.

I confirmed that my Tags file contains valid data: Vim is able to load it and use it for autocompletion with the SuperTab plugin. I have been trying to get this to work for quite a few hours but it's hard not having any feedback from Vico whether the Tags file was loaded or not.

Is this currently supported? Any ideas?

Ex bang commands?

I'm trying to use :! to execute a shell command but I'm getting a message:

Non-filtering version of ! not implemented

Looking into it it looks like there is no shell mapping defined in [ExMap defaultMap]. How can I set that up so I can run shell commands?

Thanks!

Project needs new maintainer

As pull requests go unmerged for months โ€“ I think project is in a desperate need of a new maintainer.

I think @Shadowfiend did most of the contributions, so maybe he's interested to step in?

Console load script causes crash when opening window menu

This seems to be related to console.nu's addMenuItem and how it does its thing.

For hackish purposes, I've currently commented out the call to addMenuItem at
console.nu:119 . This changes the script requirements to load up the console to:

(load "console")
(global console ((NuConsoleWindowController alloc) init))
(console toggleConsole:nil)

Running toggleConsole repeatedly will turn the console on and off.

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.