Yesterdaymy system software got crashed on WINDOWS 2003 server. The Core shown below. kernel32.dll!_RaiseException@16()+ 0x3c bytes
I am working in a software company on a system software product. Day before yesterday that product got crashed and core shown.
We have a desktop application using JNI that occasionally causes the JVM to crash. Luckily the JVM produces a hs_err_pidXXXX.log file, which is quite useful in debugging such errors. However, it alway
Looks like that on some clients our WinForms up crashes on startup. With some I mean very very rare. In one situation we found out that the Arial systemfont was corrupt and caused the crashed in the I
I am observing a crash within my application and the call stack shows below mfc42u!CString::AllocBeforeWrite+5
I tried use \"PLCrashReport\" to collect the crash info then make the app more stable, but turns out that the report is like this(dont even has a call stack,how am I suppose to use开发者_如何学Python
I would like to synthesise a native code fault. This is so that we can see where in particular some debugging output gets put when that occurrs.
I\'m analysing a deadlock that\'s occurring when using a native library alongside managed code.I\'m using WinDbg to debug the problem with the intention of saving a dump such that the vendor might obs
I am using Windbg to load a crash dump from managed code (C#, a console application built for Any CPU), and crash dump is created on x64 platform. I am debugging on x64 platform.