TableSelectOne keeping state and initialising default

I have a simple table and tableSelectOne to select a row.
How can I set the first row to be defaulted and the state kept when the page is refreshed?
Heres the table in the JSP:
<af:table emptyText="#{wsfmsgs.tableNoItems}" rows="6" banding="row"
bandingInterval="1"
value="#{addressView.addressModel}"
var="addressVO" width="100%" inlineStyle="text-align:left"
binding="#{addressView.tableUI}" >
<f:facet name="selection">
<af:tableSelectOne />
</f:facet>
<af:column sortable="false"
headerText="#{UIMsgs.Address_tableHeader_addresses}">
<af:outputText value="#{addressVO.addressString}"
inlineStyle="font-weight:bold;"/>
</af:column>
</af:table>
the backing bean is:
* Address container for session attributes
public class AddressView
implements DataModelListener,
Serializable {
//~ Static fields/initializers ---------------------------------------------
/** Serial version UID */
private static final long serialVersionUID = 2034165318346211679L;
//~ Instance fields --------------------------------------------------------
private AddressVO instance;
private transient DataModel addressUsageModel;
private List addressVOs;
private UIXTable tableUI;
//~ Constructors -----------------------------------------------------------
* Creates a new AddressView object.
public AddressView() {
super();
usageTypes = new ArrayList();
addressVOs = new ArrayList();
//~ Methods ----------------------------------------------------------------
public void setInstance(final AddressVO instance) {
this.instance = instance;
* Return the current address usage value object instance
* @return Address usage value object
public AddressVO getInstance() {
return instance;
public void setAddressModel(final DataModel addressModel) {
this.addressModel = addressModel;
public DataModel getAddressModel() {
if (addressModel == null) {
addressModel = new ListDataModel(addressVOs);
addressModel.addDataModelListener(this);
return addressModel;
public void rowSelected(final DataModelEvent dataModelEvent) {
final AddressVO rowData =
(AddressVO) dataModelEvent.getRowData();
if (rowData != null) {
setInstance(rowData);
* Return collection of address usages
* @return Collection of address usages
public List getAddressVOs() {
return addressVOs;
public void setAddressVOs(final List addressVOs) {
this.addressUsageVOWrappers = addressVOs;
this.addressUsageModel = null;
public UIXTable getTableUI() {
     return tableUI;
public void setTableUI(UIXTable tableUI) {
     this.tableUI = tableUI;
All the above works fine, and the state of which row was selected is kept when the user returns to the page.
However, how do I set the first row as selected by default.
Ive added the code      
if(tableUI != null) {     
tableUI.setRowIndex(0);
to within the setter of the table UI but this had no effect and in fact corrupted the table completly!
So how can I programmatically set the first row as selected?

Hi,
you could try
this.table1 = table1;
RowKeySet rks = new RowKeySet();
//access the binding for the first row
Row rw = <get the first row from teh binding>
rks.getKeySet().add(rw.getKey());
this.table1.setSelectionState();
Frank

Similar Messages

  • When I use my Delete key to delete a song, I get a pop-up.  This is OK, except the Keep File button is defaulted and I cannot tab or arrow to the "Move to Trash" button, and so i need to use my mouse.  How can I do this only with keyboard?

    When using iTunes on my iMac, I use my Delete key to delete a song and I get a pop-up.  This is OK, except the Keep File button is defaulted and I cannot tab or arrow to the "Move to Trash" (or Cancel) button, and so I need to use my mouse.  How can I do this only with keyboard?

    Huh.. Interesting. I went back to check these proceedures and found there is a difference between using the return key or the space bar as the action command.
    tabbing the blue ring moves the selection and then spacebar takes that action. The return key takes action of only the blue collored button.
    .... learn somting new every day, even if it is somthing I previously forgot

  • Prepared Statement and DEFAULT identifier

    Does anyone know how to pass the identifier DEFAULT to a PreparedStatement?
    I am processing a text file to import into a database table (Oracle 9i) via JDBC. The user is able to configure what will happen if the data in the file doesn't match the types required by the database and so I do a quick check that the data is of the right type before it gets to the database. The user can choose to have the invalid value replaced with the default associated with that field (as configured on the database table). Eg. Table setup is
    CREATE TABLE "TEST1" (
    "TESTFIELD1" VARCHAR2(40 byte),
    "TESTFIELD2" VARCHAR2(40 byte) NOT NULL,
    "TESTFIELD3" NUMBER(30, 10) DEFAULT 777)
    sample data of 'abc', 'def', 'www' should therefore end up as 'abc', 'def', 777
    The problem I have is that I'm using a PreparedStatement to do the INSERTs (there could potentially be thousands of them).
    The following SQL is what I'm trying to emulate...
    INSERT INTO table (field1, field2, field3) VALUES ('abc', 'def', DEFAULT);
    BUT, I am using a PreparedStatment via JDBC with bind variables ...
    pstmt = con.prepareStatement("INSERT INTO table (field1, field2, field3) VALUES (?, ?, ?)");
    ps.setString(1, "abc");
    ps.setString(2, "def");
    ps.setsomething(3, something); <- what goes here?
    I have no idea what to put in the "something" bits so that DEFAULT is passed through. I obviously can't use setString(3, "DEFAULT"); as I'll just get an Oracle type mismatch error.
    I realise that I could just leave out the 3rd variable and the default would be inserted automatically - but because some of the rows in the input file may have a valid value for field3 I don't always want the default value. Using the straight SQL is not an option due to the performance (or lack thereof).
    Any ideas would be greatly appreciated! Thanks!

    As for the best of my knowledge if you set the value to be null in the prepared Statement while setting that
    for insert statement internally it is set to DEFAULT in ORACLE..
    More over i thought that this will be usefull for u..
    setNull
    public void setNull(int paramIndex,
    int sqlType,
    String typeName)
    throws SQLExceptionSets the designated parameter to SQL NULL. This version of the method setNull should be used for user-defined types and REF type parameters. Examples of user-defined types include: STRUCT, DISTINCT, JAVA_OBJECT, and named array types.
    setNull
    public void setNull(int parameterIndex,
    int sqlType)
    throws SQLExceptionSets the designated parameter to SQL NULL.
    Note: You must specify the parameter's SQL type.
    Parameters:
    parameterIndex - the first parameter is 1, the second is 2, ...
    sqlType - the SQL type code defined in java.sql.Types
    Throws:
    SQLException - if a database access error occurs
    ALL THE BEST

  • Hey i recently buy an iphone 4s and by default i set it to saudi arabia and i would like to change it to united states since i can't use the apple store of usa any help plzzz

    i recently buy an iphone 4s and by default i set it to saudi arabia and i would like to change it to united states since i can't use the apple store of usa any help plzzz

    Besides setting the iTunes store to the US, you will also need
    a credit card issued in the US with billing address in the US;
    you also are supposed to be located in the US when using the
    US store, and there are periodic software checks to verify that.
    Simply changing the iTunes store to the US iTunes store will
    not allow you to make purchases/download free apps without
    meeting the other requirements. Do you meet them?

  • My Trackpad speed and Highlight Color keep reseting to their defaults after EACH restart.

    My Trackpad speed and Highlight Color keep reseting to their defaults after EACH restart. I'm running OS 10.8.2. I had other problems with a previous admin account, so I created a new one, in which I'm having this problem, and deleted the old user acnt.
    Please HELP!

    Keyboard and mouse preferences are stored in the following two plists:
    com.apple.systempreferences.plist
    com.apple.universalaccess.plist
    EE

  • I purchased my imac in the United States and now I live in the United Kingdom. How do I set the computer to know where we live as it defaults to US settings and I am having trouble registering my iphone

    I purchased my imac in the United States and now I live in the United Kingdom. How do I set the computer to know where we live as it defaults to US settings and I am having trouble registering my iphone. I had used it in the US for two years.

    You're Welcome..
    See Here for
    Changing Account Information
    http://support.apple.com/kb/HT1918
    Changing iTunes Store Account
    http://support.apple.com/kb/HT1311
    Apple ID FAQ
    http://support.apple.com/kb/HE37

  • If Firefox 20 is in Private Browsing mode then a possible persona is disabled and the default theme is used - oh god, no - what can I do to keep both?

    Cor-el answered on the 4.4.13: " If Firefox 20 is in Private Browsing mode then a possible persona is disabled and the default theme is used. So you will have to make a choice."
    Can I go back to an older version of FF? I really do not want to choose. Will that problem be fixed in FF 21? I really love Firefox, it has always been my favorite browser - but giving up the Personas will be hard and I don't understand why I have to...
    How do I reinstall an older version of FF? Is there another solution?

    Remember to use the per window Private Browsing when you are doing banking or other confidential / financial work.
    One option is now
    * '''Firefox Button -> New Private Browsing Window'''
    * (Linux / xp File -> New Private Browsing Window)
    * see [[Private Browsing - Browse the web without saving information about the sites you visit]]
    You may even benefit from saving your History.It improves the functionality of the location bar / ''awesome-bar ''
    *[[Awesome Bar - Find your bookmarks, history and tabs when you type in the address bar]]

  • Apple80211agent keeps hanging and terminating

    I am unable to connect to the campus wifi where I work ever since I had my macbook air in for an unrelated (camera) service issue [service done at an apple store].  The main problem from what I can tell is something called: apple80211agent keeps hanging and terminating for some reason.  Can I repair/replace the error prone system file somehow?

    7/21/14 20:21:57.133
    Console[6847]
    Marker - Jul 21, 2014, 20:21:57
    7/21/14 20:22:02.000
    kernel[0]
    flow_divert_kctl_disconnect (0): disconnecting group 1
    7/21/14 20:22:03.792
    loginwindow[6767]
    CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    7/21/14 20:22:04.003
    locationd[76]
    Location icon should now be in state 'Active'
    7/21/14 20:22:05.826
    Apple80211Agent[9718]
    [EAPOLControl.c:178] EAPOLControlAuthInfoIsValid(): Ignoring SaveCredentialsOnSuccessfulAuthentication since no credentials were specified
    7/21/14 20:22:05.842
    eapolclient[9719]
    en0 START uid 501 gid 20
    7/21/14 20:22:05.000
    kernel[0]
    MacAuthEvent en0   Auth result for: b4:e9:b0:b4:ae:41  MAC AUTH succeeded
    7/21/14 20:22:05.000
    kernel[0]
    wlEvent: en0 en0 Link UP virtIf = 0
    7/21/14 20:22:05.000
    kernel[0]
    AirPort: Link Up on en0
    7/21/14 20:22:05.000
    kernel[0]
    en0: BSSID changed to b4:e9:b0:b4:ae:41
    7/21/14 20:22:13.999
    locationd[76]
    Location icon should now be in state 'Region Monitoring'
    7/21/14 20:22:15.994
    AirPlayUIAgent[9709]
    2014-07-21 08:22:15.993614 PM [AirPlayUIAgent] Changed PIN pairing: no
    7/21/14 20:22:16.014
    AirPlayUIAgent[9709]
    2014-07-21 08:22:16.013558 PM [AirPlayUIAgent] Changed PIN pairing: no
    7/21/14 20:22:32.068
    configd[19]
    subnet_route: write routing socket failed, Network is unreachable
    7/21/14 20:22:33.853
    configd[19]
    network changed: Proxy
    7/21/14 20:22:38.869
    com.apple.preference.network.remoteservice[9726]
    assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    7/21/14 20:22:38.886
    com.apple.preference.network.remoteservice[9726]
    assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    7/21/14 20:22:38.995
    com.apple.preference.network.remoteservice[9726]
    Bogus event received by listener connection:
    <error: 0x7fff7c54bb50> { count = 1, contents =
    "XPCErrorDescription" => <string: 0x7fff7c54be60> { length = 18, contents = "Connection invalid" }
    7/21/14 20:22:39.181
    Apple80211 framework[9726]
    -[CWInterface(Private) scanForNetworksWithChannels:ssid:bssid:restTime:dwellTime:ssidList:error:]: scan requested by com.apple.preference.network.remoteservice during auto-join critical zone
    7/21/14 20:22:39.344
    com.apple.preference.network.remoteservice[9726]
    *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    7/21/14 20:22:39.344
    com.apple.preference.network.remoteservice[9726]
    *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    7/21/14 20:22:44.000
    kernel[0]
    **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x8400 ****
    7/21/14 20:22:45.071
    eapolclient[9719]
    en0 PEAP: successfully authenticated
    7/21/14 20:22:45.000
    kernel[0]
    flow_divert_kctl_disconnect (0): disconnecting group 1
    7/21/14 20:22:45.000
    kernel[0]
    AirPort: RSN handshake complete on en0
    7/21/14 20:22:49.826
    configd[19]
    network changed: Proxy
    7/21/14 20:23:00.192
    com.apple.preference.network.remoteservice[9734]
    assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    7/21/14 20:23:00.212
    com.apple.preference.network.remoteservice[9734]
    assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    7/21/14 20:23:00.401
    com.apple.preference.network.remoteservice[9734]
    Bogus event received by listener connection:
    <error: 0x7fff7c54bb50> { count = 1, contents =
    "XPCErrorDescription" => <string: 0x7fff7c54be60> { length = 18, contents = "Connection invalid" }
    7/21/14 20:23:00.697
    com.apple.preference.network.remoteservice[9734]
    *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    7/21/14 20:23:00.698
    com.apple.preference.network.remoteservice[9734]
    *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    7/21/14 20:23:05.951
    configd[19]
    subnet_route: write routing socket failed, Network is unreachable
    7/21/14 20:23:07.887
    configd[19]
    network changed: Proxy
    7/21/14 20:23:09.953
    mDNSResponder[71]
    mDNS_RegisterInterface: Frequent transitions for interface en0 (169.254.85.234)
    7/21/14 20:23:14.928
    WindowServer[6768]
    window 137 is already attached to window 134
    7/21/14 20:23:15.965
    com.apple.launchd.peruser.501[156]
    (com.apple.NetworkDiagnostics[9735]) Check-in of Mach service failed. Already active: com.apple.NetworkDiagnostic.agent
    7/21/14 20:23:16.285
    WindowServer[6768]
    _CGXGetWindowOrderingGroup: Invalid window 0x137
    7/21/14 20:23:18.162
    configd[19]
    network changed: DNS*
    7/21/14 20:23:18.164
    UserEventAgent[11]
    Captive: [CNInfoNetworkActive:1655] en0: SSID 'SJSU_premier' making interface primary (cache indicates network not captive)
    7/21/14 20:23:18.165
    UserEventAgent[11]
    Captive: CNPluginHandler en0: Evaluating
    7/21/14 20:23:18.167
    UserEventAgent[11]
    Captive: en0: Not probing 'SJSU_premier' (cache indicates not captive)
    7/21/14 20:23:18.167
    UserEventAgent[11]
    Captive: CNPluginHandler en0: Authenticated
    7/21/14 20:23:18.172
    configd[19]
    network changed: v4(en0!:10.189.221.20) DNS+ Proxy+ SMB+
    7/21/14 20:23:19.617
    locationd[76]
    NETWORK: requery, 0, 0, 0, 8, items, fQueryRetries, 0, fLastRetryTimestamp, 427680957.6
    7/21/14 20:23:20.265
    locationd[76]
    need a scan, count, 0, 0, lwatchdog, 0.0, interval, 60.0, needWatchdog, 1
    7/21/14 20:23:23.283
    digest-service[9739]
    label: default
    7/21/14 20:23:23.283
    digest-service[9739]
    dbname: od:/Local/Default
    7/21/14 20:23:23.284
    digest-service[9739]
    mkey_file: /var/db/krb5kdc/m-key
    7/21/14 20:23:23.284
    digest-service[9739]
    acl_file: /var/db/krb5kdc/kadmind.acl
    7/21/14 20:23:23.285
    digest-service[9739]
    digest-request: uid=0
    7/21/14 20:23:23.287
    digest-service[9739]
    digest-request: netr probe 0
    7/21/14 20:23:23.288
    digest-service[9739]
    digest-request: init request
    7/21/14 20:23:23.292
    digest-service[9739]
    digest-request: init return domain: MACBOOKAIR-D7A server: MACBOOKAIR-D7A indomain was: <NULL>
    7/21/14 20:23:23.310
    digest-service[9739]
    digest-request: uid=0
    7/21/14 20:23:23.310
    digest-service[9739]
    digest-request: init request
    7/21/14 20:23:23.314
    digest-service[9739]
    digest-request: init return domain: MACBOOKAIR-D7A server: MACBOOKAIR-D7A indomain was: <NULL>
    7/21/14 20:23:26.102
    locationd[76]
    Fence: loc watchdog cancel, count, 1, 1, client, -1
    7/21/14 20:23:35.723
    locationd[76]
    NETWORK: no response from server, reachability, 2, queryRetries, 0
    7/21/14 20:23:50.210
    locationd[76]
    NETWORK: requery, 0, 0, 0, 8, items, fQueryRetries, 1, fLastRetryTimestamp, 427692199.6
    7/21/14 20:23:56.534
    EvernoteHelper[6916]
    No result from Safari loading plugins.
    7/21/14 20:23:56.543
    2BUA8C4S2C.com.agilebits.onepassword4-helper[6893]
    442003 [EXT:0x7fdea0c8adf0:<OP4ExtensionHTTPConnection: 0x7fdea0cbc870>] M webSocketForURI: | [ES4] Extension connected Safari-Extension 'safari-extension://com.agilebits.onepassword4-safari-2bua8c4s2c / (null)'
    7/21/14 20:23:56.544
    2BUA8C4S2C.com.agilebits.onepassword4-helper[6893]
    442003 [EXT:0x7fdea0ca0bc0:<OP4ExtensionClient: 0x7fdea0cc5ce0>] S didOpen | [ES4 0x7fdea0cc5ce0] Connected 'safari-extension://com.agilebits.onepassword4-safari-2bua8c4s2c:60557'
    7/21/14 20:23:56.544
    2BUA8C4S2C.com.agilebits.onepassword4-helper[6893]
    442003 [EXT:0x7fdea0e77670:<OP4ExtensionClient: 0x7fdea0cc5ce0>] S handleHello: | Welcoming version 4.2.3 of Safari-Extension.
    7/21/14 20:23:56.545
    2BUA8C4S2C.com.agilebits.onepassword4-helper[6893]
    442003 [EXT:0x7fdea0e77670:<OP4ExtensionClient: 0x7fdea0cc5ce0>] S sendAction:payload: | [ES4 0x7fdea0cc5ce0] safari-extension://com.agilebits.onepassword4-safari-2bua8c4s2c sendAction: 'welcome'
    7/21/14 20:24:06.210
    locationd[76]
    NETWORK: no response from server, reachability, 2, queryRetries, 1
    7/21/14 20:24:20.353
    locationd[76]
    loc watchdog expired, count, 0, 0
    7/21/14 20:24:25.960
    syncdefaultsd[9752]
    Initial test for reachability failed. Let's mark service as unreachable for now
    7/21/14 20:24:26.600
    2BUA8C4S2C.com.agilebits.onepassword4-helper[6893]
    442003 [EXT:0x7fdea0c8adf0:<OP4ExtensionClient: 0x7fdea0cc5ce0>] S findExtensionProcessForPort: | [ES4 0x7fdea0cc5ce0] Connected safari-extension://com.agilebits.onepassword4-safari-2bua8c4s2c:60557: <NSRunningApplication: 0x7fdea0d39380 (com.apple.Safari - 9748)>
    7/21/14 20:24:26.607
    2BUA8C4S2C.com.agilebits.onepassword4-helper[6893]
    442003 [EXT:0x7fdea0c8adf0:<OP4ExtensionClient: 0x7fdea0cc5ce0>] S verifyClient:satisfiesRequirement: | Extension client 'safari-extension://com.agilebits.onepassword4-safari-2bua8c4s2c' (<NSRunningApplication: 0x7fdea0d39380 (com.apple.Safari - 9748)>) passed validation
    7/21/14 20:24:26.668
    com.apple.launchd[1]
    (com.apple.WebKit.Networking.70CE34EB-F439-4DAA-9F7A-B0614F74945A[9750]) Exited with code: 1
    7/21/14 20:24:26.689
    2BUA8C4S2C.com.agilebits.onepassword4-helper[6893]
    442003 [EXT:0x7fdea0cb8660:<OP4ExtensionClient: 0x7fdea0cc5ce0>] S didClose | [ES 0x7fdea0cc5ce0] Disconnected 'safari-extension://com.agilebits.onepassword4-safari-2bua8c4s2c' (<NSRunningApplication: 0x7fdea0d39380 (com.apple.Safari - 9748)>)
    7/21/14 20:24:46.574
    Console[6847]
    Marker - Jul 21, 2014, 20:24:46

  • Firefox keeps crashing and keep getting do not trust all sites on firefox

    Firefox keeps crashing and I keep getting this
    This Connection is Untrusted
    You have asked Firefox to connect securely to www.mozilla.org, but we can't confirm that your connection is secure.
    Normally, when you try to connect securely, sites will present trusted identification to prove that you are going to the right place. However, this site's identity can't be verified.
    What Should I Do?
    If you usually connect to this site without problems, this error could mean that someone is trying to impersonate the site, and you shouldn't continue.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • ITunes keeps changing to the default folder location

    I have no idea what's going on here, but, it's getting very frustrating.
    Here's the situation: I am running the latest version of iTunes (11.whatever) on Windows 7, and my default iTunes Library location is in My Music on my C:. Unfortunately, my C: is a tiny SSD, and I don't want all of my content going in there, since there's no room. I have two other internal hard drives that I use for file storage, and I want to relocate my library to one of these drives. These drives are not external, they are not networked, they are just regular, plain old drives that boot along with the computer.
    I have tried following the instructions here: http://support.apple.com/kb/HT1449
    But, I had no luck with it. When I follow these steps, I open up iTunes, I turn on the "Keep iTunes Organized" option as stated, then press OK. Then I change the file location (in Advanced, under Preferences) to the place I want the library to reside, on a different drive. After pressing OK, I go to File, Library, and choose Organize Library (checking off the "Consolidate Files" option). After this completes, I try to delete the original iTunes library in My Music on C:, but, it won't let me, telling me the file is still in use. After closing iTunes, I am able to deleted it. Then, when I open iTunes again, it just completely ignores the folder that I created and moved everything to, makes a new folder in My Music, and goes back to default settings like nothing ever happened.
    I've seen a lot of people complaining about this problem when trying to set up their libraries on networked or external drives, but, that is not my issue. Any help would be appreciated, and please let me know if I can provide any more information.
    Thanks!

    Hi
    First post so do not shoot me down if I break some rule here but as I was getting the same issue, V Frustrating i know, I thought I would post my solution.
    Felix, above pointed me in the right direction but I did this
    After following the steps from Dr Von Smith I closed iTunes
    Went to the old C drive location
    Moved the
    iTunes Library Extras.itdb
    iTunes Library Genius.itdb
    iTunes Library.itl
    iTunes Library.xml
    iTunes Music Library.xml
    and the Album Artwork
    to the new location on my D drive
    Held shift and clicked on iTunes icon
    it asked me for library location so I pointed it to the new location on D
    Closed iTunes
    Opened iTunes nomally and the Preferences > Advanced > location has held
    Time will tell but at least it seems to be sticking now....

  • Hi all, my Safari 7.0.3 keeps crashing and saying it has to reload the page. This happens every few minutes especially when I'm using Facebook. Can anyone give some advice?

    This is the last error summary I received:
    Process:         com.apple.WebKit.WebContent [965]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:      com.apple.WebKit.WebContent
    Version:         9537 (9537.75.14)
    Build Info:      WebKit2-7537075014000000~6
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    Responsible:     Safari [282]
    User ID:         501
    Date/Time:       2014-09-30 12:07:29.638 -0500
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  88DE69E1-13B5-46EF-F839-14D3CC0B4EE8
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000001171b09c0
    VM Regions Near 0x1171b09c0:
        mapped file            0000000115f44000-00000001161d8000 [ 2640K] r--/rwx SM=COW  /System/Library/Fonts/AppleSDGothicNeo-Regular.otf
    --> mapped file            00000001161d8000-000000011842a000 [ 34.3M] r--/rwx SM=COW  /System/Library/Fonts/Apple Color Emoji.ttf
        JS garbage collector   0000000118430000-0000000118440000 [   64K] rw-/rw- SM=PRV 
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore       0x00007fff8eb6a2a4 JSC::JSString::destroy(JSC::JSCell*) + 20
    1   com.apple.JavaScriptCore       0x00007fff8eb45f97 JSC::MarkedBlock::FreeList JSC::MarkedBlock::sweepHelper<(JSC::MarkedBlock::DestructorType)1>(JSC::MarkedB lock::SweepMode) + 327
    2   com.apple.JavaScriptCore       0x00007fff8eb45de9 JSC::MarkedBlock::sweep(JSC::MarkedBlock::SweepMode) + 73
    3   com.apple.JavaScriptCore       0x00007fff8eb5e357 JSC::IncrementalSweeper::doSweep(double) + 119
    4   com.apple.JavaScriptCore       0x00007fff8eb5e1e4 JSC::HeapTimer::timerDidFire(__CFRunLoopTimer*, void*) + 164
    5   com.apple.CoreFoundation       0x00007fff97501494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    6   com.apple.CoreFoundation       0x00007fff97500fcf __CFRunLoopDoTimer + 1151
    7   com.apple.CoreFoundation       0x00007fff975725aa __CFRunLoopDoTimers + 298
    8   com.apple.CoreFoundation       0x00007fff974bc755 __CFRunLoopRun + 1525
    9   com.apple.CoreFoundation       0x00007fff974bbf25 CFRunLoopRunSpecific + 309
    10  com.apple.HIToolbox           0x00007fff9adf8a0d RunCurrentEventLoopInMode + 226
    11  com.apple.HIToolbox           0x00007fff9adf87b7 ReceiveNextEventCommon + 479
    12  com.apple.HIToolbox           0x00007fff9adf85bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    13  com.apple.AppKit               0x00007fff9767a3de _DPSNextEvent + 1434
    14  com.apple.AppKit               0x00007fff97679a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    15  com.apple.AppKit               0x00007fff9766db2c -[NSApplication run] + 553
    16  com.apple.AppKit               0x00007fff97658913 NSApplicationMain + 940
    17  com.apple.XPCService           0x00007fff91a3bc0f _xpc_main + 385
    18  libxpc.dylib                   0x00007fff93114bde xpc_main + 399
    19  com.apple.WebKit.WebContent   0x0000000100635ba0 0x100635000 + 2976
    20  libdyld.dylib                 0x00007fff8dbc85fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff90c58662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff981d043d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff981d0152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff90c53a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90c52d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff974bcfc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff974bc5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff974bbf25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff9781a16e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff92227899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9222772a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff9222bfc9 thread_start + 13
    Thread 3:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff90c57716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92229c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8eb426f6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore       0x00007fff8eb42215 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore       0x00007fff8eb3753f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff92227899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9222772a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff9222bfc9 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff90c57716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff92229c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8eb42d17 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8eb42ba8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8eb3753f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff92227899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9222772a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff9222bfc9 thread_start + 13
    Thread 5:: WebCore: Scrolling
    0   libsystem_kernel.dylib         0x00007fff90c53a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90c52d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff974bcfc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff974bc5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff974bbf25 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff97571811 CFRunLoopRun + 97
    6   com.apple.WebCore             0x00007fff8f0155e4 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore       0x00007fff8eb3753f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib       0x00007fff92227899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff9222772a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff9222bfc9 thread_start + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff90c53a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90c52d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff974bcfc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff974bc5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff974bbf25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff99de8967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff99de876b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff92227899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9222772a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff9222bfc9 thread_start + 13
    Thread 7:: com.apple.coremedia.networkbuffering
    0   libsystem_kernel.dylib         0x00007fff90c53a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90c52d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff974bcfc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff974bc5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff974bbf25 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff97571811 CFRunLoopRun + 97
    6   com.apple.CoreMedia           0x00007fff95cbca77 FigThreadGlobalNetworkBufferingRunloop + 21
    7   com.apple.CoreMedia           0x00007fff95cbf4aa figThreadMain + 382
    8   libsystem_pthread.dylib       0x00007fff92227899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff9222772a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff9222bfc9 thread_start + 13
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff90c579aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff97508ab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff92227899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9222772a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff9222bfc9 thread_start + 13
    Thread 9:: com.apple.coreaudio.AQClient
    0   libsystem_kernel.dylib         0x00007fff90c53a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90c52d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff974bcfc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff974bc5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff974bbf25 CFRunLoopRunSpecific + 309
    5   com.apple.audio.toolbox.AudioToolbox 0x00007fff98cca479 GenericRunLoopThread::Entry(void*) + 187
    6   com.apple.audio.toolbox.AudioToolbox 0x00007fff98c83c0d CAPThread::Entry(CAPThread*) + 109
    7   libsystem_pthread.dylib       0x00007fff92227899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9222772a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff9222bfc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff90c57e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92228f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff9222bfb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff90c57e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92228f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff9222bfb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff90c57e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92228f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff9222bfb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff90c53a6e semaphore_timedwait_trap + 10
    1   libdispatch.dylib             0x00007fff981d29da _dispatch_semaphore_wait_slow + 147
    2   libdispatch.dylib             0x00007fff981cff08 _dispatch_worker_thread + 145
    3   libsystem_pthread.dylib       0x00007fff92227899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff9222772a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff9222bfc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000d925290c  rbx: 0x0000000000001cb1  rcx: 0x00000001038efe18  rdx: 0x0000000000020000
      rdi: 0x00000001171b09c0  rsi: 0x0000000000000000  rbp: 0x00007fff5f5c81d0  rsp: 0x00007fff5f5c81d0
       r8: 0x27273e901f8dfa4f   r9: 0x05673e93eeb19868  r10: 0x47673e90114a7483  r11: 0x6a67416e6bf86059
      r12: 0x00000001036ef000  r13: 0x00007fe74ad060a0  r14: 0x0000000109db0000  r15: 0x0000000109dbe588
      rip: 0x00007fff8eb6a2a4  rfl: 0x0000000000010297  cr2: 0x00000001171b09c0
    Logical CPU:     0
    Error Code:      0x00000007
    Trap Number:     14
    Binary Images:
           0x100635000 -        0x100635ff4  com.apple.WebKit.WebContent (9537 - 9537.75.14) <B6BACFDC-3742-3AD9-AE7F-2DA7D2025DD7> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
           0x10063c000 -        0x10063cfff  WebProcessShim.dylib (7537.75.14) <B79743A8-BC3D-335E-A926-F1B051B04BB2> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x105235000 -        0x105247ff7  com.apple.webcontentfilter.framework (5.1 - 5.1) <8DBB3836-0272-3CA9-8E3D-BD5A985830EC> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x105717000 -        0x105e61ff7  libclh.dylib (4.0.3 - 4.0.3) <5FAE3A43-C0DC-340F-B94A-2E3E2A767619> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dy lib
           0x105f05000 -        0x105f10fff  libGPUSupport.dylib (9.6) <039FC0EF-1B2C-3465-907B-A1856DCF5ADF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x107d90000 -        0x107d94ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.0 - 2.6.0f1) <82D2F703-F961-3298-B06F-14B772D23C7B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10c108000 -        0x10c109ff0  ATSHI.dylib (363.3) <236B636F-A8E9-37A9-BEF0-7FE68BC58436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x114f74000 -        0x115145fff  com.apple.audio.units.Components (1.10 - 1.10) <7AB53801-51BD-347E-B267-BCF71C15C023> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x115538000 -        0x11572efff  com.apple.audio.codecs.Components (4.0 - 4.0) <604485EE-4446-308F-9460-0A6CE9C2D98C> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
        0x123440000000 -     0x12344086dfff  com.apple.GeForceTeslaGLDriver (8.24.11 - 8.2.4) <AA787258-3655-3558-AC34-C5834A007A39> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTe slaGLDriver
        0x7fff68a9c000 -     0x7fff68acf817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
        0x7fff8d793000 -     0x7fff8d798fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8d799000 -     0x7fff8d799fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8d79a000 -     0x7fff8d7a4fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8d7af000 -     0x7fff8d7b9ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8d7ba000 -     0x7fff8d819fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8d81a000 -     0x7fff8d827ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8d828000 -     0x7fff8d850ffb  libRIP.A.dylib (599.21.1) <994C1D46-A532-3361-8C20-11778DC12040> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff8d8ef000 -     0x7fff8daadfff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8daae000 -     0x7fff8daaeff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8db19000 -     0x7fff8db20ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff8db21000 -     0x7fff8db39ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8dbc5000 -     0x7fff8dbc8ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
        0x7fff8dbc9000 -     0x7fff8dbcafff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
        0x7fff8dc6c000 -     0x7fff8dc96ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8dc97000 -     0x7fff8df81fff  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
        0x7fff8dfd2000 -     0x7fff8dfd9ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff8dfda000 -     0x7fff8e051fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <DAF9AF17-0AC5-364C-B0BF-B1AF3FB4A07F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8e0bc000 -     0x7fff8e274ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
        0x7fff8e275000 -     0x7fff8e29aff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8e29b000 -     0x7fff8e38cff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8e38d000 -     0x7fff8e5eaffd  com.apple.RawCamera.bundle (5.03 - 731) <99C18399-B160-3C4A-AEDC-A2FD4944FCC6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8e5eb000 -     0x7fff8e7dcff3  com.apple.WebKit2 (9537 - 9537.75.14) <A54F32B2-5D0D-3A1D-A1F6-FB2162BD50D1> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff8e895000 -     0x7fff8e908fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8e909000 -     0x7fff8e9b9ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8e9bb000 -     0x7fff8eb21fff  libGLProgrammability.dylib (9.6) <8807FAD2-11E2-3293-89D8-397B87334138> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8eb22000 -     0x7fff8eb23ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
        0x7fff8eb24000 -     0x7fff8eb26ff7  com.apple.securityhi (9.0 - 55005) <38784C88-AA07-350E-97A3-FCC24C97FC82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8eb27000 -     0x7fff8eb2dff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff8eb2e000 -     0x7fff8eea5ff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <DC1116A7-934C-37C1-9AB2-354DBA43EAD7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8eea6000 -     0x7fff8eec1ff7  libPng.dylib (1042.2) <103F76EB-0FB7-320E-822F-53483CCB7299> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8ef3c000 -     0x7fff8ef3cfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8ef3d000 -     0x7fff8fd8fff7  com.apple.WebCore (9537 - 9537.75.14) <8C80717D-91D3-32D5-92F4-804AC1D1E881> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8fd90000 -     0x7fff8fd9dff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8fd9e000 -     0x7fff8fda1ffa  libCGXType.A.dylib (599.21.1) <0F364FEE-105D-329D-B823-082AA45E6AFD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff8fdc1000 -     0x7fff8fe27fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8fe29000 -     0x7fff9074868f  com.apple.CoreGraphics (1.600.0 - 599.21.1) <23BCDB0F-4E60-31BA-859C-820351D50111> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff9078b000 -     0x7fff9079cff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff9079d000 -     0x7fff907aaff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff907ab000 -     0x7fff907fefff  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
        0x7fff907ff000 -     0x7fff90803ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff9080e000 -     0x7fff90813ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff908ce000 -     0x7fff909b8fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff909b9000 -     0x7fff90ae8fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff90ae9000 -     0x7fff90b18fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff90b19000 -     0x7fff90bd1ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff90bd2000 -     0x7fff90c41ff1  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
        0x7fff90c42000 -     0x7fff90c5eff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
        0x7fff90c74000 -     0x7fff90cc6fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff90d24000 -     0x7fff90d8eff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff90d8f000 -     0x7fff90db8fff  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
        0x7fff90db9000 -     0x7fff90e0aff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff90e11000 -     0x7fff91147fff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff91148000 -     0x7fff91174ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff91175000 -     0x7fff9117dfff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff9117e000 -     0x7fff9118aff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff9118b000 -     0x7fff91196ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff91197000 -     0x7fff91198fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff91199000 -     0x7fff911e7fff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff91254000 -     0x7fff9126bff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff9126c000 -     0x7fff91270ff7  libGIF.dylib (1042.2) <0A9267FF-D93A-36DF-87B9-BA34C1166C0C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff91271000 -     0x7fff912aaff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff912ab000 -     0x7fff91312ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff91313000 -     0x7fff913faff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff91495000 -     0x7fff9149effd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff9149f000 -     0x7fff914c7ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff914c8000 -     0x7fff91523ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff91524000 -     0x7fff9157cff7  com.apple.Symbolication (1.4 - 129) <6D47983E-9B8E-38A0-9503-099601CF118E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff915a3000 -     0x7fff919f1fff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff919f2000 -     0x7fff919f6ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
        0x7fff919f7000 -     0x7fff91a39ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff91a3a000 -     0x7fff91a40ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff91a41000 -     0x7fff91a49fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff91a4a000 -     0x7fff91a65ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff91aa7000 -     0x7fff91ab2fff  libkxld.dylib (2422.92.1) <A7DFFC8C-45EE-3525-A961-EF93C2FB1340> /usr/lib/system/libkxld.dylib
        0x7fff91abd000 -     0x7fff91ac0fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff91b15000 -     0x7fff91b56fff  com.apple.PerformanceAnalysis (1.47 - 47) <B5B491F2-EF86-3382-B23B-EA78AC40AF25> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff91b57000 -     0x7fff91b88ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff91b89000 -     0x7fff920f9fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff920fe000 -     0x7fff9212afff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff9212b000 -     0x7fff921b7ff7  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
        0x7fff921b8000 -     0x7fff92225fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff92226000 -     0x7fff9222dff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff92275000 -     0x7fff92277fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff92292000 -     0x7fff92299fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff9229a000 -     0x7fff922e1ff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
        0x7fff92529000 -     0x7fff92539ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff9253d000 -     0x7fff92546ff7  libcldcpuengine.dylib (2.3.58) <C8785704-6195-3129-86CA-20F0F3C20F15> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff92618000 -     0x7fff9262aff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <4A5857F9-E249-3FA6-ADBB-410606AEC8CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9262b000 -     0x7fff92635ff7  libcsfde.dylib (380) <A3673EC2-5B81-3190-9BA5-F27013118EC6> /usr/lib/libcsfde.dylib
        0x7fff92636000 -     0x7fff92654ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff928e7000 -     0x7fff92917fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff92918000 -     0x7fff9295ffff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff92960000 -     0x7fff92961ff7  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
        0x7fff92962000 -     0x7fff929fdfff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff929fe000 -     0x7fff92a08ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff92a12000 -     0x7fff92c6bff9  com.apple.security (7.0 - 55471.14.1) <FF57C9BB-4E52-33E5-8927-59AEADB6CA27> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff92c6c000 -     0x7fff92e08ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff930dd000 -     0x7fff930f6ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff93101000 -     0x7fff93125fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff93126000 -     0x7fff932d3f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff93397000 -     0x7fff93476fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff9349e000 -     0x7fff934b9ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff934ba000 -     0x7fff9359efff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff935aa000 -     0x7fff935ccfff  com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) <C2687C2C-239A-3EB4-857C-BA107F34A5E8> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff935cd000 -     0x7fff935cdfff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff93665000 -     0x7fff936c9fff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff936ca000 -     0x7fff936ccff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
        0x7fff936cd000 -     0x7fff9372bff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff9372c000 -     0x7fff9372cffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff9372d000 -     0x7fff9373ffff  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
        0x7fff93740000 -     0x7fff93745ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff93746000 -     0x7fff93751fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff93983000 -     0x7fff93992ff8  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
        0x7fff93993000 -     0x7fff9399bff7  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
        0x7fff93ac0000 -     0x7fff93ac9fff  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
        0x7fff943d0000 -     0x7fff943f7ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff943f8000 -     0x7fff943fbffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff943fc000 -     0x7fff9445fff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff94461000 -     0x7fff94469ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff9446a000 -     0x7fff9446cff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff9446d000 -     0x7fff944baff2  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
        0x7fff9450e000 -     0x7fff94513fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff94875000 -     0x7fff948daffb  com.apple.Heimdal (4.0 - 2.0) <1560A2CC-2C0C-3F7B-868C-BD5ADB241F5A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff948db000 -     0x7fff948ddfff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff948ec000 -     0x7fff948edff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff948ee000 -     0x7fff94922fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff9493d000 -     0x7fff9493dfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff9493e000 -     0x7fff94940fff  libRadiance.dylib (1042.2) <63C92F09-F862-3303-9EF6-55A80B48F2CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff94941000 -     0x7fff94a47fff  com.apple.ImageIO.framework (3.3.0 - 1042) <DEA4FF1B-D340-32C3-977D-D249709C6031> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff94acb000 -     0x7fff94adcff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff94adf000 -     0x7fff94ae6fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff94ae7000 -     0x7fff94aebfff  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
        0x7fff94aec000 -     0x7fff94aecffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff94aed000 -     0x7fff94af6ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff94af7000 -     0x7fff94b82fff  libCoreStorage.dylib (380) <310E877E-0770-385F-B170-FA4623E753E1> /usr/lib/libCoreStorage.dylib
        0x7fff94bbe000 -     0x7fff94cadfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff94cae000 -     0x7fff94cb4fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff94d0e000 -     0x7fff94d43ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff94d44000 -     0x7fff94d6dff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff94d6e000 -     0x7fff94d9cff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff94d9d000 -     0x7fff94d9ffff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff94da0000 -     0x7fff94ddeff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff94ddf000 -     0x7fff94f6cff7  GLEngine (9.6) <51D58F76-B9B3-3B4F-B65A-F6D213C2EED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff954ad000 -     0x7fff954ecfff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff954ed000 -     0x7fff95576fff  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
        0x7fff95577000 -     0x7fff9558dfff  com.apple.CoreMediaAuthoring (2.2 - 947) <9D4F13D2-7A7A-3BE2-90A0-FC9190AE13CC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff95827000 -     0x7fff95949ff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff9594a000 -     0x7fff95952ff3  libCGCMS.A.dylib (599.21.1) <84C6C6F3-AD75-3120-A86F-8AE1005A0ECE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff95958000 -     0x7fff9597fffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff95a52000 -     0x7fff95a6bff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff95b52000 -     0x7fff95c40fff  libJP2.dylib (1042.2) <DD2DE799-C053-3C6A-91EC-D637CBD6FF90> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff95c41000 -     0x7fff95c6bff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
        0x7fff95c6c000 -     0x7fff95c6dffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff95c9c000 -     0x7fff95ce5fff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff95ce6000 -     0x7fff95cf6fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff95cf7000 -     0x7fff95d3cffe  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
        0x7fff95dd2000 -     0x7fff95dd6fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff95dd7000 -     0x7fff95ea0fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff95f67000 -     0x7fff9602bff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff9602c000 -     0x7fff96030ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff96033000 -     0x7fff961a3ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff961a4000 -     0x7fff961a5ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff961a6000 -     0x7fff96277ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <96C40A82-D2F7-310D-879B-7D8960510878> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff96278000 -     0x7fff96343fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff96344000 -     0x7fff96347fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff96348000 -     0x7fff963d8fff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff963d9000 -     0x7fff9680cffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff9680d000 -     0x7fff96beeffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff96bef000 -     0x7fff96c1eff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff96ffb000 -     0x7fff96ffcfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff96ffd000 -     0x7fff97019fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff97034000 -     0x7fff9703fff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A9866D67-C5A8-36D1-A1DB-E2FA60328698> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff970d3000 -     0x7fff9712cfff  libTIFF.dylib (1042.2) <1C80C3FD-639C-3781-8A30-265410DD444F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9712d000 -     0x7fff97168fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff97169000 -     0x7fff97439ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff9744c000 -     0x7fff97631fff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff97645000 -     0x7fff97648ff7  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
        0x7fff97656000 -     0x7fff981ccfff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff981cd000 -     0x7fff981e7fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
        0x7fff981e8000 -     0x7fff98329fff  com.apple.QTKit (7.7.3 - 2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff9837c000 -     0x7fff98386ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff98387000 -     0x7fff983d3ffe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff983d4000 -     0x7fff98454fff  com.apple.CoreSymbolication (3.0 - 141) <DC9F84AA-9BD0-322B-83C3-FDC1FA771F37> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff987ba000 -     0x7fff987c8fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff98936000 -     0x7fff98937ff7  libSystem.B.dylib (1197.1.1) <5292BF21-9406-32D5-8BB3-7DD02C672FA0> /usr/lib/libSystem.B.dylib
        0x7fff98938000 -     0x7fff98955ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff98979000 -     0x7fff989c6fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff98c29000 -     0x7fff98d7cff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff98da5000 -     0x7fff98e2dff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff98e45000 -     0x7fff98e4fff7  com.apple.CrashReporterSupport (10.9 - 538) <DD7669BA-78A6-3BEA-8410-17F556ACAA18> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff98f60000 -     0x7fff99466ffb  com.apple.Safari.framework (9537 - 9537.75.14) <AE2739A0-427C-3015-8DF8-FDCF768D62DE> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff99467000 -     0x7fff9949fff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff994a0000 -     0x7fff994a3fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff994a4000 -     0x7fff994c9ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff994ca000 -     0x7fff9958cff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff9958d000 -     0x7fff99599ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff999c2000 -     0x7fff999c4fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff999ea000 -     0x7fff99cbefc7  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
        0x7fff99cbf000 -     0x7fff99cc7ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff99cc8000 -     0x7fff99d51ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff99d52000 -     0x7fff99d6aff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff99d82000 -     0x7fff9a080fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff9a081000 -     0x7fff9a0b2fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff9a0da000 -     0x7fff9a0dcffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff9a13a000 -     0x7fff9a2a8ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff9a2a9000 -     0x7fff9a2bcff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff9a38b000 -     0x7fff9a3afff7  libJPEG.dylib (1042.2) <0AFE20D1-F24D-3548-A562-DB8FA7995655> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff9a3b0000 -     0x7fff9a3c7ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff9ab38000 -     0x7fff9ab7dfff  libcurl.4.dylib (78.92.2) <548E2D61-103F-3737-9C7C-0C26246CD4C8> /usr/lib/libcurl.4.dylib
        0x7fff9ab7e000 -     0x7fff9adc6ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff9adc7000 -     0x7fff9adc8fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff9adc9000 -     0x7fff9adc9fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9adca000 -     0x7fff9b074ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff9b088000 -     0x7fff9b0b7ff9  com.apple.GSS (4.0 - 2.0) <1B71A3E1-E31D-32CC-A733-ED155CC4A6A2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff9b0b8000 -     0x7fff9b0b8fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff9b0b9000 -     0x7fff9b107fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff9b117000 -     0x7fff9b146fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff9b196000 -     0x7fff9b2c6ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff9b2c7000 -     0x7fff9b2c8ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff9b2c9000 -     0x7fff9b2f2fff  GLRendererFloat (9.6) <16871296-2EB9-3FF6-AB00-3E2E55A45A63> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff9b2f3000 -     0x7fff9b429ffc  com.apple.WebKit (9537 - 9537.75.14) <98D7B16B-B2C8-3A4E-9AE9-7A8385ACFBA9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff9b42a000 -     0x7fff9b42cfff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff9b476000 -     0x7fff9b483fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 80
        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: 17900
        thread_create: 1
        thread_set_state: 0

    Hi Linc,
    I tried what you suggested by restoring standard fonts and restarting in safe mode and then restarting again in normal mode.  I also uninstalled adblock as I had installed that just before the problems started happening and I thought that it might be causing the problems.
    However, I am still experiencing the same problems. Safari keeps crashing and VLC occasionally crashes too.
    Thanks for all your help
    This is the latest error report I received:
    Process:         com.apple.WebKit.WebContent [2882]
    Path:            com.apple.WebKit.WebContent
    Identifier:      com.apple.WebKit.WebContent
    Version:         9537 (9537.75.14)
    Build Info:      WebKit2-7537075014000000~6
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    Responsible:     Safari [2875]
    User ID:         501
    Date/Time:       2014-10-10 13:52:29.956 -0500
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  88DE69E1-13B5-46EF-F839-14D3CC0B4EE8
    Sleep/Wake UUID: 17B72D69-7F9D-465C-80B8-86D1EDD13056
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000bbadbeef
    VM Regions Near 0xbbadbeef:
    -->
        __TEXT                 0000000100429000-000000010042a000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore       0x00000001031764be WTFCrash + 62
    1   com.apple.JavaScriptCore       0x0000000103193d69 ***::CrashOnOverflow::overflowed() + 9
    2   com.apple.JavaScriptCore       0x0000000102f0f744 JSC::CodeBlock::CodeBlock(JSC::ScriptExecutable*, JSC::UnlinkedCodeBlock*, JSC::JSGlobalObject*, unsigned int, ***::PassRefPtr<JSC::SourceProvider>, unsigned int, unsigned int, ***::PassOwnPtr<JSC::CodeBlock>) + 8980
    3   com.apple.JavaScriptCore       0x0000000102f15df4 JSC::FunctionExecutable::produceCodeBlockFor(JSC::JSScope*, JSC::CodeSpecializationKind, JSC::JSObject*&) + 468
    4   com.apple.JavaScriptCore       0x0000000102f1ab38 JSC::FunctionExecutable::compileForCallInternal(JSC::ExecState*, JSC::JSScope*, JSC::JITCode::JITType, unsigned int) + 72
    5   com.apple.JavaScriptCore       0x0000000102f15924 JSC::LLInt::setUpCall(JSC::ExecState*, JSC::Instruction*, JSC::CodeSpecializationKind, JSC::JSValue, JSC::LLIntCallLinkInfo*) + 500
    6   com.apple.JavaScriptCore       0x00000001031937e3 llint_op_call + 169
    7   com.apple.JavaScriptCore       0x0000000102f1aa13 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 595
    8   com.apple.JavaScriptCore       0x0000000102f1a7b5 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    9   com.apple.JavaScriptCore       0x00000001030f44d3 JSC::boundFunctionCall(JSC::ExecState*) + 547
    10  ???                           0x0000402452601045 0 + 70524745027653
    11  com.apple.JavaScriptCore       0x0000000102f1aa13 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 595
    12  com.apple.JavaScriptCore       0x0000000102f1a7b5 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    13  com.apple.WebCore             0x00000001037aa82a WebCore::JSMainThreadExecState::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 154
    14  com.apple.WebCore             0x00000001037eef62 WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue, WebCore::ScriptExecutionContext*) + 450
    15  com.apple.WebCore             0x00000001037eecc7 WebCore::ScheduledAction::execute(WebCore::Document*) + 151
    16  com.apple.WebCore             0x00000001037eea50 WebCore::DOMTimer::fired() + 304
    17  com.apple.WebCore             0x00000001035aef0f WebCore::ThreadTimers::sharedTimerFiredInternal() + 175
    18  com.apple.WebCore             0x00000001035aedea WebCore::timerFired(__CFRunLoopTimer*, void*) + 58
    19  com.apple.CoreFoundation       0x00000001010a4494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    20  com.apple.CoreFoundation       0x00000001010a3fcf __CFRunLoopDoTimer + 1151
    21  com.apple.CoreFoundation       0x00000001011155aa __CFRunLoopDoTimers + 298
    22  com.apple.CoreFoundation       0x000000010105f755 __CFRunLoopRun + 1525
    23  com.apple.CoreFoundation       0x000000010105ef25 CFRunLoopRunSpecific + 309
    24  com.apple.HIToolbox           0x000000010850fa0d RunCurrentEventLoopInMode + 226
    25  com.apple.HIToolbox           0x000000010850f7b7 ReceiveNextEventCommon + 479
    26  com.apple.HIToolbox           0x000000010850f5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    27  com.apple.AppKit               0x0000000104f183de _DPSNextEvent + 1434
    28  com.apple.AppKit               0x0000000104f17a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    29  com.apple.AppKit               0x0000000104f0bb2c -[NSApplication run] + 553
    30  com.apple.AppKit               0x0000000104ef6913 NSApplicationMain + 940
    31  com.apple.XPCService           0x000000010ad36c0f _xpc_main + 385
    32  libxpc.dylib                   0x000000010231cbde xpc_main + 399
    33  com.apple.WebKit.WebContent   0x0000000100429ba0 0x100429000 + 2976
    34  libdyld.dylib                 0x00000001020235fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00000001021bc662 kevent64 + 10
    1   libdispatch.dylib             0x0000000101fea43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x0000000101fea152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00000001021b7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00000001021b6d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x000000010105ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x000000010105f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x000000010105ef25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00000001050b816e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 3:: WebCore: Scrolling
    0   libsystem_kernel.dylib         0x00000001021b7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00000001021b6d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x000000010105ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x000000010105f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x000000010105ef25 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x0000000101114811 CFRunLoopRun + 97
    6   com.apple.WebCore             0x000000010365d5e4 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore       0x0000000102eaa53f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00000001021b7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00000001021b6d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x000000010105ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x000000010105f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x000000010105ef25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00000001004a4967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00000001004a476b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00000001021bb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00000001022c8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x0000000102eb56f6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore       0x0000000102eb5215 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore       0x0000000102eaa53f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00000001021bb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00000001022c8c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x0000000102eb5d17 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x0000000102eb5ba8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x0000000102eaa53f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 7:: com.apple.coremedia.networkbuffering
    0   libsystem_kernel.dylib         0x00000001021b7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00000001021b6d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x000000010105ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x000000010105f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x000000010105ef25 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x0000000101114811 CFRunLoopRun + 97
    6   com.apple.CoreMedia           0x000000010fef8a77 FigThreadGlobalNetworkBufferingRunloop + 21
    7   com.apple.CoreMedia           0x000000010fefb4aa figThreadMain + 382
    8   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00000001021bb9aa __select + 10
    1   com.apple.CoreFoundation       0x00000001010abab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 9:: com.apple.coremedia.asyncio
    0   libsystem_kernel.dylib         0x00000001021bb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00000001022c8c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x000000010fefab56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x000000010fefa96a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x000000010ff6d321 0x10ff4f000 + 123681
    5   com.apple.CoreMedia           0x000000010fefb4aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 10:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib         0x00000001021b7a56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x0000000101feca15 _dispatch_semaphore_wait_slow + 206
    2   com.apple.MediaToolbox         0x000000010ffc45a6 0x10ff4f000 + 480678
    3   com.apple.CoreMedia           0x000000010fefb4aa figThreadMain + 382
    4   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 11:: com.apple.coreaudio.AQClient
    0   libsystem_kernel.dylib         0x00000001021b7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00000001021b6d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x000000010105ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x000000010105f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x000000010105ef25 CFRunLoopRunSpecific + 309
    5   com.apple.audio.toolbox.AudioToolbox 0x000000010837b479 GenericRunLoopThread::Entry(void*) + 187
    6   com.apple.audio.toolbox.AudioToolbox 0x0000000108334c0d CAPThread::Entry(CAPThread*) + 109
    7   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 12:: com.apple.coremedia.audioqueue.source
    0   libsystem_kernel.dylib         0x00000001021bb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00000001022c8c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x000000010fefab56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x000000010fefa96a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x000000010ff8acd9 0x10ff4f000 + 244953
    5   com.apple.CoreMedia           0x000000010fefb4aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 13:: com.apple.coremedia.audiomentor
    0   libsystem_kernel.dylib         0x00000001021bb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00000001022c8c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x000000010fefab56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x000000010fefa96a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x000000010ffe9392 0x10ff4f000 + 631698
    5   com.apple.CoreMedia           0x000000010fefb4aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00000001022c6899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00000001022c672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00000001022cafc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00000001021bbe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00000001022c7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00000001022cafb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00000001021bbe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00000001022c7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00000001022cafb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000bbadbeef  rbx: 0x0000000117df1840  rcx: 0x0000000000000000  rdx: 0x000000010211a710
      rdi: 0x0000000000000000  rsi: 0x00001f0000001f00  rbp: 0x00007fff5f7d3920  rsp: 0x00007fff5f7d3810
       r8: 0x0000000000000040   r9: 0x00007fff5f7d3600  r10: 0x0000000000000000  r11: 0x0000000000000246
      r12: 0x0000000000000013  r13: 0x000000011e00da00  r14: 0x0000000112838008  r15: 0x0000000117df1840
      rip: 0x00000001031764be  rfl: 0x0000000000010206  cr2: 0x00000000bbadbeef
    Logical CPU:     1
    Error Code:      0x00000006
    Trap Number:     14
    Binary Images:
           0x100429000 -        0x100429ff4  com.apple.WebKit.WebContent (9537 - 9537.75.14) <B6BACFDC-3742-3AD9-AE7F-2DA7D2025DD7> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
           0x100435000 -        0x100435fff  WebProcessShim.dylib (7537.75.14) <B79743A8-BC3D-335E-A926-F1B051B04BB2> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x10043e000 -        0x10073cfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10097d000 -        0x100b6eff3  com.apple.WebKit2 (9537 - 9537.75.14) <A54F32B2-5D0D-3A1D-A1F6-FB2162BD50D1> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
           0x100d5b000 -        0x100f08f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x100f2f000 -        0x100f81fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x100fe0000 -        0x100fe1ff7  libSystem.B.dylib (1197.1.1) <5292BF21-9406-32D5-8BB3-7DD02C672FA0> /usr/lib/libSystem.B.dylib
           0x100fef000 -        0x1011d4fff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x101346000 -        0x101347fff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
           0x10134d000 -        0x10138fff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x1013a9000 -        0x1013aaff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x1013b6000 -        0x10156eff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
           0x10161a000 -        0x101701ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x10173b000 -        0x10174cff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x101755000 -        0x1018c5ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x1019d2000 -        0x101a35ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x101a70000 -        0x101cc9ff9  com.apple.security (7.0 - 55471.14.1) <FF57C9BB-4E52-33E5-8927-59AEADB6CA27> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x101e14000 -        0x101e14fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x101e1e000 -        0x101e1ffff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x101e27000 -        0x101e91ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x101ec7000 -        0x101ee2ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x101eec000 -        0x101eedff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
           0x101ef3000 -        0x101f1cff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x101f2e000 -        0x101f32ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x101f3b000 -        0x101f45fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x101f59000 -        0x101f60fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x101f72000 -        0x101f79ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
           0x101f85000 -        0x101fd3fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x101fe7000 -        0x102001fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
           0x102020000 -        0x102023ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
           0x10202b000 -        0x10202bff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x102035000 -        0x10203cff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
           0x102045000 -        0x10204afff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x102051000 -        0x102053ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x10205c000 -        0x10205dffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x102065000 -        0x102076ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x102085000 -        0x102086ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x10208e000 -        0x102117ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x102143000 -        0x102145ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
           0x10214f000 -        0x102157fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
           0x10215e000 -        0x10215fff0  ATSHI.dylib (363.3) <236B636F-A8E9-37A9-BEF0-7FE68BC58436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x102164000 -        0x10218bffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x1021a6000 -        0x1021c2ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
           0x1021e7000 -        0x102216fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x102226000 -        0x102241ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x102252000 -        0x102279ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x102298000 -        0x1022a1ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x1022aa000 -        0x1022b0ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x1022c5000 -        0x1022ccff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x1022da000 -        0x1022dbff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
           0x1022e2000 -        0x1022e6ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
           0x1022f1000 -        0x1022f2fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x1022f9000 -        0x1022feff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x102309000 -        0x10232dfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x10234d000 -        0x10235dfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x102367000 -        0x102451fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x10246d000 -        0x10247aff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x102487000 -        0x10248bfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x102492000 -        0x102492ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x10249b000 -        0x1024a8ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x1024ae000 -        0x102798fff  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
           0x102817000 -        0x1028a7fff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x102915000 -        0x10298cfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <DAF9AF17-0AC5-364C-B0BF-B1AF3FB4A07F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x102a2f000 -        0x102a9cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x102ae2000 -        0x102b3dffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x102b73000 -        0x102c3cfff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x102cb1000 -        0x102cdafff  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
           0x102d01000 -        0x102d06fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x102d10000 -        0x102d17fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x102d25000 -        0x102d30fff  libkxld.dylib (2422.92.1) <A7DFFC8C-45EE-3525-A961-EF93C2FB1340> /usr/lib/system/libkxld.dylib
           0x102d39000 -        0x102d44ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x102d53000 -        0x102db7fff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x102df6000 -        0x102df9fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x102e06000 -        0x102e1dff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x102e3d000 -        0x102e47ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x102e58000 -        0x102e80ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x102e8e000 -        0x102e8efff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x102e97000 -        0x102e97fff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x102e9a000 -        0x102e9afff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x102ea1000 -        0x103218ff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <DC1116A7-934C-37C1-9AB2-354DBA43EAD7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x103311000 -        0x1034adff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x103585000 -        0x1043d7ff7  com.apple.WebCore (9537 - 9537.75.14) <8C80717D-91D3-32D5-92F4-804AC1D1E881> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
           0x104d49000 -        0x104d9aff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x104dc0000 -        0x104e82ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x104ef4000 -        0x105a6afff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x1061f2000 -        0x106b1168f  com.apple.CoreGraphics (1.600.0 - 599.21.1) <23BCDB0F-4E60-31BA-859C-820351D50111> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x106c45000 -        0x106d4bfff  com.apple.ImageIO.framework (3.3.0 - 1042) <DEA4FF1B-D340-32C3-977D-D249709C6031> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x106db6000 -        0x106e25ff1  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
           0x106e53000 -        0x106edcfff  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
           0x106f25000 -        0x106f6affe  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
           0x106f9d000 -        0x106facff8  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
           0x106fbd000 -        0x10700aff2  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
           0x10703e000 -        0x107077ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x107093000 -        0x10709cfff  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
           0x1070af000 -        0x1070b2ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x1070c2000 -        0x1070c2fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x1070c8000 -        0x10739cfc7  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
           0x1073e0000 -        0x1073e0fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x1073e3000 -        0x1074aefff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x1074bc000 -        0x10756cff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x107579000 -        0x10795affe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x1079c0000 -        0x107b2eff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x107b5d000 -        0x107c4cfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x107cc7000 -        0x107d0efff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x107d36000 -        0x107d5aff7  libJPEG.dylib (1042.2) <0AFE20D1-F24D-3548-A562-DB8FA7995655> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x107d62000 -        0x107dbbfff  libTIFF.dylib (1042.2) <1C80C3FD-639C-3781-8A30-265410DD444F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x107dd1000 -        0x107decff7  libPng.dylib (1042.2) <103F76EB-0FB7-320E-822F-53483CCB7299> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x107dfb000 -        0x107dffff7  libGIF.dylib (1042.2) <0A9267FF-D93A-36DF-87B9-BA34C1166C0C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x107e09000 -        0x107ef7fff  libJP2.dylib (1042.2) <DD2DE799-C053-3C6A-91EC-D637CBD6FF90> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x107f22000 -        0x107f24fff  libRadiance.dylib (1042.2) <63C92F09-F862-3303-9EF6-55A80B48F2CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x107f2d000 -        0x107f74ff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
           0x107f8e000 -        0x107fa7ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x107fc5000 -        0x107ff4ff9  com.apple.GSS (4.0 - 2.0) <1B71A3E1-E31D-32CC-A733-ED155CC4A6A2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x108015000 -        0x108031fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
           0x108042000 -        0x108133ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
           0x108144000 -        0x1081a9ffb  com.apple.Heimdal (4.0 - 2.0) <1560A2CC-2C0C-3F7B-868C-BD5ADB241F5A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x1081d8000 -        0x1081d9fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x1081e3000 -        0x1081e7ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
           0x1081f1000 -        0x1081fdff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x108212000 -        0x10821bffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x108222000 -        0x108295fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x1082da000 -        0x10842dff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x1084c9000 -        0x1084cdfff  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
           0x1084d7000 -        0x1084dafff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x1084e1000 -        0x10878bff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x1088e9000 -        0x1088fbfff  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
           0x10891b000 -        0x1089a7ff7  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
           0x1089df000 -        0x1089f7ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x108a0c000 -        0x108a0dff7  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
           0x108a14000 -        0x108a16ff7  com.apple.securityhi (9.0 - 55005) <38784C88-AA07-350E-97A3-FCC24C97FC82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x108a22000 -        0x108a2aff7  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
           0x108a35000 -        0x108b19fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x108be0000 -        0x108d10ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x108d94000 -        0x108da6ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <4A5857F9-E249-3FA6-ADBB-410606AEC8CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x108dbc000 -        0x108dd4ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x108de5000 -        0x108e20fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x108e38000 -        0x108e46fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x108e52000 -        0x108e77ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x108e94000 -        0x109164ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x10925d000 -        0x1092b0fff  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
           0x1092d6000 -        0x109315fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x109325000 -        0x10932dffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x109334000 -        0x10933ffff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x109355000 -        0x109393ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x10939c000 -        0x10939efff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x1093a3000 -        0x1093a6fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x1093b0000 -        0x1097e3ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
           0x1099fe000 -        0x109a08ff7  com.apple.CrashReporterSupport (10.9 - 538) <DD7669BA-78A6-3BEA-8410-17F556ACAA18> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x109a18000 -        0x109a66fff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x109a80000 -        0x109a8cff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x109a98000 -        0x109ab1ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x109ac6000 -        0x109ad3fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x109ae9000 -        0x109b19fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
           0x109b43000 -        0x109b68ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x109b76000 -        0x109dbeff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x109eeb000 -        0x109f23ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x109f60000 -        0x109f60ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x109f6a000 -        0x109fabfff  com.apple.PerformanceAnalysis (1.47 - 47) <B5B491F2-EF86-3382-B23B-EA78AC40AF25> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10a7fe000 -        0x10a8c2ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x10a94b000 -        0x10a9cbfff  com.apple.CoreSymbolication (3.0 - 141) <DC9F84AA-9BD0-322B-83C3-FDC1FA771F37> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x10a9ea000 -        0x10aa42ff7  com.apple.Symbolication (1.4 - 129) <6D47983E-9B8E-38A0-9503-099601CF118E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x10aa8a000 -        0x10aab9fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x10ad35000 -        0x10ad3bff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
           0x10ad45000 -        0x10ad4fff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
           0x10ad5a000 -        0x10ad84ff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
           0x10ad8d000 -        0x10ada0ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
           0x10adb5000 -        0x10adb7fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
           0x10adbd000 -        0x10adc5fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
           0x10b295000 -        0x10b298ff7  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
           0x10b2e0000 -        0x10b2ebff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A9866D67-C5A8-36D1-A1DB-E2FA60328698> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x10b2f5000 -        0x10b2f7fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
           0x10b2fd000 -        0x10b2ffffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
           0x10c979000 -        0x10c9a5fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x10ca0f000 -        0x10ca1cff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
           0x10ca57000 -        0x10ca74ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x10dee5000 -        0x10e3ebffb  com.apple.Safari.framework (9537 - 9537.75.14) <AE2739A0-427C-3015-8DF8-FDCF768D62DE> /System/Library/PrivateFrameworks/Safari.framework/Safari
           0x10e7d5000 -        0x10e7f3ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
           0x10e811000 -        0x10e86fff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x10e8ac000 -        0x10e8ddff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
           0x10e8ed000 -        0x10e91bff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10e949000 -        0x10ea7fffc  com.apple.WebKit (9537 - 9537.75.14) <98D7B16B-B2C8-3A4E-9AE9-7A8385ACFBA9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x10eb74000 -        0x10eb76fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
           0x10eb7c000 -        0x10ebdbfff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x10ec19000 -        0x10ec43ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
           0x10ec79000 -        0x10ecdffff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x10ed3e000 -        0x10eefcfff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
           0x10f054000 -        0x10f05eff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
           0x10f08b000 -        0x10f093ff3  libCGCMS.A.dylib (599.21.1) <84C6C6F3-AD75-3120-A86F-8AE1005A0ECE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10f09b000 -        0x10f136fff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/PDFKit
           0x10f1a9000 -        0x10f231ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
           0x10fc3d000 -        0x10fc65ffb  libRIP.A.dylib (599.21.1) <994C1D46-A532-3361-8C20-11778DC12040> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10fc75000 -        0x10fd97ff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
           0x10feaf000 -        0x10fec6ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
           0x10fed8000 -        0x10ff21fff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x10ff4f000 -        0x110285fff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x110333000 -        0x110781fff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x1107dc000 -        0x110828ffe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
           0x110850000 -        0x110866fff  com.apple.CoreMediaAuthoring (2.2 - 947) <9D4F13D2-7A7A-3BE2-90A0-FC9190AE13CC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
           0x11087e000 -        0x1109adfef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
           0x1109e5000 -        0x110a14ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
           0x110a1f000 -        0x110a24ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
           0x110a2f000 -        0x110a31fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
           0x110a37000 -        0x110fa7fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
           0x110fb6000 -        0x110fbeff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x110fc5000 -        0x11102cf

  • Satellite P300 keeps crashing and giving me blue screens

    Hello,
    I got a Satellite P300, operating on Windows Vista home premium and its provided with a ATI Mobility Radeon HD 3650.
    My laptop keeps crashing and giving me blue screens and windows says its the cause ls my graphic driver and the eror message is Atikmdag.
    I tried everything (i think), i re-installes windows but this i had to do with making a recovery cd with the current settings because in some kinda way my F8 function doesn't work so i couldn't restore my Windows from my hard drive.
    I also got the latest Ati drivers, this doesn't help either, i also re-installed them and tried to run my laptop on the windows drivers, this doesn't help either.
    I really don't know what to do, can some one help me please?

    Are you sure that you are running video drivers downloaded from a Toshiba site? Unfortunately the drivers may not be the root of the problem so it is important to eliminate them as the cause. AMD's recommended driver removal procedure is at [http://support.amd.com/us/kbarticles/Pages/GPU57RemoveOldGraphicsDrivers.aspx] and if you follow that with an installation of Toshiba drivers then your laptop should be in an as supplied state
    I'd recommend you look at this [How to troubleshoot Display driver stopped responding and has recovered, ATIKMDAG.sys type errors|http://support.amd.com/us/kbarticles/Pages/737-27116RadeonSeries-ATIKMDAGhasstoppedrespondingerrormessages.aspx]

  • My iMac keeps crashing and I have no idea why

    My iMac keeps crashing, and I don't know why. It started yesterday and for some reason just fails. I get an message saying it has shut down due to an error, and this is then the details of the error report it produces.
    Can anyone please help and tell me what is wrong?
    Huge thanks.
    Hardware Overview:
      Model Name:          iMac
      Model Identifier:          iMac9,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.93 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache:          6 MB
      Memory:          8 GB
      Bus Speed:          1.07 GHz
      Boot ROM Version:          IM91.008D.B08
      SMC Version (system):          1.45f0
      Serial Number (system):          VM******0TM
      Software  OS X 10.9 (13A603)
    Error report as follows:
    Anonymous UUID:       954FEFB3-53EC-843A-0739-711F6D804866
    Sun Nov 24 16:20:47 2013
    panic(cpu 0 caller 0xffffff801dadc19e): Kernel trap at 0xffffff7f9fdceef1, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff7f9fdceef1, CR3: 0x00000000012fe000, CR4: 0x0000000000000660
    RAX: 0x0000000000000000, RBX: 0x0000000000000006, RCX: 0x0000000003000000, RDX: 0xffffff8034a5d960
    RSP: 0xffffff810e0a3740, RBP: 0xffffff810e0a37a0, RSI: 0xffffff81004a1068, RDI: 0xffffff8034a5d960
    R8:  0xffffff801e0d2b30, R9:  0xffffff81004a1068, R10: 0xffffff810e0a34b0, R11: 0x0000000000000206
    R12: 0x0000000000000020, R13: 0xffffff810e0a3ab4, R14: 0xffffff8030a0ba08, R15: 0x0000000000000001
    RFL: 0x0000000000010282, RIP: 0xffffff7f9fdceef1, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff7f9fdceef1, Error code: 0x0000000000000010, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff810e0a33d0 : 0xffffff801da22f69
    0xffffff810e0a3450 : 0xffffff801dadc19e
    0xffffff810e0a3620 : 0xffffff801daf3606
    0xffffff810e0a3640 : 0xffffff7f9fdceef1
    0xffffff810e0a37a0 : 0xffffff7f9fdcfda2
    0xffffff810e0a39b0 : 0xffffff7f9fde0077
    0xffffff810e0a3a30 : 0xffffff801ddb3671
    0xffffff810e0a3a90 : 0xffffff801dbdf80d
    0xffffff810e0a3ae0 : 0xffffff801dbf4360
    0xffffff810e0a3b80 : 0xffffff801dbe5f15
    0xffffff810e0a3c30 : 0xffffff801dbe67d2
    0xffffff810e0a3f50 : 0xffffff801de3de23
    0xffffff810e0a3fb0 : 0xffffff801daf3e06
    BSD process name corresponding to current thread: mds_stores
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x000000001d800000
    Kernel text base: 0xffffff801da00000
    System model name: iMac9,1 (Mac-F2218FA9)
    System uptime in nanoseconds: 705898990026
    last loaded kext at 511933163642: com.apple.filesystems.smbfs          2.0.0 (addr 0xffffff7f9e370000, size 335872)
    last unloaded kext at 705842715414: com.trendmicro.kext.filehook          1.5.0 (addr 0xffffff7f9fdce000, size 98304)
    loaded kexts:
    com.trendmicro.kext.KERedirect          1.0.0
    com.seagate.driver.PowSecLeafDriver_10_5          5.1.1
    com.seagate.driver.PowSecDriverCore          5.1.1
    com.apple.filesystems.smbfs          2.0.0
    com.apple.filesystems.msdosfs          1.9
    com.apple.filesystems.cddafs          2.6.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleHDAHardwareConfigDriver          2.5.2fc2
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.iokit.IOBluetoothUSBDFU          4.2.0f6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.GeForceTesla          8.1.8
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.nvidia.NVDAStartup          8.1.8
    com.apple.driver.iPodSBCDriver          1.7.0
    com.apple.driver.AppleIRController          325.7
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.nvenet          2.0.21
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBOHCI          650.4.1
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.nvidia.classic.NVDANV50HalTesla          8.1.8
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.nvidia.classic.NVDAResmanTesla          8.1.8
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.driver.AppleUSBHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.0
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.0
    com.apple.iokit.IOFireWireSBP2          4.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.NVSMU          2.2.9
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.pthread          1
    com.apple.kec.corecrypto          1.0
    Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 2.93 GHz, 8 GB, SMC 1.45f0
    Graphics: NVIDIA GeForce GT 130, NVIDIA GeForce GT 130, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x8783, 0x53524433344731333333534D414300000000
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x8783, 0x53524433344731333333534D414300000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST31000342ASQ, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5670S, 295 MB
    USB Device: Built-in iSight
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    USB Device: IR Receiver
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus:
    <Edited by Host>

    And what is wrong with Trend Micro Titanium as a package?
    1. This comment applies to malicious software ("malware") that's installed unwittingly by the victim of a network attack, and what you should and should not do to protect yourself from that threat. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    If you find this comment too long or too technical, read only sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user, but internally Apple calls it "XProtect." The malware recognition database is automatically checked for updates once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
       3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    It can easily be disabled or overridden by the user.
    A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    For the reasons given above, App Store products, and other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. OS X security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they're not absolute protection. The first and best line of defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the malware attacker. If you're smarter than he thinks you are, you'll win.
    That means, in practice, that you never use software that comes from an untrustworthy source, or that does something inherently untrustworthy. How do you know what is trustworthy?
    Any website that prompts you to install a “codec,” “plug-in,” "player," "extractor," or “certificate” that comes from that same site, or an unknown one, is untrustworthy.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    Pirated copies or "cracks" of commercial software, no matter where they come from, are unsafe.
    Software of any kind downloaded from a BitTorrent or from a Usenet binary newsgroup is unsafe.
    Software that purports to help you do something that's illegal or that infringes copyright, such as saving streamed audio or video for reuse without permission, is unsafe. All YouTube "downloaders" are in this category, though not all are necessarily harmful.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. If it comes from any other source, it's unsafe.
    Even signed applications, no matter what the source, should not be trusted if they do something unexpected, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Follow the above guidelines, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself from malware.
    7. Never install any commercial "anti-virus" or "Internet security" products for the Mac, as they all do more harm than good, if they do any good at all. Any database of known threats is always going to be out of date. Most of the danger is from unknown threats. If you need to be able to detect Windows malware in your files, use one of the free anti-virus products in the Mac App Store — nothing else.
    Why shouldn't you use commercial "anti-virus" products?
    Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere.
    In order to meet that nonexistent threat, the software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. Most of the real-world danger of malware attack comes from highly targeted "zero-day" exploits that are not yet recognized.
    By modifying the operating system, the software itself may create weaknesses that could be exploited by malware attackers.
    8. An anti-malware product from the App Store, such as "ClamXav," doesn't have these drawbacks. That doesn't mean it's entirely safe. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An anti-virus app is not needed, and should not be relied upon, for protection against OS X malware. It's useful only for detecting Windows malware. Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else.
    A Windows malware attachment in email is usually easy to recognize. The file name will often be targeted at people who aren't very bright; for example:
    ♥♥♥♥♥♥♥♥♥♥♥♥♥♥!!!!!!!H0TBABEZ4U!!!!!!!.AVI♥♥♥♥♥♥♥♥♥♥♥♥♥♥.exe
    Anti-virus software may be able to tell you which particular virus or trojan it is, but do you care? In practice, there's seldom a reason to use the software unless a network administrator requires you to do it.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user you don't have to live in fear that your computer is going to be infected every time you install an application, read email, or visit a web page. But neither should you have the false idea that you will always be safe, no matter what you do. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • My MacBook Pro keeps freezing and restarting

    Whenever I'm using my MacBook Pro for the last two years.
    No matter what I'm doing it keeps freezing and restarting.
    Ive had the logic board replace 2 , the hard drive replaced and the memory replaced all at the apple store in square one
    I've also wiped the memory.
    I'm losing my mind i dont know what to do. I was a new one but I've already spent my money on this. And i feel its not fair for me to have to buy another one since this one hasn't worked properly to begin with. I know they've replaced everything in but it hasn't fixed the problem and nothing has changed.
    Does anyone have a fix for this? Or experience the same problem ?

    Date/Time:       2014-04-15 00:00:00 -0400
    OS Version:      10.9.2 (Build 13C64)
    Architecture:    x86_64
    Report Version:  18
    Event:           powerstats
    Signature:       com.apple.SystemStats.TopPowerEvent
    Start time:      2014-04-15 00:00:00 -0400
    End time:        2014-04-15 00:00:25 -0400
    Duration:        25s
    Steps:           26
    Hardware model:  MacBookPro7,1
    Active cpus:     2
    Powerstats for:  Google Chrome He
    Microstackshots: 21 samples
    Primary state:   13 samples state 0x18
      Binary Images:
      com.google.Chrome.helper          34.0.1847.116 (1847.116)          <6702460E-4A3F-3A9F-970D-CCF68F5C2D6D>          /Applications/Google Chrome.app/Contents/Versions/34.0.1847.116/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper
      com.google.Chrome.framework          34.0.1847.116 (1847.116)          <D3285AE0-665C-3361-89DF-B889FCD0C45D>          /Applications/Google Chrome.app/Contents/Versions/34.0.1847.116/Google Chrome Framework.framework/Google Chrome Framework
      com.macromedia.PepperFlashPlayer.pepper          11.8.800.66 (11.8.800.66)          <58C19365-F4EA-31BB-91B2-EB2ED5553F1E>          /Applications/Google Chrome.app/Contents/Versions/34.0.1847.116/Google Chrome Framework.framework/Internet Plug-Ins/PepperFlash/PepperFlashPlayer.plugin/Contents/MacOS/PepperFlashPlayer
      com.apple.HIToolbox          2.1          <8CB677B7-43FC-3534-A685-5A5445C95F7D>          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbo x.framework/Versions/A/HIToolbox
      libsystem_kernel.dylib          (2422.90.20)          <C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1>          /usr/lib/system/libsystem_kernel.dylib
      com.apple.AppKit          6.9 (1265.19)          <07125263-9E97-3A47-BBD3-6FB462910565>          /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      libsystem_pthread.dylib          (53.1.4)          <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C>          /usr/lib/system/libsystem_pthread.dylib
      com.apple.CoreFoundation          6.9 (855.14)          <756998B3-F507-3474-AFB2-769FC9CE5263>          /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat ion
      14 6702460E-4A3F-3A9F-970D-CCF68F5C2D6D + 3925
        14 6702460E-4A3F-3A9F-970D-CCF68F5C2D6D + 3960
          14 D3285AE0-665C-3361-89DF-B889FCD0C45D + 11833
            14 D3285AE0-665C-3361-89DF-B889FCD0C45D + 7910768
              14 D3285AE0-665C-3361-89DF-B889FCD0C45D + 7914111
                14 D3285AE0-665C-3361-89DF-B889FCD0C45D + 7911171
                  12 D3285AE0-665C-3361-89DF-B889FCD0C45D + 7888767
                    12 D3285AE0-665C-3361-89DF-B889FCD0C45D + 8370442
                      12 D3285AE0-665C-3361-89DF-B889FCD0C45D + 8463105
                        12 D3285AE0-665C-3361-89DF-B889FCD0C45D + 8371073
                          12 D3285AE0-665C-3361-89DF-B889FCD0C45D + 8383763
                            4  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8517960
                              4  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8516837
                                4  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 16450
                                  2  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 15839
                                    2  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 18348
                                      2  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 18401
                                        2  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 6322
                                          2  <state 0x98>
                                  1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 15831
                                  1  C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1 + 96202
                                    1  <state 0x98>
                            3  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8517965
                              3  C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1 + 73932
                            2  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8518147
                              1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 13984
                              1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 13962
                            1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8518046
                              1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 18353
                            1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8516673
                            1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8518158
                              1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 19589
                  2  D3285AE0-665C-3361-89DF-B889FCD0C45D + 60923488
                    2  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8370442
                      2  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8463105
                        2  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8371073
                          2  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8097836
                            2  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8099611
                              2  07125263-9E97-3A47-BBD3-6FB462910565 + 106908
                                2  07125263-9E97-3A47-BBD3-6FB462910565 + 161968
                                  2  07125263-9E97-3A47-BBD3-6FB462910565 + 164745
                                    2  8CB677B7-43FC-3534-A685-5A5445C95F7D + 177885
                                      2  8CB677B7-43FC-3534-A685-5A5445C95F7D + 178434
                                        2  8CB677B7-43FC-3534-A685-5A5445C95F7D + 179069
                                          2  756998B3-F507-3474-AFB2-769FC9CE5263 + 481659
                                            2  756998B3-F507-3474-AFB2-769FC9CE5263 + 482074
                                              1  756998B3-F507-3474-AFB2-769FC9CE5263 + 484097
                                                1  756998B3-F507-3474-AFB2-769FC9CE5263 + 486697
                                                  1  C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1 + 77690
                                                    1  <state 0x98>
                                              1  756998B3-F507-3474-AFB2-769FC9CE5263 + 483726
                                                1  756998B3-F507-3474-AFB2-769FC9CE5263 + 486027
                                                  1  756998B3-F507-3474-AFB2-769FC9CE5263 + 547839
                                                    1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8098381
                                                      1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8373764
                                                        1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8372087
                                                          1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 20522414
                                                            1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 20522557
                                                              1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 20488086
                                                                1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 20337060
                                                                  1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 60128087
                                                                    1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 23813492
                                                                      1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 23486117
                                                                        1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 36179965
                                                                          1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 36185169
                                                                            1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 36185169
                                                                              1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 36185169
                                                                                1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 36185169
                                                                                  1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 36183228
                                                                                    1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 35972069
      7  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 27890
        7  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 5253
          7  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 5627
            4  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8539061
              4  D3285AE0-665C-3361-89DF-B889FCD0C45D + 22133316
                4  D3285AE0-665C-3361-89DF-B889FCD0C45D + 22131537
                  4  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8516837
                    4  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 16450
                      3  C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1 + 96202
                        3  <state 0x98>
                      1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 15839
                        1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 18348
                          1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 18401
                            1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 6322
            3  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 16806
              3  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 14348
                3  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 14506
                  2  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 4971714
                    2  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 243026
                      2  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 103155
                        2  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 19676
                          2  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 11646271
                            2  D3285AE0-665C-3361-89DF-B889FCD0C45D + 59212955
                              2  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8382879
                                1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8365658
                                  1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8365964
                                    1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8373163
                                      1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8383908
                                        1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8517454
                                          1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8522278
                                            1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 14108
                                              1  C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1 + 96118
                                                1  <state 0x98>
                                1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8365643
                                  1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8427717
                                    1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8588051
                                      1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8578656
                                        1  D3285AE0-665C-3361-89DF-B889FCD0C45D + 8577971
                  1  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 4971583
                    1  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 17357
                      1  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 13807
                        1  58C19365-F4EA-31BB-91B2-EB2ED5553F1E + 16121
                          1  8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 23589
                            1  C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1 + 79554
    Powerstats for:  spsecure
    Microstackshots: 2 samples
    Primary state:   1 samples state 0x98
      Binary Images:
      spsecure                    <77DA1747-A9BD-39A6-B43B-B31111A61FB6>          /usr/local/sps/Spector Pro.app/Contents/SharedSupport/spsecure
      libsystem_malloc.dylib          (23.10.1)          <A695B4E4-38E9-332E-A772-29D31E3F1385>          /usr/lib/system/libsystem_malloc.dylib
      com.apple.CoreFoundation          6.9 (855.14)          <617B8A7B-FAB2-3271-A09B-C542E351C532>          /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat ion
      libobjc.A.dylib          (551.1)          <AD7FD984-271E-30F4-A361-6B20319EC73B>          /usr/lib/libobjc.A.dylib
      libsystem_pthread.dylib          (53.1.4)          <AB498556-B555-310E-9041-F67EC9E00E2C>          /usr/lib/system/libsystem_pthread.dylib
      libsystem_kernel.dylib          (2422.90.20)          <20E00C54-9222-359F-BD98-CB79ABED769A>          /usr/lib/system/libsystem_kernel.dylib
      2 AB498556-B555-310E-9041-F67EC9E00E2C + 24521
        2 AB498556-B555-310E-9041-F67EC9E00E2C + 5930
          2 AB498556-B555-310E-9041-F67EC9E00E2C + 6297
            1 77DA1747-A9BD-39A6-B43B-B31111A61FB6 + 360385
              1 20E00C54-9222-359F-BD98-CB79ABED769A + 88490
            1 77DA1747-A9BD-39A6-B43B-B31111A61FB6 + 626490
              1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 1202193
                1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 458933
                  1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 461029
                    1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 1205557
                      1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 99332
                        1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 61077
                          1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 61276
                            1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 26607
                              1 AD7FD984-271E-30F4-A361-6B20319EC73B + 26748
                                1 A695B4E4-38E9-332E-A772-29D31E3F1385 + 70346
                                  1 A695B4E4-38E9-332E-A772-29D31E3F1385 + 13003
                                    1 <state 0x18>
    Powerstats for:  FlipShareServer
    Microstackshots: 1 samples
    Primary state:   1 samples state 0x98
      Binary Images:
      com.flipvideo.FlipShareServer          0.1.10 (Build 118282) (0.1.10)          <7A082864-05B4-6651-47F1-6CCAAC4E3C0B>          /Library/Application Support/Flip Video/FlipShareServer.app/Contents/MacOS/FlipShareServer
      libsystem_kernel.dylib          (2422.90.20)          <C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1>          /usr/lib/system/libsystem_kernel.dylib
      libsystem_pthread.dylib          (53.1.4)          <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C>          /usr/lib/system/libsystem_pthread.dylib
      1 8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 27890
        1 8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 5253
          1 8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C + 5627
            1 7A082864-05B4-6651-47F1-6CCAAC4E3C0B + 1149226
              1 7A082864-05B4-6651-47F1-6CCAAC4E3C0B + 1463029
                1 C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1 + 96974
    Powerstats for:  AddressBookSourc
    Microstackshots: 1 samples
    Primary state:   1 samples state 0x98
      Binary Images:
      com.apple.AddressBookSourceSync          8.0 (1369)          <492B5205-CA39-34E4-8077-D6786002E17B>          /System/Library/Frameworks/AddressBook.framework/Versions/A/Helpers/Addres sBookSourceSync.app/Contents/MacOS/AddressBookSourceSync
      com.apple.CoreFoundation          6.9 (855.14)          <617B8A7B-FAB2-3271-A09B-C542E351C532>          /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat ion
      com.apple.Foundation          6.9 (1056.13)          <2EE9AB07-3EA0-37D3-B407-4A520F2CB497>          /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
      libdyld.dylib          (239.4)          <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0>          /usr/lib/system/libdyld.dylib
      com.apple.AddressBook.framework          8.0 (1369)          <3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24>          /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
      libsystem_kernel.dylib          (2422.90.20)          <20E00C54-9222-359F-BD98-CB79ABED769A>          /usr/lib/system/libsystem_kernel.dylib
      1 CF03004F-58E4-3BB6-B3FD-BE4E05F128A0 + 13821
        1 492B5205-CA39-34E4-8077-D6786002E17B + 9568
          1 492B5205-CA39-34E4-8077-D6786002E17B + 8367
            1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 1214312
              1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 1341119
                1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 48153
                  1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 29703
                    1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 30130
                      1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 30755
                        1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 30930
                          1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 31320
                            1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 31711
                              1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 31838
                                1 3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24 + 32311
                                  1 2EE9AB07-3EA0-37D3-B407-4A520F2CB497 + 105707
                                    1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 328465
                                      1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 328915
                                        1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 330565
                                          1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 332035
                                            1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 333911
                                              1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 334507
                                                1 617B8A7B-FAB2-3271-A09B-C542E351C532 + 336557
                                                  1 20E00C54-9222-359F-BD98-CB79ABED769A + 85770
    Powerstats for:  launchd
    Microstackshots: 1 samples
    Primary state:   1 samples state 0x98
      Binary Images:
      launchd          (842.90.1)          <425516B6-9F3E-342F-87B3-EC461EBA6A1A>          /sbin/launchd
      libxpc.dylib          (300.90.2)          <AB40CD57-F454-3FD4-B415-63B3C0D5C624>          /usr/lib/system/libxpc.dylib
      libdyld.dylib          (239.4)          <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0>          /usr/lib/system/libdyld.dylib
      libsystem_kernel.dylib          (2422.90.20)          <20E00C54-9222-359F-BD98-CB79ABED769A>          /usr/lib/system/libsystem_kernel.dylib
      1 CF03004F-58E4-3BB6-B3FD-BE4E05F128A0 + 13821
        1 425516B6-9F3E-342F-87B3-EC461EBA6A1A + 18741
          1 425516B6-9F3E-342F-87B3-EC461EBA6A1A + 27110
            1 AB40CD57-F454-3FD4-B415-63B3C0D5C624 + 98426
              1 AB40CD57-F454-3FD4-B415-63B3C0D5C624 + 96724
                1 20E00C54-9222-359F-BD98-CB79ABED769A + 72218
    ================================================================
    Rank:            3
    C-State res:     nan%
    Interrupt Rate:  nan Hz
    Proc Idle Wkups: 0
    CPU time:        00:00:00 (0.0%)
                     00:00:00 (0.0%) 0 com.apple.AddressBook.SourceSync
                     00:00:00 (0.0%) 0 com.apple.cfprefsd.xpc.agent
                     00:00:00 (0.0%) 0 com.apple.KernelEventAgent
                     00:00:00 (0.0%) 0 com.apple.sysmond
                     00:00:00 (0.0%) 0 com.apple.systemstatsd
    Power:           0 mW (0.0 %/hr)
    This is the second time its happened in the last hour. 
    Its been fine since i got it back on monday. But before that it just keeps doing it.
    Any Ideas what i can do ?

  • My Macbook Pro keeps crashing and logging out frequently, continuously

    My Macbook Pro early 2011, memory 4GB 1333 MHz DDR3, 2GHz intel Core i7, Mountain LIon 10.8.2
    It keeps crashing and pushing me to "log-in" window. At first, it only happened mostly when I was using Google Chrome but then I removed Chrome and used Safari, it still happened and the times are more frequently.
    I backed everything all up and reinstalled Mountain Lion and everything again. At the moment my Macbook Pro was upgraded the memory to 8GB of Corsair and it still crashed and loged me out. The Apple guy asked me to remove the 8GB memory and replace with the original one from Apple. I did and ir run smoothly for like 3 days and it happened AGAIN and since then it keeps crashing and logging out and hanging some softwares..
    And today is the limit, my macbook Pro has kept crashing CONTINOUSLY and I had to restart and shut down like 5 times.
    It is real annoying and affect to my works.
    I just updated the latest from Apple (the java) today and I was wishing it would stop crashing but still.
    The Crash Reports are most of WindowServer but today it is more: hidd and SecurityAgent and some softwares are hang like Skype, Adobe, iTune and VLC.
    Please HELP.

    this is Chrome
    Process:         Google Chrome [11176]
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier:      com.google.Chrome
    Version:         22.0.1229.92 (1229.92)
    Code Type:       X86 (Native)
    Parent Process:  launchd [133]
    User ID:         501
    Date/Time:       2012-10-19 00:46:02.691 +0700
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_ARITHMETIC (SIGFPE)
    Exception Codes: 0x0000000000000005, 0x00000000000080a8
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x90cb3677 -[__NSArrayM insertObject:atIndex:] + 375
    1   com.apple.CoreFoundation                0x90cb34f0 -[__NSArrayM addObject:] + 64
    2   com.apple.CoreFoundation                0x90c7ae3b CFArrayAppendValue + 91
    3   com.apple.CoreFoundation                0x90ca410b __CFRunLoopRun + 1643
    4   com.apple.CoreFoundation                0x90ca363a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x90ca34ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x95f2715a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x95f26ec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x95f26d44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x93430a3a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x9343026c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x934266cc -[NSApplication run] + 855
    12  com.google.Chrome.framework             0x00f49981 ChromeMain + 15008881
    13  com.google.Chrome.framework             0x00f494bc ChromeMain + 15007660
    14  com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    15  com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    16  com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    17  com.google.Chrome.framework             0x00930c59 ChromeMain + 8615753
    18  com.google.Chrome.framework             0x00d2f01c ChromeMain + 12802828
    19  com.google.Chrome.framework             0x00d2e71a ChromeMain + 12800522
    20  com.google.Chrome.framework             0x00d2d486 ChromeMain + 12795766
    21  com.google.Chrome.framework             0x00d2a947 ChromeMain + 12784695
    22  com.google.Chrome.framework             0x00d2bdb1 ChromeMain + 12789921
    23  com.google.Chrome.framework             0x003785fd ChromeMain + 2617581
    24  com.google.Chrome.framework             0x003775c3 ChromeMain + 2613427
    25  com.google.Chrome.framework             0x0036e79c ChromeMain + 2577036
    26  com.google.Chrome.framework             0x00373bde ChromeMain + 2598606
    27  com.google.Chrome.framework             0x0036dbad ChromeMain + 2573981
    28  com.google.Chrome.framework             0x00eea36b ChromeMain + 14618203
    29  com.google.Chrome.framework             0x00ee9610 ChromeMain + 14614784
    30  com.google.Chrome.framework             0x000f9539 ChromeMain + 41
    31  com.google.Chrome                       0x000f3f78 main + 24
    32  com.google.Chrome                       0x000f3f55 0xf3000 + 3925
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   libdispatch.dylib                       0x94f1fc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x94f1f7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.google.Chrome.framework             0x00f43430 ChromeMain + 14982944
    3   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    4   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 4:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x90c9e599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x90ca3f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x90ca363a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x90ca34ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x94b1a946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00f497ef ChromeMain + 15008479
    8   com.google.Chrome.framework             0x00f494bc ChromeMain + 15007660
    9   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    10  com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    11  com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    12  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    13  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    14  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    15  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    16  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 5:: DnsWatcher
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   com.google.Chrome.framework             0x00faae6c ChromeMain + 15407452
    2   com.google.Chrome.framework             0x00fa8b8c ChromeMain + 15398524
    3   com.google.Chrome.framework             0x00f48a5f ChromeMain + 15005007
    4   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    5   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    6   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    7   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    8   com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    9   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    10  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 6:: AudioThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    12  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    13  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    14  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 7:: CrShutdownDetector
    0   libsystem_kernel.dylib                  0x9404bdba __read + 10
    1   com.google.Chrome.framework             0x00384196 ChromeMain + 2665606
    2   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    3   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    4   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 8:: Chrome_DBThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f92b20 ChromeMain + 15308304
    5   com.google.Chrome.framework             0x00f781c6 ChromeMain + 15199414
    6   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    7   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    8   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    9   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    10  com.google.Chrome.framework             0x00379c4f ChromeMain + 2623295
    11  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    12  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    13  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    14  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 9:: Chrome_WebKitThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00379c7f ChromeMain + 2623343
    12  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    13  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    14  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    15  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 10:: Chrome_FileThread
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   com.google.Chrome.framework             0x00faae6c ChromeMain + 15407452
    2   com.google.Chrome.framework             0x00fa8b8c ChromeMain + 15398524
    3   com.google.Chrome.framework             0x00f48b23 ChromeMain + 15005203
    4   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    5   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    6   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    7   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    8   com.google.Chrome.framework             0x00379caf ChromeMain + 2623391
    9   com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    10  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    11  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    12  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 11:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00379cdf ChromeMain + 2623439
    12  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    13  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    14  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    15  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 12:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00379d0f ChromeMain + 2623487
    12  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    13  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    14  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    15  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 13:: Chrome_CacheThread
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   com.google.Chrome.framework             0x00faae6c ChromeMain + 15407452
    2   com.google.Chrome.framework             0x00fa8b8c ChromeMain + 15398524
    3   com.google.Chrome.framework             0x00f48b23 ChromeMain + 15005203
    4   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    5   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    6   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    7   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    8   com.google.Chrome.framework             0x00379d3f ChromeMain + 2623535
    9   com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    10  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    11  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    12  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 14:: Chrome_IOThread
    0   libsystem_kernel.dylib                  0x9404b9ae kevent + 10
    1   com.google.Chrome.framework             0x00faae6c ChromeMain + 15407452
    2   com.google.Chrome.framework             0x00fa8b8c ChromeMain + 15398524
    3   com.google.Chrome.framework             0x00f48b23 ChromeMain + 15005203
    4   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    5   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    6   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    7   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    8   com.google.Chrome.framework             0x00379d6f ChromeMain + 2623583
    9   com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    10  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    11  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    12  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 15:: WorkerPool/-1339895808
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f9c70d ChromeMain + 15348221
    5   com.google.Chrome.framework             0x00f9cba1 ChromeMain + 15349393
    6   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    7   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    8   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 16:: WorkerPool/-1339756544
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f9c70d ChromeMain + 15348221
    5   com.google.Chrome.framework             0x00f9cba1 ChromeMain + 15349393
    6   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    7   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    8   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 17:: WorkerPool/-1339617280
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f9c70d ChromeMain + 15348221
    5   com.google.Chrome.framework             0x00f9cba1 ChromeMain + 15349393
    6   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    7   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    8   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 18:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x90c9e599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x90ca3f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x90ca363a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x90ca34ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x94b1a946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00f497ef ChromeMain + 15008479
    8   com.google.Chrome.framework             0x00f494bc ChromeMain + 15007660
    9   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    10  com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    11  com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    12  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    13  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    14  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    15  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    16  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 19:: BrowserWatchdog
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f92b20 ChromeMain + 15308304
    5   com.google.Chrome.framework             0x00f781c6 ChromeMain + 15199414
    6   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    7   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    8   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    9   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    10  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    11  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    12  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    13  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 20:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    12  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    13  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    14  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 21:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x90c9e599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x90ca3f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x90ca363a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x90ca34ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x94b1a946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00f497ef ChromeMain + 15008479
    8   com.google.Chrome.framework             0x00f494bc ChromeMain + 15007660
    9   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    10  com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    11  com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    12  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    13  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    14  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    15  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    16  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 22:: BrowserBlockingWorker1/-1213034496
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f9925f ChromeMain + 15334735
    5   com.google.Chrome.framework             0x00f9897d ChromeMain + 15332461
    6   com.google.Chrome.framework             0x00f9aeed ChromeMain + 15342045
    7   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    8   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    9   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 23:: Chrome_HistoryThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f92b20 ChromeMain + 15308304
    5   com.google.Chrome.framework             0x00f781c6 ChromeMain + 15199414
    6   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    7   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    8   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    9   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    10  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    11  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    12  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    13  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 24:: Chrome_SyncThread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00f92717 ChromeMain + 15307271
    4   com.google.Chrome.framework             0x00f92b20 ChromeMain + 15308304
    5   com.google.Chrome.framework             0x00f781c6 ChromeMain + 15199414
    6   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    7   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    8   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    9   com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    10  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    11  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    12  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    13  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 25:: Chrome_PasswordStore_Thread
    0   libsystem_kernel.dylib                  0x9404a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91685220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9170b0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00f92638 ChromeMain + 15307048
    4   com.google.Chrome.framework             0x00f92aeb ChromeMain + 15308251
    5   com.google.Chrome.framework             0x00f929e6 ChromeMain + 15307990
    6   com.google.Chrome.framework             0x00f7818c ChromeMain + 15199356
    7   com.google.Chrome.framework             0x00f75080 ChromeMain + 15186800
    8   com.google.Chrome.framework             0x00f879c1 ChromeMain + 15262897
    9   com.google.Chrome.framework             0x00f74dfa ChromeMain + 15186154
    10  com.google.Chrome.framework             0x00f9b6a1 ChromeMain + 15344017
    11  com.google.Chrome.framework             0x00f9b72b ChromeMain + 15344155
    12  com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    13  libsystem_c.dylib                       0x91680557 _pthread_start + 344
    14  libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib                  0x940487d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94047cb0 mach_msg + 68
    2   com.google.Chrome.framework             0x00f732cf ChromeMain + 15179199
    3   com.google.Chrome.framework             0x004563c2 ChromeMain + 3526322
    4   com.google.Chrome.framework             0x00f98419 ChromeMain + 15331081
    5   libsystem_c.dylib                       0x91680557 _pthread_start + 344
    6   libsystem_c.dylib                       0x9166acee thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 28:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 29:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 30:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 31:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 32:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 33:
    0   libsystem_kernel.dylib                  0x9404b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9168304c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x91682e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9166acca start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000001  edx: 0x00000000
      edi: 0x7e334790  esi: 0x90cb350e  ebp: 0xbff0b408  esp: 0xbff0b3c0
       ss: 0x00000023  efl: 0x00010297  eip: 0x90cb3677   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0xd06c6000
    Logical CPU: 0
    Binary Images:
       0xf3000 -    0xf3ff7 +com.google.Chrome (22.0.1229.92 - 1229.92) <4D32963C-C84D-3408-7F61-474C6140989E> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
       0xf7000 -  0x39b3fcb +com.google.Chrome.framework (22.0.1229.92 - 1229.92) <785A62BD-1F08-1E54-0E83-382D5626175B> /Applications/Google Chrome.app/Contents/Versions/22.0.1229.92/Google Chrome Framework.framework/Google Chrome Framework
    0x50d1000 -  0x50deff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x52bb000 -  0x52caff7 +com.google.Keystone.Registration (1.1.0 - 1.1.0.3659) <2379CBDF-65AB-246D-D5F4-3A450D457F42> /Applications/Google Chrome.app/Contents/Versions/22.0.1229.92/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework/KeystoneRegistrat ion
    0xae23000 -  0xae2bffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0xae32000 -  0xae34fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0xae3b000 -  0xae3bff7 +cl_kernels (???) <6B51C2B5-73C1-4B39-8035-CAB9D8B2F6C8> cl_kernels
    0xae52000 -  0xaee4ff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0xaf06000 -  0xaf07ffd +cl_kernels (???) <5EB19A55-B553-4083-BFB1-18B80E1CED57> cl_kernels
    0x8fef2000 - 0x8ff24e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90036ff7  com.apple.securityinterface (6.0 - 55024.4) <7C5E28DC-F8BE-3238-883F-E1646A2AF895> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90037000 - 0x90085ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <7BA6C58B-0357-356F-BB69-17ACB5E35988> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90090000 - 0x9009afff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9009b000 - 0x90133fff  com.apple.CoreServices.OSServices (557.4 - 557.4) <C724AB29-A596-3E1E-9FF1-A4E509AD843A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90134000 - 0x9013efff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x9016e000 - 0x9021dff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x9024f000 - 0x9035cff3  com.apple.ImageIO.framework (3.2.0 - 845) <BF959BCB-C30A-3680-B7C2-91B327B2B63B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x9035d000 - 0x9035effd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9035f000 - 0x903a8ff7  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <ABA6A926-34C2-3C09-AD9F-A87A8A35536A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90c26000 - 0x90c6bff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90c6c000 - 0x90e54ff3  com.apple.CoreFoundation (6.8 - 744.12) <E939CEA0-493C-3233-9983-5070981BB350> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90e55000 - 0x90efffff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90f00000 - 0x91018ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x91019000 - 0x91081fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91082000 - 0x9110afff  com.apple.PDFKit (2.7.2 - 2.7.2) <7AE7BAE9-4C21-3BFB-919E-5C6EEBBDFF75> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9110b000 - 0x91128fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x91129000 - 0x911c0ff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x911c1000 - 0x911c3fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x911c4000 - 0x91256ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91257000 - 0x9160fffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91610000 - 0x91667ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x9166a000 - 0x91727feb  libsystem_c.dylib (825.25) <B1F6916A-F558-38B5-A18C-D9733625FDC9> /usr/lib/system/libsystem_c.dylib
    0x91728000 - 0x91a2dff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91a2e000 - 0x91a2efff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x92776000 - 0x92892ff7  com.apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92893000 - 0x928a1fff  com.apple.opengl (1.8.6 - 1.8.6) <1AD1AE7B-B57B-35B5-B571-32A34F0DA737> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x928a2000 - 0x928c7ff7  com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x928c8000 - 0x928ffffa  com.apple.LDAPFramework (2.4.28 - 194.5) <8368FAE7-2B89-3A7D-B6EE-7184B522CB66> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92900000 - 0x92942ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x92943000 - 0x92970ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x92971000 - 0x92990ff3  com.apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x92991000 - 0x92accff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92acd000 - 0x92acdfff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92ace000 - 0x92c8affd  libicucore.A.dylib (491.11.1) <B19E450A-BAF1-3967-9C95-7F77DC0B4639> /usr/lib/libicucore.A.dylib
    0x92c8b000 - 0x92cadfff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x92cae000 - 0x92d0bfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92d4c000 - 0x92fc8ff7  com.apple.QuickTime (7.7.1 - 2599.13) <FE609160-E1EF-341D-9B6A-205D3E03A4D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92fc9000 - 0x92ff5ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x92ff8000 - 0x93048ff7  com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x93049000 - 0x9304afff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9304b000 - 0x9306ffff  libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93070000 - 0x930beffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x930bf000 - 0x93127ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x931fc000 - 0x931ffff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x93200000 - 0x93217fff  com.apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x93218000 - 0x9327cff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x9327d000 - 0x932beff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x932cd000 - 0x93e89ffb  com.apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93e8a000 - 0x93e8eff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x93e8f000 - 0x93ee6ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x93ee7000 - 0x93ef0ff3  com.apple.DisplayServicesFW (2.6.1 - 353) <50D0BBF0-F911-380F-B470-E59B5E48E520> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93f17000 - 0x93f20ffe  com.apple.aps.framework (3.0 - 3.0) <09D5F4F3-03FD-3077-A51D-B368F18ED1D4> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x93f21000 - 0x93f2efff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93f2f000 - 0x93f33fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93f34000 - 0x93f8dfff  com.apple.QuickLookFramework (4.0 - 555.4) <96911441-FDD4-3B68-9E0C-51BA11A97C2E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x93fe6000 - 0x93feaffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x93ff0000 - 0x93ff8fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x93ff9000 - 0x93ff9fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x93ffa000 - 0x94035fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94036000 - 0x94050ffc  libsystem_kernel.dylib (2050.18.24) <C17D49D0-7961-3B67-B443-C788C6E5AA76> /usr/lib/system/libsystem_kernel.dylib
    0x94051000 - 0x9405cffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9405d000 - 0x94060fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94061000 - 0x9406ffff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x94070000 - 0x940b5ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x940b6000 - 0x940e3ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x940e4000 - 0x9410eff9  com.apple.framework.Apple80211 (8.0.1 - 801.17) <8A8BBBFD-496B-35A6-A26E-ADF8D672D908> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9415b000 - 0x94169ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x9416a000 - 0x941c3ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x941c4000 - 0x94606fff  com.apple.CoreGraphics (1.600.0 - 324.6) <66556166-F9A7-3EEC-A562-46061C7A79E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94607000 - 0x94613ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x94614000 - 0x9461dffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9461e000 - 0x94a1afeb  com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x94a1b000 - 0x94a1cfff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x94a1d000 - 0x94a1dfff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94a1e000 - 0x94a22fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94a23000 - 0x94a72ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94a73000 - 0x94a76ff9  libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94a77000 - 0x94d94ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94d95000 - 0x94dbaffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94dbb000 - 0x94e30ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94e31000 - 0x94e71fff  com.apple.MediaKit (13 - 659) <37B8C1E3-B67D-3FE6-8A14-7FFD9F31C556> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x94e72000 - 0x94e73fff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x94f1b000 - 0x94f2dff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x94f2e000 - 0x94f6dff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94f6e000 - 0x94f6ffff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x94f70000 - 0x94fa6ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x94fa7000 - 0x950a5ff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x950a6000 - 0x950bbfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x950bc000 - 0x950befff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x950bf000 - 0x950c2ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x950c3000 - 0x9513fff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95140000 - 0x9514cff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9514d000 - 0x9529affb  com.apple.CFNetwork (596.2.3 - 596.2.3) <1221EF86-659B-3136-AB57-0CC6B130CDA2> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9529b000 - 0x956b8fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x956b9000 - 0x95952ff3  com.apple.AddressBook.framework (7.1 - 1167) <AF7B18F2-D0FF-33AA-9CE9-4106B1CDAE1D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95959000 - 0x9595affd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x9595b000 - 0x95b72fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95b73000 - 0x95b79fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-69

Maybe you are looking for