Certain Characters Aren't Anti-Aliased

This is a problem that I've had under Linux-based systems for a while, and I don't know if there's a remedy for it.
At around system font sizes (10-12), under both GNOME and Xfce, certain characters aren't anti-aliased (for example, Japanese characters) in certain programs (Firefox and Pidgin are the two main ones, but I recall there being others).  I'm assuming that all of these characters are currently being used from other TTFs that I've installed, because DéjàVu doesn't seem to have them.  At larger sizes in these programs, and at all sizes in LibreOffice, I don't seem to have this problem.
Is this a problem with GTK, these apps specifically, or my configuration?  I currently have fonts for GNOME and Xfce set to greyscale anti-aliasing and full hinting, if that helps.  What I want is for these characters to be anti-aliased, because it looks very odd when they're showing as monochrome against a bunch of anti-aliased letters.  As far as I can tell, the hinting still works, however.

You most likely have the use of bitmap fonts or embedded bitmaps enabled somewhere in your /etc/fonts/conf.d. Once you find something like
<selectfont>
    <acceptfont>
        <pattern>
            <patelt name="scalable"><bool>true</bool></patelt>
        </pattern>
    </acceptfont>
</selectfont>
or
<match target="font">
    <edit name="embeddedbitmap" mode="assign">
        <bool>true</bool>
    </edit>
</match>
and change them to "false", you should be fine.

Similar Messages

  • Embedded vector files aren't anti-aliased. How do I fix this?

    When I attempt to embed vector files in Photoshop sometimes they appear without anti-aliasing. I've tried rasterizing them after they are embedded, but this doesn't fix the issue.
    Here is a video I captured of the issue in action: 2014 10 10 12 39 54 - YouTube
    And here's a photo of the several embedded .EPS files.

    Rasterizing will just keep the bits you have.
    Select the smart object layer, select free transform, turn on the antialias checkbox in the free transform options, and commit the transform (without moving anything).

  • Certain characters not appearing in the "full name" when sending e-mail

    I have certain characters in my full name of one of my e-mail aliases in iCloud. However, those characters are simply absent from the name shown as sender name when sending mail from Mail app in OS X. For me the problematic characters are C5 A1 and C4 8D (UTF-8 codes).

    Yes, š and č are those. Sorry, I wasn't sure if they will work here. I have my full name containing the š and č in the "Full Name" field of the e-mail alias settings on web interface to the iCloud Mail. But in Mail on OS X my name in the "From" field appears without those two characters (other characters are OK) when I select this alias. Also, those two characters are invisible at the recipient's side. And yes, if I sent a copy of such a mail to myself the š and č are missing again in the "From" field.
    However, I have the same full name with š and č for my main e-mail address (iCloud account name). Using this main e-mail address š and č appear everywhere!
    Message was edited by: mikkec

  • The images in Photoshop or InDesign improperly anti-aliased, looking fuzzy

    I've bought Late 2013 Retina Macbook Pro with Mac OS Mavericks, and am having trouble with anti-aliasing.
    In short, the images/documents open in Photoshop or InDesign are improperly anti-aliased and look fuzzy.
    I can understand why the menu bars and stuff should appear fuzzy and blurry as a result of auto anti-aliasing; otherwise they might appear too small for eyes to see since the resolution is super high.
    But why should the machine want to blow up the images or documents inside the application and apply anti-aliasing to make them look so fuzzy?
    It would be grateful if there's a way to stop my computer doing the anti-aliasing all the stuff on screen.

    No, not that I know of - you do need to make certain that you're using the very latest versions of both apps, though.
    Clinton

  • What does the anti-aliasing feature of the graph do?

    I see when I right click a graph anti-aliasing is an option. What does this feature on the graph allow you to do?

    > I see when I right click a graph anti-aliasing is an option. What does
    > this feature on the graph allow you to do?
    As Dennis points out, it smooths the image. Specifically, computer
    graphics on a raster device have stair-steps or jaggies. This occurs
    because a sloping line is being approximated by setting pixels in a grid
    to either the foreground or background color. For this example, lets
    assume the BG is black and FG is white. At 45 deg and certain other
    nice angles, the lines look relatively smooth, like the diagonals on a
    chess board, but at other angles, they are heavily aliased or jaggy.
    Anti-aliasing sets the color of the pixels to black, white, or shades of
    gray depending on the amount of the pixel that intersects the
    mathematical d
    efinition of the line. This extra math slows things down,
    and the fact that the anti-aliasing is done not by windows, by by an
    OpenGL driver in its own memory buffer slows it down further. For
    slowly changing plots, they look quite nice. This doesn't make sense
    for dense data or quickly changing data.
    Greg McKaskle

  • No anti-aliasing?

    I have read that the Text Engine introduced with Flash Player 10 is supposed to provide anti-aliasing for devide fonts (i.e. non-embedded fonts).  This is essential for Web applications: without anti-aliasing text looks awful and Flex applications cannot compete with HTML applications.  But fonts that include East-Asian characters cannot be embedded because they take up too much space.  And I don't see how a Web application in 2009 can fail to support East-Asian characters.
    Today I tried Flash Builder 4, and created 3 Spark components, of types RichEditableText, RichText, and SimpleText, without embedding any fonts.  All three could be rotated, which I believe means they use the new Text Engine.  But none of them had anti-aliasing (which I checked by looking at how they rendered capital letter W).  Why is this?  Do I have to do something special to get anti-aliasing?  Or is anti-aliaing a feature that will be coming later?
    Thanks in advance,
    Francisco

    Hi Corey,
    Thanks for your message.  I've looked more carefully at the device font I'm using on the Mac (with an LCD display).  You are right, it's anti-aliased.  (I can't see any subpixel colorations with my magnifying glass as I can see them on Windows, but maybe they are just less obvious.) 
    So the reason the device font looks ugly on the Mac must just be the letter spacing.  Since you said it looks good to you, I checked the code and did some experimentation.  It turns out that I'm saying fontFamily="_sans" and, surprisingly, in Flex 3, this it not the same as not assigning a value to fontFamily.  (Out of curiosity I checked Flex 4, and it is the same there.)  Saying fontFamily="_sans" causes the letter spacing to be way off.  If I don't say anything the spacing it still a bit off, but not too much, and the font does not look bad, although it still does not look as good as an embedded font.
    I tried taking screen shots, but they come out a little blurry and it's hard to judge fonts on them.  But I'm attaching a simple mxml file that compares the embedded font, the device font with no assignment to fontFamily, and the device font with fontFamily="_sans".
    If you want to see the huge difference that fonts make on the application, the best thing is to look at the application itself, so I should say what it is.  It's Noflail Search, a search engine that you can find at noflail.com.  It starts out using an embedded font, but if it encounters an East-Asian character, or you specifiy an East-Asian language restriction, or you turn on an IME for an East-Asian language, it switches to fontFamily="_sans" (and lets you know that it does).  To go back to the embedded font you can remove what caused the switch and reload the page.  So it's easy to compare the effect of the two fonts.
    The switching to the device font was my clumsy attempt at coping with the East-Asian character problem.  Unfortunately the switching happens fairly often, because East-Asian characters pop-up in results when you least expect it, even if the query has nothing to do with East-Asia.  So I will remove the "feature" soon, and just use device fonts and hope that most Windows users have ClearType enabled.  But I'll leave it on all day Monday in case you want to check out the effect of the fonts on the application.
    When I said that Adobe should not rely on embedded fonts I was referring to the fact that the nice anti-aliasing and text rendering that you have in Flex 3, and the presumably nicer one in Flex 4, is only available for embedded fonts.
    Btw I've been comparing the subpixel anti-aliasing that I get with ClearType and a device font on Windows to the embedded font, and the embedded font looks definitely better.  The device font with ClearType looks purplish, and the anti-aliasing does not seem as good.  So let me emphasize that I'm not arguing that Adobe should use subpixel anti-aliasing.  I'm arguing that the grey-scale anti-aliasing and text rendering that you use for embedded fonts should be used for device fonts as well.  Is there any technical reason that makes this difficult?  Impossible?
    Thanks for listening
    Francisco

  • Photoshop CC Text Anti-aliasing problem.

    Hey guys, not sure if anyone else has experienced this problem, but today I turned on my machine and starting layout out some type and noticed that it looked alot chunkier than before. I had my anti-aliasing set to Mac LCD, which is usually spot on, but this particular text field looked terrible. I opened an old document and sure enough, I was right, the same type of anti-aliasing looked vastly different, even when both of the typfaces were exactly the same. I've had others open the file on their machines and have gotten the same problem. Now every time I create a new text field, I get chunky, terrible looking anti-aliasing, no matter what font I'm using. The only way I can get good looking type is by copying and pasting from old files. I've included an example file of what I mean. On the left is Trade Gothic, and on the right is Trajan (just to show it's not any particular font). The top versions of the fonts look beautiful clean, and anti-aliased properly. The bottom versions look chunky and blurry. Any help would be much appreciated!
    Download the file here: http://cl.ly/3I2L2f163q3z

    Same problem here.
    This fixed it for me. Though, only temporarily:
    1. Select all layers of your PSD file.
    2. Select the type drop down > Anti-Aliasing > None
    3. Save your file
    4. Quit Photoshop
    5.  Re-open the file
    6. Select all layers of your PSD again
    7. Select the type drop down > Mac LCD (or desired aliasing)
    8. Save the file
    9. Continue working
    This worked the last few times I tried but it is not a permanent solution.
    I feel your pain

  • Photoshop CS4 Brushes not Anti Aliasing properly

    I've just set up CS4 and my brushes are not anti aliasing properly. There are no soft edges on any of them. I'm able to get a pressure sensitive opacity change on the stroke but the edges are all pixelated.
    Here is an image (this is a soft brush. notice none of the feathering/anti aliasing is there):
    http://craji.com/images/adobeproblem.jpg
    I've updated the newest gpu drivers for my Nvidia 8800 GTS.
    I'm running XP SP3 with dual monitors. An Apple 30" and a Cintiq 21"
    I've tried placing the main photoshop window on both monitors (one at a time) to test if that was causing it and i've had no luck.
    All of the options in my GPU Enabled are currently unchecked (since they were giving me lag issues on my brush stroke when they were checked).
    Any help (even linking me to something similar in this forum) is greatly appreciated.
    Cheers-

    Definitely not file dependent. I'll open a photo in sRGB 8bit, or create a new document with any settings from cmyk/rgb/bw 8/16 etc.
    I'm wondering if it has something to do with my Nvidia Display Property utility. I use it to gamma up my secondary monitor (cintiq). Although disabling that utility didn't resolve it..
    I'll try uninstalling and reinstalling tonight if no one is having similar problems. Maybe that will fix it.

  • CS5 bug rendering anti-aliased text in 'Save for web'

    Seems like there's a bit of a bug when using 'Save for web and devices' with thin weights of type in CS5 for Mac. Although thin type looks fine while working in Illustrator, as soon as you enter the 'Save for web' dialogue, it gets badly mangled. Looks like this issue has been present at least since CS4. It does not happen in Photoshop. It looks particularly bad for light text on a dark background.
    Some people may say "sure, Illustrator is not really meant for intensive bitmap work". However, with features like 'pixel preview' and 'snap to pixel', Illustrator has (generally) become a very viable tool for web design, and personally I much prefer it to Photoshop. It is also clear that Adobe intends it to be usable in this manner. So the anti-aliasing render bug is definitely a problem. Just surprised they didn't address it when CS5 was born.
    I put up some example images on http://www.thesheep.co.uk/2011/06/24/illustrator-save-for-web-anti-aliasing-problems/ to illustrate the problem.
    Does anyone have any clever work-arounds for this? It's a bit annoying to have to move stuff over to PS before exporting, but maybe that's what I have to do. Hopefully Adobe will address this soon.

    Hi,
    I am experiencing this same problem of pixelated gifs when I use the "save for web" dialog from Illustrator, but this solution has not worked for me. I have tried the trick of using type-optimized anti-aliasing, but it doesn't change the output at all. I've done this from within the "Image size" tab as well as through Effect>Rasterize>Options)Anti-aliasing: Type Optimized. My image is a logo made entirely from text, although for some of it I used "outline path", so I'm not sure if it still qualifies as text...I'm a newbie at this stuff, so the technical details are still quite opaque to me.
    Does anyone know of a solution to this that does not require me to add Photoshop to my workflow?
    I'm using Illustrator in CS5, version 15.0.2.
    Thanks in advance
    Jonathan

  • Type anti-aliasing in Save For Web CS5

    Hi,
    Has anyone found a way to get the type anti-aliasing settings to maintain their appearences in Save For Web.
    The type looks very different as if its lost the settings when I go to save it.
    Thanks!

    Well I set the type to Sharp in the anti-alias settings in the Character dialog.
    When I go save for web regardless of the output settings the aliasing gets all blurry like it never was set.

  • Font appears different in Muse (without smooth anti aliasing)

    I am using Google Font Roboto and noticed that it appears thicker when i type it in Muse than in Photoshop. When i have anti-aliasing on 'Strong' in photoshop it mirrors what is showing in Muse, but i prefer the default Smooth anti-aliasing. Is there a way to turn this on in Muse?

    Adobe Muse CC 2014 (font strong, bolder)
    https://db.tt/JMZhwPtT
    Photoshop CC 2014 (Correct version)
    https://db.tt/QLQtxYZL
    Whats interesting is the output in a web browser varies from browser to browser and computer to computer. I've tried it on many computers and browsers. It shows correctly on all macs in Safari but mostly incorrectly in Firefox and Chrome. However, i tried on a 2008 Lion Mac which works correctly in all browsers. On Windows computers it shows correctly nearly every time.

  • Certain characters such as "-" in UTF-8 are not displayed correctly in file

    Hi,
    Has anyone else seen a similar scenario?
    There are certain characters entered in the R/3 system (UTF-8) such as a and ("), which looks different then the normal dash or quotation, in a free form text field.  The values of these fields are transferred through XI via abap proxy and written to a mainframe file via the file adapter.  The default file encoding of our XI system is ISO-8859-1.  When the file is created these characters are interpreted as a (?).   When we change the encoding to UTF-8 in the receiver adapter, it translates the characters as (b.).  When I write the file out to the file system with encoding UTF-8, everything looks normal.
    Can anyone shed some light on this situation?
    Thanks.
    Best Regards,
    Duke

    Hi Stefan,
    To clarify, the (") the user is entering are curly quotes.  I found this on google.
    Windows ANSI (224 characters; since Win3.1). This adds the accented characters common in Western European languages (including vowels with acute, grave, circumflex and umlaut accents), plus some other typographical symbols like u201Ccurly quotesu201D, bullets, currency symbols etc. The additional 126 characters above the ASCII set are called u201CUpper ANSIu201D.
    This is a flat file using content conversion on the receiver file adapter.  In SXMB_MONI it looks correct.  If I do a view source, I can see that the quotations are the "curly quotes" and not the same as when I enter the character. 
    Best Regards,
    Duke

  • How do I get non anti-aliased vector rectangles in Photoshop CS5 using a Wacom Intuos 4?

    Hello,
    When using Photoshop CS5 to draw a vector rectangle using the Wacom Intuos 4, the rectangle comes out anti-aliased, but when I draw a rectangle using a mouse on the same machine, there is no anti-aliasing.
    What can I do to get sharp, non anti-aliased vector rectangles?
    Any help would be appreciated.
    Thank you

    c.pfaffenbichler, here is a screenshot of my problem:
    The red square was created using a mouse and the blue square was created using my Wacom pen, which you can see the anti-aliasing on.

  • Possible bug in Illustrator CS4 text anti-aliasing in Save for Web and Devices

    Hello all,
    This could be a bug... if so, I'd be happy to add it to Wade's bug list a few messages down the stream.
    Here's what's happening: when I create small text using a very thin font (in this case, Helvetica Neue Light), the Pixel Preview gives a noticeably different anti-aliasing solution to the actual output from Save for Web & Devices. I'm attaching an original .AI file as well as a screenshots of what I'm getting in both situations.
    I'd really prefer the Save for Web and Devices output to look exactly like the Pixel Preview. The font looks great in Illustrator but loses a lot of its punch when I Save for Web.
    ---Peter

    In the Svae for Web and Device  under the image tab where it says art Optimize that is a drop down menu select Type Optimize as such
    htis is what it lloks like in AI and a browser when you choose Type Optimize
    This the difference between Art Optimized and Type Optimize
    That is what is happening to you you are selcting Art Optimize and that is the reason when you choose art optimize aqnd you rraster the image it looks right to you.

  • Mail crashes when I type certain characters in the "to" or "cc" field

    MacBook Pro Retina 13" 2.6 GHz Intel Core i5
    Mavericks 10.9.4
    Mail Version 7.3 (1878.6)
    Not using iCloud.
    When I type certain characters, mail crashes. It happens with d, D, s, S, (no other single characters) and the sequence "rain", where I can type "rai" without issues, but as soon as I type "n", mail crashes. (I have not found other sequences that make crash mail yet.)
    Maybe the previous recipients file is corrupt. Deleting it might help, but I don't know where it is stored in Mavericks.
    Any help is greatly appreciated.

    I hope that's the one:
    Process:         Mail [357]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         7.3 (1878.6)
    Build Info:      Mail-1878006000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [141]
    Responsible:     Mail [357]
    User ID:         xxx
    Date/Time:       2014-08-06 15:44:29.390 -0400
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  xx-xx-xx-xx-xx
    Crashed Thread:  14  Dispatch queue: NSOperationQueue 0x608000c2b540
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSObjectInaccessibleException', reason: 'CoreData could not fulfill a fault for '0x17c000ab <x-coredata://78710A67-BC98-4057-8CE8-17247FA5097A/ABCDNote/p95>''
    abort() called
    terminating with uncaught exception of type _NSCoreDataException
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8f27a25c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff866e0e75 objc_exception_throw + 43
    2   CoreData                            0x00007fff92fc345d _PFFaultHandlerLookupRow + 2205
    3   CoreData                            0x00007fff92fc2813 _PF_FulfillDeferredFault + 259
    4   CoreData                            0x00007fff92fc2656 _sharedIMPL_pvfk_core + 54
    5   AddressBook                         0x00007fff85f13723 +[CNFromABInternalConversions updateAllPropertiesOnConact:fromABCDContact:] + 232
    6   AddressBook                         0x00007fff85f13215 __54+[CNFromABInternalConversions contactFromABCDContact:]_block_invoke + 130
    7   AddressBook                         0x00007fff85eedeac ABResultWithAutoreleasePool + 64
    8   AddressBook                         0x00007fff85f1318c +[CNFromABInternalConversions contactFromABCDContact:] + 92
    9   AddressBook                         0x00007fff85edf589 __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
    10  CoreFoundation                      0x00007fff8f1d98f4 __NSArrayEnumerate + 564
    11  AddressBook                         0x00007fff85edf55c -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 174
    12  AddressBook                         0x00007fff85edf4a6 -[NSArray(ABArrayAdditions) _abMap:] + 91
    13  AddressBook                         0x00007fff85f13092 +[CN(ContactSource) nts_fetchContactsWithCoreDataRequest:inContext:error:] + 123
    14  AddressBook                         0x00007fff85f12ff2 __74+[CN(ContactSource) fetchContactsWithCoreDataRequest:inAddressBook:error:]_block_invoke + 56
    15  AddressBook                         0x00007fff85ef482e -[ABAddressBook(ABAddressBook_CoreData_Private) abRunWithGlobalAPILockInFile:line:block:] + 51
    16  AddressBook                         0x00007fff85f12f79 +[CN(ContactSource) fetchContactsWithCoreDataRequest:inAddressBook:error:] + 238
    17  AddressBook                         0x00007fff85f5360c -[CNContactFetchRequest executeFetchWithDataMapper:observer:] + 60
    18  AddressBook                         0x00007fff85f535c3 __49-[CNContactStore makeObservableWithFetchRequest:]_block_invoke + 34
    19  ContactsFoundation                  0x00007fff8ba7455e __36-[_CNScheduledObservable subscribe:]_block_invoke + 50
    20  ContactsFoundation                  0x00007fff8ba75bf7 -[_CNImmediateScheduler performCancelableBlock:] + 12
    21  ContactsFoundation                  0x00007fff8ba74523 -[_CNScheduledObservable subscribe:] + 113
    22  ContactsFoundation                  0x00007fff8ba74afd -[CNObservable allObjects:] + 92
    23  ContactsAutocomplete                0x00007fff927060de -[CNAutocompleteLocalQuery fetchContacts] + 268
    24  ContactsAutocomplete                0x00007fff92705f6e -[CNAutocompleteLocalQuery run] + 31
    25  ContactsAutocomplete                0x00007fff92705c38 -[CNAutocompleteLocalSearchExecutor peopleForRequest:contactStore:] + 147
    26  ContactsAutocomplete                0x00007fff92705aaa -[CNAutocompleteLocalSearchExecutor executeRequest:error:] + 126
    27  ContactsAutocomplete                0x00007fff9270d3be -[CNAutocompleteSearchExecutionOperation doSynchronousExecution] + 69
    28  Foundation                          0x00007fff8ba7f8a1 -[__NSOperationInternal _start:] + 631
    29  Foundation                          0x00007fff8ba7f54b __NSOQSchedule_f + 64
    30  libdispatch.dylib                   0x00007fff8ef7d28d _dispatch_client_callout + 8
    31  libdispatch.dylib                   0x00007fff8ef817e3 _dispatch_async_redirect_invoke + 154
    32  libdispatch.dylib                   0x00007fff8ef7d28d _dispatch_client_callout + 8
    33  libdispatch.dylib                   0x00007fff8ef7f082 _dispatch_root_queue_drain + 326
    34  libdispatch.dylib                   0x00007fff8ef80177 _dispatch_worker_thread2 + 40
    35  libsystem_pthread.dylib             0x00007fff859a4ef8 _pthread_wqthread + 314
    36  libsystem_pthread.dylib             0x00007fff859a7fb9 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8ddf7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8ddf6d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8f19cf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8f19c539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8f19be75 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff923fba0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff923fb7b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff923fb5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff879af24e _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff879ae89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit               0x00007fff879a299c -[NSApplication run] + 553
    11  com.apple.AppKit               0x00007fff8798d783 NSApplicationMain + 940
    12  libdyld.dylib                 0x00007fff8798a5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8ddfc662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8ef7f421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8ef7f136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8ddf7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8ddf6d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8f19cf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8f19c539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8f19be75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff87b4f05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff8ddf7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8ddf6d18 mach_msg + 64
    2   com.apple.QuartzCore           0x00007fff87399377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore           0x00007fff873992ad thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8ddf7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8ddf6d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8f19cf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8f19c539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8f19be75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8bade967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8bade76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8ddfb9aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8f1e8a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8ddfb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff859a5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f325cc5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore       0x00007fff8f31af5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8ddfb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff859a5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f326737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8f3265c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8f31af5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8ddfb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff859a5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f326737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8f3265c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8f31af5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8ddfb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff859a5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f326737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8f3265c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8f31af5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 10:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8ddfb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff859a5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f325cc5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore       0x00007fff8f31af5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8ddfb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff859a5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f326737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8f3265c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8f31af5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8ddfb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff859a5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f326737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8f3265c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8f31af5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8ddfb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff859a5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f326737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8f3265c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8f31af5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff859a3899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff859a372a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff859a7fc9 thread_start + 13
    Thread 14 Crashed:: Dispatch queue: NSOperationQueue 0x608000c2b540
    0   libsystem_kernel.dylib         0x00007fff8ddfb866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff859a435c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff8d705b1a abort + 125
    3   libc++abi.dylib               0x00007fff8ed8ff31 abort_message + 257
    4   libc++abi.dylib               0x00007fff8edb5952 default_terminate_handler() + 264
    5   libobjc.A.dylib               0x00007fff866e130d _objc_terminate() + 103
    6   libc++abi.dylib               0x00007fff8edb31d1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib               0x00007fff8edb3246 std::terminate() + 54
    8   libobjc.A.dylib               0x00007fff866e10b0 objc_terminate + 9
    9   libdispatch.dylib             0x00007fff8ef7d2a1 _dispatch_client_callout + 28
    10  libdispatch.dylib             0x00007fff8ef817e3 _dispatch_async_redirect_invoke + 154
    11  libdispatch.dylib             0x00007fff8ef7d28d _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00007fff8ef7f082 _dispatch_root_queue_drain + 326
    13  libdispatch.dylib             0x00007fff8ef80177 _dispatch_worker_thread2 + 40
    14  libsystem_pthread.dylib       0x00007fff859a4ef8 _pthread_wqthread + 314
    15  libsystem_pthread.dylib       0x00007fff859a7fb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8ddfbe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff859a4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff859a7fb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff8ddfbe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff859a4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff859a7fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8ddfbe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff859a4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff859a7fb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff8ddfbe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff859a4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff859a7fb9 start_wqthread + 13
    Thread 14 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000010d653000  rcx: 0x000000010d652828  rdx: 0x0000000000000000
      rdi: 0x0000000000011e8b  rsi: 0x0000000000000006  rbp: 0x000000010d652850  rsp: 0x000000010d652828
       r8: 0x7468677561636e75   r9: 0x00007fff8d72d8d0  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x000000010d6529b0  r13: 0x00007fff76e66640  r14: 0x0000000000000006  r15: 0x000000010d652890
      rip: 0x00007fff8ddfb866  rfl: 0x0000000000000206  cr2: 0x0000000109539000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x109014000 -        0x109306fff  com.apple.mail (7.3 - 1878.6) <84C51E40-00C5-3710-8A99-04A0F6D078F5> /Applications/Mail.app/Contents/MacOS/Mail
           0x1095d8000 -        0x1095dafff  apop.so (170.1) <97DD24EE-D5F4-34EB-B521-D7BA883D2606> /usr/lib/sasl2/apop.so
           0x109662000 -        0x109672ff7  dhx.so (170.1) <E4299F4A-F42C-397A-A306-58161EFD7686> /usr/lib/sasl2/dhx.so
           0x10967f000 -        0x109687fff  digestmd5WebDAV.so (170.1) <B11199EC-EF62-3592-AE51-38EBD1B6282F> /usr/lib/sasl2/digestmd5WebDAV.so
           0x109690000 -        0x109692fff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
           0x109696000 -        0x109698fff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
           0x10969d000 -        0x1096a5ff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
           0x1096aa000 -        0x1096aefff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
           0x1096b3000 -        0x1096b5fff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
           0x1096b9000 -        0x1096befff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
           0x1096c3000 -        0x1096cafff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
           0x1096d3000 -        0x1096d5fff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
           0x10ad4c000 -        0x10ad50ffd  libpps.so (170.1) <C7604F07-E966-33F7-8727-93F000CBA92F> /usr/lib/sasl2/libpps.so
           0x10ad55000 -        0x10ad58fff  mschapv2.so (170.1) <C79F63BB-E66D-3552-9C4C-2D3EB14CEE01> /usr/lib/sasl2/mschapv2.so
           0x10ad5d000 -        0x10ad85ff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <C36B818F-C1FE-3F3F-A01C-F4613F570D4D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x10ad9b000 -        0x10ad9dfff  pwauxprop.so (400.1) <B95FA3F5-0EE9-335E-BBC7-FDEDEB7F18F0> /usr/lib/sasl2/pwauxprop.so
           0x10ada2000 -        0x10ada4fff  shadow_auxprop.so (170.1) <E02127CB-F9C0-3E3B-ABBB-473EC0CB6DE7> /usr/lib/sasl2/shadow_auxprop.so
           0x10ada9000 -        0x10adabfff  smb_nt.so (170.1) <B508FD03-CE31-3B93-91D7-440BEDAD9581> /usr/lib/sasl2/smb_nt.so
           0x10adb0000 -        0x10adb2fff  smb_ntlmv2.so (170.1) <938D40AF-BEB3-3F55-B409-C84E3C2886FD> /usr/lib/sasl2/smb_ntlmv2.so
           0x10ae87000 -        0x10ae8affa  libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x10ae95000 -        0x10ae9dff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10aea6000 -        0x10aeceffb  libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10afbe000 -        0x10afc5fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x10b009000 -        0x10b00cfff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x10b019000 -        0x10b01afff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1371) <B3C35936-EE5F-3C40-95FF-2AE6C5D35638> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10d477000 -        0x10d47bffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10d771000 -        0x10d772fef +cl_kernels (???) <894D0725-320E-443F-A2A5-AE4D7EEDF3CF> cl_kernels
           0x10dc03000 -        0x10dc07ff7  com.apple.DirectoryServicesSource (8.0 - 1371) <AF6429A6-608F-36B2-BC58-51A0C2B17C31> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10ef47000 -        0x10ef4dff7  libCGXCoreImage.A.dylib (599.25.10.1) <1AB1B2B2-55A9-3780-BCB9-1B3CE375D739> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
           0x10ef5a000 -        0x10ef5bff9 +cl_kernels (???) <A6CF5018-DF00-4B14-BDD9-44726BC21EF5> cl_kernels
           0x10ef60000 -        0x10ef61ffa +cl_kernels (???) <9911C085-9E11-4817-93FF-F42BC388AE8A> cl_kernels
           0x10ef65000 -        0x10ef65ffd +cl_kernels (???) <AB5BF522-773A-4F1A-A2A8-0643F3955480> cl_kernels
           0x10ef8b000 -        0x10f071fef  unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10f0c3000 -        0x10f1a3ff7  unorm8_rgba.dylib (2.3.58) <8252DC3E-7434-34C6-B4B9-CFD59B923D12> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x10f1f5000 -        0x10f1f5fff +cl_kernels (???) <6FB6F40E-5BFB-49C9-B9BC-1E3F8892810F> cl_kernels
           0x10f2b2000 -        0x10f2b3fe6 +cl_kernels (???) <4ACC164F-663C-4FB4-8DF9-1AFFE2F7204D> cl_kernels
           0x10f52a000 -        0x10f52bfe2 +cl_kernels (???) <8A66459C-0D0E-4615-A782-F9C3693E1BB3> cl_kernels
           0x10f535000 -        0x10f536fee +cl_kernels (???) <8C348740-E1A2-4989-AC48-2D5FF7B466EA> cl_kernels
           0x10f53f000 -        0x10f53ffe7 +cl_kernels (???) <F4DC3318-88F4-4F86-BF14-F7DEF7AF60E8> cl_kernels
           0x10f54a000 -        0x10f54afe7 +cl_kernels (???) <3DAE6673-F38E-4561-82E2-29CE06F2B102> cl_kernels
           0x10f742000 -        0x10f742feb +cl_kernels (???) <314670AD-8CA6-44F8-A32B-C2638DD8C666> cl_kernels
           0x10f7be000 -        0x10f7bffe4 +cl_kernels (???) <9B2B2FDF-A9BA-44C5-A5C4-95D1FBD61FB1> cl_kernels
           0x111ba3000 -        0x111c88fe7  unorm8_argb.dylib (2.3.58) <7B4A2580-C169-3ABC-8F62-B766914C59DD> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
           0x114ba7000 -        0x114d78fff  com.apple.audio.units.Components (1.10 - 1.10) <F74A9407-DDB5-3C4F-A051-47643871ED93> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
        0x7fff652da000 -     0x7fff6530d817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8579d000 -     0x7fff857e6fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff857e7000 -     0x7fff857f5fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff857f6000 -     0x7fff8581effb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8581f000 -     0x7fff8582bff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff8582e000 -     0x7fff8584cfff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff8584d000 -     0x7fff859a1ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff859a2000 -     0x7fff859a9ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff85a28000 -     0x7fff85a86ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff85a87000 -     0x7fff85aa2ff7  com.apple.CalendarStore (7.0 - 1366) <27072D7F-8281-3958-A66C-3A3F862F3458> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff85aa3000 -     0x7fff85ed6ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff85ed7000 -     0x7fff86120ff7  com.apple.AddressBook.framework (8.0 - 1371) <86409BC9-C2EB-3BBC-8F4D-43DCA2B23C5D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff86121000 -     0x7fff86124ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff86125000 -     0x7fff86126ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff86127000 -     0x7fff86388fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff86389000 -     0x7fff86391fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff86392000 -     0x7fff863ceff7  com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff863cf000 -     0x7fff863e7ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff863e8000 -     0x7fff86420ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff86421000 -     0x7fff8643eff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8643f000 -     0x7fff86498fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff86499000 -     0x7fff864a2ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff864b6000 -     0x7fff864bcff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff864cc000 -     0x7fff864cefff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff86636000 -     0x7fff8666bffb  com.apple.datadetectors (5.0 - 246.0) <1C4C33FE-F364-3DBA-A1BC-4A53E594CFD3> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff8666c000 -     0x7fff86690fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff86691000 -     0x7fff8669bff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8669c000 -     0x7fff8669dfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff8669e000 -     0x7fff866d2fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff866d3000 -     0x7fff86880f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff868b3000 -     0x7fff868cffff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff868e8000 -     0x7fff86a29fff  com.apple.QTKit (7.7.3 - 2826.19) <E634E6EC-2C7A-3F86-997B-CFC5D9F89E6B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff86a2d000 -     0x7fff86a2dfff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff86bf8000 -     0x7fff86e89ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff86e8a000 -     0x7fff86e9cfff  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
        0x7fff86e9d000 -     0x7fff86f3afff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff86f3b000 -     0x7fff86fffff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff87000000 -     0x7fff87005fff  com.apple.EmailAddressing (7.3 - 1878.6) <AB4C59AB-A5A7-3514-820D-11C5DAB24DAF> /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAdd ressing
        0x7fff8704d000 -     0x7fff87053ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff87057000 -     0x7fff870aafff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff870ab000 -     0x7fff870affff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff870b0000 -     0x7fff87140ff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8714b000 -     0x7fff8714bfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8720b000 -     0x7fff8725cff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8725d000 -     0x7fff8725efff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff87264000 -     0x7fff8726fff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff87328000 -     0x7fff87329ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8732a000 -     0x7fff87371fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff87372000 -     0x7fff8750eff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff87515000 -     0x7fff8757affb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8757b000 -     0x7fff875a0ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff875a1000 -     0x7fff875abff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff875ac000 -     0x7fff87896fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff87897000 -     0x7fff87959ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff87987000 -     0x7fff8798aff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
        0x7fff8798b000 -     0x7fff88501ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff88502000 -     0x7fff88565ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff88566000 -     0x7fff885b3fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff885b4000 -     0x7fff885c0ffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff885c1000 -     0x7fff885faff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff885fb000 -     0x7fff88608ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff88622000 -     0x7fff8885dfff  com.apple.CalendarPersistence (7.0 - 138.4) <BDD9B054-F274-357F-8343-6F8DAC7B0B36> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
        0x7fff88863000 -     0x7fff88885fff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8889d000 -     0x7fff8889ffff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff888e2000 -     0x7fff8890fff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff88910000 -     0x7fff889fefff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff88b05000 -     0x7fff88b0fff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff88b10000 -     0x7fff88b12ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff88b13000 -     0x7fff88b1cff7  libcldcpuengine.dylib (2.3.58) <E3A84FEC-4060-39C2-A469-159A443D2B6D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff88b1d000 -     0x7fff88b90fff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff88b91000 -     0x7fff88ba5fff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff88ba6000 -     0x7fff88bcffff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff88c1b000 -     0x7fff88c1bfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff88c1c000 -     0x7fff88c21fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff88c22000 -     0x7fff88c57ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff88c93000 -     0x7fff88c9dff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
        0x7fff88c9e000 -     0x7fff88cfbfff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff88cfc000 -     0x7fff88cfdff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
        0x7fff88cfe000 -     0x7fff88d03ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff88d04000 -     0x7fff88d15fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff88d16000 -     0x7fff88e00fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff88e01000 -     0x7fff890d5fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff890d6000 -     0x7fff899f632b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff89b98000 -     0x7fff89b99fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff89b9a000 -     0x7fff89becff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff89bed000 -     0x7fff89c35ff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff89c36000 -     0x7fff89c85ff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff89c86000 -     0x7fff89d3eff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89d3f000 -     0x7fff89d47ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff89d48000 -     0x7fff89d59ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff89d5f000 -     0x7fff89e8dfff  com.apple.syncservices (8.1 - 722) <E4639527-E481-312D-8407-884737D4E605> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff89e8e000 -     0x7fff89e95ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff89e96000 -     0x7fff89ea4fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff89ea5000 -     0x7fff89eb1ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff89eb2000 -     0x7fff89f96fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff89f97000 -     0x7fff8a268ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8a29a000 -     0x7fff8a38bff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8a38c000 -     0x7fff8a57dff3  com.apple.WebKit2 (9537 - 9537.77.4) <5090816E-BD02-350C-B4CE-613A246532F5> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff8a57e000 -     0x7fff8a595ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8a5c1000 -     0x7fff8a60fff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8a610000 -     0x7fff8a65cffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8a65d000 -     0x7fff8a6c3fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8b48f000 -     0x7fff8b4abfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8b4ac000 -     0x7fff8b4ecff7  com.apple.CalDAV (7.0 - 155.2) <B96DAB4A-7431-3FD2-971B-726A67F6E004> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff8b4ed000 -     0x7fff8ba10fff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8ba11000 -     0x7fff8ba70fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8ba71000 -     0x7fff8ba77fff  com.apple.AddressBook.ContactsFoundation (8.0 - 1371) <59351927-BCFF-3B94-AD1B-4C3DE6A8FD73> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff8ba78000 -     0x7fff8bd76fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8bd77000 -     0x7fff8bd79fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8bd7a000 -     0x7fff8c1c8fef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8c1c9000 -     0x7fff8c5a0fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8c5a1000 -     0x7fff8c5e1fff  com.apple.PassKit (1.0 - 1) <CE4A0FC6-6E65-38AC-BC8E-74821D713B43> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff8c5e2000 -     0x7fff8c712ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8c713000 -     0x7fff8c742fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8c743000 -     0x7fff8c753ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff8c754000 -     0x7fff8c757ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8c758000 -     0x7fff8c9b5ffa  com.apple.RawCamera.bundle (5.05 - 743) <362EA30F-3B5A-35C4-9455-339B0FDC89C6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8c9b6000 -     0x7fff8c9b7ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8c9b8000 -     0x7fff8cae7fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8cae8000 -     0x7fff8cbeeff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8cbef000 -     0x7fff8cbf6ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff8cbf7000 -     0x7fff8cc10ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8d361000 -     0x7fff8d36dff7  com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8d370000 -     0x7fff8d375fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8d376000 -     0x7fff8d37fff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8d380000 -     0x7fff8d3d8ff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8d3d9000 -     0x7fff8d3dffff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8d3e2000 -     0x7fff8d3ecfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8d3ed000 -     0x7fff8d479ff7  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
        0x7fff8d4a0000 -     0x7fff8d4abff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <B62B1994-1874-3F8D-B62E-589E6F6534C9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8d4ac000 -     0x7fff8d4b0ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8d4b1000 -     0x7fff8d4befff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8d4bf000 -     0x7fff8d568ff7  com.apple.MailCore (7.3 - 1878.6) <ED4787DA-CBFC-3216-BE76-999597FF725C> /System/Library/PrivateFrameworks/MailCore.framework/Versions/A/MailCore
        0x7fff8d569000 -     0x7fff8d63aff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D85430A6-1410-3B5F-9D11-17E2440B786E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8d63b000 -     0x7fff8d63efff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8d63f000 -     0x7fff8d641fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff8d642000 -     0x7fff8d669ff7  com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8d697000 -     0x7fff8d69fff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8d6a0000 -     0x7fff8d6a7fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8d6a8000 -     0x7fff8d6a8fff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d6a9000 -     0x7fff8d732ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8d75c000 -     0x7fff8db3dffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8db3e000 -     0x7fff8db68ff7  libsandbox.1.dylib (278.11.1) <D98EE9E5-BEB9-3396-924B-9CD100E81C41> /usr/lib/libsandbox.1.dylib
        0x7fff8db69000 -     0x7fff8db84ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8db87000 -     0x7fff8dd9dfff  com.apple.Mail.framework (7.3 - 1878.6) <C617BE97-1D88-380F-B6EC-6D33485A44D0> /System/Library/PrivateFrameworks/Mail.framework/Versions/A/Mail
        0x7fff8dd9e000 -     0x7fff8dde5ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
        0x7fff8dde6000 -     0x7fff8de02ff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8de03000 -     0x7fff8de32ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8de33000 -     0x7fff8de8aff7  com.apple.IMAP (7.3 - 1878.6) <326F679E-7ADF-38BB-9EAD-BD08FA65573E> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
        0x7fff8de8b000 -     0x7fff8debaff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8debb000 -     0x7fff8dec7fff  com.apple.CalendarAgentLink (7.0 - 138.2) <D56910F9-5CC0-32D8-BA85-0631240F9B71> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8dec8000 -     0x7fff8df92fff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8df93000 -     0x7fff8dfbdff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8dfbe000 -     0x7fff8e12cff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8e12d000 -     0x7fff8e2c8ff8  com.apple.CFNetwork (673.3 - 673.3) <4375B7CB-34B6-3A26-99AC-2D2404AD9C9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8e2c9000 -     0x7fff8e307ff7  com.apple.MailUI (7.3 - 1878.6) <2D08FD02-754E-3197-AB5F-7DF58946BF67> /System/Library/PrivateFrameworks/MailUI.framework/Versions/A/MailUI
        0x7fff8e308000 -     0x7fff8e343fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8e38a000 -     0x7fff8e391fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8e392000 -     0x7fff8e3d7ff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8e3d8000 -     0x7fff8e3fafff  com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) <C2687C2C-239A-3EB4-857C-BA107F34A5E8> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff8e43a000 -     0x7fff8e43cff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8e43d000 -     0x7fff8e44aff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8e44b000 - 

Maybe you are looking for

  • Problem with Mac OS X aliases in Dreamweaver

    I have a folder full of MP3s in the Music folder in my User directory. I'm planning to use these MP3s on several different websites I own, and rather than copying each MP3 to several different Site folders, this seems like a perfect use for an alias.

  • Can I execute a function module in my  Webdynpro App ?

    Hi, Can I execute a function module in my Webdynpro App ?  I mean, it's not a BAPI. Is it possible ?   which is the procedure to follow ?  (comparing to a bapi procedure). Thanks for your help ! Regards from Mexico.  =) Diego

  • Where does Fireworks install?

    I've installed the CS3 premium design package, and can't find fireworks. Where is it, or how do I launch it?

  • UPPER built in function (BIF) of Oracle

    Hello: I have a SQL that uses UPPER function. select id from employee where upper(ID)= upper('123A') ; It does a full table scan ( in the absence of a functional index on ID ). Now the question is, is Oracle smart enough to skip using the UPPER funct

  • Getting crazy with new Xalan J 2 3 1!!! HELP!

    I am using the following code with new Xalan for XSL Transformations: public static String transform (Node xmlNode,Node xslNode) throws XPTOException{ StringWriter writer = new StringWriter(); TransformerFactory tFactory = TransformerFactory.newInsta