<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; crash</title> <atom:link href="http://www.ghacks.net/tag/crash/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>WinCrashReport, Windows Crash Reporting Alternative</title><link>http://www.ghacks.net/2011/08/25/wincrashreport-windows-crash-reporting-alternative/</link> <comments>http://www.ghacks.net/2011/08/25/wincrashreport-windows-crash-reporting-alternative/#comments</comments> <pubDate>Thu, 25 Aug 2011 07:37:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[crash]]></category> <category><![CDATA[crash reports]]></category> <category><![CDATA[error]]></category> <category><![CDATA[nirsoft]]></category> <category><![CDATA[wincrashreport]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=49557</guid> <description><![CDATA[Error reporting has been modified by Microsoft with nearly every operating system they have released. Windows 2000 users for instance saw a cryptic error message with no options whatsoever to access the error report. This changed under Windows XP, and was further modified under Windows Vista and Windows 7. While it is easier to work [...]]]></description> <content:encoded><![CDATA[<p>Error reporting has been modified by Microsoft with nearly every operating system they have released. Windows 2000 users for instance saw a cryptic error message with no options whatsoever to access the error report. This changed under Windows XP, and was further modified under Windows Vista and Windows 7.</p><p>While it is easier to work with crash reports under Windows Vista / 7 thanks to improved handling, it is still lacking fundamental features that one would expect from a first party tool. The ability to look up errors in a &#8220;crash&#8221; database on the Internet looks good on paper, but falls short thanks to lack of entries in that database.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/error-reporting.png" alt="error reporting" title="error reporting" width="507" height="245" class="alignnone size-full wp-image-49558" /></p><p>Nirsoft is not reinventing the wheel with its latest Windows application WinCrashReport. The biggest accomplishment of the portable program is that it unifies the error reporting on all supported versions of the Windows operating system. It is compatible with all 32-bit and 64-bit editions of the Microosft Windows operating system from Windows 2000 to the very latest Windows 7 (at the time of writing).</p><p>The program needs to be run when an application crashes on the system. Windows 7 and Vista users may need to run WinCrashReport with elevated privileges if the crashed application was run with administrative rights as well.</p><p>The program then displays the file name, exception code and address in its interface, as well as the complete error report in the lower half of it.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/windows-error-report.png" alt="windows error report" title="windows error report" width="600" height="413" class="alignnone size-full wp-image-49559" /></p><p>The information presented here are valuable to programmers and admins who need to resolve program crashes. Regular users on the other hand won&#8217;t necessarily be able to use the available crash information to fix the issue themselves. Regardless, they can use some of the information to research the crash on the Internet.</p><p>The program can be used to create a text or html report of the crash. That&#8217;s handy for keeping records of application crashes for instance, or for sending the report to an admin or coder. The interface displays plain text error reports by default, which can be switched to html reports with the F9 key (and back to text with F8).</p><p>Reports are saved with the Ctrl-S shortcut, or the File > Save this crash report menu.</p><p>WinCrashReport does not support 64-bit application crashes at this point in time. Future versions of the software will support 64-bit crashes as well.</p><p>Windows users can download WinCrashReport directly <a
href="http://www.nirsoft.net/utils/application_crash_report.html">from the</a> Nirsoft website.</p><p>Some users may want to know how this program differs from AppCrashView by the same developer. <a
href="http://www.ghacks.net/2010/12/09/appcrashview-display-software-app-crashes-in-windows/">AppCrashView</a> is only compatible with Vista and Windows 7. It furthermore pulls the information from system crash logs (wer files) that are created by Windows Error Reporting. This means that you may see multiple error listings in AppCrashView that may data back some time ago.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/25/wincrashreport-windows-crash-reporting-alternative/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Restart On Crash Automatically Restarts Crashed Or Frozen Applications</title><link>http://www.ghacks.net/2010/07/18/restart-on-crash-automatically-restarts-crashed-or-frozen-applications/</link> <comments>http://www.ghacks.net/2010/07/18/restart-on-crash-automatically-restarts-crashed-or-frozen-applications/#comments</comments> <pubDate>Sun, 18 Jul 2010 08:11:34 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[application monitor]]></category> <category><![CDATA[crash]]></category> <category><![CDATA[crash recovery]]></category> <category><![CDATA[frozen program]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[restart on crash]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28364</guid> <description><![CDATA[It is a given that applications crash or hang from time to time leaving the user with no other choice but to restart them to continue working. The causes are manifold, and troubleshooting takes a lot of time especially to uncover why a specific application crashed at a specific time. Crashed or frozen apps are [...]]]></description> <content:encoded><![CDATA[<p>It is a given that applications crash or hang from time to time leaving the user with no other choice but to restart them to continue working. The causes are manifold, and troubleshooting takes a lot of time especially to uncover why a specific application crashed at a specific time.</p><p>Crashed or frozen apps are especially problematic in situations where the computer system is left unattended. Examples would be to leave the computer on over night to finish a download, render a movie or compile a computer program.</p><p>A crash without safeguard in place usually means that a specific workload could not be completed.</p><p><span
id="more-28364"></span>Applications like Restart On Crash, or the previously reviewed <a
href="http://www.ghacks.net/2009/08/31/monitor-and-restart-crashed-windows-processes/">Monitor And Restart Crashed Windows Processes</a>, monitor specific programs that are running on the system.</p><p>They constantly check if a monitored application is running and responding properly, and react immediately if it is not.</p><p>The portable software Restart On Crash monitors applications that are added by the user. The four buttons on top of the interface are used to add and delete monitored applications, display the application log or open the settings of the program.</p><p>The add button opens a second program window. Here it is possible to add a running application or an executable from the computer&#8217;s hard drive.</p><p>Two different crash and hang checks are available. Restart On Crash assumes a program has crashed or hanged if the program does not respond to Windows messages. The second check needs to be activated, it basically assumes that the program has crashed if it is not running.</p><p>The after the crash configuration consists of two parameters. The first will kill the application&#8217;s process if it is still running, the second executes a command, which usually means restarting the application that has crashed or frozen. Restart On Crash will automatically fill in the application&#8217;s path after a process or program has been selected for monitoring.</p><div
id="attachment_28365" class="wp-caption alignnone" style="width: 500px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/07/restart-on-crash.png" alt="restart on crash" title="restart on crash" width="490" height="391" class="size-full wp-image-28365" /><p
class="wp-caption-text">restart on crash</p></div><p>All monitored applications are displayed in the main program interface. The checkmark in front indicates that they are monitored, removing the checkmark disables the monitoring for the time being.</p><div
id="attachment_28366" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/07/monitor-applications-500x422.png" alt="monitor applications" title="monitor applications" width="500" height="422" class="size-medium wp-image-28366" /><p
class="wp-caption-text">monitor applications</p></div><p>Monitored applications that are closed by the user, freeze up, or crash are automatically restarted by the software. The kill switch if the process is still running will kill all instances of the program, which needs to be considered. This can be problematic if an application launches multiple program instances that are independent of each other, and only one of them crashes or hangs.</p><p>Restart On Crash is a helpful application monitoring tool that offers to restart programs that crash or hang. The <a
href="http://w-shadow.com/blog/2009/03/04/restart-on-crash/">download</a> is available at the developer&#8217;s website</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/18/restart-on-crash-automatically-restarts-crashed-or-frozen-applications/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Autosave what you type with Emsa Save my work</title><link>http://www.ghacks.net/2007/05/15/autosave-what-you-type-with-emsa-save-my-work/</link> <comments>http://www.ghacks.net/2007/05/15/autosave-what-you-type-with-emsa-save-my-work/#comments</comments> <pubDate>Tue, 15 May 2007 11:19:34 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[avoid data loss]]></category> <category><![CDATA[crash]]></category> <category><![CDATA[keylogger]]></category> <category><![CDATA[save keystrokes]]></category> <category><![CDATA[save my work]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/05/15/autosave-what-you-type-with-emsa-save-my-work/</guid> <description><![CDATA[Did you ever experience the loss of a large text that you have written because you did press the wrong button, accidentally closed a window or a program crash ? I did and it really felt terribly to write everything again. I recently read a nice forum discussion about the subject at the Donation Coder blog where the thread starter was asking for a program that would log the text that he was writing to make sure that it would not get lost when something like the above happened.]]></description> <content:encoded><![CDATA[<p>Did you ever experience the loss of a large text that you have written because you did press the wrong button, accidentally closed a window or a program crash ? I did and it really felt terribly to write everything again. I recently read a nice forum discussion about the subject at the Donation Coder blog where the thread starter was asking for a program that would log the text that he was writing to make sure that it would not get lost when something like the above happened.</p><p>Some would say that this is the same principle that keyloggers use to record keys and they are basically right. <a
href="http://www.e-systems.ro/save_my_work.htm" target="_blank">Save my work</a> saves every keystroke and everyone may access those if he knows where to look for them. While keyloggers try to disguise themselves the icon of this program is always accessible from the system tray.</p><p><span
id="more-1550"></span>I do however find it quite fascinating that Antivir did not object when I started save my work. The main feature is still the ability to save text automatically and copy / paste it when needed to avoid data loss.</p><p>Since WordPress (the blog software I&#8217;m using) introduced a auto save function I&#8217;m in no need of such a program anymore but it would have been handy before that. Another easier method would be to simply use CTRL + C to copy the text into the clipboard every now and then.</p><p>Save my work could be a security risk as well. It records all keystrokes which means that it also records usernames and passwords of sites that you visit. I would not recommend to start it with Windows, maybe only open it when you open your word processing program / email program and the like.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/05/15/autosave-what-you-type-with-emsa-save-my-work/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Freeware Crash Doctor</title><link>http://www.ghacks.net/2005/11/15/freeware-crash-doctor/</link> <comments>http://www.ghacks.net/2005/11/15/freeware-crash-doctor/#comments</comments> <pubDate>Tue, 15 Nov 2005 14:28:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[crash]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=144</guid> <description><![CDATA[Crash Doctor is a useful windows freeware that tries to recover crashed windows programs. The program activates itself when a windows program crashes and tries to recover the program from crashing state by careful analysis of the program.
The second purpose of Crash Doctor is to prevent further damage to other files that are dependant on the crashed program. If the program tries to open an existing file for writing CrashDoctor intercepts this and copies the original file to a backup location. This prevents any further damage done by the misbehaving program.]]></description> <content:encoded><![CDATA[<p>Crash Doctor is a useful windows freeware that tries to recover crashed windows programs. The program activates itself when a windows program crashes and tries to recover the program from crashing state by careful analysis of the program.</p><p>The second purpose of Crash Doctor is to prevent further damage to other files that are dependent on the crashed program. If the program tries to open an existing file for writing CrashDoctor intercepts this and copies the original file to a backup location. This prevents any further damage done by the misbehaving program.</p><p><img
src="http://www.ghacks.net/files/screens/CrashDoctor.jpg" alt="freeware crash doctor" /></p><p><span
id="more-144"></span>Pretty useful if you ask me, information and download at <a
href="http://www.intellectualheaven.com/default.asp?BH=projects&#038;H=CrashDoctor.htm" target="_blank">intellectualheaven.com</a></p><p><strong>Recover Crashing Programs with CrashDoctor</strong></p><p>CrashDoctor is available as freeware directly from the publisher and it is a program that was developed to recover crashing programs and debug them accordingly.  It is a JIT Windows debugger that is activated the moment a Windows program begins to crash.  At that point, it fits into the program by attachment and makes a typically successful attempt to pull the crashing program back up, using detailed program analysis.  CrashDoctor was developed by Pankaj Garg for IntellectualHeaven and is held under copyright.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2005/11/crash-doctor.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2005/11/crash-doctor.jpg" alt="crash doctor" title="crash doctor" width="200" height="198" class="alignnone size-full wp-image-54456" /></a></p><p>When Windows programs get out of line and become unruly, files can get lost in the crash.  One of the interesting features offered by CrashDoctor is its ability to monitor program execution.  In the event that a program attempts to open an existing file for writing, CrashDoctor intercepts this data and makes a copy of the original file, which is saved to a backup location in the temporary folder from which you will be executing the CrashDoctor program.  Salvage and recovery is easy at this point.  This is much better than seeing “Program not Responding” and sending the error report to Microsoft.  Then you have to go digging to try to recover lost files.  With the advantage of a pre-determined file backup location, program crashes do not have to compromise your files.</p><p>When a program crashes on Windows systems, the option to debug the program is always presented, at least on Windows 7 and Vista operating systems.  CrashDoctor will display a recovery screen listing the available debugging program options on your system so you can select the appropriate program to get the crashed program back into working order without extending the extra dollars to Microsoft to do it for you.  Basically, this means that you can have the same option to debug the program as opposed to crash recovery.  It is important to understand that if you choose this option and begin debugging the program; recovery is going to be impossible.  This is something that most users are aware of already, but if you don’t even know what debugging actually is, it is best that you don’t mess around with the option.</p><p>You will find at the link provided that this is a binary download in .zip format and all files will need to be extracted to a temporary folder in order to effectively execute CrashDoctor.  Just clicking the executable application file in the original binary file is not going to launch the interface, as all other files included in the .zip are essential components.</p><p>It is advised for early Windows operating systems that you first try the 32-bit UNICODE version and, failing this, try the 32-bit ANSI version.  This will most likely work out for Windows 95, 98 and ME, but for Windows 2000, XP and 2003, be sure that you only use the 32-bit UNICODE version, as the other will fail.</p><p>As far as x86-64 Windows systems, use the AMD64 version and there will be no problems.  Windows 7 and Vista seem to handle this best when it comes to 64-bit systems.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2005/11/15/freeware-crash-doctor/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
