系统日志如下function Toggle(node) { if (!window.fullyLoaded) return; // Expand the branch? if (node.nextSibling.style.display == 'none') { // Change the sign from " " to "-". var tBodyNode = node.childNodes[0]; var trNode = tBodyNode.childNodes[0]; var tdNode = trNode.childNodes[0]; var bNode = tdNode.childNodes[0]; var textNode = bNode.childNodes[0]; if (textNode.nodeType == 3 /* Node.TEXT_NODE */) { var s = textNode.data; if (s.length > 0 && s.charAt(0) == ' ') { textNode.data = '-' s.substring(1, s.length); } } // show the branch node.nextSibling.style.display = ''; } else // Collapse the branch { // Change the sign from "-" to " ". var tBodyNode = node.childNodes[0]; var trNode = tBodyNode.childNodes[0]; var tdNode = trNode.childNodes[0]; var bNode = tdNode.childNodes[0]; var textNode = bNode.childNodes[0]; if (textNode.nodeType == 3 /* Node.TEXT_NODE */) { var s = textNode.data; if (s.length > 0 && s.charAt(0) == '-') { textNode.data = ' ' s.substring(1, s.length); } } // hide the branch node.nextSibling.style.display = 'none'; } } // Toggle "System" element by default so that it's default status is to hide its children function ToggleSystemElement() { var body = document.getElementById("body"); var anchor = body.getElementsByTagName("table")[0]; Toggle(anchor); } // If binary data is present in event XML, show it in friendly form. function ProcessBinaryData(binaryString, binaryDataCaption, wordsFormatString, bytesFormatString, normalFont, fixedWidthFont) { var bodyNode = document.getElementById("body"); // Add a at the end of the HTML body. bodyNode.appendChild(document.createElement("hr")); // This paragraph (p element) is the "Binary data:" literal string. var p = document.createElement("p"); p.style.fontFamily = normalFont; var b = document.createElement("b"); b.appendChild(document.createTextNode(binaryDataCaption)); p.appendChild(b); p.appendChild(document.createElement("br")); bodyNode.appendChild(p); // // Show binary data in Words format. // p = document.createElement("p"); p.style.fontFamily = normalFont; p.appendChild(document.createTextNode(wordsFormatString)); bodyNode.appendChild(p); // Must use fixed-width font for binary data. p = document.createElement("p"); p.style.fontFamily = fixedWidthFont; var i = 0; var j = 0; var s, tempS; var translatedString; var charCode; var byte1, byte2; // Each character in binaryString is a hex (16-based) representation of // 4 binary bits. So it takes 2 characters in binaryString to form a // complete byte; 4 characters for a word. while (i < binaryString.length) { s = (i / 2).toString(16); // To hex representation. while (s.length < 4) { s = "0" s; } s = ": "; // DWords representation is simply a rearrangement of the original binaryString // For example, from: // // 0000000002005600000000000f000540 // // (which is 00 00 00 00 02 00 56 00 00 00 00 00 0f 00 05 40). // // to: // // 0000: 00000000 00560002 00000000 4005000f // 8 words per line, 4 DWords per line. for (j = 0; j < 4; j ) { s = binaryString.substring(i 6, i 8); s = binaryString.substring(i 4, i 6); s = binaryString.substring(i 2, i 4); s = binaryString.substring(i, i 2) " "; i = 8; } p.appendChild(document.createTextNode(s)); p.appendChild(document.createElement("br")); } bodyNode.appendChild(p); // // Show binary data in bytes format. // p = document.createElement("p"); p.style.fontFamily = normalFont; p.appendChild(document.createTextNode(bytesFormatString)); bodyNode.appendChild(p); // Must use fixed-width font for binary data. p = document.createElement("p"); p.style.fontFamily = fixedWidthFont; i = 0; j = 0; // Each character in binaryString is a hex (16-based) representation of // 4 binary bits. So it takes 2 characters in binaryString to form a // complete byte. while (i < binaryString.length) { translatedString = ""; // 2 characters in binaryString to form a byte s = (i / 2).toString(16); // to hex representation. // Prefix with '0' until its length is 4. while (s.length < 4) { s = "0" s; } s = ": "; // Show 8 bytes per line for (j = 0; j < 8; j ) { tempS = binaryString.substring(i, i 2); // 2 for 1 byte i = 2; s = tempS " "; // Treat tempS as hex integer charCode = parseInt(tempS, 16); if (charCode < 32) { translatedString = "."; } else { translatedString = String.fromCharCode(charCode); } } while (s.length < 32) { s = " "; } s = translatedString; p.appendChild(document.createTextNode(s)); p.appendChild(document.createElement("br")); } bodyNode.appendChild(p); } -System -Provider[ Name]Microsoft-Windows-Kernel-Power[ Guid]{331c3b3a-2005-44c2-ac5e-77220c37d6b4}EventID41Version8Level1Task63Opcode0Keywords0x8000400000000002-TimeCreated[ SystemTime]2021-12-22T05:40:50.9912234ZEventRecordID21020Correlation-Execution[ ProcessID]4[ ThreadID]8ChannelSystemComputerDESKTOP-LB54AEQ-Security[ UserID]S-1-5-18 -EventData BugcheckCode268435582BugcheckParameter10xffffffffc0000005BugcheckParameter20xfffff8017bfb3a42BugcheckParameter30xffff8103d237f0a8BugcheckParameter40xffff8103d237e8e0SleepInProgress0PowerButtonTimestamp0BootAppStatus0Checkpoint0ConnectedStandbyInProgressfalseSystemSleepTransitionsToOn0CsEntryScenarioInstanceId0BugcheckInfoFromEFIfalseCheckpointStatus0CsEntryScenarioInstanceIdV20LongPowerButtonPressDetectedfalse

您好,A&K,很高兴能够为您解答问题。请看一下您的系统目录C:\Windows\Minidump中有没有.dmp文件,如果有的话请将其上传到网盘里然后将链接分享过来,这边帮您分析一下,谢谢。


我的minidump文件夹里面是空文件夹。此是否有帮助?是否抱歉,这没有帮助。太棒了!感谢你的反馈。你对此的满意度如何?感谢你的反馈,它能帮助改进网站。你对此的满意度如何?感谢你的反馈。


您的C:\Windows\下面是否有个MEMORY.DMP呢?


链接:https://pan.baidu.com/s/1iOZIo0X-_GpHKkmJlH0Rzw提取码:zfhw


您的dump文件显示了内存出现硬件故障。可能是由于内存损坏或者驱动程序问题导致的。请先尝试运行Windows内存诊断工具,测试物理内存。选择“开始”按钮,再选择“控制面板”。在搜索框中,键入“内存”,然后选择“诊断计算机的内存问题”。如果方便,建议取下内存条,将触点擦拭干净以后装回。


点赞(58) 打赏

微信小程序

微信扫一扫体验

立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部