Time operations day difference

hi , � have to subruct two days like 13/08/07 03/08/07 and result must be
10 �. at my program � have dates as string '20070102' yyyyddmm
first � am converting them to date
     public Date toDate(String dateString){
          int year = Integer.parseInt(dateString.substring(0,4));
          int month = Integer.parseInt(dateString.substring(4,6));
          int day = Integer.parseInt(dateString.substring(6,8));
          Calendar c1 = Calendar.getInstance();
          c1.set(year,month,day);
          SimpleDateFormat sdf = new SimpleDateFormat("dd.MM.yy");
          return c1.getTime();
then subsructing two dates
using this function
     public int dateDifference(Date d1, Date d2){
          int days=0;
          Calendar c1 = Calendar.getInstance();
          Calendar c2 = Calendar.getInstance();
          c1.setTime(d1);
          c2.setTime(d2);
          long first = c2.getTime().getTime();
          long second = c1.getTime().getTime();
          long result = (first - second) /(24*3600*1000);
          days = (int) result;
          return days;
but somethings going wrong like difference between x and y not always z it s for ex '20070113'-'20070101' = 12 but '20070108'-'20070101' = 6
how can it be.
thnks.

public class Diff
    public static void printDiff(String sdate1, String sdate2, String fmt, TimeZone tz)
        SimpleDateFormat df = new SimpleDateFormat(fmt);
        Date date1  = null;
        Date date2  = null;
        try
            date1 = df.parse(sdate1);
            date2 = df.parse(sdate2);
        catch (ParseException pe)
            pe.printStackTrace();
        Calendar cal1 = null;
        Calendar cal2 = null;
        if (tz == null)
          cal1=Calendar.getInstance();
          cal2=Calendar.getInstance();
        else
          cal1=Calendar.getInstance(tz);
          cal2=Calendar.getInstance(tz);
        // different date might have different offset
        cal1.setTime(date1);         
        long ldate1 = date1.getTime() + cal1.get(Calendar.ZONE_OFFSET) + cal1.get(Calendar.DST_OFFSET);
        cal2.setTime(date2);
        long ldate2 = date2.getTime() + cal2.get(Calendar.ZONE_OFFSET) + cal2.get(Calendar.DST_OFFSET);
        // Use integer calculation, truncate the decimals
        int hr1   = (int)(ldate1/3600000); //60*60*1000
        int hr2   = (int)(ldate2/3600000);
        int days1 = (int)hr1/24;
        int days2 = (int)hr2/24;
        int dateDiff  = days2 - days1;
        int weekOffset = (cal2.get(Calendar.DAY_OF_WEEK) - cal1.get(Calendar.DAY_OF_WEEK))<0 ? 1 : 0;
        int weekDiff  = dateDiff/7 + weekOffset;
        int yearDiff  = cal2.get(Calendar.YEAR) - cal1.get(Calendar.YEAR);
        int monthDiff = yearDiff * 12 + cal2.get(Calendar.MONTH) - cal1.get(Calendar.MONTH);
        System.out.println(); 
        System.out.println("DateTime 1: " + sdate1);
        System.out.println("DateTime 2: " + sdate2);
        System.out.println("Date difference : " + dateDiff);
        System.out.println("Week difference : " + weekDiff);
        System.out.println("Month difference: " + monthDiff);
        System.out.println("Year difference : " + yearDiff);       
    public static void main(String[] args)
        String fmt    = null;
        String sdate1 = null;
        String sdate2 = null;
        fmt    = "MM-dd-yyyy HH:mm:ss";
        sdate1 = "12-31-2002 23:59:59";
        sdate2 = "01-01-2003 00:00:01";
        // Result is independent of format
        // null will print in local timezone
        // Print out 1 day, i month, 1 year difference
        System.out.println("In your local time:"); 
        printDiff(sdate1, sdate2, fmt, null);
        // Beijing timezone, if you are not in +8 timezone, the resuls are all 0's
        System.out.println("In Beijing time:"); 
        printDiff(sdate1, sdate2, fmt, TimeZone.getTimeZone("GMT+08:00"));
        // for testing the weekDiff
        fmt    = "MM-dd-yyyy HH:mm:ss";
        sdate1 = "12-31-2002 23:59:59";
        sdate2 = "01-06-2003 00:00:01";
        System.out.println("In your local time:"); 
        printDiff(sdate1, sdate2, fmt, null);
        fmt    = "MM-dd-yyyy HH:mm:ss";
        sdate1 = "01-04-2003 23:59:59";
        sdate2 = "01-05-2003 00:00:01";
        System.out.println("In your local time:"); 
        printDiff(sdate1, sdate2, fmt, null);
        // something interesting here
        fmt    = "MM-dd-yyyy HH:mm:ss";
        sdate1 = "12-31-1996 23:59:59";
        sdate2 = "01-01-1997 00:00:01";
        System.out.println("In your local time:"); 
        printDiff(sdate1, sdate2, fmt, null);
}

Similar Messages

  • Have you noticed the newest version 3.6.23 crashes frequently? Mine does it a few times a day on web pages that used to work fine before the upgrade.

    Since the last Firefox update was installed on my system, Firefox crashes several times a day on websites that used to be no problem. I have five crash report id's from the last two days (I usually don't send the report). Do you want all of them?
    I'm running Firefox 3.6.23
    I'm running MacOS X version 10.5.8, on 1.5ghz powerPC G4
    with 2gb memory and over 100gig still available on my 150gig hard drive.
    I checked for updates - there are no new updates.
    I tried sending feedback, but the feedback page said I had to be running the latest version of firefox. So I clicked on "latest version of Firefox", and got "Unfortunately the latest version of Firefox isn't compatible with your computer's operating system"
    The "learn more" link took me to http://www.mozilla.org/en-US/firefox/4.0/system-requirements/ which says that OS 10.5 is supported.
    So - how do I get back to my previous version of Firefox so it doesn't keep crashing
    AND/OR
    Is there a fix coming to stop all the crashing
    AND/OR
    What do I do about Firefox versions on my computer?
    Thanks

    That can be a problem with a plugin, possibly Java.
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=573055 bug 573055] - Reproducible [@ nsNPAPIPluginInstance::InitializePlugin()] crashes / Java

  • Home Fusion disconnecting dozens of times per day.  Is there a fix?

    As of a approximately a month ago, my Home Fusion systems disconnects dozens of times per day.  I'm not exaggerating!  I have logs to prove it.  There's a 50-50 chance it will reconnect on it's own after a few minutes.  Then again there's also a 50-50 chance it will not reconnect, at which point I have to (pick one):
         a) reboot the cantenna from the router pages;
         b) unplug the cantenna and plug it back in;
         c) unplug the cantenna and the router, wait 30 seconds, plug in the cantenna, wait 30 seconds, plug in the router.  (This was recommended by tech support on the phone as the best way to get back the connection);
          d) reset the cantenna to the factory settings;
         e) reset the router to the factory settings.
    None of these makes any difference.  I have to do one of the above at least 12 times a day.  There are many more times when it disconnects, then reconnects on it's own.  The system will usually reconnect after 5 minutes, sometimes not. I've had multiple phone calls to tech support, only to hear the same thing, do one of the above.  A few times a day the system will reconnect after doing one of the above, only to disconnect again after 3-5 minutes.  It is bad all hours of the day, but worst in the late afternoons, evenings, and night.   This is absolutely horrid.
    It's not my computers either.  The 'diagnostics' for the router and cantenna (which allow you to ping addresses) fail as well when the system isn't working.
    My wife and I both work from home, both engineers.  I need a stable connection to work.  My kids have online homework (worksheets, drills, etc) most nights.  How do you deal with a elementary schooler in tears because he can't finish his homework because the connection goes down three times in a half hour while he's trying to get a target math drill score?
    One support tech told me a fix would be coming out by the end of February, or early March.  That's weeks away!  Very stressful.  Another told me there was a firmware fix, but it's being rolled out incrementally.  Can't Verizon get that to those who are affected most?  Can we roll back to an earlier version of the cantenna firmware that was stable?  I was told no.

    I have the same problem. My Home Fusion set up works great sometimes and then other times, nothing. I can usually reboot the cantenna and router (usually have to do a few times) to get everything working. Usually have to do this 2-3 times a week (sometimes more.)
    My Method:
    1. Sign into router (192.168.1.1)
    2. Go to the Advanced tab
    3. Reboot the cantenna (HBA)
    4. Wait 1 minute
    5. Reboot the router (HBR)
    6. Take a walk, fingers crossed
    7. Test to see if system working
    8. If not working, repeat these steps (may take 3-4 tries!)
    Good luck and let me know if this works for you!

  • Infinity HH5 keeps rebooting multiple times a day

    Hello.
    I have had normal broadband on the HomeHub3 with no problems for 3 years, BUT I upgraded to Infinity (with HomeHub5) 10 days ago. Ever since I have been on Infinity and the HomeHub5 I get multiple connection problems a day (HH5 goes orange, then back to blue a minute later).
    Unfortunately the phone contact I have had with BT has not resolved the issue, so I have come to the forum in the meanwhile, please can someone resolve my problem?
    The event log data from HH5>troubleshooting, shows the following data&colon;
    BLOCKED 1 more packets (because of Packet invalid in connection)
    11:17:32, 23 May. BLOCKED 2 more packets (because of Packet invalid in connection)
    11:17:31, 23 May. OUT: BLOCK [9] Packet invalid in connection (Packet not in tcp window: TCP [192.168.1.64]:40851-​>[65.20.0.43]:993 on ppp3)
    11:17:31, 23 May. OUT: BLOCK [65] First packet is Invalid (Packet not in tcp window: TCP [192.168.1.64]:40851-​>[65.20.0.43]:993 on ppp3)
    11:17:07, 23 May. (440800.010000) CWMP: session completed successfully
    11:17:07, 23 May. (440799.780000) CWMP: HTTP authentication success from https://pbthdm.bt.mo
    11:17:00, 23 May. (440792.810000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    11:17:00, 23 May. (440792.800000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
    11:16:58, 23 May. (440790.790000) WAN operating mode is VDSL
    11:16:58, 23 May. (440790.790000) Last WAN operating mode was VDSL
    11:16:57, 23 May. (440789.060000) PPP IPCP Receive Configuration ACK
    11:16:56, 23 May. (440789.040000) PPP IPCP Send Configuration Request
    11:16:56, 23 May. (440789.030000) PPP IPCP Receive Configuration NAK
    11:16:56, 23 May. (440789.030000) PPP IPCP Send Configuration ACK
    11:16:56, 23 May. (440789.030000) PPP IPCP Receive Configuration Request
    11:16:56, 23 May. (440789.010000) PPP IPCP Send Configuration Request
    11:16:55, 23 May. (440787.520000) PPPoE is up -​ Down Rate=22352000Kbps, Up Rate=9658000Kbps; SNR Margin Down=5.5dB, Up=5.9dB
    11:16:55, 23 May. (440787.510000) CHAP authentication successful
    11:16:55, 23 May. (440787.450000) CHAP Receive Challenge
    11:16:55, 23 May. (440787.450000) Starting CHAP authentication with peer
    11:16:55, 23 May. (440787.450000) PPP LCP Receive Configuration ACK
    11:16:55, 23 May. (440787.420000) PPP LCP Send Configuration Request
    11:16:55, 23 May. (440787.420000) PPP LCP Receive Configuration Reject
    11:16:55, 23 May. (440787.420000) PPP LCP Send Configuration ACK
    11:16:55, 23 May. (440787.420000) PPP LCP Receive Configuration Request
    11:16:55, 23 May. (440787.400000) PPP LCP Send Configuration Request
    11:16:53, 23 May. (440785.420000) CWMP: session closed due to error: No response
    11:16:52, 23 May. (440785.010000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    11:16:52, 23 May. (440785.000000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
    11:16:52, 23 May. (440784.770000) CWMP: Initializing transaction for event code 4 VALUE CHANGE
    11:16:52, 23 May. (440784.730000) PTM over DSL is down after 0 minutes uptime
    11:16:49, 23 May. (440781.900000) PTM over DSL is up
    11:16:48, 23 May. (440780.050000) PPPoE is down after 39 minutes uptime [Waiting for Underlying Connection (WAN Ethernet 2 -​ Down)]
    11:16:44, 23 May. (440776.940000) PPP LCP Send Termination Request [User request]
    11:15:48, 23 May. (440720.070000) Lease for IP 192.168.1.66 renewed by host KatieMarketing (MAC 80:56:f2:36:b8:85). Lease duration: 1440 min
    11:15:48, 23 May. (440720.070000) Device connected: Hostname: KatieMarketing IP: 192.168.1.66 MAC: 80:56:f2:36:b8:85 Lease time: 1440 min. Link rate: 144.4 Mbps
    11:15:47, 23 May. (440719.970000) Lease requested
    11:15:42, 23 May. ath00: STA 80:56:f2:36:b8:85 IEEE 802.11: Client associated
    11:15:42, 23 May. ath00: STA 80:56:f2:36:b8:85 IEEE 802.11: Client disassociated
    11:14:50, 23 May. (440662.490000) New GUI session from IP 192.168.1.64
    11:14:07, 23 May. IN: BLOCK [9] Packet invalid in connection (Invalid tcp flags for current tcp state: TCP [54.230.199.161]:80-​>[86.168.251.248]:56850 on ppp3)
    I believe the key lines are:
    11:16:53, 23 May. (440785.420000) CWMP: session closed due to error: No response
    11:16:52, 23 May. (440785.010000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    remember this connection failure is happening between around 10-40 times per day.
    I have read multiple other posts but the only answer seems to be to install an openreach modem, but BT infinity should work with a HH5, I don't want to be told to buy more equipment please.
    I have read: http://www.theregister.co.uk/2014/02/04/bt_home_hub_5_disconnection_mystery/
    and BT's response to that: https://community.bt.com/t5/BT-Infinity-Speed-Connection/BT-Home-Hub-5A-dropping-connection-updates/...
    How do I know if my HH5 has that configuration fix? I know my firmware number is the same, but it doesn't mean that I have received that configuration fix for that firmware version... is the whole problem because CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username is trying to install that configuration fix but it never completes it?
    I have read: https://community.bt.com/t5/BT-Infinity-Speed-Connection/restarts-every-33minutes-speed-fine-sync-al...
    Can a MOD install this configuration fix for me please?
    Here is the data from the HH5>Troubleshooting>helpdesk:
    1. Product name: BT Home Hub
    2. Serial number: +068543+NQ50911009
    3. Firmware version: Software version 4.7.5.1.83.8.204 (Type A) Last updated Unknown
    4. Board version: BT Hub 5A
    5. DSL uptime: 0 days, 00:39:09
    6. Data rate: 9658 / 22352
    7. Maximum data rate: 9658 / 26218
    8. Noise margin: 5.9 / 5.7
    9. Line attenuation: 27.4 / 24.2
    10. Signal attenuation: 27.4 / 20.9
    11. Data sent/received: 669.6 MB / 5.3 GB
    12. Broadband username: [email protected]
    13. BT Wi-fi: No
    14. 2.4 GHz Wireless network/SSID: BTHub5-QPZK
    15. 2.4 GHz Wireless connections: Enabled (802.11 b/g/n (up to 144 Mb/s))
    16. 2.4 GHz Wireless security: WPA2
    17. 2.4 GHz Wireless channel: Automatic (Smart Wireless)
    18. 5 GHz Wireless network/SSID: BTHub5-QPZK
    19. 5 GHz Wireless connections: Enabled (802.11 a/n/ac (up to 1300 Mb/s))
    20. 5 GHz Wireless security: WPA2
    21. 5 GHz Wireless channel: Automatic (Smart Wireless)
    22. Firewall: Default
    23. MAC Address: 44:e9:dd:fd:dc:46
    24. Modulation: G.993.2 Annex B
    25. Software variant: AA
    26. Boot loader: 1.0.0
    I have also done: http://speedtest.btwholesale.com/
    down=21
    up=6
    ping=43
    I ran the further diagnostics but there wasn't any extra information.
    I have been told by BT over the phone that there is no phone line fault (and when doing the phone line noise test I cannot hear any crackling).
    I just want my internet to not drop out, please can someone explain why it is dropping out and resolve it please?
    I have taken a photo of my phone socket in case that helps:

    Just had another connection drop:
    14:48:37, 23 May. (453489.200000) PPP LCP Send Configuration Request
    14:48:35, 23 May. (453487.210000) CWMP: session closed due to error: No response
    14:48:35, 23 May. (453486.810000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    14:48:35, 23 May. (453486.810000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
    14:48:35, 23 May. (453486.580000) CWMP: Initializing transaction for event code 4 VALUE CHANGE
    14:48:35, 23 May. (453486.540000) PTM over DSL is down after 0 minutes uptime
    14:48:32, 23 May. (453483.790000) PTM over DSL is up
    14:48:30, 23 May. (453481.960000) PPPoE is down after 211 minutes uptime [Waiting for Underlying Connection (WAN Ethernet 2 -​ Down)]
    14:48:27, 23 May. (453478.890000) PPP LCP Send Termination Request [User request]
    14:46:17, 23 May. IN: BLOCK [16] Remote administration (TCP [103.27.236.78]:43059-​>[109.157.48.0]:22 on ppp3)
    14:44:40, 23 May. IN: BLOCK [16] Remote administration (TCP [43.255.188.134]:38120-​>[109.157.48.0]:22 on ppp3)
    14:43:11, 23 May. IN: BLOCK [16] Remote administration (TCP [121.88.5.177]:8888-​>[109.157.48.0]:22 on ppp3)
    14:41:59, 23 May. IN: BLOCK [16] Remote administration (TCP [183.136.216.3]:9090-​>[109.157.48.0]:22 on ppp3)
    1. any ideas what the cause was?
    2. ok I will find a way to unscrew the front plate and leave it plugged in to the test socket, and see if it goes down again.
    3. what is the definition of internal wiring? I imagine it includes filters, but what else exactly?
    Cheers again.

  • Since upgrading to Firefox 6 my computer has gone from staying up until yearly power failures to crashing many times a day.

    VERY strange. I upgraded to 6 when it came out and it took me quite a few days later to figure out WHY I went from no crashes to nvidia driver crashes MANY times a day.
    It was firefox 6.0.
    I thought my nvidia drivers were out of date. They were one version behind so I upgraded. Crash.
    I thought maybe some kernel interaction might be an issue so I compiled up the latest Linux 3.0.3 and re-installed the nvidia drivers.
    Still crash. Took me a few more days to realize the only thing that changed on my system was Firefox. I usually upgrade without thinking.
    I switched to Opera. Not a single crash in a week. So it is Firefox. I dug and dug and dug on google and found a remote reference to some acceleration added in 6. I disabled it. It still crashes. I have moved back to Firefox 5 and have run all day without a crash.
    My computer at home runs about a dozen web sites, 2 X servers on separate consoles (one for standard browsing and all other functions and one for World of Warcraft gaming - I like to keep them separate), FTP, TeamSpeak server ver 2 & 3, NFS for terrabytes of media files, lets just say many things. Firefox 6 killed me.
    What more info do you need. Sorry I pasted ver 5 Troubleshooting Info, but I need a special request before I run anything greater than 6 on this system again. I will do it if needed but I will need a reboot to prevent all these kernel/video driver crashes.
    ONLY when I run Firefox 6. After some small usage (while watching xine videos or web browsing youtube, playing WoW, or who knows what) the screen FLASHES and I know a freeze is eminent. If I can get one last xterm up I can dmesg and see these messages or if I log in with my android phone via SSH. I still have control of the system just no display. I can reboot there or Alt-Sysrq Sync, Unmount, Boot to restart my system many times a day.
    Aug 26 03:33:56 mrlinux kernel: NVRM: Xid (0000:01:00): 12, COCOD 00000000 e0014300 00000043 00000200 fe7f0f00
    Aug 26 03:33:57 mrlinux kernel: NVRM: Xid (0000:01:00): 3, C 00000000 SC 00000000 M 00000420 Data fff50000
    Aug 26 03:33:57 mrlinux kernel: NVRM: Xid (0000:01:00): 3, C 00000000 SC 00000000 M 00000420 Data 00810000
    Aug 26 03:33:57 mrlinux kernel: NVRM: Xid (0000:01:00): 6, PE0000 0420 00810000 00000000 00000000 00000000
    Aug 26 03:33:57 mrlinux kernel: NVRM: Xid (0000:01:00): 3, C 00000000 SC 00000000 M 00000420 Data 00000000
    Aug 26 03:33:57 mrlinux kernel: NVRM: Xid (0000:01:00): 6, PE0000 0420 00000000 00000000 00000000 00000000
    Aug 26 03:33:57 mrlinux kernel: NVRM: Xid (0000:01:00): 3, C 00000000 SC 00000000 M 00000420 Data 00040000
    Aug 26 03:33:57 mrlinux kernel: NVRM: Xid (0000:01:00): 6, PE0000 0420 00040000 00000000 00000000 00000000
    Aug 26 03:34:42 mrlinux kernel: NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context
    Aug 26 03:35:18 mrlinux last message repeated 3 times
    Aug 26 03:35:54 mrlinux last message repeated 3 times
    Aug 26 03:35:58 mrlinux dhcpcd[2248]: eth0: lost lease, attemping to rebind
    Aug 26 03:36:06 mrlinux kernel: NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context
    Aug 26 03:36:42 mrlinux last message repeated 3 times
    Aug 26 03:37:06 mrlinux last message repeated 2 times
    Aug 26 03:37:07 mrlinux vmnet-dhcpd: select: Interrupted system call
    Aug 26 03:37:07 mrlinux vmnet-dhcpd: exiting.
    Aug 26 03:37:08 mrlinux vmnet-dhcpd: select: Interrupted system call
    Aug 26 03:37:08 mrlinux vmnet-dhcpd: exiting.
    Aug 26 03:37:11 mrlinux mountd[4656]: Caught signal 15, un-registering and exiting.
    Aug 26 03:37:12 mrlinux kernel: nfsd: last server has exited, flushing export cache
    Aug 26 03:37:12 mrlinux dhcpcd[2248]: eth0: netlink: No such process
    Aug 26 03:37:13 mrlinux dhcpd: receive_packet failed on eth1: Network is down

    That is probably rather unlikely. The updates are released ''throttled'' initially to a portion of users so that any major problems will be picked up before everyone gets it.
    It is also run through a staged procedure releasing as six weeks each in Nightly -> Aurora -> Beta versions. Although some code change will occur in that process. The Releases also must also pass automated testing.
    Once the Release happens then we can look for problems showing up from: the crash reporter, the input feedback, telemetry,and comments on this forum.
    Problems do and always will get through but it is unlikely a problems causing Firefox not to start would go unnoticed unless it only affected a vanishingly small proportion of users (nearly 1/2 Billion total),and then it would possibly be because of specific hardware or interactions with other software.
    <u>Malware</u>
    Presumably you installed the conduit plugin deliberately and like it. A simple web search suggests many users may be unhappy with that software. Search
    * [https://www.google.co.uk/search?q=conduit+plugin&hl=en&btnG=Google+Search&sourceid=Mozilla-search&start=0 conduit plugin]
    **[https://www.google.co.uk/search?q=conduit+plugin&hl=en&btnG=Google+Search&sourceid=Mozilla-search&start=0#hl=en&q=conduit+malware conduit malware]
    It is suggested that you scan with multiple varied and up to date tools not just one as they tend to pick up different things.
    I should possibly have also included a direct link to
    * AdwCleaner tool download http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner
    * the above link is in [[Troubleshoot Firefox issues caused by malware |the kb]] article

  • Get error message that skype has problem loading when computer is turned on the first time every day. this started when the latest firefox v6.0 was downloaded.

    get error message that skype has problem loading when computer is turned on the first time every day. this started when the latest firefox v6.0 was downloaded.

    ''mbratlie [[#question-1055011|said]]''
    <blockquote>
    It was working fine and I had no problems, and then one day I tried opening a window and it froze. When I tried quiting the program my whole window went black. The x to the close the window doesn't work. The only option I have in my tool bar is Firefox and nothing happens when I try to quit firefox. Every time I try to shut down my computer Firefox prevents it. I haven't updated Firefox yet, so it's an older program, but only by a month or two. What's going on and how do I fix it?
    </blockquote>
    This is the first time it's ever happened. I downloaded the new operating system for Firefox but I can't install it until the Firefox currently running on my laptop quits, which it won't.

  • How do you change the time of day presets in ical?

    How do you change the time of day presets in ical?  I would like them to be only 1 hour difference, with the preset start times of 10:00 am and end time of 6:00 pm, if I have anything starting after 4:00 pm it also changes the date to the next day.  Incredibly annoying!

    Hi there jenni6,
    It looks like this is possible in the Calender prefernces. Take a look at the article below for more infromation.
    Calendar (Mavericks): General preferences
    http://support.apple.com/kb/PH14994
    -Griff W.

  • Tells me to restart almost 15 times a day.

    Please help me on this one. I am still new to the apple operating system world and am almost scared.
    I have a 24inch iMac 2.4ghz Core 2 Duo with 10.5.2 installed. 1 GB of ram.
    So, First of all Safari crashes like no other. At least 20 times a day, on average.
    Then, I have been getting, what I call "the screen of doom" where I get this gray, transparent "screen" that covers the entire screen, comes from the top then works its way to the bottom, very quickly. Telling me to restart my computer. This happens while using almost every program on my computer now. And I have very little 3rd party apps(google earth, ect). If I am in iTunes, it makes whatever is playing start to "skip in place" and tells me to hold down the power button to restart. This happens almost as many times a day as Safari crashes. I told the guys at my local apple store and everyone there told me that they had no idea what I was talking about and he WANTS (he actually demanded it) me to do a full erase and reinstall. I have started to backup my files, but with over 100 gb of data and all I have are an abundance of black DVD's. Its taking a very long time. Iphoto doesn't seem to want to backup and keeps on saying that I only have 200 kb of photos when I have hundreds on there. It needs a good backup option. Is there anyway to backup "my keychain?" It won't let me export anything. My computer is fully updated as well. It also runs slower then a turtle! You would think for a computer that has what mine has on the inside. It would run pretty fast. NOT!
    I have "verified my disk" though the disk utility, it showed some errors and fixed them. But it won't let me repair my disk.
    Does anyone know why this might be happening and if a full erase and reinstall would be my only option other then the option where is saves most of your data in a specific file.
    Thank you!

    You cannot repair a disk that is your current startup disk. To do this, you need to boot from your Mac OS X installation DVD. Hold down the option key when booting while the DVD is in your drive and choose it as your startup disk. When the installer comes up, go to the menu items and choose Disk Utility and you will be able to repair the disk from there.
    As to your questions on how to back up all your files (keychains, etc), the program SuperDuper is highly recommended. http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    This will back up everything on your disk, even what you are not able to copy over manually using the finder.
    Your problem seems quite strange, to restate the obvious, your machine should definitely not be crashing like that. I get system crashes maybe twice a year. I would support the suggestion of doing a clean install, after backing your system up with SuperDuper. When setting up your new clean OS X installation, you can choose to "Migrate" from another Mac or use the Migration Assistant, to migrate the files back from your SuperDuper backup. This is in fact what I did when installing Leopard went poorly for me (woe the blue screen), but this method worked perfectly and I didn't loose a single setting.

  • My iMac running 10.10.2 keeps crashing several times a day. It does a automatic restart and gives me a option to send in a report. Any ideas what might be causing this?

    My iMac does an automatic restart several times a day. It gives me a option to send in a "panic" report. This happens randomly during the day and night. Any idea of anything new that might be causing this? I am up to date on all applications.

    Mac users often ask whether they should install "anti-virus" (AV) software. The usual answer is "no." That answer is right, but it may give the wrong impression that there is no threat from what are loosely called "viruses." There is a threat, and you need to educate yourself about it.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions.
    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 computer, or who has been able to take control of it remotely. That threat is in a different category, and there's no easy way to defend against it. AV software is not intended to, and does not, defend against such attacks.
    The comment is long because the issue is complex. The key points are in 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. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; 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 been checked for security by Apple unless it comes from the App Store, 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.
    Apple has taken far too long to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. Those lapses don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—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. Sandbox 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 are not, and never will be, complete protection. Malware is a problem of human behavior, not machine behavior, and no technological fix alone is going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best 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 Internet criminals. If you're better informed than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software. A genuine alert that Flash is outdated and blocked is shown on this support page. Follow the instructions on the support page in that case. Otherwise, assume that the alert is fake and someone is trying to scam you into installing malware. If you see such alerts on more than one website, ask for instructions.
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Rogue websites such as Softonic, Soft32, and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission. All "YouTube downloaders" are in this category, though not all are necessarily malicious.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    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 padlock icon in the address bar when visiting a secure site.
    Stay within the safe harbor, 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.
    7. Never install any commercial AV or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its 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, commercial AV 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.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. 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 AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in every email attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    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 all 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 may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It can be as safe or as dangerous as you choose to make it. 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.

  • Why my calendar display different there is one day difference from different  when I see main screen and open the calendar

    See my Why my calendar display different there is one day difference from different  when I see main screen and open the calendar

    I too am having the same issue only I am in Regina, Canada.  iCloud appears to think Regina, Canada is in the Central time zone which it is, but it does not use Daylight Savings time.  My PC is Windows 7 and I am using Outlook 2010.  I have iCloud on iPhone 5 and iPad 2.   Terribly frustrating!

  • Hi Since updating to ios 7.04 i have noticed the phone consumes so much more power. I have to charge the phone twice sometimes 3 times a day. WHY?

    Hi Since updating to ios 7.04 i have noticed the phone consumes so much more power. I have to charge the phone twice sometimes 3 times a day. WHY?

    Hi,
    Thanks! I forgot to add, I have debonded and rebonded the bluetooth in car and phone and have carried out 3 restores on the phone in my ITunes. All to no avail. I have also jsut spent £40 on a lead from Ford that has made no difference too! I went to them today to request a software upgrade on my car as I though perhaps the lack of connectivity in the car was down to the car being behind the iOS5 software but was informed there was no need for an upgrade and this problem is purely an apple problem! Is there any way around the downgrade? Or are apple gong to resolve this problem at all??

  • At least 5 times a day FF crashes with the error "exception breakpoint reached" in windows 8.1

    I have FF set to auto update, Kaspersky Internet Security, Malwarebytes anti-malware, on a Toshiba Satellite with 4GB memory and
    Operating System
    Windows 8.1 64-bit
    CPU
    AMD K16 69 °C
    Mullins Technology
    RAM
    4.00GB Single-Channel DDR3 @ 798MHz (11-11-12-28)
    Motherboard
    TOSHIBA ZBWAE (P0)
    Graphics
    Generic PnP Monitor (1366x768@60Hz)
    512MB ATI AMD Radeon R5 Graphics (Toshiba) 69 °C
    Storage
    931GB TOSHIBA MQ01ABD100 (SATA) 38 °C
    Optical Drives
    TSSTcorp CDDVDW SU-208FB
    Audio
    Realtek High Definition Audio
    At least 5 times a day FF crashes and the error is basically "Exception Breakpoint Reached" . I have no idea how to fix this and asking FF to reply is a waste of energy. Does anyone know how to stop this problem?

    Added info - The actual error message is "The exception Breakpoint. A breakpoint has been reached. (0x80000003) occurred in the application at location 0x70c81425. Click OK to terminated." Hope that helps a bit.

  • My macbook pro is crashing several times a day

    my macbook pro is crashing several times a day. i took it to be repaired and the logic board has been replaced. if anything it is now worse. it has crashed when previewing video, in keynote, linking to an external monitor, in photoshop, scrolling down a web page, etc etc . the log records kernel panics. i wondered if upgrading the operating system would help so am now running lion but it just crashed so that hasn't solved it. has anyone else had this and if so how did you resolve it?

    Your problem is likely one of these. In particular, I've seen several instances where virtualbox doesn't play well with Mavericks. I'm not sure what the other ones are.
    foo.tun
    1.0
    foo.tap
    1.0
    org.virtualbox.kext.VBoxNetAdp
    4.3.6
    org.virtualbox.kext.VBoxNetFlt
    4.3.6
    org.virtualbox.kext.VBoxUSB
    4.3.6
    org.virtualbox.kext.VBoxDrv
    4.3.6
    com.attotech.driver.ATTOiSCSI
    3.4.1b1
    com.AmbrosiaSW.AudioSupport

  • APIs Flags on UCCX9 for time of day

    Hi,
    I was discussing UCCX and our upgrades to V9 for a few of our customers with a Voice CCIE at an event a few days ago, and was explaining that  our customers found the configured time of day and holidays  in scripts was very restricting. They want the ability to upload holidays and early close the call centre via a Web interface. I advised that was looking into doing this via a SQL server running a stored procedure fired from a script; however this would not be possible with our clients on the enhanced license.
    The CCIE mentioned that in UCCX v9 we can use APIs to set flags and reference these in scripts. I have has a trawl of the Web but cannot find any reference to this. Can someone point me in the right direction where I can find :-
    a) How to reference these flags in scripts – I am more than happy to write the script logic
    b) Info to pass to our Developer on how to integrate with APIs to set these flags.

    Hi, first thing first, you should see this post, which lays out for you how to integrate UCCX Enhanced with an external DB via a "man in the middle" web server.
    https://supportforums.cisco.com/docs/DOC-29776
    Long story short, tell your developer to build a URL for accessing calendar and business hours logic in various formats: XML, JSON, HTML, etc.  You'll use XML, but asking them for more opens your options down the road.
    Next up, the API's.  These are pretty new to UCCX, with v9.0 bringing the first round of access and then v10 coming in behind with even more access.
    Normally, when I don't know the answer to a question on the forums, I go research it, and sometimes proof of concept it, and then post my findings.  However, the developer.cisco.com site has a revoked certificate at the moment and I cannot get to the API docs for UCCX.  Or says the proxy im going through anyway.
    I've managed to get my hands on the documentation, unfortunately I don't have UCCX 9 or 10 to try this out on so look at this more of a point in the right direction.
    The API you're CCIE was referring to is most likely the application API within System Configuration grouping of APIs.  It has five or so methods, one of them is an HTTP PUT to modify the application of your choice.
    HTTP Method
    PUT
    URI
    http:///adminapi/application/{applicationName}
    Example URI
    http://10.10.10.10/adminapi/application/mysweetapplication
    Content Body Type
    Application/XML or Application/JSON
    Response Code on Success
    HTTP 200
    Response Codes on Failure
    HTTP 401, 405 or 412
    Error Codes
    None
    In your Content Body, which is like a file you send it with instructions in either XML or JSON format, you will need to send it:
    script - The name of the current script (unless you plan to also change it)
    scriptParams - The list of parameters for the script
    script
    In order to send it the same script name that is currently using, you'll need to query the application first, which means you'll need to use another one of the five available methods for the application: Get Application
    HTTP Method
    GET
    URI
    http:///adminapi/application/{applicationName}
    Example URI
    http://10.10.10.10/adminapi/applications/mysweetapplication
    Content Body Type
    Application/XML or Application/JSON
    HTTP Code on Success
    HTTP 200
    HTTP Codes on Failure
    HTTP 401, 405
    Error Codes
    None
    Inside that response (assume XML for a moment) you will see:
        mysweetscript.aef 
    This gives you the current script name to use in your Modify Method.
    scriptParams
    This is where things get a little fuzzy without some hand on experience (good thing there's also a forum on the delvepor site).  The application XSD shows us that the scriptParams element is defined as:
    Which tells us that the name of the element is scriptParams, the type is variable (more on that in a second), it is optional, and can occur an infinite amount of times in the XML document.
    The type variable is pretty key, as the application XSD defines type variable as:
    That tells us three major things about variable types:
    It has to have a single name element whose value has to be a string and have atleast one character in itThis is the name of the variable in your script  E.g., start_time
    It has to have a single value element whose value has to be a string and have atleast one character in itThis is what value you want to set it to  E.g., T[8:00 AM]
    It has to have a single type element whose value has to be a string and have atleast one character in itThis is what type of variable it is in your script  E.g., Time
    Note that the XSD does not define the format of the name, value, or type elements, above the the string and 1 character limitation.
    Therefore a valid XML document should look like:
    <?xml version="1.0" encoding="utf-8"?>      mysweetscript.aef          start_time      T[8:00 AM]      Time     
    To conclude this much longer than anticipated reply, a few things I do not know about how this works:
    How do you disable the use of a parameter such that the script default value takes effect?
    How do you set multiple parameters at once without sending multiple API PUT requests?
    It might just be:
    <?xml version="1.0" encoding="utf-8"?>      mysweetscript.aef          start_time      T[8:00 AM]      Time              end_time      T[5:00 PM]      Time   
    Do you have to send all of the existing parameters, as to not inadvertinly disable them?  And if so, how do you get a list of them?  Perhaps from the Get Application method, but I don't see that sepcified anywhere.
    EDIT: I do see that there is a query parameter for the GET operation of an application named detail which can have a value of full.  I'd need to test it though.
    Good luck and happy API programming!
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Safari Crashes 10 times a day!

    I have had serious issues with safari crashing. It literally crashes 10 times a day. I have taken it to the apple store 4 times and nothing has worked. I have had a new logic board installed, a new hard drive, and today new RAM. I have also tried to erase and reinstalls (and not bringing back settings) and nothing works. I have also tried deleting Safari and downloading it from the web. All software is up to date. I have also disabled "plug ins" and it still crashes. I also tried using "click to flash" because I know flash can cause crashes. I also have to use the disk utility weekly because it ends up corrupt so I have to repair it with the install disk.
    YET NOTHING WORKS! I am literally at my last road, because I simply do not know what else to do. This is my 3rd mac over the past 10 years, so I know this is not normal operating, but I simply have no idea what else do to.
    Any help is greatly appreciated.
    Here is a crash log.
    Process: Safari [140]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0 (6533.16)
    Build Info: WebBrowser-75331600~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [85]
    Date/Time: 2010-06-14 15:50:00.064 -0600
    OS Version: Mac OS X 10.6.3 (10D578)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x00007fff8706e120 objc_msgSend + 44
    1 com.apple.CFNetwork 0x00007fff8331bcdc URLRequest::~URLRequest() + 50
    2 com.apple.CoreFoundation 0x00007fff8811d6b3 _CFRelease + 179
    3 com.apple.CFNetwork 0x00007fff83320b6b _CFURLCacheNode::~_CFURLCacheNode() + 65
    4 com.apple.CFNetwork 0x00007fff83335ad6 _CFURLCache::RemoveResponseFromCacheContainers(_CFURLCacheNode*, _CFCachedURLResponse const*, __CFString const*, bool) + 234
    5 com.apple.CFNetwork 0x00007fff833601a4 __CFURLCache::RemoveLRUCachedItems(long, __CFURLCacheNode*) + 134
    6 com.apple.CFNetwork 0x00007fff83332940 _CFURLCache::CreateAndStoreCacheNode(_CFURLCacheNode*, _CFCachedURLResponse const*, __CFString const*, _CFURLRequest const*, void const*, bool, bool&) + 148
    7 com.apple.CFNetwork 0x00007fff83317e35 AddCacheTask(__CFURLCacheNode*) + 336
    8 com.apple.CFNetwork 0x00007fff83335968 CFURLCacheAddCachedResponseForRequest + 190
    9 com.apple.CFNetwork 0x00007fff8332cd9f URLConnectionClient::_clientWillCacheResponse(URLConnectionClient::ClientConnec tionEventQueue*) + 511
    10 com.apple.CFNetwork 0x00007fff833924f0 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 236
    11 com.apple.CFNetwork 0x00007fff833198fb URLConnectionClient::processEvents() + 121
    12 com.apple.CFNetwork 0x00007fff833196d8 MultiplexerSource::perform() + 160
    13 com.apple.CoreFoundation 0x00007fff8815ff21 __CFRunLoopDoSources0 + 1361
    14 com.apple.CoreFoundation 0x00007fff8815e119 __CFRunLoopRun + 873
    15 com.apple.CoreFoundation 0x00007fff8815d8df CFRunLoopRunSpecific + 575
    16 com.apple.HIToolbox 0x00007fff80ec5ada RunCurrentEventLoopInMode + 333
    17 com.apple.HIToolbox 0x00007fff80ec58df ReceiveNextEventCommon + 310
    18 com.apple.HIToolbox 0x00007fff80ec5798 BlockUntilNextEventMatchingListInMode + 59
    19 com.apple.AppKit 0x00007fff866b6a2a _DPSNextEvent + 708
    20 com.apple.AppKit 0x00007fff866b6379 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    21 com.apple.Safari 0x0000000100015c9a 0x100000000 + 89242
    22 com.apple.AppKit 0x00007fff8667c05b -[NSApplication run] + 395
    23 com.apple.AppKit 0x00007fff86674d7c NSApplicationMain + 364
    24 com.apple.Safari 0x0000000100009b1c 0x100000000 + 39708
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff812d1996 select$DARWIN_EXTSN$NOCANCEL + 10
    1 libSystem.B.dylib 0x00007fff812a74a7 dispatch_mgrinvoke + 388
    2 libSystem.B.dylib 0x00007fff812a7094 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff812a6bbe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff812a64e8 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff812a6385 start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff812c7316 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff812cb131 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff8219f1d9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff8219b2ec WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4 libSystem.B.dylib 0x00007fff812c58b6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff812c5769 thread_start + 13
    Thread 3: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff8128c75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8128cdcd mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8815e452 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8815d8df CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f0f9 0x100000000 + 192761
    5 com.apple.Safari 0x000000010002f089 0x100000000 + 192649
    6 libSystem.B.dylib 0x00007fff812c58b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff812c5769 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff8128c75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8128cdcd mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8815e452 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8815d8df CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87cf34e3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff87c73ead _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff812c58b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff812c5769 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff812d0286 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff8817fef2 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff812c58b6 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff812c5769 thread_start + 13
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff812c7316 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff812cb131 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff889722e0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001bd45d 0x100000000 + 1823837
    4 com.apple.Safari 0x0000000100046aef 0x100000000 + 289519
    5 com.apple.Safari 0x000000010004696d 0x100000000 + 289133
    6 libSystem.B.dylib 0x00007fff812c58b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff812c5769 thread_start + 13
    Thread 7: WebCore: LocalStorage
    0 libSystem.B.dylib 0x00007fff812c7316 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff812cb131 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff889722e0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.WebCore 0x00007fff824f0421 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4 libSystem.B.dylib 0x00007fff812c58b6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff812c5769 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff8128c75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8128cdcd mach_msg + 59
    2 com.apple.QuartzCore 0x00007fff809bd93e CA::Render::Server::server_thread(void*) + 177
    3 com.apple.QuartzCore 0x00007fff809bd87e thread_fun + 34
    4 libSystem.B.dylib 0x00007fff812c58b6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff812c5769 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff812a630a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff812a671c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff812a6385 start_wqthread + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff812a54ea kevent + 10
    1 libSystem.B.dylib 0x00007fff812e4128 mdns_querymDNSResponder + 1061
    2 libSystem.B.dylib 0x00007fff812e33fe mdnssearch + 1140
    3 libSystem.B.dylib 0x00007fff812e279c mdnsaddrinfo + 715
    4 libSystem.B.dylib 0x00007fff812e181f search_addrinfo + 146
    5 libSystem.B.dylib 0x00007fff812e1248 si_addrinfo + 1352
    6 libSystem.B.dylib 0x00007fff812f840b siasynclaunchpad + 94
    7 libSystem.B.dylib 0x00007fff812c58b6 pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff812c5769 thread_start + 13
    Thread 11:
    0 libSystem.B.dylib 0x00007fff812a54ea kevent + 10
    1 libSystem.B.dylib 0x00007fff812e4128 mdns_querymDNSResponder + 1061
    2 libSystem.B.dylib 0x00007fff812e33fe mdnssearch + 1140
    3 libSystem.B.dylib 0x00007fff812e279c mdnsaddrinfo + 715
    4 libSystem.B.dylib 0x00007fff812e181f search_addrinfo + 146
    5 libSystem.B.dylib 0x00007fff812e1248 si_addrinfo + 1352
    6 libSystem.B.dylib 0x00007fff812f840b siasynclaunchpad + 94
    7 libSystem.B.dylib 0x00007fff812c58b6 pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff812c5769 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x000000010102ce00 rbx: 0x0000000118a7b1e0 rcx: 0x00007fff70fbb902 rdx: 0x000000000000001d
    rdi: 0x0000000126fd8820 rsi: 0x00007fff86da8030 rbp: 0x00007fff5fbfe220 rsp: 0x00007fff5fbfe208
    r8: 0x663000007fff70fb r9: 0x0000000126109060 r10: 0x00000001260c57e0 r11: 0x00007fff70fbb902
    r12: 0x0000000000000001 r13: 0x0000000118a7b1dc r14: 0x0000000118a7b1d0 r15: 0x00000000000009d8
    rip: 0x00007fff8706e120 rfl: 0x0000000000010202 cr2: 0x000000011992efd4
    Binary Images:
    0x100000000 - 0x1006a9fef com.apple.Safari 5.0 (6533.16) <AE7B5544-1A22-2712-5756-03687127EEF2> /Applications/Safari.app/Contents/MacOS/Safari
    0x114bfa000 - 0x114bfafff com.apple.JavaPluginCocoa 13.2.0 (13.2.0) <18D9A7A8-ECFF-123C-013D-1E36D279D150> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x115566000 - 0x11556eff7 com.apple.JavaVM 13.2.0 (13.2.0) <DD0E846A-3313-09DE-D17A-AE6A3D47DC86> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x115e10000 - 0x115e34ff7 libPDFRIP.A.dylib 543.33.0 (compatibility 64.0.0) <FF9D6106-0623-FA3D-8CD7-8EA23604AA4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x1161fa000 - 0x1161fbfff ATSHI.dylib ??? (???) <054AC6AB-70DD-C7E1-80F6-9607B7F1C5D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x118b69000 - 0x118b6dff7 libFontRegistryUI.dylib ??? (???) <80877D2C-9C5A-76E8-785D-A7AD7C6646EA> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x119383000 - 0x119398fef +com.github.rentzsch.clicktoflash 1.5.5 (1.5.5) <26B39998-ED2F-6741-D5EB-62A32080EE74> /Users/Matthew/Library/Internet Plug-Ins/ClickToFlash.webplugin/Contents/MacOS/ClickToFlash
    0x1193b6000 - 0x1193cdfef +org.andymatuschak.Sparkle 1.5 Beta (bzr) (1.5) <4C9E0CEA-5691-C55D-CDEF-EDB8422E52A9> /Users/Matthew/Library/Internet Plug-Ins/ClickToFlash.webplugin/Contents/Frameworks/Sparkle.framework/Sparkle
    0x11a1f0000 - 0x11a2d6fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
    0x11a440000 - 0x11a4cefff com.apple.xquery 1.3 (29) <02F0C1EC-B4A3-F426-EB97-E56836C73C52> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0x11df00000 - 0x11df26fe7 GLRendererFloat ??? (???) <684EBDC4-63B4-BC55-60EF-0F6A7D666551> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x122c06000 - 0x122d16fef libmecab.1.0.0.dylib 2.0.0 (compatibility 2.0.0) <E321EA43-4F4C-6561-3E87-4081904D53F3> /usr/lib/libmecab.1.0.0.dylib
    0x1231ba000 - 0x123347fe7 GLEngine ??? (???) <85971DA9-5140-A226-7898-21B2D6C6F7FE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12358c000 - 0x1239aeff7 libclh.dylib 3.1.1 C (3.1.1) <08830748-80A3-2928-BDC9-D5512BE2715C> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x200000000 - 0x2006c3fe7 com.apple.GeForceGLDriver 1.6.10 (6.1.0) <8946B71C-EA96-5AFA-B8B6-E9029EAF56CD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff8001c000 - 0x7fff801d6fff com.apple.ImageIO.framework 3.0.2 (3.0.1) <911FA1A5-7063-6A19-73D3-95B78A265524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff801d7000 - 0x7fff801d9fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff801da000 - 0x7fff801e9fff libxar.1.dylib ??? (???) <0E323815-A88A-E239-973F-2819CED2282E> /usr/lib/libxar.1.dylib
    0x7fff801ea000 - 0x7fff80210fe7 libJPEG.dylib ??? (???) <85902BC7-43AE-E202-0EEE-3C9996D00971> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff80211000 - 0x7fff80225ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff80226000 - 0x7fff80923037 com.apple.CoreGraphics 1.543.33 (???) <359B3BC6-0152-94D2-3CAA-D8C24C0B9E65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff80924000 - 0x7fff80968ff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <788A9BF0-691B-FE10-7385-AF4A7A786478> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff80969000 - 0x7fff8096aff7 com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8096b000 - 0x7fff80d03fe7 com.apple.QuartzCore 1.6.1 (227.18) <ADB9E286-C5AB-3505-35D2-849E1F560A2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff80d04000 - 0x7fff80e74fef com.apple.MediaToolbox 0.484.5 (484.5) <DA4772AD-9430-024F-39FF-8B9D4B52DCD2> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff80e75000 - 0x7fff80e96fff libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <1AE68BBB-6536-125C-DE2A-13CA916D0EC4> /usr/lib/libresolv.9.dylib
    0x7fff80e97000 - 0x7fff81195fef com.apple.HIToolbox 1.6.2 (???) <759E1C39-58EB-C434-3E33-416C04AFE6DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff811c0000 - 0x7fff811c5fff libGFXShared.dylib ??? (???) <A2C80199-6076-3CBE-E418-E0AD0A3053DE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff811c6000 - 0x7fff81215ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff8121e000 - 0x7fff8124dff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8128b000 - 0x7fff8144aff7 libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    0x7fff8178b000 - 0x7fff817d2ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff817d3000 - 0x7fff81942ff7 com.apple.QTKit 7.6.6 (1729) <CEDDAEA5-82F9-FF5D-B9AF-C68ACC1E3225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff81943000 - 0x7fff81954fff SyndicationUI ??? (???) <95A471EF-93CC-0B37-749A-57EF80527E83> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff81955000 - 0x7fff81969fff libGL.dylib ??? (???) <A85982AB-6395-DE2B-2023-F735093E663D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8196a000 - 0x7fff81985ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff819e7000 - 0x7fff81adfff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
    0x7fff81b2f000 - 0x7fff81b91fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff81b92000 - 0x7fff81bc3fef libTrueTypeScaler.dylib ??? (???) <C15B0761-5136-BD0C-20F7-C8F8A95AF367> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff81bc4000 - 0x7fff81c41fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff81c42000 - 0x7fff81c42ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff81c43000 - 0x7fff81c55fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff81ca1000 - 0x7fff81cb7fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff81cb8000 - 0x7fff81cbffff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff81cc0000 - 0x7fff81ff3fef com.apple.CoreServices.CarbonCore 861.6 (861.6) <652B1704-460F-F0D1-B917-B08698E0EF7F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff82199000 - 0x7fff82e08fe7 com.apple.WebCore 6533 (6533.16) <AC146886-9761-B048-45D3-07250E03F73C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff82e09000 - 0x7fff82e4cfff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff82e88000 - 0x7fff82e96ff7 libkxld.dylib ??? (???) <E685E658-C908-95B9-8D16-8153C1CE05D7> /usr/lib/system/libkxld.dylib
    0x7fff82e97000 - 0x7fff83100ff7 com.apple.QuartzComposer 4.1 (156.13) <0A7E8CDB-77DB-F96F-9CA4-867E9D45EB69> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff83101000 - 0x7fff8314dfff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff8314e000 - 0x7fff83183ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <0C865212-6427-5DE4-40C4-B5739491B691> /usr/lib/libcups.2.dylib
    0x7fff83184000 - 0x7fff83184ff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83185000 - 0x7fff83202fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff83203000 - 0x7fff83307fff com.apple.PubSub 1.0.5 (65.19) <0C393707-6776-0365-6BFE-924CC8108F9B> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff83308000 - 0x7fff833d8fff com.apple.CFNetwork 454.9.4 (454.9.4) <33395EDD-D653-6EAD-57A6-9C718D69D2DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff833d9000 - 0x7fff8345bfff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff83490000 - 0x7fff8355bfe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C85548CF-DED1-4672-0167-3F32A6DD0D55> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff8355c000 - 0x7fff8355dfff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff8355e000 - 0x7fff83599fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8359a000 - 0x7fff83634fff com.apple.ApplicationServices.ATS 4.2 (???) <E31469D3-A97D-63BB-FB00-05ACB2CEC561> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff83635000 - 0x7fff8370fff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff837b3000 - 0x7fff83804fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff83805000 - 0x7fff8380afff libGIF.dylib ??? (???) <0E58DF99-B3DF-6FF9-E810-CCEC0853C8B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8381f000 - 0x7fff83825ff7 IOSurface ??? (???) <F998C45A-CCCF-2306-F37A-389EE0054CB3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff83826000 - 0x7fff83aabfef com.apple.security 6.1.1 (37594) <ED08CC62-42E2-E97F-E807-C09EB1CF950D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff83aac000 - 0x7fff83af3fef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff83af4000 - 0x7fff83af6fff libRadiance.dylib ??? (???) <73CE39EA-E38B-4320-8A7D-11C1A08A8A7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff83af7000 - 0x7fff83b83fef SecurityFoundation 36840.0.0 (compatibility 1.0.0) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff83b84000 - 0x7fff83b8afff libCGXCoreImage.A.dylib 543.33.0 (compatibility 64.0.0) <182C8BD9-E1C8-0970-AE82-E9E88F324A5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff83b8b000 - 0x7fff83b8eff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff83bd0000 - 0x7fff83c0dff7 libFontRegistry.dylib ??? (???) <12FDAEB9-01F7-5562-DBC6-7B2374CCAEA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83c0e000 - 0x7fff83c4ffef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff83c57000 - 0x7fff83d6efef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff83d6f000 - 0x7fff84278fe7 com.apple.VideoToolbox 0.484.5 (484.5) <174EF984-21FE-071C-4AB4-DE345BF87791> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff84279000 - 0x7fff842e5fe7 com.apple.CorePDF 1.1 (1.1) <D47B2366-5D1B-147B-B1FA-C9FE36C4EFFF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff842e6000 - 0x7fff842e7ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff842e8000 - 0x7fff8430dfe7 com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8430e000 - 0x7fff84357ff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff84358000 - 0x7fff844d4ff7 com.apple.WebKit 6533 (6533.16) <A72746E9-5958-07B2-406A-DBEB7D2A13C1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff844d5000 - 0x7fff844e6ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <C1154E2E-B1CB-1FAD-77ED-B139BA1AB073> /usr/lib/libz.1.dylib
    0x7fff844e7000 - 0x7fff84520ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff84521000 - 0x7fff84532fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff84533000 - 0x7fff845aefff com.apple.ISSupport 1.9.3 (51) <BE4B548C-F9C4-2464-12A6-F94A21D569C6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff845af000 - 0x7fff84617fff com.apple.AppleVAFramework 4.8.11 (4.8.11) <14AE8878-A7A6-D024-3DD4-BBFB5E7FC008> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff84618000 - 0x7fff84682fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff846a7000 - 0x7fff846a7ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff846a8000 - 0x7fff846f0ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff846f1000 - 0x7fff847aeff7 com.apple.CoreServices.OSServices 357 (357) <7CFA1963-B639-BE99-12F1-220DF214AB50> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff847af000 - 0x7fff8480dff7 com.apple.framework.IOKit 2.0 (???) <516EB9AF-4723-FC17-984B-918115E53459> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8480e000 - 0x7fff848cefe7 libFontParser.dylib ??? (???) <2C6B6ABB-7EF0-3CD8-97D2-9B4534D0056C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff848cf000 - 0x7fff848d0fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff848d1000 - 0x7fff848dcff7 com.apple.HelpData 2.0.4 (34) <B44D2E2A-BC1E-CD63-F8A1-C9465491693A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff848dd000 - 0x7fff8497dfff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff84a20000 - 0x7fff84a6ffef libTIFF.dylib ??? (???) <D6BED22B-A092-EC70-6E1D-0B52FA6FBBDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff84aaf000 - 0x7fff84aecfff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff84aed000 - 0x7fff84af5fff com.apple.DisplayServicesFW 2.2.2 (251) <3E7C0CF8-117D-9C7F-577C-C199901DFF37> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff84c65000 - 0x7fff84ceafff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff84ceb000 - 0x7fff84d0bff7 com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff84d0c000 - 0x7fff84d22fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff84d23000 - 0x7fff84d68fff com.apple.CoreMediaIOServices 130.0 (1035) <6D6834F6-4DB5-03E9-3962-480BBEE176EB> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff84d69000 - 0x7fff851acfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff851ad000 - 0x7fff851c2ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <E83DAF4F-F284-BE0B-3D9D-D573023098B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff85204000 - 0x7fff85a0efe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff85a0f000 - 0x7fff85a0fff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff85a26000 - 0x7fff85b35fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <826C2437-F760-E049-1719-9C69A3BAA4B0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff85b45000 - 0x7fff85c6afef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff85c6b000 - 0x7fff85c84fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff85c85000 - 0x7fff85cc8ff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <677BA546-F215-C5C8-9C65-305E43633FDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff85d46000 - 0x7fff85d4aff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff85e23000 - 0x7fff85ed8fe7 com.apple.ColorSync 4.6.3 (4.6.3) <0522B33D-F78A-9A46-1CB2-9073E4F8EFD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff85f0c000 - 0x7fff85f17fff com.apple.CrashReporterSupport 10.6.3 (250) <52F8B18D-7953-3EE7-4AE9-89F1121A5336> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff85f18000 - 0x7fff85f1eff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff85f1f000 - 0x7fff85f2efff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff85f2f000 - 0x7fff862a5fe7 com.apple.RawCamera.bundle 3.0.2 (527) <E70071D3-CC39-4B14-2AA3-EAC42BC84AD4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff862a6000 - 0x7fff862d6fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff862d7000 - 0x7fff86318fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <7DADC459-6E38-084A-B333-8332B28C244E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff86398000 - 0x7fff8639dff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff8639e000 - 0x7fff86406fff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff86407000 - 0x7fff86416ff7 com.apple.opengl 1.6.7 (1.6.7) <63D8F554-2488-4811-EEC7-672FCFAF731B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff86447000 - 0x7fff86447ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8647d000 - 0x7fff86480fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff86486000 - 0x7fff86669fef libType1Scaler.dylib ??? (???) <98F6C486-4DA0-0903-CDC6-67C85ED206B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x7fff86673000 - 0x7fff87068fe7 com.apple.AppKit 6.6.5 (1038.29) <AC1ED9CC-6149-36EE-AA57-15BA4F05EAAA> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff87069000 - 0x7fff8711ffff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff87120000 - 0x7fff87155fef com.apple.framework.Apple80211 6.2 (620.15.1) <964022FD-ECFB-2399-18AD-68BF767601AD> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8717d000 - 0x7fff87236fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff8726d000 - 0x7fff87279fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x7fff8727a000 - 0x7fff872f9fff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <3F41C3CA-A217-024B-DEDD-69E3731B915D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff872fa000 - 0x7fff872faff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff872fb000 - 0x7fff87344fef libGLU.dylib ??? (???) <FEDE662B-46B2-26D8-3E57-84E4C15A4FB2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff87345000 - 0x7fff8745efef libGLProgrammability.dylib ??? (???) <9D2B1DA3-C581-73F8-A2E4-01C4CE1C3B32> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff8745f000 - 0x7fff8747dfff libPng.dylib ??? (???) <D0512FBF-911C-A9EC-465D-48A411509D6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8747e000 - 0x7fff87588ff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff87589000 - 0x7fff875d3ff7 com.apple.Metadata 10.6.3 (507.8) <A850E5A6-69D8-EBC1-B005-43F72B58EA36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff875d4000 - 0x7fff875dffff com.apple.corelocation 12 (12) <66F18722-591C-42D4-2BC9-CCEB1D824816> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff875e0000 - 0x7fff8781bfef com.apple.imageKit 2.0.3 (1.0) <9F7CBDFB-EBDC-5B86-ED43-5195F4AE9D52> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff87832000 - 0x7fff87970fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff879bb000 - 0x7fff879bbff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff879bc000 - 0x7fff879f4ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <FAB9687F-0A86-A13F-7644-CE02E71140DB> /usr/lib/libssl.0.9.8.dylib
    0x7fff879f5000 - 0x7fff87a00ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff87c63000 - 0x7fff87ee4fe7 com.apple.Foundation 6.6.2 (751.21) <49BEB8B8-BC1F-B4E4-3D90-A141AC764A8D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff87ee5000 - 0x7fff87f9afe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff87f9b000 - 0x7fff87fbefff com.apple.opencl 12.1 (12.1) <AB00CB6B-5BBD-C819-007A-08C0B110AB93> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff87fbf000 - 0x7fff87fc3ff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <27FF96BC-1F15-A52D-3339-4BFC49D6810E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff87fc4000 - 0x7fff880aafe7 com.apple.DesktopServices 1.5.5 (1.5.5) <EFCBA7C3-A6CE-9550-FE19-73BB3D046549> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff880b9000 - 0x7fff880e1fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff88112000 - 0x7fff88287fef com.apple.CoreFoundation 6.6.1 (550.19) <1051BA2C-DCD7-787C-907C-A50D12AA6049> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff88288000 - 0x7fff88295fe7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <540820E4-75E3-B2A0-5EF2-222304250CD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8847c000 - 0x7fff884d1fef com.apple.framework.familycontrols 2.0.1 (2010) <E6E1C44A-6513-92DF-F71E-C157C485024C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff884d2000 - 0x7fff88503fff libGLImage.dylib ??? (???) <7E8A6ED2-B093-0714-F65A-64ECC41187C4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8850f000 - 0x7fff885befff edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff885bf000 - 0x7fff885eaff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff88791000 - 0x7fff887d3fef com.apple.CoreMedia 0.484.5 (484.5) <FF8F87CB-7087-A46F-D633-6A93054BDBA2> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff887d4000 - 0x7fff88863fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff888b4000 - 0x7fff888b7ff7 libCoreVMClient.dylib ??? (???) <9A0E75A9-7964-CAF9-DEB7-11A073530F64> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff888b8000 - 0x7fff88948fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff88949000 - 0x7fff8895fff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <38D0D705-FD15-38AE-A8B9-F9970508D1BD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff88960000 - 0x7fff88b4afe7 com.apple.JavaScriptCore 6533 (6533.13) <4D8B7A37-BBDF-A789-4D9F-81F3721AA311> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff88b4b000 - 0x7fff88bc9fff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff88c80000 - 0x7fff88ec2fe7 com.apple.AddressBook.framework 5.0.1 (868) <0623CCCC-6865-681A-0737-723A7B016EA1> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff88ec3000 - 0x7fff88ec3ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff88ee7000 - 0x7fff890a5fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <1B6C3785-BE99-EAD5-69AB-B28C40466A82> /usr/lib/libicucore.A.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib

    I have a follow up question, when I repair permissions, it NEVER 100% repairs. It always says that one file can't be repaired.
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    I did a google search and it said that that file had caused some issues and had put computers at risk. But is this normal for it to not be repaired?
    I also have a problem that permissions change all the time for me. I repaired my permissions today with the install disk, and when I just repaired my permissions some had already changed. And I have NOT installed any new software today or since the last repair.
    These are the permissions that changed from my last repair.
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib", should be -rwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib".
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.

Maybe you are looking for

  • Parameter on the selection screen

    Hi All, I have a check box and a parameter on the selection screen. If the checkbox is initial, the paramter shouldn't be editable but if the checkbox is ticked, the parameter should be made mandatory to be enetered with value. How can this be done ?

  • Rollover button

    I created a rollover button and when I click on it a white out line appears around the button, why is that.

  • 13" Macbook Pro Retina Haswell vs 15" Macbook Pro Retina Early 2013 Refurbished

    Interested in buying my first mac this year so i'm weighing the options. Im looking to spend around $2000 for a retina macbook pro, and im trying to decide between: 13-inch: 2.6GHz with Retina display for $1929 Specifications 2.6GHz dual-core Intel C

  • Logic Pro 8 Keeps crashing

    I now cant get through some of my projects without system overload popping up .. I dont know what to do I use this program for all of my audio rcording and now its becoming a burden.. Can anyone help rectify this problem. Ive tried everything gone to

  • Messed up Camera Roll thumbnails from iPhone5 iCloud restore

    Has anyone else experienced messed up thumbnails restoring from an iCloud backup to new iPhone5? There is a huge section in my Camera Roll where the 2nd and 4th columns do not display thumbnail images. Same with Photostream. I can click on the gray t