SYSTEM AND METHOD FOR DETECTING ERRORS OCCURRING IN COMPUTING DEVICE
A system and method detects errors occurring in a computing device. The computing device includes a central processing unit (CPU) and a memory. The method sets an interruption tag for the computing device and initializes the interruption tag as zero, and detects a general purpose input output (GPIO) signal output from the CPU through a GPIO interface. The method further determines whether the GPIO signal is in a first voltage level at every time interval, and adds one to the interruption tag when the GPIO signal is switched from the first voltage level to a second voltage level. In addition, the method determines that inter errors occur in the CPU if the interruption tag is equal to one, and determines that multi-bit errors occur in the memory if the interruption tag is greater than one.
Latest HON HAI PRECISION INDUSTRY CO., LTD. Patents:
- Chip pin connection status display method, computer device and storage medium
- Image processing method and computing device
- Method of identifying characters in images, electronic device, and storage medium
- Block packaging method based on blockchain transaction and electronic device using the same
- Deposition mask, mask member for deposition mask, method of manufacturing deposition mask, and method of manufacturing organic EL display apparatus
1. Technical Field
Embodiments of the present disclosure relate to computing device detection systems and methods, and particularly to a system and a method for detecting errors occurring in a computing device.
2. Description of Related Art
When a computing device (e.g., a computer, set-top box) is tested, it is required for an operator to rely on an error log generated by a base-board management controller (BMC) to find the reason why the computing device cannot operate normally. Multi-bit errors occurring in a memory of the computing device and internal errors occurring in a central processing unit (CPU) of the computing device may be among a plurality of issues causing the computing device to not operate normally. Accordingly, it is troublesome for the operator to determine which errors are occurring when the computing device is debugged.
The present disclosure, including the accompanying drawings, is illustrated by way of examples and not by way of limitation. It should be noted that references to “an” or “one” embodiment in this disclosure are not necessarily to the same embodiment, and such references mean at least one.
The system 10 comprises computerized instructions in the form of one or more programs that are stored in the storage system 12, and executed by the at least one microprocessor 13 or other processors of the computing devices. In one embodiment, the storage system 12 may be an internal storage system, such as a random access memory (RAM) for temporary storage of information, and/or a read only memory (ROM) for permanent storage of information. In some embodiments, the storage system 12 may also be an external storage system, such as an external hard disk, a storage card, or a data storage medium.
In one embodiment, the system 10 includes a parameter setting module 101, a signal detection module 102, an interruption service module 103, and an error processing module 104. The modules 101-104 may comprise computerized code in the form of one or more programs that are stored in the storage unit 12 and executed by the microprocessor 11 to provide functions for implementing the modules. In general, the word “module,” as used herein, refers to logic embodied in hardware or firmware, or to a collection of software instructions, written in a program language. In one embodiment, the program language may be Java, C, or assembly. One or more software instructions in the modules may be embedded in firmware, such as in an EPROM. The modules described herein may be implemented as either software and/or hardware modules and may be stored in any type of non-transitory computer-readable medium or other storage device. Some non-limiting examples of non-transitory computer-readable media include CDs, DVDs, flash memory, and hard disk drives.
The parameter setting module 101 is operable to set an interruption tag for the computing device 2, and initialize the interruption tag as zero. In the embodiment, the interruption tag is defined as how many times has an interruption program been executed to execute an interruption service by the CPU 20. When one interruption service is executed by the interruption program, the interruption tag is increased by one, i.e., tag=tag+1.
The signal detection module 102 is operable to detect a GPIO signal output from the CPU 20 through the GPIO interface 3 during operation of the computing device 2, and determine whether the GPIO signal is a first voltage level or a second voltage level at a time interval at every time interval. In one embodiment, the first voltage level is defined as a high voltage level that is represented by a digital number “1”, and the second voltage level is defined as a low voltage level that is represented by a digital number “0”. In the embodiment, the time interval is determined according to the frequency of the CPU 20, for example, assuming that the frequency of the CPU 20 is 1000 Hz, the time interval may be determined as 1 second.
The CPU 20 always outputs the GPIO signal in a high voltage level when the computing device 2 operates normally. As shown in
The interruption service module 103 is operable to run an interruption program to execute an interruption service when the GPIO signal is switched from the high voltage level to the low voltage level, and adds one to the interruption tag, i.e., tag=tag+1. The interruption service module 103 is further operable to check the interruption tag to determine whether the interruption tag is equal to one.
If the interruption tag is equal to one, the error processing module 104 determines that inter errors occur in the CPU 20, and determines that multi-bit errors occur in the memory 21 if the interruption tag is greater than one. The processing module 104 further determines whether the computing device 2 is inoperable when the errors occur in the CPU 20 or the memory 21. In the embodiment, when the GPIO signal is not received from the GPIO interface 3, the processing module 104 determines that the computing device 2 is inoperable. The processing module 104 generates a reset signal to restart the computing device 2 to debug the multi-bit errors occurring in the memory 21, and generates a terminate signal to shut off the computing device 2 to debug the errors occurring in the CPU 20.
In block S20, the parameter setting module 101 sets an interruption tag for the computing device 2, and initializes the interruption tag as zero. In the embodiment, the interruption tag is defined as a times for running an interruption program to execute an interruption service by the CPU 20. When one interruption service is executed by the interruption program, the interruption tag is increased by one, i.e., tag=tag+1.
In block S21, the signal detection module 102 detects a GPIO signal output from the CPU 20 through the GPIO interface 3 during operation of the computing device 2. The GPIO signal may be in a first voltage level that is defined as a high voltage level represented by a digital number “1”, and a second voltage level that is defined as a low voltage level represented by a digital number “0”.
In block S22, the signal detection module 102 determines whether the GPIO signal is in the first voltage level or the second voltage level. If the GPIO signal is the first voltage level, block S21 is repeated. Otherwise, if the GPIO signal is the second voltage level, block S23 is implemented.
In block S23, the interruption service module 103 runs an interruption program to perform an interruption service when the GPIO signal is switched from the first voltage level to the second voltage level, and adds one to the interruption tag, i.e., tag=tag+1.
In block S24, the signal detection module 102 determines whether the GPIO signal is switched from the first voltage level to the second voltage level at every time interval. In the embodiment, the time interval is determined according to the frequency of the CPU 20, for example, assuming that the frequency of the CPU 20 is 1000 Hz, the time interval may be determined as 1 seconds. If the GPIO signal is the second voltage level, block S23 is repeated. Otherwise, if the GPIO signal is the second voltage level, block S25 is implemented.
In block S25, the interruption service module 103 checks the interruption tag to determine whether the interruption tag is equal to one. If the interruption tag is greater than one, in block S26, the interruption service module 103 determines that inter errors occur in the CPU 20. Otherwise, if the interruption tag is equal to one, in block S27, the interruption service module 103 determines that multi-bit errors occur in the memory 21.
In block S28, the processing module 104 determines whether the computing device 2 is operable when the errors occur in the CPU 20 or the memory 21. In the embodiment, the processing module 104 determines that the computing device 2 is inoperable when the GPIO signal is not received from the GPIO interface 3. If the computing device 2 is operable, block S21 is repeated. Otherwise, if the computing device 2 is inoperable, block S29 is implemented.
In block S29, the processing module 104 generates a reset signal to restart the computing device 2 to debug the multi-bit errors occurring in the memory 21, or generates a terminate signal to shut off the computing device 2 to debug the errors occurring in the CPU 20.
All of the processes described above may be embodied in, and fully automated via, functional code modules executed by one or more general purpose processors of the computing devices. The code modules may be stored in any type of non-transitory readable medium or other storage device. Some or all of the methods may alternatively be embodied in specialized hardware. Depending on the embodiment, the non-transitory readable medium may be a hard disk drive, a compact disc, a digital video disc, a tape drive or other suitable storage medium.
Although certain disclosed embodiments of the present disclosure have been specifically described, the present disclosure is not to be construed as being limited thereto. Various changes or modifications may be made to the present disclosure without departing from the scope and spirit of the present disclosure.
Claims
1. A base-board management controller (BMC), the BMC being connected to a computing device through a general purpose input output (GPIO) interface, the BMC comprising:
- a storage system;
- at least one microprocessor; and
- one or more programs stored in the storage system and executable by the at least one microprocessor, the one or more programs comprising:
- a parameter setting module operable to set an interruption tag for the computing device, and initialize the interruption tag as zero;
- a signal detection module operable to detect a GPIO signal output from a central processing unit (CPU) of the computing device through the GPIO interface during operation of the computing device, and determine whether the GPIO signal is in a first voltage level at every time interval;
- an interruption service module operable to run an interruption program to execute an interruption service when the GPIO signal is switched from the first voltage level to a second voltage level, add one to the interruption tag, and check the interruption tag to determine whether the interruption tag is equal to one; and
- an error processing module operable to determine that inter errors occur in the CPU if the interruption tag is equal to one, or determine that multi-bit errors occur in the memory if the interruption tag is greater than one.
2. The BMC according to claim 1, wherein the processing module is further operable to determine whether the computing device is operable when the errors occur in the CPU or the memory, and generate a reset signal to restart the computing device to debug the multi-bit errors occurring in the memory, or a terminate signal to shut off the computing device to debug the errors occurring in the CPU.
3. The BMC according to claim 1, wherein the first voltage level is defined as a high voltage level that is represented by a digital number “1”, and the second voltage level is defined as a low voltage level that is represented by a digital number “0”.
4. The BMC according to claim 1, wherein the CPU pulls the GPIO signal down to the second voltage level from the first voltage level and outputs the GPIO signal in the second voltage level when the inter errors occur in the CPU.
5. The BMC according to claim 1, wherein the CPU alternately switches the GPIO signal from the first voltage level to the second voltage level when the multi-bit errors occur in the memory.
6. The BMC according to claim 1, wherein the time interval is determined according to a frequency of the CPU.
7. A method for detecting errors occurring in a computing device, the computing device comprising a central processing unit (CPU) and a memory, the method comprising:
- setting an interruption tag for the computing device, and initializing the interruption tag as zero;
- detecting a general purpose input output (GPIO) signal output from the CPU through a GPIO interface during operation of the computing device;
- determining whether the GPIO signal is in a first voltage level at every time interval;
- executing an interruption program to perform an interruption service when the GPIO signal is switched from the first voltage level to a second voltage level;
- adding one to the interruption tag;
- checking the interruption tag to determine whether the interruption tag is equal to one;
- determining that inter errors occur in the CPU if the interruption tag is equal to one; or
- determining that multi-bit errors occur in the memory if the interruption tag is greater than one.
8. The method according to claim 7, further comprising:
- determining whether the computing device is operable when the errors occur in the CPU or the memory; and
- generating a reset signal to restart the computing device to debug the multi-bit errors occurring in the memory; or
- generating a terminate signal to shut off the computing device to debug the errors occurring in the CPU.
9. The method according to claim 7, wherein the first voltage level is defined as a high voltage level that is represented by a digital number “1”, and the second voltage level is defined as a low voltage level that is represented by a digital number “0”.
10. The method according to claim 7, wherein the CPU pulls the GPIO signal down to the second voltage level from the first voltage level and outputs the GPIO signal in the second voltage level when the inter errors occur in the CPU.
11. The method according to claim 7, wherein the CPU alternately switches the GPIO signal from the first voltage level to the second voltage level when the multi-bit errors occur in the memory.
12. The method according to claim 7, wherein the time interval is determined according to a frequency of the CPU.
13. A non-transitory computer-readable medium having stored thereon instructions that, when executed by at least one microprocessor of a base-board management controller (BMC), cause the microprocessor to perform a method for detecting errors occurring in a computing device, the method comprising:
- setting an interruption tag for the computing device, and initializing the interruption tag as zero;
- detecting a general purpose input output (GPIO) signal output from a central processing unit (CPU) of the computing device through a GPIO interface during operation of the computing device;
- determining whether the GPIO signal is in a first voltage level at every time interval;
- executing an interruption program to perform an interruption service when the GPIO signal is switched from the first voltage level to a second voltage level;
- adding one to the interruption tag;
- checking the interruption tag to determine whether the interruption tag is equal to one;
- determining that inter errors occur in the CPU if the interruption tag is equal to one; or
- determining that multi-bit errors occur in a memory of the computing device if the interruption tag is greater than one.
14. The medium according to claim 13, wherein the method further comprises:
- determining whether the computing device is operable when the errors occur in the CPU or the memory; and
- generating a reset signal to restart the computing device to debug the multi-bit errors occurring in the memory; or
- generating a terminate signal to shut off the computing device to debug the errors occurring in the CPU.
15. The medium according to claim 13, wherein the first voltage level is defined as a high voltage level signal that is represented by a digital number “1”, and the second voltage level is defined as a low voltage level signal that is represented by a digital number “0”.
16. The medium according to claim 13, wherein the CPU pulls the GPIO signal down to the second voltage level from the first voltage level and outputs the GPIO signal in the second voltage level when the inter errors occur in the CPU.
17. The medium according to claim 13, wherein the CPU alternately switches the GPIO signal from the first voltage level to the second voltage level when the multi-bit errors occur in the memory.
18. The medium according to claim 13, wherein the time interval is determined according to a frequency of the CPU.
Type: Application
Filed: Jul 25, 2011
Publication Date: Jun 28, 2012
Patent Grant number: 8615685
Applicants: HON HAI PRECISION INDUSTRY CO., LTD. (Tu-Cheng), HONG FU JIN PRECISION INDUSTRY (ShenZhen) CO., LTD (ShenZhen City)
Inventor: YU-GANG ZHANG (Shenzhen City)
Application Number: 13/189,571
International Classification: G06F 11/07 (20060101);