运行python脚本会导致BSOD看似随意

时间:2014-08-15 16:01:10

标签: python windows-7 python-3.2

我在运行Windows 7的HP桌面上使用Python 3.2。有一段时间我遇到了Python系统崩溃的问题,导致蓝屏死机,我无法找到任何模式。

之前我已经关闭了Python Shell,但主要是当我从IDLE启动程序运行时。

它也发生在运行几个不同的程序,包括使用大约十二个模块的大型应用程序,以及没有导入的简单6线程测试代码。

有些时候我连续多次运行tkinter GUI,只更改了运行之间的标签格式,它连续工作五六次,然后突然bam:BSOD。< / p>

我已经仔细查看了python文档,但没有看到任何可能导致此问题的错误。我知道我没有太大的帮助,但是对于可能发生的事情的任何想法都将不胜感激!

更新 以下是对发生这种情况时创建的转储文件的错误检查分析。

CRITICAL_OBJECT_TERMINATION (f4)
A process or thread crucial to system operation has unexpectedly exited or been
terminated.
Several processes and threads are necessary for the operation of the
system; when they are terminated (for any reason), the system can no
longer function.
Arguments:
Arg1: 00000003, Process
Arg2: 8725ed40, Terminating object
Arg3: 8725eeac, Process image file name
Arg4: 82e11ca0, Explanatory message (ascii)

Debugging Details:
------------------

----- ETW minidump data unavailable-----

PROCESS_OBJECT: 8725ed40
IMAGE_NAME:  mfehidk.sys
DEBUG_FLR_IMAGE_TIMESTAMP:  50296571
MODULE_NAME: mfehidk
FAULTING_MODULE: 00000000 
PROCESS_NAME:  pythonw.exe
BUGCHECK_STR:  0xF4_pythonw.exe
CUSTOMER_CRASH_COUNT:  1
DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT
CURRENT_IRQL:  0
ANALYSIS_VERSION: 6.3.9600.17029 (debuggers(dbg).140219-1702) x86fre
LAST_CONTROL_TRANSFER:  from 82ef3edb to 82cf118c

我对这个系统知之甚少,对我来说意义重大,但希望它有所帮助。

0 个答案:

没有答案