JPH07230432A - Calculating device - Google Patents

Calculating device

Info

Publication number
JPH07230432A
JPH07230432A JP6019493A JP1949394A JPH07230432A JP H07230432 A JPH07230432 A JP H07230432A JP 6019493 A JP6019493 A JP 6019493A JP 1949394 A JP1949394 A JP 1949394A JP H07230432 A JPH07230432 A JP H07230432A
Authority
JP
Japan
Prior art keywords
bus
memory
processors
fault
history storage
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.)
Pending
Application number
JP6019493A
Other languages
Japanese (ja)
Inventor
Hiromi Yamazaki
弘巳 山崎
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP6019493A priority Critical patent/JPH07230432A/en
Publication of JPH07230432A publication Critical patent/JPH07230432A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Multi Processors (AREA)

Abstract

PURPOSE:To analyze a fault after use without adding a measuring instrument specially even for the purpose of use wherein a fault can not be analyzed during the use by providing a bus monitor means which monitors a bus transaction and a history storage means which stores a signal value on a bus. CONSTITUTION:If a fault occurs to one of processors, an abnormal signal detecting circuit 12 detects that and stops a memory control circuit 13 from sending a control signal. When the processor restarts operating after the fault occurrence, one of the processors sends a command to a bus transaction detecting circuit 11 through the bus 4 and then the memory control circuit 13 is stopped from sending the control signal. The contents of a nonvolatile memory 24 are not rewritten thereafter and information on the bus transaction right before the fault occurs is saved in the nonvolatile memory 24. Consequently, no special measuring instrument need not be added even for the purpose of use wherein a fault can not be analyzed during the use, and the fault information can be read out and analyzed afterward.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は複数のプロセッサをバ
ス接続した計算装置において、プロセッサ間相互作業に
よる障害の解析に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to analysis of a fault due to interworking between processors in a computer having a plurality of processors connected by a bus.

【0002】[0002]

【従来の技術】複数のプロセッサをバス接続した計算装
置においてはプロセッサ間で相互作用しながら動作する
ので、プロセッサ単体の動作が検証されていても相互作
用による障害の可能性が残る。このような障害は相互作
用のタイミングに依存して、間欠的、偶発的に発生する
ことがある。あらかじめ全てのタイミングに対して検証
することは困難なので、障害がある程度発生することを
前提にし、復旧手段と障害の解析手段を備えることによ
ってシステムの保全性を向上することが重要になってい
る。
2. Description of the Related Art In a computing device in which a plurality of processors are connected by a bus, the processors operate while interacting with each other. Therefore, even if the operation of each processor is verified, there is a possibility of failure due to the interaction. Such disorders may occur intermittently or accidentally depending on the timing of interaction. Since it is difficult to verify all the timings in advance, it is important to improve the system integrity by providing recovery means and failure analysis means on the assumption that a failure will occur to some extent.

【0003】特に小型航空機への搭載用途のように、飛
行中に発生した障害に対して地上の整備所に帰らないと
障害を解析できない場合、障害情報の保存が重要にな
る。なぜならば、間欠的または偶発的な障害は地上の整
備所で障害を再現させることが困難であり、障害情報が
保存されていないと結局原因が解析できないことになる
からである。
[0003] Especially when the failure occurred during flight cannot be analyzed without returning to a maintenance facility on the ground, as in the case of mounting on a small aircraft, it is important to save the failure information. This is because it is difficult for an intermittent or accidental fault to be reproduced at a maintenance facility on the ground, and the cause cannot be analyzed unless the fault information is saved.

【0004】従来技術の課題を例にもとづいて説明す
る。図5は例えば2つのプロセッサからなる従来の計算
装置であり、1および2はそれぞれ第1、第2のプロセ
ッサ、3は共有メモリ、4はこれら全てを接続するバ
ス、5は各プロセッサからの要求を入力とし許可を与え
るプロセッサの番号を出力とするアービタである。
The problems of the prior art will be described based on an example. FIG. 5 shows a conventional computing device including, for example, two processors. 1 and 2 are first and second processors, respectively, 3 is a shared memory, 4 is a bus connecting all of them, and 5 is a request from each processor. It is an arbiter that takes as input and outputs the number of the processor that grants permission.

【0005】従来の計算装置では、たまたまあるタイミ
ングで第一のプロセッサ1(以下Aとよぶ)が第2のプ
ロセッサ2(以下Bとよぶ)からバス4を通じて相互作
用(すなわちプロセッサ間通信またはデータ転送)を受
けた結果、Aの動作が暴走するあるいは所定の時間内に
処理が終了しない等の障害が発生した場合、Aは例外処
理を起動してその時点でのAの状態を共有メモリ3に書
込んで障害情報として保存する。Aで障害が発生した結
果、BがAからの応答を所定の時間内に得られない等の
2次的な障害につながる場合もあり、そのときはBも同
様にBの状態を共有メモリ3に書込んで障害情報を保存
する。
In the conventional computing device, the first processor 1 (hereinafter referred to as A) happens to interact with the second processor 2 (hereinafter referred to as B) through the bus 4 (that is, interprocessor communication or data transfer) at a certain timing. As a result, if a failure occurs such that the operation of A goes out of control or the processing does not end within a predetermined time, A starts exception processing and the state of A at that time is stored in the shared memory 3. Write and save as fault information. As a result of occurrence of a failure in A, there may be a case where a secondary failure such as B not being able to obtain a response from A within a predetermined time, and in that case, B similarly changes the state of B to shared memory 3 To save the failure information.

【0006】[0006]

【発明が解決しようとする課題】上記のような計算装置
では、障害発生時に各プロセッサ毎の障害情報は保存で
きるが、それが他プロセッサからのいかなる相互作用と
因果関係にあるか、またどのプロセッサの障害が最初で
他のプロセッサの障害が2次的なものなのかを知ること
ができない。もちろん計測装置を取付ければ観測できる
が、小型航空機への搭載用途のように飛行中に計測装置
を取付けられない場合は解析不可能である。間欠的な障
害はリトライするかまたは強制的にリセットして動作を
再開することはできるが、障害の原因が不明のまま使用
し続けることになり、将来、重大な障害につながる恐れ
がある。
In the above computing device, the failure information of each processor can be saved when a failure occurs, but what interaction it has with other processors and what processor it is. It is impossible to know whether the failure of the above is first and the failure of other processors is secondary. Obviously, it can be observed if a measuring device is attached, but if the measuring device cannot be attached during flight as in the case of mounting on a small aircraft, analysis is impossible. The intermittent failure can be retried or forcedly reset to resume the operation, but the failure cause will continue to be used without being known, which may lead to a serious failure in the future.

【0007】この発明はかかる課題を解決するためにな
されたものであり、使用中に障害の解析が不可能である
用途においても特別に計測装置を付加することなく、使
用後に障害の解析を可能とする計算装置を提供すること
を目的とする。
The present invention has been made in order to solve such a problem, and even in a use in which failure analysis is impossible during use, it is possible to analyze a failure after use without adding a special measuring device. It is an object of the present invention to provide a computing device.

【0008】[0008]

【課題を解決するための手段】プロセッサ間の相互作用
はバスを通したプロセッサ間通信またはデータ転送(以
下これらをまとめてバス・トランザクションとよぶ)で
行なわれるので、全バス・トランザクションを把握すれ
ば全ての相互作用がわかることになる。そこでこの発明
の計算装置では、バスに接続してバス・トランザクショ
ンを監視するバス監視手段と、上記バスに接続してバス
上の信号値を記憶する履歴記憶手段とを設けた。また、
バス監視手段には、各プロセッサからの異常信号を入力
する異常信号検出回路と、上記履歴記憶手段に制御信号
を出力するメモリ制御回路とを設けた。また、履歴記憶
手段には、タイマと、バス・トランザクション情報を保
存する不揮発メモリとを設けた。
Since the interaction between processors is performed by communication between processors via a bus or data transfer (hereinafter collectively referred to as a bus transaction), it is necessary to understand all bus transactions. All interactions will be understood. Therefore, the computing device of the present invention is provided with bus monitoring means for connecting to the bus to monitor bus transactions and history storing means for connecting to the bus and storing signal values on the bus. Also,
The bus monitoring means is provided with an abnormal signal detection circuit for inputting an abnormal signal from each processor and a memory control circuit for outputting a control signal to the history storage means. Further, the history storage means is provided with a timer and a non-volatile memory for storing bus transaction information.

【0009】[0009]

【作用】上記のように構成された計算装置では、バス・
トランザクションが起こるごとにバス監視手段がそれを
検知して履歴記憶手段に制御信号を送り、履歴記憶手段
が制御信号を受けてバス上の信号値を不揮発メモリに書
込むと同時に、その時点でアービタが許可しているプロ
セッサ番号と、その時間を示すタイマの出力とを不揮発
メモリに書込む。また障害発生時は、バス監視手段にお
いて異常信号検出回路で検出し、メモリ制御回路が履歴
記憶手段に制御信号を送るのを停止させる。したがって
障害発生直前のバス・トランザクション情報が履歴記憶
手段に保存されることになる。
In the computer configured as described above, the bus
Each time a transaction occurs, the bus monitoring means detects it and sends a control signal to the history storage means. The history storage means receives the control signal and writes the signal value on the bus into the nonvolatile memory, and at the same time, the arbiter Write the processor number permitted by and the output of the timer indicating the time in the non-volatile memory. When a fault occurs, the bus monitoring means detects it by the abnormal signal detection circuit, and stops the memory control circuit from sending the control signal to the history storage means. Therefore, the bus transaction information immediately before the occurrence of the failure is stored in the history storage means.

【0010】[0010]

【実施例】【Example】

実施例1.図1はこの発明の一実施例を示すブロック図
であって、1から5は従来例と同一である。10はバス
監視手段であり、この中の11はバス4に接続したバス
・トランザクション検出回路、12は各プロセッサセッ
サ1、2からの異常信号を入力する異常信号検出回路、
13はメモリ制御回路である。20は履歴記憶手段であ
り、この中の21はタイマ、22と23はそれぞれタイ
マ21を構成するカウンタとオーバフロウ・フラグ、2
4はバス4とアービタ5とタイマ21の出力とメモリ制
御回路13からの制御信号を入力とする不揮発メモリで
ある。
Example 1. FIG. 1 is a block diagram showing an embodiment of the present invention, and 1 to 5 are the same as the conventional example. Reference numeral 10 is a bus monitoring means, 11 is a bus transaction detection circuit connected to the bus 4, 12 is an abnormal signal detection circuit for inputting an abnormal signal from each processor processor 1, 2.
Reference numeral 13 is a memory control circuit. Reference numeral 20 denotes a history storage means, 21 of which is a timer, 22 and 23 are a counter and an overflow flag which constitute the timer 21, and 2
Reference numeral 4 is a non-volatile memory which receives the output of the bus 4, the arbiter 5, the timer 21, and the control signal from the memory control circuit 13.

【0011】次にこの実施例の動作を説明する。例えば
第2のプロセッサ2から第1のプロセッサ1へのバス・
トランザクションがあるとバス・トランザクション検出
回路11がこれを検出し、メモリ制御回路13が履歴記
憶手段20に制御信号を送る。履歴記憶手段20ではこ
の制御信号を受けて、タイマ21の出力であるカウンタ
22およびオーバフロウ・フラグ23の値と、バス4上
の信号値と、アービタ5の出力であるプロセッサ番号と
を不揮発メモリ24に書込む。ここでカウンタ22は常
時カウントアップしており、上限値まで進むとオーバフ
ロウ・フラグ23をセットして0に戻るようになってい
る。オーバフロウ・フラグ23はタイマ21の出力が不
揮発メモリに書込まれた時にクリアされる。以上の動作
を繰り返して、すべてのバス・トランザクションの情報
が不揮発メモリ24に書込まれる。なお不揮発メモリ2
4は最終アドレスまで書込まれると再び最初のアドレス
から上書きされるので、常に最新のバス・トランザクシ
ョンの情報が保存されていることになる。以上のように
動作した結果、不揮発メモリ24には例えば図3に示す
ように、バス・トランザクションが起きた時間、起こし
たプロセッサ番号、バス・トランザクションの内容等の
情報が保存される。
Next, the operation of this embodiment will be described. For example, a bus from the second processor 2 to the first processor 1
When there is a transaction, the bus / transaction detection circuit 11 detects it, and the memory control circuit 13 sends a control signal to the history storage means 20. In response to the control signal, the history storage means 20 receives the control signal, the value of the counter 22 and the overflow flag 23, which is the output of the timer 21, the signal value on the bus 4, and the processor number, which is the output of the arbiter 5, in the nonvolatile memory 24. Write to. Here, the counter 22 is constantly counting up, and when it reaches the upper limit value, the overflow flag 23 is set and it returns to zero. The overflow flag 23 is cleared when the output of the timer 21 is written in the nonvolatile memory. By repeating the above operation, information of all bus transactions is written in the nonvolatile memory 24. The nonvolatile memory 2
When 4 is written to the final address, it is overwritten from the first address again, so that the latest bus transaction information is always stored. As a result of the operation as described above, information such as the time when the bus transaction occurs, the processor number that caused the bus transaction, the contents of the bus transaction, etc. is stored in the non-volatile memory 24, for example, as shown in FIG.

【0012】ここでどれか1つのプロセッサで障害が発
生した時は、異常信号検出回路12で検出しメモリ制御
回路13が制御信号を送るのを停止させる。障害発生か
ら再開した時は、どれか1つのプロセッサからバス・ト
ランザクション検出回路11にバス4を通してコマンド
を送ることによりメモリ制御回路13が制御信号を送る
のを停止させる。以降は不揮発メモリ24の内容は書換
えられず、障害が発生する直前のバス・トランザクショ
ンの情報が不揮発メモリ24に保存される。
When a failure occurs in any one of the processors, the abnormal signal detection circuit 12 detects it and stops the memory control circuit 13 from sending a control signal. When restarting from the occurrence of a failure, one of the processors sends a command to the bus transaction detection circuit 11 through the bus 4 to stop the memory control circuit 13 from sending a control signal. After that, the contents of the non-volatile memory 24 are not rewritten, and the information of the bus transaction immediately before the failure occurs is stored in the non-volatile memory 24.

【0013】障害を解析する時は、この不揮発メモリ2
4の情報を読出すことによって障害がどのバス・トラン
ザクションと因果関係があるか、またどのプロセッサの
障害が最初で他のプロセッサの障害が2次的なものなの
かを解析できる。
When analyzing a failure, the nonvolatile memory 2
By reading the information of No. 4, it is possible to analyze which bus transaction the fault has a causal relationship with, and which processor fault is first and the fault of the other processor is secondary.

【0014】実施例2.図2は別の実施例を示すブロッ
ク図であり、図1と同一の番号は同一の構成要素を示
し、25は図1の不揮発メモリ24に相当するが揮発性
であってもよいメモリ、26はメモリ25に接続したバ
ックアップ不揮発メモリである。本実施例においては、
どれか1つのプロセッサで障害が発生すると異常信号検
出回路12で検出し、メモリ制御回路13は制御信号を
送りメモリ25の全内容をバックアップ不揮発メモリ2
6にコピーする。障害発生から再開した場合は、引き続
きバス・トランザクション情報を書込んでいく。本実施
例では図1の実施例のようにプロセッサがコマンドを送
らなくても、自動的にバックアップ不揮発メモリ26に
バス・トランザクション情報が保存される。
Example 2. 2 is a block diagram showing another embodiment, in which the same numerals as those in FIG. 1 indicate the same constituent elements, and 25 corresponds to the nonvolatile memory 24 in FIG. 1, but may be volatile memory, 26. Is a backup non-volatile memory connected to the memory 25. In this embodiment,
When a failure occurs in any one of the processors, the abnormal signal detection circuit 12 detects it, and the memory control circuit 13 sends a control signal to backup the entire contents of the memory 25.
Copy to 6. When the fault is resumed, the bus transaction information is continuously written. In this embodiment, the bus transaction information is automatically saved in the backup non-volatile memory 26 even if the processor does not send a command as in the embodiment of FIG.

【0015】また、本発明のハードウェアを次の方法で
使うことにより、各プロセッサ上で走っているタスク間
の時間的順序関係すなわちプロセッサ間タスク・スケジ
ュールを得ることができる。まず第1ステップでは、各
プロセッサ1、2はタスクを切り換える毎にソフトウェ
アによって共有メモリ3の特定アドレスに書込みを行な
う。この書込みのバス・トランザクションはタイマ21
の値とともに履歴記憶手段20に保存される。障害の解
析時には、第2ステップで、どれか1つのプロセッサが
バス監視手段10を停止させる。第3ステップで、どれ
か1つのプロセッサで履歴記憶手段20の中から保存さ
れているバス・トランザクション情報を読出し、第1ス
テップで行なった特定アドレスへの書込みのバス・トラ
ンザクション情報のみを抜き出す。以上の操作の結果、
例えば図4に示すような障害発生直前のプロセッサ間タ
スク・スケジュールが得られる。
Further, by using the hardware of the present invention in the following method, it is possible to obtain a temporal order relation between tasks running on each processor, that is, an interprocessor task schedule. First, in the first step, each of the processors 1 and 2 writes to a specific address of the shared memory 3 by software every time the task is switched. This write bus transaction is performed by the timer 21.
Is stored in the history storage means 20 together with the value of. At the time of failure analysis, any one of the processors stops the bus monitoring means 10 in the second step. In the third step, any one of the processors reads out the bus transaction information stored in the history storage means 20, and extracts only the bus transaction information written to the specific address in the first step. As a result of the above operation,
For example, an inter-processor task schedule immediately before a failure as shown in FIG. 4 can be obtained.

【0016】なお、上記実施例ではプロセッサが2つの
場合を説明したが、プロセッサの数が3つ以上の場合も
同様である。
In the above embodiment, the case where the number of processors is two has been described, but the same applies when the number of processors is three or more.

【0017】[0017]

【発明の効果】以上のように、障害発生時にその直前の
プロセッサ間相互作用の情報を自動的に保存するように
したので、使用中に障害解析が不可能である用途におい
ても特別に計測装置を付加することなく、後でこの障害
情報を読みだして解析することができる。
As described above, since the information on the interaction between the processors immediately before the occurrence of the failure is automatically saved, the measuring device is specially used even in the case where the failure analysis cannot be performed during use. This fault information can be read out and analyzed later without adding the.

【図面の簡単な説明】[Brief description of drawings]

【図1】この発明の実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】この発明の別の実施例を示すブロック図であ
る。
FIG. 2 is a block diagram showing another embodiment of the present invention.

【図3】バス・トランザクション情報の保存例をしめす
図である。
FIG. 3 is a diagram showing an example of saving bus transaction information.

【図4】プロセッサ間タスク・スケジュールの例をしめ
す図である。
FIG. 4 is a diagram showing an example of a task schedule between processors.

【図5】従来例をしめすブロック図である。FIG. 5 is a block diagram showing a conventional example.

【符号の説明】[Explanation of symbols]

1 第1のプロセッサ 2 第2のプロセッサ 3 共有メモリ 4 バス 5 アービタ 10 バス監視手段 11 バス・トランザクション検出回路 12 異常信号検出回路 13 メモリ制御回路 20 履歴記憶手段 21 タイマ 22 カウンタ 23 オーバフロウ・フラグ 24 不揮発メモリ 25 メモリ 26 バックアップ不揮発メモリ 1 First Processor 2 Second Processor 3 Shared Memory 4 Bus 5 Arbiter 10 Bus Monitoring Unit 11 Bus Transaction Detection Circuit 12 Abnormal Signal Detection Circuit 13 Memory Control Circuit 20 History Storage Means 21 Timer 22 Counter 23 Overflow Flag 24 Nonvolatile Memory 25 Memory 26 Backup non-volatile memory

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 複数のプロセッサと、上記複数のプロセ
ッサが共有する共有メモリと、上記複数のプロセッサお
よび共有メモリを接続するバスと、上記複数のプロセッ
サからのバス使用権要求を入力とし、使用権を獲得した
プロセッサの番号を出力とするアービタと、上記バスに
接続してバス・トランザクションを監視するバス監視手
段と、上記バスおよびアービタに接続してバス・トラン
ザクションの情報を記憶する履歴記憶手段とを備えたこ
とを特徴とする計算装置。
1. A usage right when a plurality of processors, a shared memory shared by the plurality of processors, a bus connecting the plurality of processors and the shared memory, and a bus usage right request from the plurality of processors are input. An arbiter that outputs the number of the processor that has acquired the bus, a bus monitoring unit that is connected to the bus to monitor the bus transaction, and a history storage unit that is connected to the bus and the arbiter to store the information of the bus transaction. A computing device comprising:
【請求項2】 バス監視手段は、上記バスに接続したバ
ス・トランザクション検出回路と、上記各プロセッサか
らの異常信号を入力する異常信号検出回路と、上記履歴
記憶手段に制御信号を出力するメモリ制御回路とを備え
たことを特徴とする請求項1記載の計算装置。
2. The bus monitoring means includes a bus transaction detection circuit connected to the bus, an abnormal signal detection circuit for inputting an abnormal signal from each processor, and a memory control for outputting a control signal to the history storage means. The computer according to claim 1, further comprising a circuit.
【請求項3】 履歴記憶手段は、タイマと、上記タイマ
と上記バスおよびアービタとからの信号を入力とする不
揮発メモリとを備えたことを特徴とする請求項1記載の
計算装置。
3. The computer according to claim 1, wherein the history storage means includes a timer, and a nonvolatile memory which receives signals from the timer, the bus and the arbiter.
【請求項4】 履歴記憶手段は、タイマと、上記タイマ
と上記バスおよびアービタとからの信号を入力とするメ
モリと、上記メモリに接続したバックアップ不揮発メモ
リとを備えたことを特徴とする請求項1記載の計算装
置。
4. The history storage means comprises a timer, a memory to which signals from the timer, the bus and the arbiter are input, and a backup non-volatile memory connected to the memory. The computing device according to 1.
【請求項5】 タイマは、カウンタと、オーバフロウ・
フラグとを備えたことを特徴とする請求項3または請求
項4記載の計算装置。
5. The timer comprises a counter and an overflow.
5. The computer according to claim 3, further comprising a flag.
JP6019493A 1994-02-16 1994-02-16 Calculating device Pending JPH07230432A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6019493A JPH07230432A (en) 1994-02-16 1994-02-16 Calculating device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6019493A JPH07230432A (en) 1994-02-16 1994-02-16 Calculating device

Publications (1)

Publication Number Publication Date
JPH07230432A true JPH07230432A (en) 1995-08-29

Family

ID=12000899

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6019493A Pending JPH07230432A (en) 1994-02-16 1994-02-16 Calculating device

Country Status (1)

Country Link
JP (1) JPH07230432A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007066336A (en) * 2003-04-17 2007-03-15 Arm Ltd Diagnostic data capture within integrated circuit
US7996821B2 (en) 2000-11-10 2011-08-09 Renesas Electronics Corporation Data processor

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7996821B2 (en) 2000-11-10 2011-08-09 Renesas Electronics Corporation Data processor
JP2007066336A (en) * 2003-04-17 2007-03-15 Arm Ltd Diagnostic data capture within integrated circuit
US7278073B2 (en) 2003-04-17 2007-10-02 Arm Limited Diagnostic data capture within an integrated circuit

Similar Documents

Publication Publication Date Title
US7627807B2 (en) Monitoring a data processor to detect abnormal operation
JPH07230432A (en) Calculating device
JPS6119061B2 (en)
JPS6115239A (en) Processor diagnosis system
JPH06187256A (en) Bus trace mechanism
JPH1115661A (en) Self-diagnosis method for cpu
CN108415788B (en) Data processing apparatus and method for responding to non-responsive processing circuitry
JPH0754947B2 (en) Standby system monitoring method
JPH06214831A (en) Abnormality detector for central processing unit
JPH0149975B2 (en)
JPH03253945A (en) Abnormality recovery processing function confirming system for data processing system
JPS63118964A (en) Information processor
JPS63307547A (en) Cpu monitor circuit
JPS6072040A (en) Monitoring system for executing time of program
JPS63193260A (en) Host processor monitoring system for loosely coupled multiprocessor system
JPH02210515A (en) System resetting system
JPS624746B2 (en)
JPS62221043A (en) Monitor circuit for logical unit
JP2000330878A (en) Communication controller
JPS6074052A (en) History memory control system
JPS6146535A (en) Pseudo error setting control system
JPH01169642A (en) Runaway detecting circuit
JPS6112585B2 (en)
JPH03252831A (en) Method for collecting ras information by dma transfer
JPS6275744A (en) Program monitoring system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 7

Free format text: PAYMENT UNTIL: 20080706

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 7

Free format text: PAYMENT UNTIL: 20080706

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 8

Free format text: PAYMENT UNTIL: 20090706

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090706

Year of fee payment: 8

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 9

Free format text: PAYMENT UNTIL: 20100706