<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Troubleshooting a Blue Screen</title>
	<atom:link href="http://www.gfi.com/blog/troubleshooting-a-blue-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gfi.com/blog/troubleshooting-a-blue-screen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=troubleshooting-a-blue-screen</link>
	<description>Brought to you by GFI Software</description>
	<lastBuildDate>Fri, 13 Sep 2013 13:27:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Tana George</title>
		<link>http://www.gfi.com/blog/troubleshooting-a-blue-screen/comment-page-1/#comment-30209</link>
		<dc:creator>Tana George</dc:creator>
		<pubDate>Mon, 28 Nov 2011 09:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfi.com/blog/?p=3592#comment-30209</guid>
		<description><![CDATA[The simplest troubleshooting is to suspect a newly-installed driver/hardware as the culprit. If the BSoD didn&#039;t appear before that, it is almost 100 per cent certain that the newcomer is to blame. The problem is that even after you unistall/remove the new driver/hardware, the problem might persist. 
Btw, have you seen this BSoD screensaver: http://technet.microsoft.com/en-us/sysinternals/bb897558 ? I don&#039;t know if it works with the latest versions of Windows because I also ditched Windows (almost) completely after the Vista failure and don&#039;t have where to try it but it used to be cute back in the day. :)]]></description>
		<content:encoded><![CDATA[<p>The simplest troubleshooting is to suspect a newly-installed driver/hardware as the culprit. If the BSoD didn&#8217;t appear before that, it is almost 100 per cent certain that the newcomer is to blame. The problem is that even after you unistall/remove the new driver/hardware, the problem might persist.<br />
Btw, have you seen this BSoD screensaver: <a href="http://technet.microsoft.com/en-us/sysinternals/bb897558" rel="nofollow">http://technet.microsoft.com/en-us/sysinternals/bb897558</a> ? I don&#8217;t know if it works with the latest versions of Windows because I also ditched Windows (almost) completely after the Vista failure and don&#8217;t have where to try it but it used to be cute back in the day. <img src='http://www.gfi.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry B.</title>
		<link>http://www.gfi.com/blog/troubleshooting-a-blue-screen/comment-page-1/#comment-30152</link>
		<dc:creator>Perry B.</dc:creator>
		<pubDate>Thu, 17 Nov 2011 04:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfi.com/blog/?p=3592#comment-30152</guid>
		<description><![CDATA[True, NO operating system is perfect. Even Apple and all Unix-based OSs suffer from crashes (blue screen of death or Kernel Panic). The problem lies after crashes happen. In my opinion, all Microsoft operating systems (yes, even the jurassic Windows 98 and the most modern Windows 7) handles almost all computer crashes with uneasiness - and this based on my own experiences as a student before and as an IT worker now.

Steve Ballmer (the current CEO of Microsoft), said that Windows 8&#039;s hybrid Kernel type will &quot;lessen&quot; or completely minimize all blue screen incidents. I can&#039;t comment on this until I get my hands on Windows 8.]]></description>
		<content:encoded><![CDATA[<p>True, NO operating system is perfect. Even Apple and all Unix-based OSs suffer from crashes (blue screen of death or Kernel Panic). The problem lies after crashes happen. In my opinion, all Microsoft operating systems (yes, even the jurassic Windows 98 and the most modern Windows 7) handles almost all computer crashes with uneasiness &#8211; and this based on my own experiences as a student before and as an IT worker now.</p>
<p>Steve Ballmer (the current CEO of Microsoft), said that Windows 8&#8242;s hybrid Kernel type will &#8220;lessen&#8221; or completely minimize all blue screen incidents. I can&#8217;t comment on this until I get my hands on Windows 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel Carabott</title>
		<link>http://www.gfi.com/blog/troubleshooting-a-blue-screen/comment-page-1/#comment-30149</link>
		<dc:creator>Emmanuel Carabott</dc:creator>
		<pubDate>Wed, 16 Nov 2011 11:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfi.com/blog/?p=3592#comment-30149</guid>
		<description><![CDATA[Hi Helen,
A blue screen of death occurs when an error occurs at kernel level. A computer system has two levels, a kernel level and a user level. When an exception occurs in a program at user level the application might crash but the system remains unaffected. When such an error occurs at kernel level there is no higher level to handle that crash, in fact the system itself will be in a so called bad state and to safeguard everything else the kernel issues the blue screen of death preventing the system from continuing to function, this action is actually intentional. This is not a Microsoft thing. Errors at kernel level can happen on any operating system including Apple’s. Apple do not display a blue screen when this happens, being BSD based in Unix they call it a Kernel Panic. For example OSX will display a multilingual message informing the user they need to restart the system when such an event occurs.

Why System crashes occur more frequently on Windows, if this is the case at all, can be for many reasons. There are some fundamental design differences between Windows and MACs, and another factor might be that on Windows there are more third party drivers and combinations than you would find on MAC. Any driver works at kernel level and this can cause blue screens if the driver crashes due to hardware issues or bad coding in the driver itself. 

The bottom line is that if any operating system claims to be crash-free, it is deceiving users. Even kernels and drivers that are coded perfectly with no bugs at all (which do not really exist) can still cause a blue screen/Kernel Panic if the contents of the memory itself gets corrupted due faulty RAM (which develops due to wear and tear) or even due to hardware they’re driving developing faults.
]]></description>
		<content:encoded><![CDATA[<p>Hi Helen,<br />
A blue screen of death occurs when an error occurs at kernel level. A computer system has two levels, a kernel level and a user level. When an exception occurs in a program at user level the application might crash but the system remains unaffected. When such an error occurs at kernel level there is no higher level to handle that crash, in fact the system itself will be in a so called bad state and to safeguard everything else the kernel issues the blue screen of death preventing the system from continuing to function, this action is actually intentional. This is not a Microsoft thing. Errors at kernel level can happen on any operating system including Apple’s. Apple do not display a blue screen when this happens, being BSD based in Unix they call it a Kernel Panic. For example OSX will display a multilingual message informing the user they need to restart the system when such an event occurs.</p>
<p>Why System crashes occur more frequently on Windows, if this is the case at all, can be for many reasons. There are some fundamental design differences between Windows and MACs, and another factor might be that on Windows there are more third party drivers and combinations than you would find on MAC. Any driver works at kernel level and this can cause blue screens if the driver crashes due to hardware issues or bad coding in the driver itself. </p>
<p>The bottom line is that if any operating system claims to be crash-free, it is deceiving users. Even kernels and drivers that are coded perfectly with no bugs at all (which do not really exist) can still cause a blue screen/Kernel Panic if the contents of the memory itself gets corrupted due faulty RAM (which develops due to wear and tear) or even due to hardware they’re driving developing faults.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen Walkers</title>
		<link>http://www.gfi.com/blog/troubleshooting-a-blue-screen/comment-page-1/#comment-30145</link>
		<dc:creator>Helen Walkers</dc:creator>
		<pubDate>Wed, 16 Nov 2011 02:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfi.com/blog/?p=3592#comment-30145</guid>
		<description><![CDATA[This is the reason why I&#039;m not into Windows-based operating systems. I used to use and love XP but after the vulnerabilities and failures of Windows Vista, I came to &quot;hate&quot; all Microsoft&#039;s OSs. Even with the advent of Windows 7, I&#039;m still not convinced that Microsoft has improved their operating system&#039;s functionalities. There are even reports that the blue screen of death still exist on Windows 7. How come? I thought this OS is so powerful and crash-free???

I&#039;ll wait and see what will Windows 8 do to improve the image of Microsoft. But for now, I&#039;m still for Apple&#039;s OSX Lion.]]></description>
		<content:encoded><![CDATA[<p>This is the reason why I&#8217;m not into Windows-based operating systems. I used to use and love XP but after the vulnerabilities and failures of Windows Vista, I came to &#8220;hate&#8221; all Microsoft&#8217;s OSs. Even with the advent of Windows 7, I&#8217;m still not convinced that Microsoft has improved their operating system&#8217;s functionalities. There are even reports that the blue screen of death still exist on Windows 7. How come? I thought this OS is so powerful and crash-free???</p>
<p>I&#8217;ll wait and see what will Windows 8 do to improve the image of Microsoft. But for now, I&#8217;m still for Apple&#8217;s OSX Lion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: www.gfi.com @ 2013-09-15 05:17:17 by W3 Total Cache --