Computer has the "Ox769e108e" command reference ~ ~

Users questions: Computer appears this mean? "Ox769e108e" command reference "Ox0546f300" memory, the memory can not be "rezd" to terminate the program, click OK. Then nothing, and what well appear that, who can tell me what it means Thank you!
Experts answer:0X000000 the memory can not be a solution for the readwritten there are aspects of this phenomenon, one hardware, that have problems with memory, and second, the software, which has many problems. A: First talk about the hardware: In general, the computer hardware is Not easy to bad. Memory problems are not likely (unless your memory is really a hodge-believers to a collapse), the main aspects are: 1. Bad memory (mostly second-hand memory case), 2. Using a quality problems of memory, 3. Memory plugged into the motherboard of the finger part of the dust too. 4. Use Different capacity of different brands of memory, so there incompatibilities. 5. Heat dissipation caused by overclocking. MemTest you can use the software to detect what the memory, it can thoroughly test the stability of the memory. Second, if not, then from the software troubleshooting the. Said first principle : Store data in memory has a place called the buffer, the data on the buffer when the program needs to provide the operating system's "performance function" to apply, if the memory allocation successful, the function will be opened by the new address of the memory area to return to the application, the application can use this memory through this address. This is the "dynamic memory allocation", the memory address that is programmed in the "cursor." Memory is not always call at any instant, an inexhaustible, sometimes memory allocation will fail. When the allocation fails, the system function will return a 0 value, then returns the value "0" has not indicated that the newly opened cursor, but the system to Application to issue a notice in an error. As an application, the application memory, each one should check the return value is Wei 0, if yes, it means Chuxian the Gu Zhang, should Caiquyixie Cuoshi to save, thus empowering process of "robustness". If the application does not check this wrong Error, it will in accordance with the "thinking inertia" that this value is assigned to it by the cursor can be used to continue the use after the implementation of this memory. The real address of memory area 0 is stored in a computer system the most important "interrupt descriptor table" is absolutely not allowed applications. In the absence of operating system protection mechanisms Under the system (eg DOS), to write data to this address will result in immediate crash, but in the robust operating systems such as Windows, this operation will be immediately captured by the system of protection, the result was forcibly closed by the operating system error application to prevent the expansion of its error. This time, the Appears above the memory can not be "read" error, and that the referenced memory address "0x00000000". Memory allocation failure causes of the many, not enough memory, the system does not match the version of the function and so may be affected. Therefore, this allocation failure more common in operating systems After a long time to install a variety of applications (including accidentally "installed" in the virus program), change the number of system parameters and system files after. The use of dynamic allocation of applications, sometimes there is such a situation: trying to write a program "should be available" in memory, but do not know why This is expected to available in the cursor has expired. There may be "forgotten" to the operating system requirements allocation process itself may also be written off at some point have this memory and "no attention" and so on. Memory to be written off the system recovery, the access is no longer the application, so read and write operating Also trigger the system for the protection mechanisms in an attempt to "illegal" process is the only end is to terminate the implementation of operations, recycling all of the resources. Computerworld legal or much more severe than in humans and ah! Situation like this program belong to their BUG, you can often operate in a particular order under To reproduce the error. Invalid cursor is not always 0, so errors in the memory address is not necessarily as "0x00000000", but other random numbers. First, I propose: 1, check whether the system Trojan or virus. Such procedures are often irresponsible to control the system to modify the system to Cause the operating system exception. Normally should strengthen information security awareness, executable programs from unknown sources, no wonder. 2, update the OS re-installation program copies the correct version of system files, modified system parameters. Sometimes the operating system itself will also have BUG, pay attention to install the official
  • This information provided by the users.Thanks!