Hello Everyone ^_^,
I was analysing the dump files and found that in WinDBG, the dump file gave the output -
This is the output of the SysnativeBSODProcessingApps when that dump was analysed using the app -
As you can see, if only the importantinfo.txt was checked, it was not revealed who the motherboard manufacturer was. But, when using WinDBG (This information was also present in the MSINFO32 partially) the manufacturer of the motherboard was revealed which helped in the identification of the system. I have attached the dump file as well.
View attachment 012115-42406-01.zip
So, Mike could you please add the BaseBoard manufacturer part as well to the SysnativeBSODProcessingApps output (importantinfo.txt) ?
Thanks :hug:
-Pranav
I was analysing the dump files and found that in WinDBG, the dump file gave the output -
Code:
3: kd> !sysinfo machineid
Machine ID Information [From Smbios 2.5, DMIVersion 0, Size=2414]
BiosMajorRelease = 8
BiosMinorRelease = 15
BiosVendor = American Megatrends Inc.
BiosVersion = 2104
BiosReleaseDate = 08/13/2010
SystemManufacturer = System manufacturer
SystemProductName = System Product Name
SystemFamily = To Be Filled By O.E.M.
SystemVersion = System Version
SystemSKU = To Be Filled By O.E.M.
[B][U]BaseBoardManufacturer = ASUSTeK Computer INC.
BaseBoardProduct = M4A785TD-M EVO
BaseBoardVersion = Rev X.0x
[/U][/B]
Code:
**************************Thu Jan 22 00:02:45.123 2015 (UTC + 5:30)**************************
Loading Dump File [C:\SysnativeBSODApps\012115-42406-01.dmp]
Windows 8 Kernel Version 9600 MP (4 procs) Free x64
Built by: 9600.16452.amd64fre.winblue_gdr.131030-1505
System Uptime: 0 days 0:08:41.935
Probably caused by : USBPORT.SYS ( USBPORT!USBPORT_Core_UsbMapDpc_Worker+1e672 )
BugCheck 139, {3, ffffd000208e3870, ffffd000208e37c8, 0}
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#Example]KERNEL_SECURITY_CHECK_FAILURE (139)[/url]
Arguments:
Arg1: 0000000000000003, A LIST_ENTRY has been corrupted (i.e. double remove).
Arg2: ffffd000208e3870, Address of the trap frame for the exception that caused the bugcheck
Arg3: ffffd000208e37c8, Address of the exception record for the exception that caused the bugcheck
Arg4: 0000000000000000, Reserved
BUGCHECK_STR: 0x139
DEFAULT_BUCKET_ID: LIST_ENTRY_CORRUPT
PROCESS_NAME: System
FAILURE_BUCKET_ID: 0x139_3_USBPORT!USBPORT_Core_UsbMapDpc_Worker
BIOS Version 2104
BIOS Release Date 08/13/2010
[B][U] Manufacturer System manufacturer
Product Name System Product Name
[/U][/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
View attachment 012115-42406-01.zip
So, Mike could you please add the BaseBoard manufacturer part as well to the SysnativeBSODProcessingApps output (importantinfo.txt) ?
Thanks :hug:
-Pranav