• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Debug application crash

Rover321

Junior Member
We supply some third party Windows 7 Delphi software to our customers. Recently, one particular customer site has started getting intermittent lockups/ freezes of the whole machine. All Windows event logs show is "unexpected reboot" and occasionally "PC shutdown unexpectedly at xx:xx" Apart from turning on performance monitoring counters using perfmon, is there any other logging we can do to find out what was happening at the time the machine crashed?
 
ok, sorry. I've observed it lock up on my own machine and the application crashed/ malfunctioned first of all, after which free memory started slowly decreasing and the machine would have locked up completely eventually. For the machines in the field that lock up all we currently know is that when someone turns up to the machine, it's locked up / unresponsive for unknown reasons.
 
All Windows event logs show is "unexpected reboot" and occasionally "PC shutdown unexpectedly at xx:xx" Apart from turning on performance monitoring counters using perfmon, is there any other logging we can do to find out what was happening at the time the machine crashed?
The "unexpected reboot" is usually a BSOD / driver bug.
The "PC shutdown unexpectedly at xx:xx" is usually because of heat issues (CPU overheating).
Of course, malware can also do this as well, so, you got some troubleshooting to do.
 
The "unexpected reboot" is usually a BSOD / driver bug.
The "PC shutdown unexpectedly at xx:xx" is usually because of heat issues (CPU overheating).
Of course, malware can also do this as well, so, you got some troubleshooting to do.
Don't forget bad memory too.... just had that happen to me. Couldn't figure out why the same dll was causing a blue screen until a memory-error blue screen occurred.
 
Back
Top