Operating systems are a key building block in the development of computing systems. Over the several decades since personal computing has become widespread, operating systems have substantially increased in complexity. The ability to multi-task and support concurrent processes has given even modest personal computers the appearance of simultaneously running a wide variety of programs from word processors to Internet browsers.
In fact, though, virtually all microprocessor-based systems run one program at a time, using a scheduler to guarantee that each running program is given processor time in sufficient quantities to keep running. This task can become quite complex. Each process running on a computer can spawn individual tasks called threads. Some threads can spawn subordinate threads. It is common to have dozens, or even hundreds, of threads active at a given time. On the other hand, the computer may have a limited number of resources, such as disk storage or network input/output. Even though each resource can often support multiple threads, in many cases a thread may have to wait for access to a given resource until a different thread releases it.
A thread can lock a resource it is using and make it unavailable for other threads. A common situation occurs where two or more threads require resources that are locked by another thread. When threads lock each other's resources a deadlock may occur. Typically, a timeout timer will fire when inactivity is observed over a pre-determined time period and kill one or more of the involved threads. Unfortunately, most users are less patient than the timers and will intervene before the timeout period with a reset or other dramatic action. The timeout time can be shortened to beat user's impatience but at the risk of killing slow but not-deadlocked threads.
Another way to address deadlocks is strict monitoring of every locking relationship. However, in modern high-clock rate systems, locks can be placed and released in a matter of microseconds and it is not unusual for hundreds of locks to exist at any moment in time. Therefore, strict monitoring may require more processor resources than those being monitored and the associated memory write times could slow processing to a crawl.
An operating system may monitor and verify deadlock conditions by taking advantage of the fact that, by definition, deadlocks are persistent. A quick scan of locking relationships may be made, building an approximation of locks and dependencies. It is an approximation because even several clock cycles after scanning the locking relationships, those relationships are obsolete. Even between the beginning of the scan and the end, the relationships may change. An analysis of the scan of locking relationships may show cyclical relationship as described above, but in fact, it may not be cycle, only an artifact of a locking relationship that no longer exists.
However, a real deadlock may exist. By examining the locking relationships a second time, particularly targeting suspect locking relationships of the first scan, a deadlock can be verified because it will persist over extended periods of time. When a deadlock is confirmed, data corresponding to the threads and resources involved can be forwarded to a monitor or other process that can intervene to break the deadlock, preferably before a user notices the incident.
Although not a deadlock by definition, a similar situation called a hang, where a thread or resource stops or becomes inaccessible and blocks predecessors with locking relationships can be monitored and verified in a similar fashion. Determining hangs can be useful for both resolving the hang and diagnosing root causes for the situation.
Although the following text sets forth a detailed description of numerous different embodiments, it should be understood that the legal scope of the description is defined by the words of the claims set forth at the end of this disclosure. The detailed description is to be construed as exemplary only and does not describe every possible embodiment since describing every possible embodiment would be impractical, if not impossible. Numerous alternative embodiments could be implemented, using either current technology or technology developed after the filing date of this patent, which would still fall within the scope of the claims.
It should also be understood that, unless a term is expressly defined in this patent using the sentence “As used herein, the term ‘______’ is hereby defined to mean . . . ” or a similar sentence, there is no intent to limit the meaning of that term, either expressly or by implication, beyond its plain or ordinary meaning, and such term should not be interpreted to be limited in scope based on any statement made in any section of this patent (other than the language of the claims). To the extent that any term recited in the claims at the end of this patent is referred to in this patent in a manner consistent with a single meaning, that is done for sake of clarity only so as to not confuse the reader, and it is not intended that such claim term by limited, by implication or otherwise, to that single meaning. Finally, unless a claim element is defined by reciting the word “means” and a function without the recital of any structure, it is not intended that the scope of any claim element be interpreted based on the application of 35 U.S.C. § 112, sixth paragraph.
Much of the inventive functionality and many of the inventive principles are best implemented with or in software programs or instructions and integrated circuits (ICs) such as application specific ICs. It is expected that one of ordinary skill, notwithstanding possibly significant effort and many design choices motivated by, for example, available time, current technology, and economic considerations, when guided by the concepts and principles disclosed herein will be readily capable of generating such software instructions and programs and ICs with minimal experimentation. Therefore, in the interest of brevity and minimization of any risk of obscuring the principles and concepts in accordance to the present invention, further discussion of such software and ICs, if any, will be limited to the essentials with respect to the principles and concepts of the preferred embodiments.
Computer 110 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by computer 110 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, FLASH memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by computer 110. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency, infrared and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
The system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 131 and random access memory (RAM) 132. A basic input/output system 133 (BIOS), containing the basic routines that help to transfer information between elements within computer 110, such as during start-up, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120. By way of example, and not limitation,
The computer 110 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only,
The drives and their associated computer storage media discussed above and illustrated in
The computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. The remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110, although only a memory storage device 181 has been illustrated in
When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet. The modem 172, which may be internal or external, may be connected to the system interconnect 121 via the user input interface 160, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 110, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation,
The communications connections 170172 allow the device to communicate with other devices. The communications connections 170172 are an example of communication media. The communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. A “modulated data signal” may be a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Computer readable media may include both storage media and communication media.
A related situation, a hang, may occur when one thread, for example, Thread C 212, may not be waiting for another resource, but instead is slow or stopped. All the preceding elements (threads 202, 208 and resources 204, 206) will be blocked until Thread C 112 releases Resource 3210. It is not just threads that can cause hangs, but also resources. For example, if Resource 3210 is a network connection, it may itself be too slow or unable to make progress, even though its owner, Thread C 212 is active and making progress. A third related wait-chain relationship is an orphaned resource, which occurs when one thread, for example, Thread C 212, is simply non-existent, either because it terminated or was killed. A chain that contains an orphaned resource also represents a hang, because all the threads that are waiting for the orphaned resource to be released are prevented indefinitely from making progress.
The resources of
As well, the threads and resources involved in a wait-chain are not necessarily restricted to one-to-one relationships. As shown in
The relationship data may be analyzed to determine if a potential wait-chain relationship exists at block 306. For example, a potential wait-chain relationship may be a cycle, that is, a combination of threads waiting for resources and resources waiting for ownership, such as lock, held by threads that loops back on itself, as shown in
If the context switch count has changed and the change is not attributable to the analysis process, then the Yes branch from block 312 may be followed to block 302. When there are no changes in context switch count except those that can be accounted for, then the No branch from block 312 may be followed to block 314.
At block 314, information about the threads involved in the wait-chain relationship may be reported to a monitor or other process capable of breaking the deadlock. To break the deadlock a number of methods may be used, including killing one of the threads. Another method may be to force an error from the resource that causes the thread to release the lock. By enabling an error to be returned, other processes involved may be able to recover both more quickly and with fewer side effects than the more dramatic technique of simply killing the offending process.
Another application of this technique may be applied to preventing deadlocks from occurring in the first place. When a thread is about to place a lock, the two-step cataloging process may be initiated to see if the proposed new wait-chain relationship will introduce a deadlock.
As mentioned above, resource locks may be placed and released hundreds at a time and last as short as microseconds. By taking advantage of the persistent nature of a deadlock or hang, the need to exhaustively catalog every resource lock, particularly in real-time, may be eliminated. Thread dependencies and resource ownerships may be cataloged and analyzed on an intermittent basis over a relatively long periods of time, for example, a second or more. Deadlocks and hangs may be positively identified in the second measurement step simply by comparing the second measurement data to the approximation of resource ownerships and thread dependencies of earlier measurement. In contrast to a timeout scheme, this method may allow the identification and resolution of the deadlock before a user is aware of any problem.
Although the forgoing text sets forth a detailed description of numerous different embodiments of the invention, it should be understood that the scope of the invention is defined by the words of the claims set forth at the end of this patent. The detailed description is to be construed as exemplary only and does not describe every possibly embodiment of the invention because describing every possible embodiment would be impractical, if not impossible. Numerous alternative embodiments could be implemented, using either current technology or technology developed after the filing date of this patent, which would still fall within the scope of the claims defining the invention.
Thus, many modifications and variations may be made in the techniques and structures described and illustrated herein without departing from the spirit and scope of the present invention. Accordingly, it should be understood that the methods and apparatus described herein are illustrative only and are not limiting upon the scope of the invention.