Desperation: RecordStore.deleteRecord() freezes on Nokia6230

Hi,
I've yet another problem with Nokia 6230 RecordStore system.
In loop I call RecordStore.deleteRecord(recordID) and when it gets to some record, MIDlet freezes. The only thing I can do then is stop execution of the whole MIDlet.
Why does that happen ?
It happens with some records, but it doesn't with others. I don't see anything particular on records, on which it freezes.
Plese help. RMS on Nokia phones is driving me mad. I'm supprised that Nokia (which I otherwise regarded as professional company) produced such sh*te implementation.
Michal

The record store has 32272 bytes. I put it on http://sankotm.freeshell.org/p36.rms, so it should be possible to test it at your machine, if you wanted to do it.
I print out any exceptions that are thrown, but there is none thrown before it gets to record 4, where it freezes. I can't prove it's frozen (and not just taking very long time), but I waited for 30 minutes and it didn't get anywhere, so I can assume it is frozen.
Michal

Similar Messages

  • Getting Problem after Deleting a record from Record Store

    I am trying to create a simple application for mobile device. This application storing some records. I used RMS for this. These records i show in a list. But i tried to show list of records after deleting any record then list shows only prior records of deleted records n then shows exception as
    Recordsjavax.microedition.rms.InvalidRecordIDException
    The code i written as follows
    For storing data
    public void storeExercise(String EName, String Etime)
    try
    //System.out.println("AAAA");
    recordstore = RecordStore.openRecordStore("Test3",true);
    catch (Exception error)
    //System.out.println("EEEE");
    System.out.println("Exception"+error);
    try
    byte[] outputRecord;
    ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
    DataOutputStream outputdataStream = new DataOutputStream(outputStream);
    outputdataStream.writeUTF(EName);
    outputdataStream.writeUTF(Etime);
    outputdataStream.flush();
    outputRecord = outputStream.toByteArray();
    recordstore.addRecord(outputRecord, 0, outputRecord.length);
    outputStream.reset();
    outputStream.close();
    outputdataStream.close();
    zlist.append(EName+Etime, null);
    display.setCurrent(zlist);
    catch (Exception error)
    System.out.println("Exception in writing Records"+error);
    for getting records
    public void getExercise(ZimList zlist)
    this.zlist = zlist;
    try
    //System.out.println("AAAA");
    recordstore = RecordStore.openRecordStore("Test3",true);
    //recordstore.closeRecordStore();
    catch (Exception error)
    //System.out.println("EEEE");
    System.out.println("Exception"+error);
    try
    //System.out.println("Hello");
    String Ename = null;
    String Etime = null;
    byte[] byteInputData = new byte[100];
    ByteArrayInputStream inputStream = new ByteArrayInputStream(byteInputData);
    DataInputStream inputDataStream = new DataInputStream(inputStream);
    for (int x=1; x<= recordstore.getNumRecords() ; x++ )
    System.out.println("Record Id ="+x);
    //if (x != InvalidRecordID)
    recordstore.getRecord(x, byteInputData, 0);
    Ename = inputDataStream.readUTF();
    Etime = inputDataStream.readUTF();
    inputStream.reset();
    Final = Ename + Etime;
    System.out.println("Insert" + Final);
    zlist.insert(x-1,Final,null);
    inputStream.close();
    inputDataStream.close();
    //recordstore.closeRecordStore();
    catch (Exception error)
    System.out.println("Exception in Reading Records"+error);
    /*if (recordstore.listRecordStores() != null)
    try
    recordstore.deleteRecordStore("My Record Store");
    catch (Exception error)
    System.out.println("Exception"+error);
    And for deleting records I write
    public void deleteExercise(int index)
    try
    //System.out.println("AAAA");
    recordstore = RecordStore.openRecordStore("Test3",true);
    //recordstore.closeRecordStore();
    catch (Exception error)
    //System.out.println("EEEE");
    System.out.println("Exception"+error);
    if (recordstore.listRecordStores() != null)
    try
    byte[] byteInputData = new byte[100];
    ByteArrayInputStream inputStream = new ByteArrayInputStream(byteInputData);
    DataInputStream inputDataStream = new DataInputStream(inputStream);
    for (int x=1; x<= recordstore.getNumRecords() ; x++ )
    recordstore.getRecord(x, byteInputData, 0);
    if (x == index)
    recordstore.deleteRecord(index);
    //x--;
    inputStream.reset();
    break;
    inputStream.close();
    inputDataStream.close();
    catch (Exception error)
    System.out.println("Exception in Deleting Records"+error);
    Please Help me bcz i am new in j2me development n having no experience

    Ok ...
    When you add records in you store, the J2ME implementation create an ID.
    In the database, there is a list like that with ID <--> ]byte[ ]
    You can get back a record with a this ID.
    When you delete a record, it deletes the row. Lets say you have stored 3 records and that the ID are 1, 2, 3 ... if you delete the second one, then you have still in the database IDs 1 and 3.
    That's why you have this exception : you are iterating with an ID 1, 2, 3, 4, 5 ... if one is delete there is no reorganization. (If you add an other record, it could be stored with ID 2).
    To read all the records, you should get a list of existing IDs. Take a look at the API. Here is a piece of code, that you work but I have not tested :
    RecordStore rs;
    RecordEnumeration re = rs.enumerateRecords(null, null, false);
    while (re.hasNextElement()) {
      String str = new String(re.nextRecord());
      System.out.println("Record: " + str);         
    } Hope it will help you.
    Regards

  • Help urgently needed, I have installed Logic Pro 9, since then my Final Cut Pro X keep freezing. Anyone what is wrong and how to solve it? I desperately need help on this. Thanks

    Help urgently needed, I have installed Logic Pro 9, since then my Final Cut Pro X keep freezing. Anyone what is wrong and how to solve it? I desperately need help on this. Apple support says I have to pay £85 for to help me. Thanks

    Just a word of advice. Never ever use the word "urgent" on this forum

  • HELP! 5800 FREEZES ON ALARM! Desperately needed.

    Hi,
    My nokia 5800 xpress music has had a problem before with freezing, but I chose to ignore it as it wasn't troublesome.
    However, this morning it froze at the beginning of my alarm going off. So I took the battery out and put it back again.
    As it turned on again, the alarm came on straight away and froze again. I did not have any time to do anything with the phone (like turn the alarm off) as it happens almost instantly.
    I have took the memory card out but the same thing is occurring over and over again.
    Please help, my phone is a desperate necessity at the moment.
    Thanks

    I am having the very same problem after having just upgraded to v 52.0.007 to fix another problem I was having (lines on screen display).
    When my alarm goes off every morning I have to turn my phone off to stop the noise waking the whole household as the "Stop" or "Snooze" buttons are non-responsive.
    Any solutions out there?

  • Desperated from the iMac hang&freeze due to overheated Nvidia Card

    This mid-2009 iMac is really killing me... It hangs and freezes and stopped working quite often. Only I install the Windows and using FanControl program, I found out the Nvidia temperature is constantly at 65-66 Celsius, which clearly a cause for this.
    Is there anyway to fix this? MacfanControl is not compatible fully with OSX 10.6
    Thanks from bottom of my heart to anyone offered a fix!!!

    Still no idea ? I figured out that iwlist cannot scan anything [edit: well, not everytime…] (while the network is working):
    $ iwlist wlan0 scan
    wlan0 Failed to read scan data : Resource temporarily unavailable
    And maybe this might help some guru :
    $ iwpriv wlan0
    wlan0 Available private ioctls :
    ndis_reset (8BF0) : set 0 & get 0
    power_profile (8BF1) : set 1 int & get 0
    deauthenticate (8BF3) : set 0 & get 0
    network_type (8BF2) : set 1 char & get 0
    media_stream (8BF4) : set 1 int & get 0
    reload_defaults (8BF7) : set 0 & get 0
    I'm really hoping to hear from anybody soon… Thanks.
    Last edited by Skippy le Grand Gourou (2008-08-21 19:58:30)

  • Cant install creative zen explorer and player freezes. I desperately need he

    I have only gotten my zen micro yesterday. While using the installation cd, I could only install creative mediasource, when it comes to the creative zen micro part, it just says installingshield... and the next screen that appears is that my installation is successful. I restarded my computer but nothing associated with zen micro appears. At the same time, my player freezes whenever I plug the usb cable in and my a small window pops out saying that "the usb device is not recognise" whenever the cable is plug in. I've no idea whats wrong with my player because its new and i've no idea what to do as well. anyone help me please? thank you.

    You can install the drivers manually from the CD (they should be in the location DRIVERS\ENGLISH\Drv_Jb3.EXE). Alternati'vely you can download them from Nomadworld.com downloads.
    You can also get the Zen Micro Media Explorer there.

  • Open/Save Dialog, 9 min. Beachball Freeze

    I am running OS 10.10.2 on a March 2009 iMac with 8GB RAM and 1TB HD.
    PROBLEM: While working in Illustrator 18 (CC 2014), if I choose File > Open, the Open dialog appears but I get the spinning beachball for 9 minutes before file contents appear. I don't have the same problem in Photoshop or any other app.  But after Googling, I see that a number of people have posted similar Console Log messages (see below) when using in a variety of apps in Yosemite, even in Apple's own Mail app.  This tells me the root problem may not be specific to Illustrator, even though it only affects Illustrator in my case currently.
    WHAT I TRIED:
    1) Moved all Adobe Illustrator related PLISTS and preference files and folders to the Desktop and then launched Illustrator.  I saw Illustrator rebuild new prefs files and all settings reverted back to stock.  This proves my moving of the prefs to the Desktop was successful to cause a rebuild of new prefs and PLISTS. Even so, the BeachBall freeze appeared when I did a File > Open.
    2) Rebooted with SHIFT held down (Safe Mode).  But the beachball problem remains.
    3) Disconnected all USB devices except keyboard/mouse, and turned off WiFi and BlueTooth, and even yanked my Ethernet cable.  I also turned off Time Machine and Default Folder.  But the problem remains, even through a reboot.
    4) I removed DropBox and GoogleDrive and I closed all apps other than Illustrator, but to no avail.
    5) Tried a Guest User, but that doesn't work with Adobe Apps.  Ditto for a Standard user.  You get an error dialog when you try to launch Adobe apps with that kind of user.  So I then created an Admin user.  Illustrator's Open dialog box displays files perfectly, as normal!  A NEW ADMIN USER FIXES THE PROBLEM!
    So a new Admin user fixes the beachball problem in the Open dialog, but for my normal Admin user there's the 9 min. beachball problem.  And yet, SAFE MODE doesn't fix the problem while in my normal User.  And neither does deleting Illustrator prefs.  So it's clear there's still something lurking in my primary user account that is absent in the new Admin user account.  But what?  And how can I find it?  (Migrating everything to a new User account is no easy task.)
    Pertinent section of CONSOLE system.log:
    Mar  6 13:27:03 iMac.local WindowServer[151]: disable_update_likely_unbalanced: UI updates still disabled by application "Adobe Illustrator CC 2014" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    Mar  6 13:27:19 iMac.local NetAuthSysAgent[858]: DNSAddressResolver:Resolve CFNetServiceResolveWithTimeout failed
    Mar  6 13:27:19 iMac.local NetAuthSysAgent[858]: ERROR: AFP_GetServerInfo - connect failed 64
    Mar  6 13:27:49 iMac.local NetAuthSysAgent[858]: DNSAddressResolver:Resolve CFNetServiceResolveWithTimeout failed
    Mar  6 13:27:49 iMac.local NetAuthSysAgent[858]: ERROR: AFP_GetServerInfo - connect failed 64
    Mar  6 13:28:19 iMac.local NetAuthSysAgent[858]: DNSAddressResolver:Resolve CFNetServiceResolveWithTimeout failed
    Mar  6 13:28:19 iMac.local NetAuthSysAgent[858]: ERROR: AFP_GetServerInfo - connect failed 64
    Mar  6 13:28:24 iMac.local com.apple.SecurityServer[56]: Session 100025 created
    Mar  6 13:28:49 iMac.local NetAuthSysAgent[858]: DNSAddressResolver:Resolve CFNetServiceResolveWithTimeout failed
    Mar  6 13:28:49 iMac.local NetAuthSysAgent[858]: ERROR: AFP_GetServerInfo - connect failed 64
    Mar  6 13:29:19 iMac.local NetAuthSysAgent[858]: DNSAddressResolver:Resolve CFNetServiceResolveWithTimeout failed
    Mar  6 13:29:19 iMac.local NetAuthSysAgent[858]: ERROR: AFP_GetServerInfo - connect failed 64
    the above repeats while time elapses (I deleted this part for brevity)
    Mar  6 13:35:40 iMac.local mds[33]: (Volume.Normal:2464) volume:0x7f9823863800 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/WORK_SPACE
    Mar  6 13:35:42 iMac com.apple.xpc.launchd[1] (com.apple.TMHelperAgent.SetupOffer): Service only ran for 2 seconds. Pushing respawn out by 8 seconds.
    Mar  6 13:35:42 iMac.local mds[33]: (Volume.Normal:2464) volume:0x7f9824087000 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/GLOBAL_SPACE
    Mar  6 13:35:43 iMac.local WindowServer[151]: common_reenable_update: UI updates were finally reenabled by application "Adobe Illustrator CC 2014" after 534.23 seconds (server forcibly re-enabled them after 1.00 seconds)
    I get the exact same set of messages that you see above every time I try to reproduce the problem, simply by doing a File > Open in Illustrator.
    I assume AFP is Apple File Protocol?  But what "server" is it trying so desperately in vain to "Get"?  And why is a DNS resolver being used?
    Anyway, as you can see from the Console log above, the beachball in the Open/Save dialog in Illustrator goes away after 534 seconds (about 9 min.).  But it reappears each time I try to go to a new folder on my HD within that Open dialog.  Each time takes exactly 534 seconds each time for the stupid beachball to go away when changing folders in the Open dialog. 
    This beachball freeze (for 9 min.) in Illustrator's Open dialog occurred every once and a while over the last several weeks, but now it consistently happens.  And no, I've not installed any new software on my iMac other than Yosemite updates.
    Once again, I would prefer to fix the root problem in my primary user account rather than migrate to a New User even though I now know a new Admin user account resolves the problem.
    Please help.

    With regard to my cry for help...
    Pretty please?
    Here are links to other apps which show the same Console Log messages that I am seeing, proving this is not an issue exclusive to a single app:
    Vmware & OS 10.10.2
    Pertaining to networked HD's
    Shared Mac on a Network
    Prevents Time Capsule access and kills Time Machine too
    OS 10.10 & Time Capsule woes
    OS 10.9.2 & NAS woes
    Yosemite & Time Capsule woes
    iPhoto woes after Migration
    More Time Capsule woes
    Time Machine woes from Germany (translated)
    mDNSResponder stuck in restart loop
    If you read through all the above like I did, you're probably very tired by now.  But if you had the same problem as I do, you would do anything to resolve it, hence my post here.  So again, I plead for your kind help and attention to this problem!
    The above links do tell me one thing, that a "network error" is at the heart of the Console log messages and my problem.  And that remains true even when I've disconnected from the network entirely, leading me to believe that this is some sort of CACHING BUG.  For truly, there is a Time Capsule at my office, and I do use Time Machine (although not saving to the TC but instead to an external FW HD).  So...  It is my guess that Yosemite has cached some network data it doesn't like and tries to access that data from a cache when the Open Dialog appears in Illustrator.  But WHY ILLUSTRATOR in my case?  It makes no sense to me at all.  I would think it should consistently occur in the Open dialogs of all apps, but it's only in Illustrator.
    I did have problems with my Time Machine backups after putting Yosemite on my iMac, but those issues were resolved in the 10.10.2 update.
    In any case, if indeed it is a CACHING BUG, how then would I clear that stupid, evil cache?
    Again, I would appreciate your kind thoughts and advice.
    Thank you!

  • Macbook Pro (17-inch, mid-2010, i5, stock config) freezing -- Nvidia issue?

    Hi there--
    I have a fully stock-configured (no mods, no hard drive tweaks, etc.) Macbook Pro (17-inch, mid 2010, i5 model). It's only 3 months old. Running 10.6.4, everything updated and NO peripherals connected...
    Anyhow, I was working at Starbucks yesterday morning and the system froze for no reason. Was doing semi-heavy workload with Photoshop CS5 and iTunes going and Safari downloading. Mouse would freeze in-place, iTunes starts stuttering in a loop. I waited, but system remained "frozen" -- only thing I can do at this point is shutdown via the power button.
    I powered back up and system froze at the spinning progress indicator that you see on boot-up . I shutdown, powered back up... was able to work for about 10 minutes and same system freeze. I powered down for two hours, powered up, and same thing happened again.
    *I've documented these freeze ups via video.* See my Youtube playlist, and the videos titled "crash" here (videos are encoded at 720p -- so click option for more clarity):
    http://www.youtube.com/viewplaylist?p=38CDEF9C98B96BCE
    I've also screen capped the crash logs which make me think there is something wrong with the video components of this machine. A whole lotta "Nvidia" related language.
    *See screencaps here:*
    http://www.flickr.com/photos/hildie/sets/72157624689980753/
    Does anyone have experience analyzing crash logs, and can tell me what this might be about?
    Took it to Genius Bar (Apple Store @ Beverly Center, Los Angeles) early yesterday evening. They were nice, but didn't offer any clear theories other than they think there is something wrong when the system switches from the Intel on-board graphics to the Nvidia graphics. They took the system from me and said they would "check it out for a couple days" and get back to me.
    I'm frustrated because I run an extremely clean system (system has fresh OS install only a month ago), and not used to mysterious hardware issues hampering my workflow. Especially when I'm 90% done with updating my design portfolio and desperately need to get back to work!
    PS - I tried the latest EFI update, and the issue was still happening after the update.
    Thanks.
    [email protected]

    Your frustration is very understandable. It sounds like a hardware issue of some sort. The AHT does not test everything, so it will not necessarily find every possible hardware issue. Apple has a more sophisticated hardware test they can run, and often hardware issues may not show up until the machine is heated up. What they probably want to do is to try to reproduce the freeze and then run the test to see what is wrong.
    You can run the cleanest system possible, and still be beset by a hardware problem, which can only be solved by replacing the faulty parts. Here's hoping that the Apple guys can discover what is wrong and fix it for you.
    Hardware problems can be intermittent and hard to find. If they can't make it freeze and therefore don't find anything, then the next step would be to use it at the Apple Store until it freezes up and then give it to them to evaluate.
    Good luck!

  • My 2008 iMac will get to the white boot up screen and has the loading circle and then it will freeze. And will freeze when attempting to boot recovery or bootable disc of Mavericks

    Hi there, I have a 2008 iMac 24' 3.06 Intel Duo with 4gb ram. And yesterday it was working totally fine and jolly with no issues. Then I noticed there was an OS X update for Mavericks, so I finally decided to do it, and once it was rebooted it went to like the grey screen and I could move my mouse, just nothing else was there. So I tried to restart it, and then it booted up, but was really laggy, and so I decided to restart it and try again, this time the iMac froze at the login. So I decided to take it apart, pull the 500gb hard drive, connect it to my MacBook Pro, and then formatted it in Disc Utility. From there, I opened the Mavericks installer on my MacBook and then installed it to the iMac's hard drive via usb hard drive enclosement. And once the install of Mavericks was completed, I put the hard drive back into the iMac and tried to boot it. It now boots up to the white screen with the Apple and the loading circle underneath the Apple and then it freezes and doesn't go any further. So then once that happened, I turned it off and tried to boot it into recovery mode. Then it freezes on the screen with the Apple and loading circle below it. Then out of desperation, tried to use a bootable disc of Mavericks to see if i can at least get the iMac to boot up again, with no success. It froze at the same point again. So now I reach out to the Apple Community to see if anyone else has an idea on what I can do or if anyone had this issue and what they did to resolve it. Any help would be great. Thanks.

    mddcfilms and Pat75, I'm having precisely this same issue -- no booting but spinning and freezing gear under the Apple logo. Have either of you come to a resolution? Here are my details:
    iMac, Early 2008, 24”, 3.06 GHz, 4GB
    September 2013: Nvidia GeForce 8800 GS GPU repaired, HDD replaced with Western Digital 2TB
    21 April 2014: Erased HDD with Disk Utility on Mavericks USB; clean installation of Mavericks from the USB. Process completed without issue, including registration process. After a minute or two of poking around, machine shut down immediately (not through the shut-down process).
    Since then it will not boot up. Grey screen and Apple logo appear, with gear spinning; the gear freezes, then the machine tries to boot up again. Occasionally I’ll hear “To use English for the main language, press the return key.”
    I’ve tried booting into Safe Mode; same gear freeze and restart.
    I’ve tried booting to the 10.9 Recovery disk; same gear freeze and restart.
    Tried booting from Mavericks USB; same freeze and restart.
    Tried booting from 10.6.3 DVD; same freeze and restart.
    Ran Apple Service Toolkit (at Stormfront in the UK), which turned up nothing in error.
    Started in single-user mode to test HDD and RAM, which are fine.
    Started in verbose mode to check logs; some error messages but nothing seems crucial. After the log screen, the grey screen and Apple logo appear, gear spins, and then freeze.
    Cannot get to Apple Hardware Test (vintage machine too old?)
    Cannot get to Target Disk Mode with my MacBook Pro
    Ideas: Potential booting flaw in Mavericks installation. Firmware incompatibility with Mavericks. Hardware issue in Nvidia GPU (known for problems). At the moment I'm hoping that it's a Mavericks installation or firmware issue, though I suspect the Nvidia GPU has blown up on me. These graphics cards are known for being pieces of junk, so I may try installing the lower spec ATI Radeon 2600 GPU if I can find one at a reasonable price.
    Anybody else have precisely these problems or have any advice?

  • KT6 Delta - Random freezes and LAN Issues

    Just built a new PC, installed Win XP, installed all the drivers etc.
    I get random freezes - as in the machine will just stop responding totally.  I could run for an hour before a freeze, other times its frozen before I've even logged in.
    Also the LAN keeps dropping out too.  The timing of this is also random, just to make things interesting.  I could be downloading a 20MB file, get only 2MB into it, then it just sits there.  The only way to get the LAN back up and running is to reboot.  Once I've rebooted, its a case of just waiting for it to fail again  
    The specs are as follows:
    KT6 Delta-FIS2R (Gigabit LAN etc.)
    AMD 2800XP+
    1GB Crucial (2 x 512)
    ATI Radeon 9600 Pro
    80 Maxtor HD
    400W PSU
    I've got the FSB set to 166 and also set the memory up correctly (333 and 2.5 cl) but to no avail.
    I was running with a Soundblaster Audigy card, but took that out and still got the same.  I even tried taking out one of the memory modules.
    I don't think its a temperature issue as the CPU is currently running at about 47 Degrees and I've got the side off-of the case.
    Please - anyone got any ideas???

    I have a KT6 Delta LSR and am having probs with the onboard Broadcom 4401 as well.
    After Initial boot of machine I have 2-5 minutes to surf the net or whatever. At that time I lose connection. Also if I linger on one page long enough to read, I lose connection. Or shutdown a net connected program, it loses connection.
    When I play Tribes - the connection stays till I leave the server - then I have to reboot.
    This is driving me nuts. I have disabled the Lan in bios and installed a Netgear 10/100. XP recognizes it but cannot get rid of "Cable not plugged in" message. So I reinstalled the 4401.
    I have RR and am behind a Phoebe 4 port router. None of the other computers have a problem with the router, and I have tried changing plug in ports around among the computers.
    I have the same version of driver for it as the latest at MSI. Flashed the latest bios lately as well, in desperation.
    Any ideas? I sure would appreciate it.
    Oso
    KT6 Delta-LSR
    XP SP1
    Gig of DDR
    400w power supply

  • Mac Mini Experiencing Hard Freeze 3-4 Times Per day...

    About 10 days ago, my mid-2011 Mac Mini started experiencing a hard freeze wherein I would get the spinning beachball and slowly each open app would be come unresponsive and my only resort was to hold down the power button to restart.  Upon reboot, the system would work fine for about an hour then the freeze would start again.  I've rolled back my configuration to a state prior to the freezing, and in desperation, have done a completely clean re-install of the OS.
    System specs:
    Mid-2011 Mac Mini 2.7 GHz Core i7
    16 GB RAM
    256GB SSD
    750GB HDD
    Attached to a 27" LED Cinema Display, and an Airport Extreme Basestation/TimeCapsule (TimeMachine temporarily disabled)
    I've been reading the logs, but don't really know how to interpret them so I've included a a number of postings right up until I force the reboot.
    Thanks in advance!
    Log below: The system performs fine until 12:15 or so
    Sep  6 12:03:56 Kriss-Mac-mini.local WindowServer[94]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Sep  6 12:04:05 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendAttachNotification (thread 0x7fff7d227180): sending attach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Sep  6 12:04:05 Kriss-Mac-mini.local usbmuxd[44]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    Sep  6 12:04:27 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendDetachNotification (thread 0x7fff7d227180): sending detach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Sep  6 12:06:31 Kriss-Mac-mini.local WindowServer[94]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10ba04eb0
    Sep  6 12:06:31 Kriss-Mac-mini.local WindowServer[94]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10ba04f40
    Sep  6 12:06:31 Kriss-Mac-mini.local WindowServer[94]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10ba04fd0
    Sep  6 12:06:31 Kriss-Mac-mini.local WindowServer[94]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10ba05090
    Sep  6 12:06:31 Kriss-Mac-mini.local WindowServer[94]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x1009dfbc0
    Sep  6 12:06:31 Kriss-Mac-mini.local WindowServer[94]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x1009dfc50
    Sep  6 12:06:31 Kriss-Mac-mini.local WindowServer[94]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x1009dfce0
    Sep  6 12:06:31 Kriss-Mac-mini.local WindowServer[94]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10ba04e20
    Sep  6 12:06:44 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendAttachNotification (thread 0x7fff7d227180): sending attach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Sep  6 12:06:44 Kriss-Mac-mini.local usbmuxd[44]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    Sep  6 12:06:55 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendDetachNotification (thread 0x7fff7d227180): sending detach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Sep  6 12:07:38 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendAttachNotification (thread 0x7fff7d227180): sending attach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Sep  6 12:07:38 Kriss-Mac-mini.local usbmuxd[44]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    Sep  6 12:07:49 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendDetachNotification (thread 0x7fff7d227180): sending detach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Sep  6 12:08:36 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendAttachNotification (thread 0x7fff7d227180): sending attach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Sep  6 12:08:36 Kriss-Mac-mini.local usbmuxd[44]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    Sep  6 12:08:47 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendDetachNotification (thread 0x7fff7d227180): sending detach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Sep  6 12:09:33 Kriss-Mac-mini.local com.apple.qtkitserver[759]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 12:09:33 Kriss-Mac-mini.local com.apple.qtkitserver[759]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 12:09:33 Kriss-Mac-mini kernel[0]: Sandbox: sandboxd(769) deny mach-lookup com.apple.coresymbolicationd
    Sep  6 12:09:35 Kriss-Mac-mini.local sandboxd[769] ([759]): com.apple.qtkits(759) deny mach-lookup com.apple.printtool.agent
    Sep  6 12:10:15 Kriss-Mac-mini.local com.apple.qtkitserver[777]: CGAffineTransformInvert: singular matrix.
    Sep  6 12:10:15 --- last message repeated 3 times ---
    Sep  6 12:10:15 Kriss-Mac-mini.local com.apple.qtkitserver[777]: CGSGetWindowBounds: Invalid connection
    Sep  6 12:10:25 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendAttachNotification (thread 0x7fff7d227180): sending attach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Sep  6 12:10:25 Kriss-Mac-mini.local usbmuxd[44]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    Sep  6 12:11:00 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[776]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:11:01 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendDetachNotification (thread 0x7fff7d227180): sending detach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Sep  6 12:11:09 Kriss-Mac-mini.local WindowServer[94]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Sep  6 12:11:15 --- last message repeated 1 time ---
    Sep  6 12:11:15 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[782]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:11:24 Kriss-Mac-mini.local com.apple.qtkitserver[777]: CGAffineTransformInvert: singular matrix.
    Sep  6 12:11:24 --- last message repeated 1 time ---
    Sep  6 12:11:24 Kriss-Mac-mini.local com.apple.qtkitserver[777]: CGSGetWindowBounds: Invalid connection
    Sep  6 12:11:47 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[786]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:12:35 Kriss-Mac-mini.local com.apple.qtkitserver[777]: CGSGetWindowBounds: Invalid connection
    Sep  6 12:12:58 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[790]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:13:06 Kriss-Mac-mini.local com.apple.qtkitserver[777]: CGSGetWindowBounds: Invalid connection
    Sep  6 12:13:10 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[794]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:15:12 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[806]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:15:22 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[809]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:15:51 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[816]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:16:07 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[818]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:17:10 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[823]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:17:24 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[825]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:18:22 Kriss-Mac-mini.local Locum[829]: Connection with distnoted server was invalidated
    Sep  6 12:19:05 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendAttachNotification (thread 0x7fff7d227180): sending attach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Sep  6 12:19:05 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[766]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:19:05 Kriss-Mac-mini.local usbmuxd[44]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    Sep  6 12:20:01 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendDetachNotification (thread 0x7fff7d227180): sending detach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Sep  6 12:23:55 Kriss-Mac-mini.local Google Chrome Helper[844]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Sep  6 12:23:55 Kriss-Mac-mini.local Google Chrome Helper[845]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Sep  6 12:23:55 Kriss-Mac-mini.local Google Chrome Helper[844]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Sep  6 12:23:56 Kriss-Mac-mini.local Google Chrome Helper[845]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Sep  6 12:23:58 Kriss-Mac-mini.local Google Chrome Helper[847]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Sep  6 12:23:59 Kriss-Mac-mini com.apple.launchd[1] (com.apple.coremedia.videodecoder[835]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 12:24:01 Kriss-Mac-mini.local Google Chrome Helper[847]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Sep  6 12:24:01 Kriss-Mac-mini.local Google Chrome Helper EH[848]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Sep  6 12:27:54 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendAttachNotification (thread 0x7fff7d227180): sending attach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Sep  6 12:27:54 Kriss-Mac-mini.local usbmuxd[44]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    Sep  6 12:28:45 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _handle_timer heartbeat detected detach for device 0xc-10.0.1.117:0!
    Sep  6 12:28:52 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendDetachNotification (thread 0x7fff7d227180): sending detach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Sep  6 12:46:04 Kriss-Mac-mini.local ScreenSaverEngine[887]: moduleFromLegacyDefaults: <ScreenSaverDefaults: 0x7fc57321f5a0>
    Sep  6 12:46:04 Kriss-Mac-mini.local ScreenSaverEngine[887]: Attempted search for modules of unknown type (4)
    Sep  6 12:46:04 Kriss-Mac-mini.local ScreenSaverEngine[887]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 12:46:04 Kriss-Mac-mini.local ScreenSaverEngine[887]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 12:49:01 Kriss-Mac-mini kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=891[GoogleSoftwareUp] clearing CS_VALID

    I looked these up and none of the network profiles list these MAC addresses. Strange.
    I went to dinner and when I returned the computer was frozen again.  These strange entries appeared in the log:
    Sep  6 15:33:07 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10d657190
    Sep  6 15:33:07 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10d62bb70
    Sep  6 15:33:07 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10d6570c0
    Sep  6 15:33:07 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x100e6f130
    Sep  6 15:33:07 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10d680450
    Sep  6 15:33:07 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10d63b650
    Sep  6 15:33:07 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10d6804e0
    Sep  6 15:33:07 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10d6805a0
    Sep  6 15:33:14 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10c5edd40
    Sep  6 15:33:14 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10c517540
    Sep  6 15:33:14 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x1009b1150
    Sep  6 15:33:14 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10c5d2120
    Sep  6 15:33:14 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10c5de420
    Sep  6 15:33:14 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10c51e650
    Sep  6 15:33:14 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10cd8b020
    Sep  6 15:33:14 Kriss-Mac-mini.local WindowServer[80]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x10cdfb8f0
    Sep  6 15:57:58 Kriss-Mac-mini.local Dock[128]: CGSSetWindowTransformAtPlacement: Singular matrix [inf 0.000 0.000 inf]
    Sep  6 15:58:00 Kriss-Mac-mini.local Dock[128]: Unable to open IOHIDSystem (e00002bd)
    Sep  6 15:58:00 Kriss-Mac-mini kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    Sep  6 16:02:35 Kriss-Mac-mini.local com.apple.usbmuxd[44]: _SendDetachNotification (thread 0x7fff75469180): sending detach for device 60:c5:47:57:e8:27@fe80::62c5:47ff:fe57:e827._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Sep  6 16:02:40 Kriss-Mac-mini.local WindowServer[80]: Created shield window 0xdf for display 0x0424faa4
    Sep  6 16:02:40 Kriss-Mac-mini.local WindowServer[80]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    Sep  6 16:02:40 Kriss-Mac-mini.local WindowServer[80]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    Sep  6 16:03:50 Kriss-Mac-mini kernel[0]: PM notification cancel (pid 322, Transmit)
    Sep  6 16:03:50 Kriss-Mac-mini kernel[0]: IOPMrootDomain: idle cancel
    Sep  6 16:06:17 Kriss-Mac-mini kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=352[GoogleSoftwareUp] clearing CS_VALID
    Then I rebooted.  Curious about the screenshot entry.  I'm stumped.

  • Mac Mini Freezing Issues

    So, I recently bought a refurbished Mac Mini, late 2009 model. It worked fine for the first few months, but after moving back to school, it started acting oddly. First, it had problems booting. It would freeze up during the boot up, or occasionally right after if finished booting. After messing around with it, it started working fairly reliably again. However, every once in a while, under moderate use, it would freeze up and would have problems restarting. I came to the realization that it was probably overheating, and tried a few tricks to get more air to it. This worked…
    For a while. Last week, it died. It would get to the gray screen with the spinning wheel, and then freeze. It couldn't get past this step. In desperation, I took it into the Apple store, as it was still under warranty. After several days, they fixed it, but in the process, had to replace the hard drive. Luckily, I had a back up. Reset the computer, reloaded the back up, and started to use it… only to have it freeze again.
    I noticed that every time it crashed, it seemed abnormally hot. I think this may be an overheating issue, and I have taken steps to monitor it (I currently have a temperature monitor watching over the CPU temperature). I just wanted to know what other people thought.
    My current set up is thus:
    Late 2009 Model Mac Mini, 2.53 GHz Intel Core 2 Duo
    Dual monitors, connected via adapters to the Mini-display port and mini-DVI port
    Ethernet internet (limited wireless here in the dorms)
    Apple keyboard and Logitech mouse
    Verbatim external hard drive, 320 GB, connected via Firewire 400/800 cable
    My current thoughts are that it's either due to the dual monitors stressing out the video card, or the external hard drive. I've noticed that the external hard drive is constantly on when it's plugged in to the computer (it gets it's power via the firewire cable), and that if I leave the external drive plugged in overnight, the computer can occasionally act sluggishly.
    If anyone has any further insight into this or can verify my hypothesis, that would be great. Thank you for your time.

    After looking around online some more, found that there are many complaints with this specific hard drive. The main issue, it seems, is that it has limited ventilation, and therefore has issues staying cool. Unfortunately, due to the length of my firewire cord, the external hard drive typically has to sit fairly close to the Mini, usually resting on top of it. So, if this is right, then it's the poorly designed external HD overheating, which in turn overheats the Mini to the point of failure. I'll look into getting a better external to replace this one, and for the time being I'll only have it connected for brief periods for backup.

  • Windows 8.1 crashes and freezes

    I am running Windows 8.1 on Samsung series 5 ultrabook equipped with:
    - AMD A4-4355M  processor
    - AMD Radeon HD 7400G (integrated graphics)
    Recently I have used samsung recovery tool and got my laptop to initial state(from the day of the first turn on), with the first start after recovering multiple actualizations were automatically downloaded and installed and everything was running smoothly
    for a week or so. Problems occurred two days ago, when for no apparent reason my computer was crashing and freezing displaying wide vertical stripes of the colour that was dominating on the screen at the moment of crashing. Those crushes were occurring 3 to
    5 minutes after turning on the computer. I have managed to download and install newest recommended graphic drivers, however it hasn't helped at all.
    In my desperation I have recovered system one more time yesterday, during recovering process (lasting 20min) everything was ok, and after turning on the system everything is working UNTIL I open IE, then the same problem instantly occurres.

    Hi Gbonaert,
    This kind of issue might be caused by incompatible add-ons or corruption during update.
    Reset Internet Explorer then check the issue again.
    http://windows.microsoft.com/en-us/internet-explorer/reset-ie-settings#ie=ie-11
    If the issue still persists
    Try disable/removing add-ons in your Internet Explorer, or you also could start Internet Explorer under no add-on mode.
    http://windows.microsoft.com/en-us/internet-explorer/manage-add-ons#ie=ie-11
    Regards,
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Late 2013 Mac Pro freezes constantly - GPU Hang

    I've been having a very consistently recurring problem with my brand new Mac Pro freezing. I am unable to predictably reproduce the problem, unfortunately, which makes it hard to solve or troubleshot from the get go. Basically every time I boot up I get a full freeze of the machine anywhere from within the first 10 minutes to an hour of boot up... somewhere in that window usually. Whatever applications are open will freeze, including system OS and usually only the mouse will be able to move but I will not be able to click on anything or Force Quit or restart. My only option is to hard reboot by holding down the power button for several seconds.
    It doesn't seem to be isolated to occurring with any one application being open. I use my computer primarily for audio recording and editing. I use Avid Pro Tools HD 11.2. It's a version of their software supported to run on Mavericks 10.9.3 which is what I am running. I use it with their HD Native Thunderbolt hardware. Other than a few drivers installed to run audio and MIDI interfaces connected to the machine, I don't have much else installed on the computer yet. I do have a few 3rd party audio plugins installed, however, these problems were occurring before I installed much of anything on the machine.
    I've checked Console each time I have the freeze ups and scroll to the log at the time it occurred. Almost every time without fail I get basically the following message in the Console log:
    7/7/14 7:40:24.000 PM kernel[0]: [6:0:0] GPU HangState 0x00000000, HangFlags 0x00000004: IndividualEngineHang 0, NonEngineBlockHang 0, FenceNotRetired 1, PerEngineReset 0, FullAsicReset 1
    7/7/14 7:40:24.000 PM kernel[0]: ** GPU ASIC Log Start **
    7/7/14 7:40:24.000 PM kernel[0]: : 0x00006810 : 0x000000e3 : 0x00000001 : 0x00000018 : 0x0000a060 : 0x00000001 : 0x00000001 : 0x00006810
    7/7/14 7:40:24.000 PM kernel[0]: : 0x00000001 : 0x00000015 : 0x00000000 : 0x00000001 : 0x00000047 : 0x00005009 : 0x00000001 : 0x00000058
    .... a whole bunch of kernel panic spew, and then...
    7/7/14 7:40:25.000 PM kernel[0]: ** GPU ASIC Log End **
    7/7/14 7:40:25.000 PM kernel[0]: 0x000001f5 : 0x00000000 : 0x00000000 : 0x00000000
    7/7/14 7:40:25.000 PM kernel[0]: : 0x00000000 : 0xc0036900 : 0x00000204 : 0x00000000 : 0x00080244 : 0x0000043f : 0xc0016900 : 0x00000208
    ... more spew logs, and then finally...
    7/7/14 7:40:25.000 PM kernel[0]: : ** GPU Debug Info End **
    7/7/14 7:40:25.000 PM kernel[0]: ------------------------
    7/7/14 7:40:25.000 PM kernel[0]: GPURestartReportEnd
    7/7/14 7:40:25.000 PM kernel[0]: Trying restart GPU ...
    It's almost always saying something about a "GPU Hang" at the time of freeze up. I don't know much about what the possible problem could be but some initial research led me to believe it was graphics card related. I thought that because I was running two monitors perhaps the connections there were fouling up somehow. I am running two identical monitors simultaneously. One runs off a regular HDMI cable. The other was via a 3rd party Mini DisplayPort to DVI adapter. I thought perhaps the non-Apple branded adapter I was using could be the culprit? The Apple Store (of course) agreed and sold me the Apple DVI to mini DisplayPort adapter. I swapped it out but it did not solve my issue. Still having the freezes. Sometimes after the freeze happens I'll also get a pop up warning that my external hard drive connected via USB was ejected improperly, even though I hadn't touched anything?? The whole thing goes haywire.
    It's been doing this for a few months now. I've contacted Apple Care and spent an hour on the phone with them which resulted in making an appointment at a local Apple Store with a Genius. This was after they recommended that I reset both the SMC and the PRAM on the machine, neither of which solved the issue either. I took the machine in and they kept it for 48 hours to do a full stress test to see if they could determine the issue. No problems were found. They gave me the computer back and could not reproduce my problem.
    The problem still exists. So that's why I'm writing on here, out of desperation because I have a brand new Mac Pro, under warranty, that is essentially useless. I have a follow up call into Apple Care to see what my next steps are but I haven't gotten a call back.
    The only next steps I can imagine are to possibly update to Mavericks 10.9.4 to see if that might help even though Pro Tools is not yet supported by that OSX version yet. Or do a full clean re-install of OSX and all software on the computer (yikes!).
    Or Apple needs to swap me a new machine. This is unacceptable.
    Anyone else having this issue??
    Here are specs on the machine:
    Mac Pro (late 2013, 6.1)
    Processor  3.5 GHz 6-Core Intel Xeon E5
    Memory  32 GB 1867 MHz DDR3 ECC
    Graphics  AMD FirePro D300 2048 MB
    Software  OS X 10.9.3 (13D65)
    Boot ROM Version: MP61.0116.B04
    SMC Version (system): 2.20f18

    Same problem here:
    System Info:
      Modellname:    Mac Pro
      Modell-Identifizierung:    MacPro6,1
      Prozessortyp:    8-Core Intel Xeon E5
      Prozessorgeschwindigkeit:    3 GHz
      Anzahl der Prozessoren:    1
      Gesamtanzahl der Kerne:    8
      L2-Cache (pro Kern):    256 KB
      L3-Cache:    25 MB
      Speicher:    16 GB
      Boot-ROM-Version:    MP61.0116.B11
      SMC-Version (System):    2.20f18
    Wed Mar 25 10:30:47 2015
    Event:               GPU Reset
    Data/Time:           Wed Mar 25 10:30:47 2015
    Application:        
    Path:               
    OS Version:          Mac OS X Version 10.10.2 (Build 14C1514)
    Graphics Hardware:   AMD FirePro D300
    Signature:           2e
    Report Data:
    GPURestartReportStart
    [03] AccelChannel: DMA0
    Currently pending command from UnknownCtx
    PendingCommandTimestamp: 0x00016404, TotalDWords: 0x00000009, GART Offset=0x0000000085fd0000, stamp_idx=3, estamp=0x00016404
    PendingCommandStart:
    PendingCommandEnd
    [03] DMA0HWChannel: Enabled: Not Idle
    IndirectCommandSize: 0x00000040, LastReadTimestamp: 0x00016403, NextSubmitTimestamp: 0x00016407
    [00] HWRing: Enabled
    RingSizeInDwords: 0x0800,  FreeSpace: 0x0757, Head: 0x000000d8, LastSubmitPosition: 0x00000180, Tail: 0x00000180
    RB[0]_RPTR: 0x00000360, RB[0]_WPTR: 0x00000600
    HWRingDumpStart:
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81da0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80040098 0x00000000 0x60000000 0x80000180 0x00000000 0x00016401 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81e20000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x800400d0 0x00000000 0x60000000 0x80000180 0x00000000 0x00016402 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81ea0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x800400e8 0x00000000 0x60000000 0x80000180 0x00000000 0x00016403 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x85fd0000 0x00020000
    0xf0000000 <= ReadPtr 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80040100 0x00000000 0x60000000 0x80000180 0x00000000 0x00016404 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81f20000 0x01200000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80040118 0x00000000 0x60000000 0x80000180 0x00000000 0x00016405 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81fa0000 0x01200000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80040130 0x00000000 0x60000000 0x80000180 0x00000000 0x00016406 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 <= Tail <= LastSubmit 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x80920000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f30 0x00000000 0x60000000 0x80000180 0x00000000 0x000163e7 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x80c20000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f38 0x00000000 0x60000000 0x80000180 0x00000000 0x000163e8 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x80ca0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f40 0x00000000 0x60000000 0x80000180 0x00000000 0x000163e9 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x80d20000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f48 0x00000000 0x60000000 0x80000180 0x00000000 0x000163ea 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x80da0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f50 0x00000000 0x60000000 0x80000180 0x00000000 0x000163eb 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x80e20000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f58 0x00000000 0x60000000 0x80000180 0x00000000 0x000163ec 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x80ea0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f60 0x00000000 0x60000000 0x80000180 0x00000000 0x000163ed 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x80f20000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f68 0x00000000 0x60000000 0x80000180 0x00000000 0x000163ee 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x80fa0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f70 0x00000000 0x60000000 0x80000180 0x00000000 0x000163ef 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81020000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f78 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f0 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x810a0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f80 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f1 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x813a0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f88 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f2 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81420000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f90 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f3 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x814a0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047f98 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f4 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81520000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fa0 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f5 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x815a0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fa8 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f6 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81620000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fb0 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f7 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x816a0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fb8 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f8 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81720000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fc0 0x00000000 0x60000000 0x80000180 0x00000000 0x000163f9 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x817a0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fc8 0x00000000 0x60000000 0x80000180 0x00000000 0x000163fa 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81820000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fd0 0x00000000 0x60000000 0x80000180 0x00000000 0x000163fb 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81b20000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fd8 0x00000000 0x60000000 0x80000180 0x00000000 0x000163fc 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81ba0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fe0 0x00000000 0x60000000 0x80000180 0x00000000 0x000163fd 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81c20000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047fe8 0x00000000 0x60000000 0x80000180 0x00000000 0x000163fe 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81ca0000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047ff0 0x00000000 0x60000000 0x80000180 0x00000000 0x000163ff 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0x40000000 0x81d20000 0x00020000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000 0xf0000000
    0x50600000 0x80047ff8 0x00000000 0x60000000 0x80000180 0x00000000 0x00016400 0xf0000000
    0xf0000000 0xf0000000 0x30000002 0x80000190 0x80000180 0x00000000 0x00000000 0x70000000
    HWRingDumpEnd
    [0] PFP_HEADER_DUMP:  0xc0012d00  0xc0002f00  0xc0016800  0xc0047600  0xc0047600
    [0] ME_HEADER_DUMP :  0xc0013900  0xc0053c00  0xc0034300  0x00002010  0x0000a2a4
    [1] PFP_HEADER_DUMP:  0xbbff7edf  0x5988ec76  0x929185fe  0x6b7e9b34  0x71c3fdc6
    [1] ME_HEADER_DUMP :  0xbabad4bf  0xff0fab3e  0xb527941a  0x00f949ff  0xdd1ff7aa
    [2] PFP_HEADER_DUMP:  0xc0013900  0xc0044702  0xc0001700  0xc0a71000  0xc0034302
    [2] ME_HEADER_DUMP :  0xc0013900  0xc0044702  0xc0001700  0xc0034302  0xc0004602
    SRBM_CNTL  : 0x000003ff | CP_ME_CNTL  : 0x00000000
    SRBM_STATUS: 0x200046c0 | SRBM_STATUS2: 0x00000020
    GRBM_STATUS: 0xa0003028 | GRBM_STATUS2: 0x00000000
    GPU HangFlags 0x00000007: AsicHangState 0x00000007, AsicResetRequirement 0x00000002
    IndividualEngineHang: 1
    NonEngineBlockHang  : 1
    FenceNotRetired     : 1
    PerEngineReset      : 0
    FullAsicReset       : 1
    GPU HangState 0x0000002e: Hung Engines:
    GRAPHICS COMPUTE0 COMPUTE1 DRMDMA/SDMA
    AMDPitcairnGraphicsAccelerator PCIe Device: [6:0:0] State: ENABLED, channelResetMask 0x00000008
    Configuration: deviceBits: 0x50116810, capabilityBits: 0x30840300
    TotalVideoRAMBytes: 0x0000000080000000 (2147483648)
    [00] PM4 Engine: Enabled: Not Idle
    [00] GFX Channel: Enabled: Not Idle
    [01] C0 Channel: Enabled: Idle
    [02] C1 Channel: Enabled: Idle
    [01] DMA Engine: Enabled: Not Idle
    [03] DMA0 Channel: Enabled: Not Idle
    [02] UVD Engine: Disabled: Idle
    [04] UVD Channel: Disabled: Idle
    [03] SPU Engine: Disabled: Idle
    [05] SPU Channel: Disabled: Idle
    [04] DMA1 Engine: Enabled: Idle
    [06] DMA1 Channel: Enabled: Idle
    [05] VCE Engine: Disabled: Idle
    [07] VCE Channel: Disabled: Idle
    [08] VCELLQ Channel: Disabled: Idle
    : ** GPU Debug Info Start **
    : 0x00006810 : 0x000000e3 : 0x00000001 : 0x00000018 : 0x0000a060 : 0x00000001 : 0x00000001 : 0x00006810
    : 0x00000001 : 0x00000015 : 0x00000000 : 0x00000001 : 0x00000047 : 0x00005009 : 0x00000001 : 0x00000058
    : 0x00000012 : 0x00000001 : 0x00000055 : 0x00000000 : 0x00000001 : 0x0000004a : 0x0000106b : 0x00000001
    : 0x0000004d : 0x0000012a : 0x00000000 : 0x00000010 : 0x00010900 : 0x00000000 : 0x00000021 : 0x00000080
    : 0x00000000 : 0x00000011 : 0x00000007 : 0x00000002 : 0x0000263d : 0x00000001 : 0x00000002 : 0x000021a0
    : 0x84098647 : 0x00000002 : 0x0000219f : 0x004050c6 : 0x00000002 : 0x0000219d : 0x00000000 : 0x00000002
    : 0x0000219e : 0x00010000 : 0x00000002 : 0x0000219c : 0x00000400 : 0x00000002 : 0x0000a0da : 0x00000000
    : 0x00000002 : 0x00003051 : 0x00000000 : 0x00000002 : 0x00002e14 : 0x00000000 : 0x00000002 : 0x0000a0d9
    : 0x00000000 : 0x00000002 : 0x000021da : 0x001a0005 : 0x00000002 : 0x000021db : 0x00000080 : 0x00000002
    : 0x000021dd : 0x00000002 : 0x00000002 : 0x000021e0 : 0x00300035 : 0x00000002 : 0x000021e1 : 0x00f0010a
    : 0x00000002 : 0x000021e2 : 0x04600460 : 0x00000002 : 0x000021e3 : 0x04f304f3 : 0x00000002 : 0x000021e5
    : 0x01400142 : 0x00000002 : 0x000021b4 : 0x00000000 : 0x00000002 : 0x0000217f : 0x00000000 : 0x00000002
    : 0x00002100 : 0x80042678 : 0x00000002 : 0x00002101 : 0xc0100000 : 0x00000002 : 0x00002102 : 0x80042678
    : 0x00000002 : 0x00002103 : 0xc0100000 : 0x00000002 : 0x00002104 : 0x002a9b84 : 0x00000002 : 0x00002105
    : 0x00000000 : 0x00000002 : 0x000021b6 : 0x00000000 : 0x00000002 : 0x0000216d : 0x10101000 : 0x00000002
    : 0x0000216e : 0x00000000 : 0x00000002 : 0x00002169 : 0x10101000 : 0x00000002 : 0x0000216a : 0x80000000
    : 0x00000002 : 0x0000216b : 0x11111111 : 0x00000002 : 0x0000216c : 0x00000000 : 0x00000002 : 0x00003041
    : 0x00c00a0d : 0x00000002 : 0x00003040 : 0x00800010 : 0x00000002 : 0x00003042 : 0x00003200 : 0x00000002
    : 0x00003043 : 0x80000040 : 0x00000002 : 0x000021c0 : 0x000029b0 : 0x00000002 : 0x00003045 : 0x000017c0
    : 0x00000002 : 0x00003061 : 0x00c00a0d : 0x00000002 : 0x00003060 : 0x00800110 : 0x00000002 : 0x00003062
    : 0x800000c0 : 0x00000002 : 0x000021bf : 0x00000000 : 0x00000002 : 0x00003064 : 0x00000000 : 0x00000002
    : 0x00003066 : 0x00c00a0d : 0x00000002 : 0x00003065 : 0x00800210 : 0x00000002 : 0x00003067 : 0x80000140
    : 0x00000002 : 0x000021be : 0x00002600 : 0x00000002 : 0x00003069 : 0x00002600 : 0x00000002 : 0x000021cc
    : 0x87fb18c0 : 0x00000002 : 0x000021cd : 0x00000000 : 0x00000002 : 0x000021ce : 0x00000b80 : 0x00000002
    : 0x00002192 : 0x00000000 : 0x00000002 : 0x000021cf : 0x87fb0000 : 0x00000002 : 0x000021d0 : 0x00000000
    : 0x00000002 : 0x000021d1 : 0x00000000 : 0x00000002 : 0x00002193 : 0x00000000 : 0x00000002 : 0x000021dc
    : 0x000000c0 : 0x00000002 : 0x00002170 : 0x80050101 : 0x00000002 : 0x00002171 : 0xe0000000 : 0x00000002
    : 0x00002175 : 0x80050101 : 0x00000002 : 0x00002176 : 0xe0000000 : 0x00000002 : 0x00003057 : 0x00000015
    : 0x00000002 : 0x00003054 : 0x0000004c : 0x00000002 : 0x0000305a : 0x00000038 : 0x00000002 : 0x00001508
    : 0x00080200 : 0x00000002 : 0x00000b00 : 0x8f200029 : 0x00000002 : 0x00000bd1 : 0x00000000 : 0x00000002
    : 0x00000bf8 : 0x00000000 : 0x00000002 : 0x00000504 : 0x20492491 : 0x00000002 : 0x0000050c : 0x00000002
    : 0x00000002 : 0x00000536 : 0x00000000 : 0x00000002 : 0x00000503 : 0x00000000 : 0x00000002 : 0x00002000
    : 0x00000018 : 0x00000002 : 0x00002004 : 0xa0003028 : 0x00000002 : 0x00002002 : 0x00000000 : 0x00000002
    : 0x00002005 : 0x00000006 : 0x00000002 : 0x00002006 : 0x00000006 : 0x00000002 : 0x000021a3 : 0x00080808
    : 0x00000002 : 0x00002016 : 0x9000b850 : 0x00000002 : 0x00000390 : 0x000003ff : 0x00000002 : 0x00000394
    : 0x200000c0 : 0x00000002 : 0x00000393 : 0x00000020 : 0x00000002 : 0x000003a6 : 0x8100357c : 0x00000002
    : 0x00000f88 : 0x00000047 : 0x00000002 : 0x0000380a : 0x0c000000 : 0x00000002 : 0x00003808 : 0xc0000000
    : 0x00000002 : 0x00001576 : 0x00000000 : 0x00000002 : 0x0000340b : 0x04208400 : 0x00000002 : 0x0000340d
    : 0x45483102 : 0x00000002 : 0x0000340c : 0x00800040 : 0x00000002 : 0x00003409 : 0x80000001 : 0x00000002
    : 0x0000340a : 0x00000020 : 0x00000002 : 0x00003416 : 0x00000020 : 0x00000002 : 0x00003413 : 0x00000004
    : 0x00000002 : 0x00003414 : 0x85fd0000 : 0x00000002 : 0x00003415 : 0x00000000 : 0x00000002 : 0x00003401
    : 0x00800310 : 0x00000002 : 0x00003400 : 0x00000017 : 0x00000002 : 0x00003402 : 0x00000360 : 0x00000002
    : 0x00003408 : 0x00000000 : 0x00000002 : 0x00003407 : 0x00000000 : 0x00000002 : 0x00003403 : 0x00000600
    : 0x00000002 : 0x00003404 : 0x00401000 : 0x00000002 : 0x00003406 : 0x00000000 : 0x00000002 : 0x00003405
    : 0x00000000 : 0x00000002 : 0x0000360d : 0x44c83d57 : 0x00000002 : 0x0000360c : 0x00800040 : 0x00000002
    : 0x00003609 : 0x80000001 : 0x00000002 : 0x0000360a : 0x00000080 : 0x00000002 : 0x00003616 : 0x00000000
    : 0x00000002 : 0x00003613 : 0x00000020 : 0x00000002 : 0x00003614 : 0x80062600 : 0x00000002 : 0x00003615
    : 0x00000000 : 0x00000002 : 0x00003601 : 0x00800360 : 0x00000002 : 0x00003600 : 0x00000017 : 0x00000002
    : 0x00003602 : 0x00000300 : 0x00000002 : 0x00003608 : 0x00000000 : 0x00000002 : 0x00003607 : 0x00000000
    : 0x00000002 : 0x00003603 : 0x00000300 : 0x00000002 : 0x00003604 : 0x00401000 : 0x00000002 : 0x00003606
    : 0x00000000 : 0x00000002 : 0x00003605 : 0x00000000 : 0x00000002 : 0x00000a25 : 0x5fc30049 : 0x00000002
    : 0x00000a05 : 0x00000000 : 0x00000002 : 0x00000a36 : 0x6000e016 : 0x00000002 : 0x00000a76 : 0x00000000
    : 0x00000002 : 0x00000a7d : 0x0600c300 : 0x00000002 : 0x00000a20 : 0x00000300 : 0x00000002 : 0x00000a13
    : 0x00000000 : 0x00000002 : 0x00000a38 : 0x007300bb : 0x00000002 : 0x00000abc : 0x2c2c2c2c : 0x00000002
    : 0x00000832 : 0x00000005 : 0x00000002 : 0x00000847 : 0x00040000 : 0x00000002 : 0x00000838 : 0x0000781f
    : 0x00000002 : 0x00000839 : 0x0000001f : 0x00000002 : 0x0000083a : 0x0000000f : 0x00000002 : 0x00000895
    : 0x00000000 : 0x00000002 : 0x00000896 : 0x00000000 : 0x00000002 : 0x00000897 : 0x00000000 : 0x00000002
    : 0x000008a6 : 0x00000000 : 0x00000002 : 0x0000099b : 0x00000000 : 0x00000002 : 0x0000099c : 0x00000000
    : 0x00000002 : 0x0000099d : 0x00000000 : 0x00000002 : 0x000009a8 : 0x00000000 : 0x00000002 : 0x000009b0
    : 0x00000000 : 0x00000002 : 0x000009b1 : 0x00000000 : 0x00000002 : 0x00002284 : 0x00000000 : 0x00000002
    : 0x00002294 : 0x00000000 : 0x00000002 : 0x000022f3 : 0x00000000 : 0x00000002 : 0x0000223c : 0x00000000
    : 0x00000002 : 0x0000225c : 0x00000000 : 0x00000002 : 0x00002256 : 0x00000000 : 0x00000002 : 0x000021b8
    : 0x50000000 : 0x00000002 : 0x000030c0 : 0x00000001 : 0x00000002 : 0x000030d3 : 0x00000006 : 0x00000002
    : 0x000030d1 : 0x00000000 : 0x00000002 : 0x00002b01 : 0x00000000 : 0x00000002 : 0x00002b06 : 0x80400200
    : 0x00000002 : 0x00002b00 : 0x00000000 : 0x00000002 : 0x00002300 : 0x00000000 : 0x00000002 : 0x00002140

  • Constant hard freezes and no answers from Apple (Macbook Pro mid-2012)

    Hi.. I'm new here and posting this in desperation. I've been to the Genius Bar 3 times, and been on the phone with Applecare support twice now to try and troubleshoot the hard freezes happening to my computer. In the store, on the 1st occassion they ran some tests, the 2nd time my fan had stopped working so they replaced it. The third time they ran hardware testing overnight (which passed) and ran software testing and told me I had third party software called 'Gatekeeper' that might be causing the problem which they said they removed and reinstalled the OS X. I looked up Gatekeeper only to find out its part of the OS X which I found really confusing. None of this has stopped the crashes (hard freezes that require manually shutting down) and which happen intermittently (3-4 times a day).
    I'm wondering if the next step now is to format my hard drive and do a clean install? I have a case number open with Apple customer support now, but they basically say I need to bring it back in for more testing...which is quite difficult considering I'm pressed for time and writing term papers at the moment and basically need my computer (and yes I have all my important files backed up).
    Here are my last two kernel logs. Any help is much appreciated!
    Thu Apr 11 17:07:34 2013
    panic(cpu 2 caller 0xffffff800524388d): "zalloc: zone \"\" empty."@/SourceCache/xnu/xnu-2050.22.13/osfmk/kern/zalloc.c:1761
    Backtrace (CPU 2), Frame : Return Address
    0xffffff80838d3cb0 : 0xffffff800521d626
    0xffffff80838d3d20 : 0xffffff800524388d
    0xffffff80838d3e00 : 0xffffff800523d35c
    0xffffff80838d3e30 : 0xffffff8005558edd
    0xffffff80838d3e60 : 0xffffff800555945f
    0xffffff80838d3ea0 : 0xffffff8005558c89
    0xffffff80838d3f00 : 0xffffff800555976c
    0xffffff80838d3f50 : 0xffffff80055e063a
    0xffffff80838d3fb0 : 0xffffff80052cdd23
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    12D78
    Kernel version:
    Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    Kernel UUID: 3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6
    Kernel slide: 0x0000000005000000
    Kernel text base: 0xffffff8005200000
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 8855382461912
    vm objects:14602336
    vm object hash entri:2076720
    VM map entries:2051600
    pv_list:5529600
    vm pages:72233856
    kalloc.64:6152192
    kalloc.128:3887104
    kalloc.256:2027520
    kalloc.512:1933312
    kalloc.4096:1929216
    kalloc.8192:3358720
    ipc ports:1636800
    vnodes:16507128
    namecache:7025760
    HFS node:21840864
    HFS fork:6643712
    buf.4096:1671168
    buf.8192:122871808
    ubc_info zone:3734424
    vnode pager structur:2076720
    Kernel Stacks:1933312
    PageTables:31158272
    Kalloc.Large:12392309
    last loaded kext at 356342490204: com.apple.filesystems.smbfs     1.8 (addr 0xffffff7f86e7d000, size 229376)
    last unloaded kext at 389827949503: com.apple.filesystems.msdosfs     1.8 (addr 0xffffff7f86e6f000, size 57344)
    loaded kexts:
    com.apple.filesystems.smbfs     1.8
    com.apple.driver.AudioAUUC     1.60
    com.apple.driver.AGPM     100.12.87
    com.apple.driver.X86PlatformShim     1.0.0
    com.apple.driver.AppleHDA     2.3.7fc4
    com.apple.iokit.IOUserEthernet     1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager     4.1.3f3
    com.apple.Dont_Steal_Mac_OS_X     7.0.0
    com.apple.driver.AppleSMCPDRC     1.0.0
    com.apple.driver.ApplePolicyControl     3.3.0
    com.apple.driver.AppleLPC     1.6.0
    com.apple.driver.AppleUpstreamUserClient     3.5.10
    com.apple.driver.AppleBacklight     170.2.5
    com.apple.driver.AppleMCCSControl     1.1.11
    com.apple.driver.AppleMikeyHIDDriver     122
    com.apple.filesystems.autofs     3.0
    com.apple.driver.AppleMikeyDriver     2.3.7fc4
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport     4.1.3f3
    com.apple.driver.AppleIntelHD4000Graphics     8.1.0
    com.apple.driver.AppleSMCLMU     2.0.3d0
    com.apple.driver.AppleIntelFramebufferCapri     8.1.0
    com.apple.driver.SMCMotionSensor     3.0.3d1
    com.apple.driver.AppleUSBTCButtons     237.1
    com.apple.driver.AppleUSBTCKeyboard     237.1
    com.apple.driver.AppleIRController     320.15
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless     1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib     1.0.0d1
    com.apple.BootCache     34
    com.apple.iokit.SCSITaskUserClient     3.5.5
    com.apple.driver.XsanFilter     404
    com.apple.iokit.IOAHCIBlockStorage     2.3.1
    com.apple.iokit.AppleBCM5701Ethernet     3.6.0b1
    com.apple.driver.AppleSDXC     1.4.0
    com.apple.driver.AirPort.Brcm4331     614.20.16
    com.apple.driver.AppleAHCIPort     2.5.1
    com.apple.driver.AppleFWOHCI     4.9.6
    com.apple.driver.AppleUSBHub     5.5.5
    com.apple.driver.AppleUSBXHCI     5.5.5
    com.apple.driver.AppleUSBEHCI     5.5.0
    com.apple.driver.AppleEFINVRAM     1.7
    com.apple.driver.AppleSmartBatteryManager     161.0.0
    com.apple.driver.AppleACPIButtons     1.7
    com.apple.driver.AppleRTC     1.5
    com.apple.driver.AppleHPET     1.8
    com.apple.driver.AppleSMBIOS     1.9
    com.apple.driver.AppleACPIEC     1.7
    com.apple.driver.AppleAPIC     1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient     196.0.0
    com.apple.nke.applicationfirewall     4.0.39
    com.apple.security.quarantine     2
    com.apple.driver.AppleIntelCPUPowerManagement     196.0.0
    com.apple.driver.DspFuncLib     2.3.7fc4
    com.apple.iokit.IOAudioFamily     1.8.9fc11
    com.apple.kext.OSvKernDSPLib     1.6
    com.apple.iokit.IOSurface     86.0.4
    com.apple.iokit.IOSerialFamily     10.0.6
    com.apple.driver.X86PlatformPlugin     1.0.0
    com.apple.iokit.IOBluetoothFamily     4.1.3f3
    com.apple.driver.AppleHDAController     2.3.7fc4
    com.apple.iokit.IOHDAFamily     2.3.7fc4
    com.apple.driver.AppleGraphicsControl     3.3.0
    com.apple.driver.IOPlatformPluginFamily     5.3.0d51
    com.apple.iokit.IOFireWireIP     2.2.5
    com.apple.driver.AppleBacklightExpert     1.0.4
    com.apple.kext.triggers     1.0
    com.apple.driver.AppleSMBusController     1.0.11d0
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport     4.1.3f3
    com.apple.driver.AppleSMBusPCI     1.0.11d0
    com.apple.iokit.IOAcceleratorFamily     30.14
    com.apple.iokit.IONDRVSupport     2.3.7
    com.apple.iokit.IOGraphicsFamily     2.3.7
    com.apple.driver.AppleSMC     3.1.4d2
    com.apple.driver.AppleUSBMultitouch     237.3
    com.apple.iokit.IOUSBHIDDriver     5.2.5
    com.apple.driver.AppleThunderboltDPInAdapter     1.8.9
    com.apple.driver.AppleThunderboltDPAdapterFamily     1.8.9
    com.apple.driver.AppleThunderboltPCIDownAdapter     1.2.6
    com.apple.driver.AppleUSBMergeNub     5.5.5
    com.apple.driver.AppleUSBComposite     5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice     3.5.5
    com.apple.iokit.IOBDStorageFamily     1.7
    com.apple.iokit.IODVDStorageFamily     1.7.1
    com.apple.iokit.IOCDStorageFamily     1.7.1
    com.apple.iokit.IOAHCISerialATAPI     2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily     3.5.5
    com.apple.iokit.IOEthernetAVBController     1.0.2b1
    com.apple.iokit.IO80211Family     522.4
    com.apple.iokit.IONetworkingFamily     3.0
    com.apple.iokit.IOAHCIFamily     2.3.1
    com.apple.iokit.IOFireWireFamily     4.5.5
    com.apple.driver.AppleThunderboltNHI     1.6.3
    com.apple.iokit.IOThunderboltFamily     2.2.6
    com.apple.iokit.IOUSBUserClient     5.5.5
    com.apple.iokit.IOUSBFamily     5.5.5
    com.apple.driver.AppleEFIRuntime     1.7
    com.apple.iokit.IOHIDFamily     1.8.1
    com.apple.iokit.IOSMBusFamily     1.1
    com.apple.security.sandbox     220.2
    com.apple.kext.AppleMatch     1.0.0d1
    com.apple.security.TMSafetyNet     7
    com.apple.driver.DiskImages     345
    com.apple.iokit.IOStorageFamily     1.8
    com.apple.driver.AppleKeyStore     28.21
    com.apple.driver.AppleACPIPlatform     1.7
    com.apple.iokit.IOPCIFamily     2.7.3
    com.apple.iokit.IOACPIFamily     1.4
    com.apple.kec.corecrypto     1.0
    Interval Since Last Panic Report: 277722 sec
    Panics Since Last Report: 1
    Anonymous UUID: A31E45CB-FCFE-5C04-65FE-507480882F34
    Thu Apr 11 09:41:55 2013
    panic(cpu 1 caller 0xffffff80302b7e95): Kernel trap at 0xffffff80302676ed, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000000010, CR3: 0x0000000055b4505f, CR4: 0x00000000001606e0
    RAX: 0x0000000000000000, RBX: 0xffffff803ba09620, RCX: 0xffffff803b9a2e70, RDX: 0x0000000000010000
    RSP: 0xffffff80a310b360, RBP: 0xffffff80a310b4a0, RSI: 0xffffff803ba19620, RDI: 0xffffffffffffe000
    R8: 0x0000000000000000, R9: 0xffffffffffffffff, R10: 0x0000000000000010, R11: 0xffffff80a310b7b8
    R12: 0xffffff803ba09620, R13: 0xffffff80329b5e80, R14: 0x0000000000000000, R15: 0xffffff80329b5e90
    RFL: 0x0000000000010203, RIP: 0xffffff80302676ed, CS: 0x0000000000000008, SS: 0x0000000000000010
    Fault CR2: 0x0000000000000010, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80a310b000 : 0xffffff803021d626
    0xffffff80a310b070 : 0xffffff80302b7e95
    0xffffff80a310b240 : 0xffffff80302cd4dd
    0xffffff80a310b260 : 0xffffff80302676ed
    0xffffff80a310b4a0 : 0xffffff8030282b24
    0xffffff80a310b560 : 0xffffff8030290c6c
    0xffffff80a310b580 : 0xffffff8030327393
    0xffffff80a310b670 : 0xffffff80304f98cf
    0xffffff80a310b700 : 0xffffff8030310d5d
    0xffffff80a310b750 : 0xffffff80303086a6
    0xffffff80a310b800 : 0xffffff8030308564
    0xffffff80a310b840 : 0xffffff80305546d9
    0xffffff80a310ba80 : 0xffffff8030553d93
    0xffffff80a310bf50 : 0xffffff80305e063a
    0xffffff80a310bfb0 : 0xffffff80302cdd23
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    12D78
    Kernel version:
    Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    Kernel UUID: 3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6
    Kernel slide: 0x0000000030000000
    Kernel text base: 0xffffff8030200000
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 2298630421057
    last loaded kext at 266105022872: com.apple.filesystems.msdosfs     1.8 (addr 0xffffff7fb1e6f000, size 65536)
    last unloaded kext at 546050662848: com.apple.filesystems.msdosfs     1.8 (addr 0xffffff7fb1e6f000, size 57344)
    loaded kexts:
    com.apple.driver.AudioAUUC     1.60
    com.apple.driver.AGPM     100.12.87
    com.apple.driver.X86PlatformShim     1.0.0
    com.apple.driver.AppleMikeyHIDDriver     122
    com.apple.driver.AppleHDA     2.3.7fc4
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport     4.1.3f3
    com.apple.driver.AppleLPC     1.6.0
    com.apple.driver.AppleUpstreamUserClient     3.5.10
    com.apple.driver.AppleIntelHD4000Graphics     8.1.0
    com.apple.iokit.IOUserEthernet     1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager     4.1.3f3
    com.apple.Dont_Steal_Mac_OS_X     7.0.0
    com.apple.driver.ApplePolicyControl     3.3.0
    com.apple.driver.SMCMotionSensor     3.0.3d1
    com.apple.driver.AppleSMCPDRC     1.0.0
    com.apple.driver.AppleMikeyDriver     2.3.7fc4
    com.apple.driver.AppleSMCLMU     2.0.3d0
    com.apple.driver.AppleBacklight     170.2.5
    com.apple.driver.AppleIntelFramebufferCapri     8.1.0
    com.apple.driver.AppleMCCSControl     1.1.11
    com.apple.filesystems.autofs     3.0
    com.apple.driver.AppleUSBTCButtons     237.1
    com.apple.driver.AppleUSBTCKeyboard     237.1
    com.apple.driver.AppleIRController     320.15
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless     1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib     1.0.0d1
    com.apple.BootCache     34
    com.apple.iokit.SCSITaskUserClient     3.5.5
    com.apple.driver.XsanFilter     404
    com.apple.iokit.IOAHCIBlockStorage     2.3.1
    com.apple.driver.AppleUSBHub     5.5.5
    com.apple.driver.AppleFWOHCI     4.9.6
    com.apple.iokit.AppleBCM5701Ethernet     3.6.0b1
    com.apple.driver.AppleSDXC     1.4.0
    com.apple.driver.AppleUSBEHCI     5.5.0
    com.apple.driver.AirPort.Brcm4331     614.20.16
    com.apple.driver.AppleUSBXHCI     5.5.5
    com.apple.driver.AppleAHCIPort     2.5.1
    com.apple.driver.AppleEFINVRAM     1.7
    com.apple.driver.AppleSmartBatteryManager     161.0.0
    com.apple.driver.AppleACPIButtons     1.7
    com.apple.driver.AppleRTC     1.5
    com.apple.driver.AppleHPET     1.8
    com.apple.driver.AppleSMBIOS     1.9
    com.apple.driver.AppleACPIEC     1.7
    com.apple.driver.AppleAPIC     1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient     196.0.0
    com.apple.nke.applicationfirewall     4.0.39
    com.apple.security.quarantine     2
    com.apple.driver.AppleIntelCPUPowerManagement     196.0.0
    com.apple.driver.DspFuncLib     2.3.7fc4
    com.apple.iokit.IOAudioFamily     1.8.9fc11
    com.apple.kext.OSvKernDSPLib     1.6
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport     4.1.3f3
    com.apple.driver.AppleHDAController     2.3.7fc4
    com.apple.iokit.IOHDAFamily     2.3.7fc4
    com.apple.iokit.IOAcceleratorFamily     30.14
    com.apple.iokit.IOSurface     86.0.4
    com.apple.iokit.IOSerialFamily     10.0.6
    com.apple.iokit.IOBluetoothFamily     4.1.3f3
    com.apple.iokit.IOFireWireIP     2.2.5
    com.apple.driver.AppleSMBusPCI     1.0.11d0
    com.apple.driver.AppleGraphicsControl     3.3.0
    com.apple.driver.AppleBacklightExpert     1.0.4
    com.apple.iokit.IONDRVSupport     2.3.7
    com.apple.driver.AppleSMBusController     1.0.11d0
    com.apple.iokit.IOGraphicsFamily     2.3.7
    com.apple.kext.triggers     1.0
    com.apple.driver.X86PlatformPlugin     1.0.0
    com.apple.driver.AppleSMC     3.1.4d2
    com.apple.driver.IOPlatformPluginFamily     5.3.0d51
    com.apple.driver.AppleUSBMultitouch     237.3
    com.apple.iokit.IOUSBHIDDriver     5.2.5
    com.apple.driver.AppleThunderboltDPInAdapter     1.8.9
    com.apple.driver.AppleThunderboltDPAdapterFamily     1.8.9
    com.apple.driver.AppleThunderboltPCIDownAdapter     1.2.6
    com.apple.driver.AppleUSBMergeNub     5.5.5
    com.apple.driver.AppleUSBComposite     5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice     3.5.5
    com.apple.iokit.IOBDStorageFamily     1.7
    com.apple.iokit.IODVDStorageFamily     1.7.1
    com.apple.iokit.IOCDStorageFamily     1.7.1
    com.apple.iokit.IOAHCISerialATAPI     2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily     3.5.5
    com.apple.iokit.IOUSBUserClient     5.5.5
    com.apple.iokit.IOFireWireFamily     4.5.5
    com.apple.driver.AppleThunderboltNHI     1.6.3
    com.apple.iokit.IOThunderboltFamily     2.2.6
    com.apple.iokit.IOEthernetAVBController     1.0.2b1
    com.apple.iokit.IO80211Family     522.4
    com.apple.iokit.IONetworkingFamily     3.0
    com.apple.iokit.IOUSBFamily     5.5.5
    com.apple.iokit.IOAHCIFamily     2.3.1
    com.apple.driver.AppleEFIRuntime     1.7
    com.apple.iokit.IOHIDFamily     1.8.1
    com.apple.iokit.IOSMBusFamily     1.1
    com.apple.security.sandbox     220.2
    com.apple.kext.AppleMatch     1.0.0d1
    com.apple.security.TMSafetyNet     7
    com.apple.driver.DiskImages     345
    com.apple.iokit.IOStorageFamily     1.8
    com.apple.driver.AppleKeyStore     28.21
    com.apple.driver.AppleACPIPlatform     1.7
    com.apple.iokit.IOPCIFamily     2.7.3
    com.apple.iokit.IOACPIFamily     1.4
    com.apple.kec.corecrypto     1.0
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.2f41
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455302D474E2D4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455302D474E2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.16)
    Bluetooth: Version 4.1.3f3 11349, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS547550A9E384, 500.11 GB
    Serial ATA Device: MATSHITADVD-R UJ-8A8
    USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 6
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 7

    I did not mean to suggest that memory replacement is THE solution. But if you want more memory anyway, replacing the memory would fix it if this were a memory probelm.
    Memory problems are hard-to-find. It may take a week of overnight testing and still come up empty.
    One old technique I have used when stuck is to swap the two memory modules with each other. This sometimes changes the symptoms enough to catch the problem. Sometimes not.

Maybe you are looking for

  • Reader X says document can't be printed

    I have a simple 1 page PDF document. I get two error messages "The document could not be printed", followed by "There were no pages selected to print" when I try to print it to a HP 5520 printer.  Nothing happens at all. I'm running Windows 7, Adobe

  • How to enter excell formulas into a webpage using Dreamweaver CS4

    I am new at dreamweaver and recently purchased CS4 web premium. I also bought some training videos from an Abode affilated training center on dreamweaver CS4. I was wondering how to create or hide formulas into a webpage. I am trying to enter my MS e

  • JW Player

    I a trying to watch videos from pbs.org on a Windows Surface Pro with Windows 8.1 they play in Firefox but not in IE 11 it uses th JW Play 6.6.392 any help I had allways been able to before not sure what changed IE 11 or PBS Philip Kuffner

  • ORA-06512 - Mutating trigger

    Here is the code: CREATE OR REPLACE TRIGGER FPMENU00_update AFTER UPDATE ON FPMENU00 REFERENCING OLD AS old NEW AS new FOR EACH ROW BEGIN UPDATE FPSMNU00 SET Menu_Name = :new.Menu_Name WHERE Menu_Name = :old.Menu_Name; END; When I attempt to update t

  • How to import javax.servlet.....

    I have a problem import javax.servlet.*. I need a class file, but "can't import javax.servlet.*",so jcreator told me package javax.servlet.* does not exist. using: jsdk 1.4.2 compile tools: jcreator 2.5 Hope someone tell me what to do?? Thanks Advanc