MacBook Pro 2011 17" hard freeze
Just a little disillusioned and concerned, wondering if anyone else there has experienced a hard freeze like this.
macbook pro 17" 2011, Mac OS X (10.6.6)
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
macbook pro 17" 2011, Mac OS X (10.6.6)
lithast wrote:
Some more info for those who are considering returning their machines and whose who asked about windows issues.
After much stress testing on a windows partition I can confirm that I was not able to get my MacBook to freeze under Windows, even with sustained temps of 100 degrees plus on the CPU and graphics intensive tasks running.
This all points to driver/firmware issues under OSX as indicated above.
For people who want to test this under windows for themselves, simple program attached that will max out 8 cores;
using System.Threading.Tasks;
namespace Stress
{
class Program
{
static void Main(string[] args)
{
Parallel.For(0, 8, Run);
}
private static void Run(int thread)
{
int a = 0;
while (true)
{
a++;
}
}
}
}
MacBook Pro 2011 17" hard freeze