[go: up one dir, main page]

CN1983199A - System and method for analyzing out-of-work of computer intellectually - Google Patents

System and method for analyzing out-of-work of computer intellectually Download PDF

Info

Publication number
CN1983199A
CN1983199A CN 200510131926 CN200510131926A CN1983199A CN 1983199 A CN1983199 A CN 1983199A CN 200510131926 CN200510131926 CN 200510131926 CN 200510131926 A CN200510131926 A CN 200510131926A CN 1983199 A CN1983199 A CN 1983199A
Authority
CN
China
Prior art keywords
computer
information
hardware
database
application software
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN 200510131926
Other languages
Chinese (zh)
Other versions
CN100570570C (en
Inventor
鲁刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Lenovo Singapore Pte Ltd
Original Assignee
Lenovo Singapore Pte Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Lenovo Singapore Pte Ltd filed Critical Lenovo Singapore Pte Ltd
Priority to CNB2005101319265A priority Critical patent/CN100570570C/en
Publication of CN1983199A publication Critical patent/CN1983199A/en
Application granted granted Critical
Publication of CN100570570C publication Critical patent/CN100570570C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

本发明公开了一种实现计算机死机智能分析的系统及方法,所述系统在计算机中增加设置了监视模块和搜索模块,所述监视模块用于将计算机中硬件、驱动程序、应用软件信息存储在计算机数据库内;所述搜索模块根据计算机调用死机时生成的日志文件得到的信息关键字,在计算机数据库中寻找出对应的信息,并提供对应解决方案。所述方法为计算机调用死机时自动生成的日志文件,得出死机原因的信息关键字;计算机根据上述信息关键字在其数据库中寻找出对应信息;计算机根据上述对应信息提供对应的解决方案。

Figure 200510131926

The invention discloses a system and method for realizing intelligent analysis of computer crashes. The system adds a monitoring module and a search module to the computer, and the monitoring module is used to store the information of hardware, driver programs and application software in the computer. In the computer database; the search module finds the corresponding information in the computer database according to the information keywords obtained from the log file generated when the computer calls the crash, and provides corresponding solutions. The method is that the computer calls the log file automatically generated when the computer crashes, and obtains the information keywords of the reasons for the crash; the computer finds the corresponding information in its database according to the above information keywords; and the computer provides corresponding solutions according to the above corresponding information.

Figure 200510131926

Description

一种实现计算机死机智能分析的系统及方法A system and method for realizing intelligent analysis of computer crashes

技术领域technical field

本发明设计一种计算机系统及控制方法,尤其涉及一种在计算机死机时可以实现智能分析死机原因的系统及智能分析死机原因的方法。The invention designs a computer system and a control method, and in particular relates to a system and a method for intelligently analyzing the cause of the crash when the computer crashes.

背景技术Background technique

信息社会的发展拉近了人们之间的距离,计算机成了人们生活和工作中不可或缺的伙伴,无论是年逾七旬的老汉,还是刚刚识字的孩童,都可以使用计算机来满足自己的各方面需要。The development of the information society has shortened the distance between people, and computers have become an indispensable partner in people's life and work. Whether it is an old man over seventy years old or a child who has just learned to read, everyone can use a computer to satisfy their needs. needs in all aspects.

伴随着科学的发展,计算机的发展可谓迅猛异常,功能齐全的软件程序、性能更高的硬件不断出现,在为人们提供方便的同时,也不可避免的加大了计算机出现故障的概率。死机是经常出现的一类计算机故障,其产生原因多方面,但不外乎为系统资源消耗过度、内存数据区溢出、软件程序发出的中断冲突所造成的。死机的危害不言而喻,它不仅给我们的工作带来不便,还经常导致工作成果因为没有及时保存而付之东流。With the development of science, the development of computer can be described as rapid and abnormal. Software programs with full functions and hardware with higher performance are constantly appearing. While providing convenience for people, it also inevitably increases the probability of computer failure. Crash is a kind of computer failure that often occurs. There are many reasons for it, but it is nothing more than excessive consumption of system resources, overflow of memory data area, and interrupt conflicts issued by software programs. The harm of crash is self-evident. It not only brings inconvenience to our work, but also often leads to the loss of work results because they are not saved in time.

计算机出现死机现象后,普通用户往往无法判断出死机的真正原因,而专业维修人员通常采取的方法是重新安装系统及应用软件或更换可疑硬件,此种措施没有明确的针对性,因此死机现象并不能保证得到根本解决。After the computer crashes, ordinary users often cannot determine the real cause of the crash, but professional maintenance personnel usually take the method of reinstalling the system and application software or replacing suspicious hardware. There is no guarantee that it will be resolved fundamentally.

在WINDOWS XP以上的系统中提供了错误报告发送功能,但并不是所有的计算机或软、硬件制造商都关注错误报告,甚至不会提供解决方案,况且由于一些其他原因计算机并不发送错误报告,这使得专业维修人员对计算机的死机原因无法判断。The error report sending function is provided in the system above WINDOWS XP, but not all computer or software and hardware manufacturers pay attention to error reports, or even provide solutions, and because of some other reasons, computers do not send error reports. This makes it impossible for professional maintenance personnel to judge the cause of computer crashes.

在WINDOWS XP以上的系统中,计算机在死机时会自动生成一个记录计算机死机瞬间状态的dump类型的日志文件,该日志文件包含了计算机死机瞬间硬件、驱动程序、应用软件的信息,计算机在重新启动之后,可以通过DOS命令对上述dump日志文件进行调用,从而得到相关的死机原因的信息关键字,专业维修人员参考上述得到的信息关键字对计算机死机原因进行分析,从而采取对应的解决方案,由于不同的维修人员的业务水平存在差别,因此对此信息关键字分析后采取的解决方案也千差万别,人为影响的因素较大,不能保证采取的解决方案客观有效;有时专业维修人员根据计算机的死机症状在网络中搜索类似的解决方案,但并不能保证根据类似的症状就可以搜索到正确的解决方案。In systems above WINDOWS XP, when the computer crashes, it will automatically generate a dump-type log file that records the state of the computer at the moment of crash. Afterwards, the above-mentioned dump log file can be invoked through the DOS command to obtain the relevant information keywords of the cause of the crash. Professional maintenance personnel refer to the above-mentioned obtained information keywords to analyze the cause of the computer crash, thereby taking corresponding solutions. There are differences in the professional level of different maintenance personnel, so the solutions adopted after analyzing the keywords of this information are also very different, and the factors of human influence are relatively large, so it cannot be guaranteed that the solutions adopted are objective and effective; Searching the web for similar solutions does not guarantee that you will find the correct solution based on similar symptoms.

发明内容Contents of the invention

本发明提供一种实现计算机死机智能分析的系统和方法,用于确认计算机死机的原因,并向计算机用户提供明确的解决方案。The invention provides a system and method for realizing intelligent analysis of computer crashes, which are used to confirm the cause of computer crashes and provide clear solutions to computer users.

本发明所述的实现计算机死机智能分析的系统是在计算机中增加设置了监视模块和搜索模块,The system for realizing intelligent analysis of computer crashes according to the present invention is to increase and set a monitoring module and a search module in the computer,

所述监视模块用于将计算机中硬件、驱动程序、应用软件信息存储在计算机数据库内;The monitoring module is used to store hardware, drivers and application software information in the computer in the computer database;

所述搜索模块根据计算机调用死机时生成的日志文件得到的信息关键字,在计算机数据库中寻找出对应的信息,并提供对应解决方案。The search module finds the corresponding information in the computer database according to the information keywords obtained from the log file generated when the computer invokes the crash, and provides corresponding solutions.

在上述系统中,所述的搜索模块根据寻找到的对应信息,或提示更换硬件;或自动从网络中下载更新驱动程序;或自动从网络中下载应用软件升级程序;或根据调用死机时生成的日志文件得到的信息关键字自动链接网络搜索死机原因。In the above system, the search module, according to the corresponding information found, or prompts to replace the hardware; or automatically downloads the update driver program from the network; or automatically downloads the application software upgrade program from the network; The information keywords obtained from the log file are automatically linked to the network to search for the cause of the crash.

本发明还可以进一步包括一个存储模块,该存储模块用于存储计算机死机的解决方案。The present invention may further include a storage module, which is used to store the solution to the computer crash.

本发明还提供了一种实现计算机死机智能分析的方法,步骤包括:The present invention also provides a method for realizing intelligent analysis of computer crash, the steps comprising:

步骤一,计算机调用死机时自动生成的日志文件,得出死机原因的信息关键字;Step 1, the computer calls the log file that is automatically generated when the computer crashes, and obtains the information keywords of the cause of the crash;

步骤二,计算机根据上述信息关键字在其数据库中寻找出对应信息;Step 2, the computer finds the corresponding information in its database according to the above-mentioned information keywords;

步骤三,计算机根据上述对应信息提供对应的解决方案。Step 3, the computer provides a corresponding solution according to the above corresponding information.

上述步骤二中,计算机数据库中存储的信息包括硬件、驱动程序、应用软件的版本信息、供应厂商的信息。In the above step 2, the information stored in the computer database includes version information of hardware, drivers, application software, and information of suppliers.

上述步骤三中,计算机根据其数据库中存储的对应的硬件、驱动程序、应用软件信息,或提示更换硬件;或自动从网络中下载更新驱动程序;或自动从网络中下载应用软件升级程序;或根据调用死机时生成的日志文件得到的信息关键字自动链接网络搜索死机原因。In the above step 3, the computer either prompts to replace the hardware according to the corresponding hardware, driver program and application software information stored in its database; or automatically downloads the updated driver program from the network; or automatically downloads the application software upgrade program from the network; or According to the information keyword obtained from the log file generated when calling the crash, it automatically links to the network to search for the cause of the crash.

本发明中,将计算机的硬件、驱动程序、应用软件信息存储于数据库中,当计算机出现死机现象后,计算机根据调用死机瞬间生成的日志文件而得出死机原因的信息关键字,结合数据库中存储的硬件、驱动程序、应用软件的版本、供应厂商等信息,在网络中自动到对应的供应厂商处下载对应的解决方案,并对计算机数据库中存储的硬件、驱动程序、应用软件信息进行更新,以此来消除造成计算机死机的原因。应用本发明,可以实现对死机原因的智能分析,并自动采取对应的解决方案,不需要专业维修人员的过多干预,提高了计算机使用的方便性。In the present invention, the computer's hardware, drivers, and application software information are stored in the database. When the computer crashes, the computer obtains the information keywords of the cause of the crash by calling the log file generated at the moment of the crash, and combines the information stored in the database. automatically download the corresponding solution from the corresponding supplier in the network, and update the hardware, driver, and application software information stored in the computer database. In order to eliminate the cause of the computer crash. The application of the present invention can realize the intelligent analysis of the cause of the crash, and automatically adopt the corresponding solution, without excessive intervention of professional maintenance personnel, and improves the convenience of computer use.

附图说明Description of drawings

图1为本发明中所述的实现计算机死机智能分析的系统的结构示意图;Fig. 1 is the structural representation of the system that realizes computer crash intelligent analysis described in the present invention;

图2为本发明中所述的实现计算机死机智能分析的系统的另一种结构示意图;Fig. 2 is another kind of structural representation of the system that realizes computer crash intelligent analysis described in the present invention;

图3为本发明中所述的实现计算机死机智能分析的方法流程图。FIG. 3 is a flowchart of a method for realizing intelligent analysis of computer crashes described in the present invention.

具体实施方式Detailed ways

本发明在计算机数据库中存储硬件、驱动程序、应用软件的版本、供应厂商等信息,当计算机发生死机后,计算机调用死机时自动生成的日志文件,得出死机原因的信息关键字,结合此关键字从上述数据库中寻找出相关的硬件、驱动程序、应用软件的版本、供应厂商等信息,再自动在网络中搜索更高版本的对应信息,来更新数据库中的信息,借此来消除死机现象。The present invention stores information such as hardware, driver programs, application software versions, suppliers, etc. in the computer database. When the computer crashes, the computer calls the log file that is automatically generated when the crash occurs, and obtains the information keywords of the cause of the crash. Combined with this key Find out the relevant hardware, driver program, application software version, supplier and other information from the above database, and then automatically search the corresponding information of a higher version in the network to update the information in the database, so as to eliminate the crash phenomenon .

下面结合说明书附图对本发明做进一步说明,如图1所示,本发明所述的计算机系统中除了硬盘、处理器、内存等必要部件外,还增加设置了监视模块和搜索模块;The present invention will be further described below in conjunction with the accompanying drawings of the description. As shown in Figure 1, in addition to the necessary components such as hard disk, processor, memory, etc., in the computer system of the present invention, a monitoring module and a search module are also added;

上述监视模块用于将计算机中硬件、驱动程序、应用软件信息存储在计算机数据库内,所述信息包括硬件、驱动程序、应用软件的版本信息、供应厂家的厂名和网址等信息,如杀毒软件为NAV,版本为2005版;同时,该监视模块还可以通过设定固定的时间间隔来搜索网络中硬件、驱动程序、应用软件的最新版本信息,并存储在计算机的数据库内,例如,设定每月的第一天计算机根据数据库中的存储的硬件、驱动程序、应用软件的版本、供应厂商信息,自动链接到对应的更新地址,查找是否存在更高版本的硬件、驱动程序、应用软件信息,如果存在,则存储在计算机数据库内,实现对其硬件、驱动程序、应用软件信息的更新;The above-mentioned monitoring module is used to store hardware, driver programs, and application software information in the computer in the computer database, and the information includes information such as hardware, driver programs, version information of application software, factory names and website addresses of suppliers, such as anti-virus software. NAV, version 2005; at the same time, the monitoring module can also search for the latest version information of hardware, drivers, and application software in the network by setting a fixed time interval, and store it in the database of the computer, for example, set every On the first day of the month, the computer automatically links to the corresponding update address based on the hardware, driver, application software version, and supplier information stored in the database to find out whether there is a higher version of hardware, driver, and application software information. If it exists, it will be stored in the computer database to update its hardware, drivers, and application software information;

上述搜索模块根据计算机调用死机时生成的日志文件得到的信息关键字,在计算机数据库中寻找出对应的信息,并提供对应解决方案;计算机在运行过程中会调用驱动程序、中断信号到计算机的内存中,这样,当计算机发生死机时,计算机就会自动生成反映死机瞬间计算机状态的日志文件,这个日志文件包含了硬件、驱动程序、应用软件等信息,当计算机重新启动后,通过DOS命令调用这个日志文件,就可以得到关于死机原因的关键字;如计算机调用日志文件得到的死机原因的关键字为NavEx15,则搜索模块根据此关键字NavEx15在计算机数据库中寻找到NAV杀毒软件信息,可以得知死机现象的发生与NAV杀毒软件有关,于是搜索模块根据在计算机的数据库中搜索到的NAV杀毒软件的版本信息和供应厂商的网址以及杀毒软件更新的网址,自动连接到供应厂商的网站进行杀毒软件的升级;计算机死机的原因如果是硬件的驱动程序的问题,解决方案与前述杀毒软件的解决方案类似;如果计算机出现死机的原因在于硬件故障,则发送更换硬件的提示信息,例如,计算机死机的原因在于声卡与系统的不兼容,则搜索模块根据调用死机日志文件得到的信息关键字,在其数据库中搜索,得知死机与声卡有关,于是发送更换硬件的提示信息,提示用户更换声卡;当根据死机原因关键字在数据库中无法寻找出相关信息时,则根据此关键字自动链接网络搜索死机的原因,即计算机利用信息关键字在数据库中无法得到相关的硬件、或驱动程序、或应用软件信息时,计算机利用此信息关键字作为网络搜索的关键字,自动链接到互联网,搜索相关网站,并将搜索到的相关网站的链接地址提供给用户。The above search module finds out the corresponding information in the computer database according to the information keywords obtained from the log files generated when the computer calls the crash, and provides corresponding solutions; the computer will call the driver program and interrupt signal to the memory of the computer during operation. In this way, when the computer crashes, the computer will automatically generate a log file that reflects the state of the computer at the moment of the crash. This log file contains information such as hardware, drivers, and application software. log file, you can get the keyword about the cause of the crash; if the keyword of the cause of the crash obtained by calling the log file is NavEx15, then the search module finds the NAV antivirus software information in the computer database according to the keyword NavEx15, and you can know The crash phenomenon is related to NAV anti-virus software, so the search module automatically connects to the supplier’s website for anti-virus software according to the version information of NAV anti-virus software searched in the computer database, the website of the supplier, and the website of anti-virus software update. If the cause of the computer crash is the problem of the hardware driver, the solution is similar to the solution of the aforementioned anti-virus software; if the cause of the computer crash is a hardware failure, then send a prompt message to replace the hardware, for example, the computer crash The reason is that the sound card is not compatible with the system, so the search module searches in its database according to the information keywords obtained by calling the crash log file, and learns that the crash is related to the sound card, so it sends a prompt message to replace the hardware, prompting the user to replace the sound card; When the relevant information cannot be found in the database according to the keyword of the cause of the crash, the cause of the crash is automatically linked to the network according to the keyword, that is, the computer cannot obtain the relevant hardware, or driver, or application software in the database by using the keyword of the information. When collecting information, the computer uses the keyword of this information as a keyword for network search, automatically links to the Internet, searches for relevant websites, and provides the link address of the searched relevant websites to the user.

为了使同一台计算机避免出现由于相同的原因而产生多次重复死机的现象,本发明还可以进一步包括一个存储模块,该存储模块用于存储计算机死机的解决方案,即当计算机死机现象解决后,该存储模块记录下当前数据库中的信息、当前死机原因分析的结果、对当前死机现象的应对方案;该存储模块既可以为独立的外部存储介质,也可以存储在计算机硬盘上不易被删除的空间;当计算机重新安装系统后,用户可以按该存储模块上存储的解决方案对计算机内驱动程序或应用程序进行更新;该存储模块也可为网络中的存储模块,用户将解决方案存储于网络存储模块中,需要时从网络中对本地计算机内的驱动程序和应用软件进行更新。In order to prevent the same computer from repeatedly crashing due to the same reason, the present invention can further include a storage module, which is used to store the solution of the computer crash, that is, after the computer crash is solved, The storage module records the information in the current database, the analysis results of the current crash cause, and the solution to the current crash phenomenon; the storage module can be an independent external storage medium, or can be stored in a space that is not easy to be deleted on the computer hard disk ; After the computer reinstalls the system, the user can update the driver or application program in the computer according to the solution stored on the storage module; the storage module can also be a storage module in the network, and the user stores the solution in the network storage In the module, the driver program and application software in the local computer are updated from the network when necessary.

本发明还提供了一种实现计算机死机智能分析的方法,如说明书附图2所示,步骤包括:The present invention also provides a method for realizing intelligent analysis of computer crashes, as shown in Figure 2 of the description, the steps include:

步骤101,计算机启动,通过DOS命令调用文件名为Minidump的日志文件,得到计算机死机原因的信息关键字,例如信息关键字为NavEx15;上述Minidump日志文件是在计算机死机时自动生成的,反映了计算机死机瞬时的状态,该Minidump日志文件包含了计算机硬件、驱动程序、应用软件信息;Step 101, computer starts, calls the log file that file name is Minidump by DOS command, obtains the information key word of computer crash reason, and for example information key word is NavEx15; Above-mentioned Minidump log file is automatically generated when computer crashes, and reflects computer crash. The momentary state of the crash, the Minidump log file contains information about computer hardware, drivers, and application software;

步骤102,计算机根据上述得到的信息关键字在其数据库中寻找出对应信息;其数据库中存储的信息包括硬件、驱动程序、应用软件的版本信息、供应厂商的信息,可事先人为的存储在数据库内,或通过设定固定的时间间隔由计算机自动搜索网络中硬件、驱动程序、应用软件的最新版本信息,并存储在计算机的数据库内;例如,由上述关键字NavEx15在计算机数据库中寻找到NAV杀毒软件信息,可以得知死机现象的发生与NAV杀毒软件有关,于是可以在计算机的数据库中寻找到NAV杀毒软件的版本信息和供应厂商的网址以及杀毒软件更新的网址;Step 102, the computer finds the corresponding information in its database according to the information keywords obtained above; the information stored in its database includes hardware, driver programs, version information of application software, and supplier information, which can be artificially stored in the database in advance , or by setting a fixed time interval, the computer automatically searches for the latest version information of hardware, drivers, and application software in the network, and stores it in the computer database; for example, the above-mentioned keyword NavEx15 finds NAV in the computer database Anti-virus software information, we can know that the crash phenomenon is related to NAV anti-virus software, so we can find the version information of NAV anti-virus software, the website of the supplier and the website of anti-virus software update in the computer database;

步骤103,计算机根据上述搜索到的对应信息,采取对应的解决方案;如根据上述步骤中搜索到的相关的Nav杀毒软件信息,则自动连接到Nav杀毒软件供应厂商的网站进行杀毒软件的升级;计算机死机的原因如果是硬件的驱动程序的问题,解决方案与前述杀毒软件的解决方案类似;如果计算机出现死机的原因在于硬件故障,则发送更换硬件的提示信息,例如,计算机死机的原因在于声卡与系统的不兼容,则搜索模块根据调用死机日志文件得到的信息关键字,在其数据库中搜索,得知死机与声卡有关,于是发送更换硬件的提示信息,提示用户更换声卡;当根据死机原因关键字在数据库中无法寻找出相关信息时,则根据此关键字自动链接网络搜索死机的原因,即计算机利用信息关键字在数据库中无法得到相关的硬件、或驱动程序、或应用软件信息时,计算机利用此信息关键字作为网络搜索的关键字,自动链接到互联网,搜索相关网站,并将搜索到的相关网站的链接地址提供给用户。Step 103, the computer takes a corresponding solution according to the corresponding information searched above; as the relevant Nav antivirus software information searched in the above steps, it is automatically connected to the website of the Nav antivirus software supplier to upgrade the antivirus software; If the cause of the computer crash is the problem of the hardware driver, the solution is similar to the solution of the aforementioned antivirus software; if the cause of the computer crash is a hardware failure, send a prompt message to replace the hardware, for example, the cause of the computer crash is the sound card Incompatibility with the system, then the search module searches in its database according to the information keywords obtained by calling the crash log file, and learns that the crash is related to the sound card, so it sends a prompt message to replace the hardware, prompting the user to replace the sound card; when according to the cause of the crash When the keyword cannot find the relevant information in the database, it will automatically link to the network to search for the cause of the crash according to the keyword, that is, when the computer cannot obtain the relevant hardware, or driver program, or application software information in the database by using the information keyword, The computer uses this information keyword as a keyword for network search, automatically links to the Internet, searches for relevant websites, and provides the link address of the searched relevant websites to the user.

本发明所述的实现计算机死机智能分析的方法,还可以在步骤103中进一步包括一个解决方案的存储步骤,其过程为:计算机将解决方案存储于存储介质中。该存储介质既可以为独立的外部存储介质,也可以是计算机硬盘上不易被删除的空间,还可为网络中的存储介质,用户将解决方案存储于网络中,需要时从网络中对本地计算机程序进行更新。该步骤中,计算机记录下当前数据库中的信息、当前死机原因分析的结果、对当前死机现象的应对方案;当计算机重新安装系统后,用户可以按该存储介质上存储的解决方案对计算机内驱动程序或应用程序进行更新。The method for realizing intelligent analysis of computer crashes according to the present invention may further include a solution storage step in step 103, the process of which is: the computer stores the solution in the storage medium. The storage medium can be an independent external storage medium, or a space on the hard disk of the computer that is not easy to be deleted, or a storage medium in the network. The user stores the solution in the network, and the local computer can be downloaded from the network when necessary. The program is updated. In this step, the computer records the information in the current database, the results of the current crash cause analysis, and the countermeasures for the current crash phenomenon; when the computer reinstalls the system, the user can reset the drive in the computer according to the solution stored on the storage medium. program or application update.

Claims (9)

1. a system that realizes the computer corruption intellectual analysis comprises hard disk, processor, internal memory, it is characterized in that, also comprises monitor module and search module,
Described monitor module is used for computing machine hardware, driver, application software information stores in Computer Database;
The information key word that the journal file that described search module generates when calling deadlock according to computing machine obtains is sought out corresponding information, and corresponding solution is provided in Computer Database.
2. the system of realization computer corruption intellectual analysis as claimed in claim 1 is characterized in that, described monitor module comprises the version information of hardware, driver, application software, supplier's information in the information of databases storage.
3. the system of realization computer corruption intellectual analysis as claimed in claim 1 or 2 is characterized in that, the up-to-date information of hardware, driver, application software in the described monitor module periodic search network, and be stored in the database.
4. the system of realization computer corruption intellectual analysis as claimed in claim 1 is characterized in that, described search module is according to the corresponding informance that searches out, or hardware is changed in prompting; Or down loading updating driver from network automatically; Or downloading application software ROMPaq from network automatically; Or according to calling the information key word AutoLink web search deadlock reason that the journal file that generates when crashing obtains.
5. as the system of claim 1 or 4 described realization computer corruption intellectual analysis, it is characterized in that described system further comprises memory module, this memory module is used for the solution that the storage computation machine crashes.
6. method that realizes the computer corruption intellectual analysis is characterized in that step comprises:
Step 1, computing machine are called the journal file that generates automatically when crashing, and draw the information key word of deadlock reason;
Step 2, computing machine is sought out corresponding informance according to above-mentioned information key word in its database;
Step 3, computing machine provides corresponding solution according to above-mentioned corresponding informance.
7. the method for realization computer corruption intellectual analysis as claimed in claim 6 is characterized in that, in the described step 2 in the database canned data comprise the version information of hardware, driver, application software, supplier's information.
8. the method for realization computer corruption intellectual analysis as claimed in claim 6 is characterized in that, computing machine is according to corresponding informance in the described step 3, or hardware is changed in prompting; Or down loading updating driver from network automatically; Or downloading application software ROMPaq from network automatically; Or according to calling the information key word AutoLink web search deadlock reason that the journal file that generates when crashing obtains.
9. as the method for claim 6 or 8 described realization computer corruption intellectual analysis, it is characterized in that described step 3 further comprises: computing machine is stored in solution in the storage medium.
CNB2005101319265A 2005-12-15 2005-12-15 A system and method for realizing intelligent analysis of computer crashes Expired - Fee Related CN100570570C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005101319265A CN100570570C (en) 2005-12-15 2005-12-15 A system and method for realizing intelligent analysis of computer crashes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005101319265A CN100570570C (en) 2005-12-15 2005-12-15 A system and method for realizing intelligent analysis of computer crashes

Publications (2)

Publication Number Publication Date
CN1983199A true CN1983199A (en) 2007-06-20
CN100570570C CN100570570C (en) 2009-12-16

Family

ID=38165752

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005101319265A Expired - Fee Related CN100570570C (en) 2005-12-15 2005-12-15 A system and method for realizing intelligent analysis of computer crashes

Country Status (1)

Country Link
CN (1) CN100570570C (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102768639A (en) * 2012-06-11 2012-11-07 北京奇虎科技有限公司 Method and device for locating operating system kernel-level errors
CN103810136A (en) * 2012-11-13 2014-05-21 王明仁 Computer cluster, management method and management system for computer cluster
CN105955838A (en) * 2016-05-24 2016-09-21 天脉聚源(北京)传媒科技有限公司 System halt reason check method and device
CN106844139A (en) * 2016-12-19 2017-06-13 广州视源电子科技股份有限公司 Log file analysis method and device
CN110471783A (en) * 2019-07-22 2019-11-19 珠海金山网络游戏科技有限公司 A kind of delay machine location of mistake method and system
CN110489256A (en) * 2019-07-19 2019-11-22 珠海金山网络游戏科技有限公司 A kind of delay machine positioning restorative procedure and system
CN111274059A (en) * 2020-01-21 2020-06-12 浙江大华技术股份有限公司 Software exception handling method and device for slave equipment
CN115357420A (en) * 2022-07-12 2022-11-18 北京百度网讯科技有限公司 Virtual machine fault positioning method and device, electronic equipment and storage medium

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102768639A (en) * 2012-06-11 2012-11-07 北京奇虎科技有限公司 Method and device for locating operating system kernel-level errors
CN102768639B (en) * 2012-06-11 2015-02-18 北京奇虎科技有限公司 Operating system kernel-level error positioning method and device
CN103810136A (en) * 2012-11-13 2014-05-21 王明仁 Computer cluster, management method and management system for computer cluster
CN105955838A (en) * 2016-05-24 2016-09-21 天脉聚源(北京)传媒科技有限公司 System halt reason check method and device
CN106844139A (en) * 2016-12-19 2017-06-13 广州视源电子科技股份有限公司 Log file analysis method and device
CN110489256A (en) * 2019-07-19 2019-11-22 珠海金山网络游戏科技有限公司 A kind of delay machine positioning restorative procedure and system
CN110471783A (en) * 2019-07-22 2019-11-19 珠海金山网络游戏科技有限公司 A kind of delay machine location of mistake method and system
CN111274059A (en) * 2020-01-21 2020-06-12 浙江大华技术股份有限公司 Software exception handling method and device for slave equipment
CN111274059B (en) * 2020-01-21 2023-10-10 浙江大华技术股份有限公司 Software exception handling method and device of slave device
CN115357420A (en) * 2022-07-12 2022-11-18 北京百度网讯科技有限公司 Virtual machine fault positioning method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN100570570C (en) 2009-12-16

Similar Documents

Publication Publication Date Title
US7971188B2 (en) Method and system for remotely controlling the reporting of events occurring within a computer system
US6742141B1 (en) System for automated problem detection, diagnosis, and resolution in a software driven system
US8621433B2 (en) Managing version information for software components
US8621278B2 (en) System and method for automated solution of functionality problems in computer systems
US7496960B1 (en) Tracking and reporting of computer virus information
US8220054B1 (en) Process exception list updating in a malware behavior monitoring program
KR101949998B1 (en) Contextual history of computing objects
RU2453911C2 (en) Offline execution of web based applications
US7904460B2 (en) Determining computer information from processor properties
US8166548B2 (en) Computer system and method for scanning computer virus
US9081642B2 (en) Evaluating computer driver update compliance
US20050081118A1 (en) System and method of generating trouble tickets to document computer failures
JP5268933B2 (en) Apparatus and associated method for diagnosing configuration faults
CN1906613A (en) System and method for generating extensible file system metadata and file system content processing
CN1323416A (en) Impact analysis of a model
US8996471B2 (en) Method and apparatus for providing help content corresponding to the occurrence of an event within a computer
US20040261079A1 (en) Method and system for maintaining service dependency relationships in a computer system
US8768896B2 (en) Setting information database management
WO2000068793A1 (en) System for automated problem detection, diagnosis, and resolution in a software driven system
US8126859B2 (en) Updating a local version of a file based on a rule
US20080126444A1 (en) Hybrid computer restore using network service
CN100570570C (en) A system and method for realizing intelligent analysis of computer crashes
US8347285B2 (en) Embedded agent for self-healing software
KR20010050460A (en) Method, system and computer program product for keeping files current
US20040025077A1 (en) Method and apparatus for the dynamic tuning of recovery actions in a server by modifying hints and symptom entries from a remote location

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20091216

Termination date: 20201215

CF01 Termination of patent right due to non-payment of annual fee