I'm developing a KMDF based device driver for a customer. Currently, I
develop under XP (not embedded) and the customer evaluates on a mix of
XP and XP-embedded systems. Final target will be XP-embedded only.
My driver and test App have been running quite well for some time
(usually run fine for the whole day) but the customer gets an occasional
crash. However it seems that there are no mini-dump files created on the
customers xp-embedded systems. All he has been able to send me are files
with names like DUMP1f01.tmp
How do you (or can you) get XP-embedded to create mini-dump files? What
program do I need to analyse files like DUMP1f01.tmp.
Thanks in advance for any tips.
Charles
http://support.microsoft.com/default.aspx/kb/307973
http://www.symantec.com/connect/articles/how-do-i-create-crash-mini-dump-manually-windows-based-systems-using-dr-watson
--
Regards,
Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
2
I need help badly.
"More "hacks" could be done to analyze the problem if the memory dump is
still not created.
E.g., when BSOD occurs, you shutdown the device and explorer the registry
offline. There must be a key
[HKLM\SYSTEM\CurrentControlSet\Control\CrashControl\MachineCrash]. If it is
not there, it the the kernel fault. If it is there, the savedump.exe tool's
fault."
What if it is the kernel fault, what does that mean?