JP2965075B2 - Program execution status monitoring method - Google Patents
Program execution status monitoring methodInfo
- Publication number
- JP2965075B2 JP2965075B2 JP63196113A JP19611388A JP2965075B2 JP 2965075 B2 JP2965075 B2 JP 2965075B2 JP 63196113 A JP63196113 A JP 63196113A JP 19611388 A JP19611388 A JP 19611388A JP 2965075 B2 JP2965075 B2 JP 2965075B2
- Authority
- JP
- Japan
- Prior art keywords
- task
- count value
- wdt
- monitoring method
- tasks
- 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.)
- Expired - Lifetime
Links
Landscapes
- Debugging And Monitoring (AREA)
Description
【発明の詳細な説明】 〔産業上の利用分野〕 本発明はウォッチドッグタイマを使用してプログラム
の実行状態を監視するプログラム実行状態監視方法に関
するものである。Description: TECHNICAL FIELD The present invention relates to a program execution state monitoring method for monitoring a program execution state using a watchdog timer.
第5図は従来のプログラム実行状態監視方法を示すプ
ログラム構成図であり、第6図は従来のプログラム実行
状態監視方法が適用されるハードウエア環境を示すブロ
ック図である。図において、1aは複数のタスクの実行お
よび切替えを管理するマルチタスクオペレーティングシ
ステム(以下、単にOSという)、21〜2nは処理プログラ
ムを適当な処理単位に分割した第1のタスク〜第nのタ
スク、3はウォッチドッグタイマ5に計数値を設定する
WDT設定用の割込タスクである。4はOS1a、第1のタス
ク21〜第nのタスク2nに従って処理を実行する中央処理
装置(以下、CPUという)、5はカウンタを内蔵し、こ
のカウンタの計数値が0になると、CPU4に対して割込動
作要求信号7を発生するウォッチドッグタイマ(以下、
WDTという)で、このWDT5のカウンタは、プログラムの
実行状態とは無関係に計数値がカウントダウンしていく
のでプログラムが無限ループに陥ったような場合に、そ
の状態を検出するために設けられている。また、6はCP
U4からWDT5に計数値を設定するときの計数値の流れ、7
は前記割込動作要求信号(以下、ウォッチドッグエラー
割込という)、8はOS1aが第1のタスク21〜第nのタス
ク2nを切替えるタイミングを発生する等のために設けら
れたタイマ、9はこのタイマ8からCPU4に対して出力さ
れる割込動作要求信号(以下、タイマ割込という)、10
はOS1a、第1のタスク21〜第nの2n等のプログラムと関
連するデータとが格納されたメモリ、11はプログラムの
処理の対象となる周辺装置である。FIG. 5 is a program configuration diagram showing a conventional program execution state monitoring method, and FIG. 6 is a block diagram showing a hardware environment to which the conventional program execution state monitoring method is applied. In the figure, 1a is a multi-task operating system (hereinafter simply referred to as OS) for managing execution and switching of a plurality of tasks, and 21 to 2n are first to n-th tasks obtained by dividing a processing program into appropriate processing units. 3 sets the count value in the watchdog timer 5
This is an interrupt task for setting WDT. Reference numeral 4 denotes an OS 1a, a central processing unit (hereinafter referred to as a CPU) for executing processing according to a first task 21 to an n-th task 2n, and 5 a built-in counter. A watchdog timer that generates an interrupt operation request signal 7
The WDT5 counter is provided to detect the state of a program that has fallen into an infinite loop because the count value counts down regardless of the program execution state. . 6 is CP
Count value flow when setting the count value from U4 to WDT5, 7
Is a timer provided for generating a timing at which the OS 1a switches the first task 21 to the n-th task 2n, and 9 is a timer provided for the interrupt operation request signal (hereinafter referred to as a watchdog error interrupt). An interrupt operation request signal (hereinafter referred to as a timer interrupt) output from the timer 8 to the CPU 4;
Is a memory in which data related to the program such as the OS 1a, the first task 21 to the n-th 2n is stored, and 11 is a peripheral device to be processed by the program.
次に動作について説明する。まずCPU4はOS1aに従って
動作する。つまり、OS1aを実行する。OS1aは適宜、第1
のタスク21〜第nのタスク2nに従ってCPU4が動作するよ
うに切替えるようなプログラムとなっているので、CPU4
は第1のタスク21〜第nのタスク2nのうちのどれか、例
えばタスク21に従って動作する。つまり、CPU4は第1の
タスク21を実行する。第1のタスク21の実行が適当な時
間経過後に終了すると、CPU4はOS1aを実行するように切
替わり、次いで、OS1aのプログラムに従って、CPU4は第
2のタスク22〜第nのタスク2nのどれか、例えば第2の
タスク22を実行する。このようにOS1aに従って、CPU4が
実行するタスクが切替わる動作をスケジューリングとい
う。また、以上の動作中に、プログラムの実行状態を監
視するために、周期的にWDT設定用の割込タスク3がWDT
5に計数値を設定する。例えば一定周期のタイマ割込9
が発生し、OS1aがこれを認識したらWDT設定用の割込タ
スク3が起動され、WDT5に所定の計数値を設定する。プ
ログラムの実行状態が正常の場合は、周期的にWDT5に対
して所定の計数値が再設定されるので、WDT5内のカウン
タの計数値が0になることはない。しかし、第1のタス
ク21〜第nのタスク2nのうちのどれかが無限ループに陥
ったような場合には、周期的なWDT5への計数値の設定が
中断されるので、WDT5内のカウンタは計数値が0となり
ウォッチドッグエラー割込7を発生する。CPU4は、この
ときOS1aを実行して、このウォッチドッグエラー割込7
の発生により、第1のタスク21〜第nのタスク2nのうち
のどれかが無限ループに陥った等により、正常に動作し
ていないことを知る。Next, the operation will be described. First, the CPU 4 operates according to the OS 1a. That is, the OS 1a is executed. OS1a is the first
It is a program that switches the CPU 4 to operate according to the tasks 21 to 2n of the task 2n.
Operates according to any one of the first task 21 to the n-th task 2n, for example, the task 21. That is, the CPU 4 executes the first task 21. When the execution of the first task 21 ends after an appropriate time has elapsed, the CPU 4 switches to execute the OS 1a, and then, according to the program of the OS 1a, the CPU 4 executes one of the second task 22 to the n-th task 2n. For example, the second task 22 is executed. The operation of switching the tasks executed by the CPU 4 according to the OS 1a in this manner is called scheduling. In addition, during the above operation, in order to monitor the execution state of the program, the WDT setting
Set the count value to 5. For example, a fixed period timer interrupt 9
Occurs, and when the OS 1a recognizes this, the WDT setting interrupt task 3 is started, and the WDT 5 is set to a predetermined count value. When the execution state of the program is normal, a predetermined count value is periodically reset to WDT5, so that the count value of the counter in WDT5 does not become zero. However, when any one of the first task 21 to the n-th task 2n falls into an infinite loop, the periodic setting of the count value in the WDT5 is interrupted, and the counter in the WDT5 is interrupted. The count value becomes 0 and a watchdog error interrupt 7 is generated. At this time, the CPU 4 executes the OS1a and executes this watchdog error interrupt 7
, One of the first to n-th tasks 21 to 2n enters an infinite loop or the like, and is not operating normally.
WDT5の第2の使用法としては、第1のタスク21〜第n
のタスク2nが周期的にWDT5に対して所定の計数値を設定
する方法もある。また、2つの方法を併用することもあ
る。The second use of WDT5 is as follows:
There is also a method in which the task 2n periodically sets a predetermined count value to the WDT5. Also, the two methods may be used in combination.
従来のプログラム実行状態監視方法は以上のように構
成されているので、例えば第7図に示すように第1のタ
スク21が無限ループに陥ってしまった場合でも、OS1aに
切替わることができる状態であれば、第2のタスク22〜
第nのタスク2nのどれかをスケジューリングして、WDT5
に対する計数値の設定が行なわれてしまうので、第1の
タスク21の異常が検出できない、あるいは、第1のタス
ク21〜第nのタスク2nの全てが無限ループに陥ったり、
デッドロックに陥ったり、または全タスクが停止してし
まった場合でも、少なくとも、WDT設定用の割込タスク
3が起動されていれば、ウォッチドッグエラー割込7は
発生せず、異常であるにもかかわらず、その検出が行え
ないなどの課題があった。Since the conventional program execution state monitoring method is configured as described above, for example, as shown in FIG. 7, even if the first task 21 falls into an infinite loop, it can be switched to the OS1a. Then, the second task 22 ~
Schedule one of the nth tasks 2n and call WDT5
Is set, the abnormality of the first task 21 cannot be detected, or all of the first task 21 to the n-th task 2n fall into an infinite loop,
Even if a deadlock occurs or all the tasks are stopped, if at least the WDT setting interrupt task 3 has been activated, the watchdog error interrupt 7 does not occur and it is abnormal. Nevertheless, there has been a problem that the detection cannot be performed.
この発明は上記のような課題を解消するためになされ
たもので、WDT5に対する計数値の設定が周期的に行なわ
れている状態で、第1のタスク21〜第nのタスク2nのう
ちのどれかに異常が発生しても、その検出を確実に行え
るプログラム実行状態監視方法を得ることを目的とす
る。The present invention has been made in order to solve the above-described problem. In the state where the count value is set to the WDT 5 periodically, any one of the first task 21 to the n-th task 2n is performed. It is an object of the present invention to provide a program execution state monitoring method capable of reliably detecting a crab abnormality even if it occurs.
この発明に係るプログラム実行状態監視方法は、各タ
スクの制御情報を保存するタスクコントロールブロック
(以下、TCBという)内に各タスク専用のWDT計数値を保
存するエリア(WDT計数値エリア)を設け、OSがタスク
の切替えを行なうときに、直前に実行していたタスクに
対応したTCBのWDT計数値エリアにWDTから読み出した計
数値を格納するとともに、これから実行するタスクに対
応したTCBのWDT計数値エリアから計数値を取り出し、こ
れをWDTに再設定するようにしたものである。In the program execution state monitoring method according to the present invention, an area (WDT count area) for storing a WDT count value dedicated to each task is provided in a task control block (hereinafter, referred to as TCB) for storing control information of each task. When the OS switches tasks, the count value read from the WDT is stored in the WDT count value area of the TCB corresponding to the task being executed immediately before, and the WDT count value of the TCB corresponding to the task to be executed. The count value is taken out from the area and reset to the WDT.
この発明におけるTCB内のWDT計数値エリアは、各タス
クごとに設けられていて、OSによりタスクの切替が行わ
れる時に新たな設定値が設定される。In the present invention, the WDT count value area in the TCB is provided for each task, and a new set value is set when a task is switched by the OS.
以下、この発明の一実施例を図について説明する。第
1図において、4はCPU、5はウォッチドッグタイマ(W
DT)、6はこのWDT5への計数値の流れ、7はウォッチド
ッグエラー割込、8はタイマ、9はタイマ割込、10はメ
モリ、11は周辺装置で、以上のものは第6図に示した従
来のものと同一である。12はCPU4がWDT5内のカウンタの
計数値を読み出すときの計数値の流れである。また、第
2図はプログラム実行状態監視方法を示すプログラム構
成図であり、第5図に示した従来のものとほぼ同等であ
るが、第3図に示すような第1のタスク21〜第nのタス
ク2nのそれぞれに対応してメモリ10に設けられているTC
B14の内容にWDT計数値エリア15が追加されている分、お
よびOS1がこのTCB14内のWDT計数値を管理する機能を有
する分だけ異なっている。第2図、第3図において、1
はWDT計数値を管理する機能を有するOS、21はOS1のもと
で制御される第1のタスク、22は第2のタスク、2nは第
nのタスク、14は第1のタスク21〜第nのタスク2nのそ
れぞれに対応して、メモリ10上に設けられ、OS1により
管理されるTCBで、このTCB14の中には、対応するタスク
の状態(実行可能であるレディ状態、I/O処理完了を待
つウエイト状態等)、タスクの切替えを行ったときのレ
ジスタの値、タスクの優先度などの従来より使用されて
いる情報を格納するエリアに加えて、タスク専用のWDT
計数値を格納するWDT計数値エリア15を有している。An embodiment of the present invention will be described below with reference to the drawings. In FIG. 1, 4 is a CPU, and 5 is a watchdog timer (W
DT), 6 is the flow of the count value to this WDT5, 7 is a watchdog error interrupt, 8 is a timer, 9 is a timer interrupt, 10 is a memory, 11 is a peripheral device, and the above are shown in FIG. It is the same as the conventional one shown. Reference numeral 12 denotes a flow of the count value when the CPU 4 reads the count value of the counter in the WDT 5. FIG. 2 is a program configuration diagram showing a program execution state monitoring method, which is almost the same as the conventional one shown in FIG. 5, but includes first tasks 21 to n-th as shown in FIG. TC provided in the memory 10 corresponding to each of the tasks 2n
The difference is that the WDT count value area 15 is added to the content of B14 and that the OS1 has a function of managing the WDT count value in the TCB 14. 2 and 3, 1
Is an OS having a function of managing the WDT count value, 21 is a first task controlled under OS1, 22 is a second task, 2n is an nth task, and 14 is a first task 21 to a first task. n TCBs provided on the memory 10 and managed by the OS 1 corresponding to the respective tasks 2n. The TCB 14 includes the status of the corresponding task (executable ready status, I / O processing In addition to the area for storing information that has been conventionally used, such as the wait state for waiting for completion, the register values when switching tasks, and the task priority, a task-specific WDT
It has a WDT count value area 15 for storing count values.
次に動作について説明する。まず、あるタスクが生成
される場合、OS1は処理開始における各レジスタの初期
値、優先度等と合わせて、このタスクのWDT計数値を対
応するTCB14の各エリアに設定する。WDT計数値の値は、
各タスクの処理内容に相違があるため、各タスクごとに
独立した値が設定される。次に、第2図に示した第1の
タスク21および第2のタスク22が実行される様子を、第
4図に示すフローチャートを参照して説明する。第4図
に示したフローチャートは桁方向に、第1のタスク、OS
および第2のタスクの3種に分けて示している。まず、
ステップST100に示すように、第1のタスク21がプログ
ラムの先頭でWDT計数値、例えば100を設定するようなプ
ログラムとなっているので、CPU4はWDT5に100を設定し
(ステップST100)、その後、第1のタスクの処理を実
行する(ステップST101)。この間、WDTのカウンタはプ
ログラムの実行状態に関係なく、つまりH/W的にカウン
トダウンされる。その後、タイマ割込、外部からのキー
入力等の何らかの要因により、CPU4が第1のタスク21に
従って動作する状態から、OS1に従って動作する状態に
切替えられ(OS1に制御が切替えられ)、OS1が実行開始
される。OS1はまず、WDT5の計数値を読み取り、これを
第1のタスク21に対応したTCB14のWDT計数値エリア15に
保存する(ステップST102)、その値がここでは20であ
ったとする。次いで、タスクのスケジューリングを行な
い(ステップST103)、第2のタスク22に制御を切替え
ることになった場合、OS1は第2のタスク22に対応したT
CB14のWDT計数値エリア15から計数値を取り出して、WDT
5に設定する(ステップST104)。この値は70であったと
する。次に、第2のタスク22に制御が切替えられ、第2
のタスク22の処理が実行される(ステップST105)。そ
の後、何らかの切替要因が発生したらOS1に制御が切替
えられ、OS1は同上の処理、つまりWDT5から計数値を読
み取り、これを第2のタスク22に対応したTCB14のWDT計
数値エリア15に保存し、スケジューリングを行ない、第
1のタスク21に対応したTCB14からWDTの計数値を取り出
してWDT5に再設定する処理を実行する(ステップST10
6)。ここで、ステップST102保存したWDT5の計数値は20
であったので、WDT5には20が設定されたことになる。以
上のようにして、第1のタスク21の処理が再開されるの
であるが、この後、第1のタスク21が何らかの原因でWD
T5に対して計数値の設定を実行することができなかった
とき、WDT5のカウンタは0までカウントダウンされ、WD
T5はウォッチドッグエラー割込7を発生する。この割込
により、OS1に制御が移り、OS1はどのタスクが実行中で
あったかを調べ、この場合は第1のタスク21が実行中に
異常が発生したことを認識する。そこで、第1のタスク
21を消滅させる等の異常回復処理を実行することができ
る。Next, the operation will be described. First, when a certain task is generated, the OS1 sets the WDT count value of this task in each area of the corresponding TCB 14, together with the initial value of each register at the start of processing, the priority, and the like. The value of the WDT count value is
Since there is a difference in the processing content of each task, an independent value is set for each task. Next, how the first task 21 and the second task 22 shown in FIG. 2 are executed will be described with reference to the flowchart shown in FIG. The flowchart shown in FIG. 4 shows the first task, OS
And the second task are shown separately. First,
As shown in step ST100, since the first task 21 is a program for setting the WDT count value, for example, 100 at the beginning of the program, the CPU 4 sets 100 to WDT5 (step ST100). The first task is executed (step ST101). During this time, the WDT counter counts down irrespective of the execution state of the program, that is, H / W. Thereafter, the CPU 4 is switched from a state in which the CPU 4 operates according to the first task 21 to a state in which the CPU 4 operates according to OS1 (control is switched to OS1) due to some factor such as a timer interrupt or an external key input, and the OS1 is executed. Be started. OS1 first reads the count value of WDT5, and saves it in the WDT count value area 15 of the TCB 14 corresponding to the first task 21 (step ST102). Next, the task is scheduled (step ST103), and when the control is to be switched to the second task 22, the OS1 sets the T corresponding to the second task 22.
The count value is taken out from the WDT count value area 15 of CB14 and
Set to 5 (step ST104). Assume that this value is 70. Next, the control is switched to the second task 22 and the second task 22 is executed.
Of the task 22 is executed (step ST105). After that, if some switching factor occurs, the control is switched to OS1, and OS1 reads the count value from the same process, that is, WDT5, and saves it in the WDT count value area 15 of the TCB 14 corresponding to the second task 22, Scheduling is performed, and a process of extracting the WDT count value from the TCB 14 corresponding to the first task 21 and resetting it to WDT5 is executed (step ST10).
6). Here, the count value of WDT5 stored in step ST102 is 20
Therefore, WDT5 is set to 20. As described above, the processing of the first task 21 is restarted.
When the count value cannot be set for T5, the WDT5 counter is counted down to 0 and the WD
T5 generates a watchdog error interrupt 7. By this interrupt, control is transferred to OS1, and OS1 checks which task is being executed, and in this case, recognizes that an abnormality has occurred while the first task 21 is being executed. So, the first task
It is possible to execute an abnormality recovery process such as extinguishing 21.
なお、上記実施例では第1のタスク21および第2のタ
スク22の2つのタスクを対象としたが、さらに多くのタ
スクを対象としても有効であることはいうまでもない。In the above embodiment, two tasks, the first task 21 and the second task 22, are targeted. However, it goes without saying that the present invention is also effective for more tasks.
また、上記実施例では第1のタスク21、第2のタスク
22いずれに対してもWDT5による監視を行うように説明し
たが、監視の必要がないタスクに対しては、そのTCB14
内のWDT計数値エリア15に特定の値を設定して、OS1がス
ケジューリング後に、WDT計数値エリア15の値をチェッ
クして特定値ならばWDT5の動作を一時的に停止させてお
くようにしてもよい。In the above embodiment, the first task 21 and the second task
It was explained that monitoring by WDT5 was performed for all 22.However, for tasks that do not need to be monitored, the TCB14
Set a specific value in the WDT count value area 15 within, and after OS1 schedules, check the value of the WDT count value area 15 and temporarily stop the operation of WDT5 if it is a specific value. Is also good.
以上のように、この発明によればプログラム実行状態
監視方法を、OSが管理する各タスクごとのTCBにWDT計数
値を保存して、この保存した計数値を基に各タスクごと
にWDTによる監視を行なうように構成したので、どれか
のタスクに異常が発生した場合、確実にその検出ができ
るものが得られる効果がある。特に、タスク切替え時に
タスクコントロールブロックに設定された計数値が次回
の対応タスク起動時まで保存されるので、あたかも各タ
スク毎に独立したウォッチドッグタイマが存在するよう
な状態でタスク監視が行える。また、各タスクの実行時
間が不定であるような場合であっても、確実にタスク異
常を監視できる。As described above, according to the present invention, the program execution state monitoring method stores the WDT count value in the TCB for each task managed by the OS, and monitors the WDT for each task based on the stored count value. Thus, when an error occurs in any task, a task that can surely detect the error is obtained. In particular, since the count value set in the task control block at the time of task switching is stored until the next corresponding task is started, task monitoring can be performed as if there is an independent watchdog timer for each task. In addition, even if the execution time of each task is indefinite, task abnormalities can be reliably monitored.
第1図はこの発明の一実施例によるプログラム実行状態
監視方法が適用されるハードウエア環境を示すブロック
図、第2図はこのプログラム実行状態監視方法を示すプ
ログラム構成図、第3図はTCBの構成図、第4図はプロ
グラム実行状態監視方法による動作を示すフローチャー
ト、第5図は従来のプログラム実行状態監視方法を示す
プログラム構成図、第6図は従来のプログラム実行状態
監視方法が適用されるハードウエア環境を示すブロック
図、第7図は従来のプログラム実行状態監視方法による
動作を示すフローチャートである。 1はマルチタスクオペレーティングシステム(OS)、21
は第1のタスク、22は第2のタスク、2nは第nのタス
ク、4はCPU、5はウォッチドッグタイマ(WDT)、14は
TCB、15はWDT計数値エリア。 なお、図中、同一符号は同一、又は相当部分を示す。FIG. 1 is a block diagram showing a hardware environment to which a program execution state monitoring method according to an embodiment of the present invention is applied, FIG. 2 is a program configuration diagram showing the program execution state monitoring method, and FIG. FIG. 4 is a flowchart showing the operation of the program execution status monitoring method, FIG. 5 is a program configuration diagram showing a conventional program execution status monitoring method, and FIG. 6 is a diagram illustrating the conventional program execution status monitoring method. FIG. 7 is a block diagram showing a hardware environment, and FIG. 7 is a flowchart showing an operation by a conventional program execution state monitoring method. 1 is a multitasking operating system (OS), 21
Is the first task, 22 is the second task, 2n is the nth task, 4 is the CPU, 5 is the watchdog timer (WDT), 14 is
TCB, 15 is the WDT count value area. In the drawings, the same reference numerals indicate the same or corresponding parts.
Claims (1)
複数のタスクのそれぞれに対応したタスクコントロール
ブロックによって管理するマルチタスクオペレーティン
グシステムが、ウォッチドッグタイマの計数値が所定の
値に達したことを認識して、プログラムの異常状態を検
出するプログラム実行状態監視方法において、前記マル
チタスクオペレーティングシステムがタスクの切替えを
行なうときに、前記ウォッチドッグタイマから読み出し
た計数値を直前に実行したタスクに対応した前記タスク
コントロールブロックに設定するとともに、直後に実行
するタスクに対応した前記タスクコントロールブロック
から計数値を読み出して前記ウォッチドッグタイマに設
定し、各タスク実行中に定期的に前記ウォッチドッグタ
イマに所定の値を設定し、タスク切替え時にタスクコン
トロールブロックに設定された計数値を次回の対応タス
ク起動時まで保存することを特徴とするプログラム実行
状態監視方法。A multi-task operating system that manages execution and switching of a plurality of tasks by task control blocks corresponding to the plurality of tasks, respectively, determines that a count value of a watchdog timer has reached a predetermined value. In the program execution state monitoring method for recognizing and detecting an abnormal state of a program, when the multitasking operating system switches tasks, the count value read from the watchdog timer corresponds to the task executed immediately before. Along with setting the task control block, a count value is read from the task control block corresponding to the task to be executed immediately afterward, and the count value is set in the watchdog timer. The value Constant, and the program execution state monitoring method characterized by storing a count value set in the task control block at the time of switching the task until the next corresponding task startup.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63196113A JP2965075B2 (en) | 1988-08-08 | 1988-08-08 | Program execution status monitoring method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63196113A JP2965075B2 (en) | 1988-08-08 | 1988-08-08 | Program execution status monitoring method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0245838A JPH0245838A (en) | 1990-02-15 |
JP2965075B2 true JP2965075B2 (en) | 1999-10-18 |
Family
ID=16352454
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP63196113A Expired - Lifetime JP2965075B2 (en) | 1988-08-08 | 1988-08-08 | Program execution status monitoring method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2965075B2 (en) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS58137796A (en) * | 1982-02-10 | 1983-08-16 | 株式会社日立製作所 | Storing facility of cooling system equipment |
CN101087705B (en) * | 2004-12-24 | 2011-01-12 | 东京座椅技术股份公司 | Automobile seat |
JP4757237B2 (en) * | 2007-06-22 | 2011-08-24 | 日本電信電話株式会社 | Time monitoring apparatus, method, and program |
BRPI0912009B1 (en) | 2008-04-30 | 2019-07-30 | Bridgestone Corporation | PNEUMATIC PREPARED BY USE OF RUBBER COMPOSITION CONTAINING MODIFIED POLYMER |
JP5161808B2 (en) * | 2009-02-16 | 2013-03-13 | 三菱電機株式会社 | Dual system controller |
JP5885504B2 (en) | 2009-04-28 | 2016-03-15 | 株式会社ブリヂストン | Pneumatic tire |
WO2011010665A1 (en) | 2009-07-22 | 2011-01-27 | 株式会社ブリヂストン | Pneumatic tire |
JP5545619B2 (en) | 2009-07-22 | 2014-07-09 | 株式会社ブリヂストン | tire |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS60144145U (en) * | 1984-02-29 | 1985-09-25 | 日新電機株式会社 | program monitoring device |
-
1988
- 1988-08-08 JP JP63196113A patent/JP2965075B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPH0245838A (en) | 1990-02-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4979105A (en) | Method and apparatus for automatic recovery from excessive spin loops in an N-way multiprocessing system | |
US6269478B1 (en) | Monitoring method for recognizing endless loops and blocked processes in a computer system using task state comparisons | |
US7975188B2 (en) | Restoration device for BIOS stall failures and method and computer program product for the same | |
US6662204B2 (en) | Thread control system and method in a computer system | |
JP2001154885A (en) | Method for preventing lock-up of computer system and method for monitoring the same system | |
WO2006076853A1 (en) | A method of processing multi-thread/multi-task/multi-processor | |
US20020116670A1 (en) | Failure supervising method and apparatus | |
JP2965075B2 (en) | Program execution status monitoring method | |
EP0738971A2 (en) | Automatic application restarting system and method | |
JPH1153225A (en) | Fault processor | |
JPS63163932A (en) | System monitoring system for control computer | |
JP3269489B2 (en) | Process monitoring system and process monitoring method | |
JP2006227962A (en) | System and method for monitoring application task | |
KR101300806B1 (en) | Apparatus and method for handling abnormal processing in multi process system | |
JP2005182594A (en) | Computer and program | |
JPH10116261A (en) | Check point restarting method for parallel computer system | |
JPH10269110A (en) | Method for avoiding hang-up of computer system, and computer system using the same method | |
JP2004070582A (en) | Event notification task control processing system and method and its program | |
JPH064318A (en) | Error detecting system | |
JPH1139178A (en) | Computer system and check point threading method in computer system | |
JP3005580B1 (en) | Deadlock detection device and detection method thereof | |
JPH11282725A (en) | Computer | |
CN112395158A (en) | Information processing method and device and computer readable storage medium | |
JPH0793188A (en) | Runaway restoring device for process controller | |
CN116662117A (en) | Method, device and storage medium for monitoring linux system based on timer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20070813 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080813 Year of fee payment: 9 |
|
EXPY | Cancellation because of completion of term |