JPS6358544A - Electronic computer system - Google Patents
Electronic computer systemInfo
- Publication number
- JPS6358544A JPS6358544A JP61201693A JP20169386A JPS6358544A JP S6358544 A JPS6358544 A JP S6358544A JP 61201693 A JP61201693 A JP 61201693A JP 20169386 A JP20169386 A JP 20169386A JP S6358544 A JPS6358544 A JP S6358544A
- Authority
- JP
- Japan
- Prior art keywords
- error
- program
- contents
- error information
- main memory
- 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
Links
- 230000008014 freezing Effects 0.000 claims abstract description 8
- 238000007710 freezing Methods 0.000 claims abstract description 8
- 238000000034 method Methods 0.000 claims 1
- 230000005856 abnormality Effects 0.000 description 6
- 238000010586 diagram Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
Landscapes
- Executing Machine-Instructions (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は電子計算機システムに関し、特に、オペレーテ
ィングシステム(以下、O8と略称す。)における処理
プログラムでプログラムエラーが発生した時の処理方式
に関する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an electronic computer system, and particularly to a processing method when a program error occurs in a processing program in an operating system (hereinafter abbreviated as O8).
従来、この種の電子計算機システムにおいては。 Conventionally, in this type of electronic computer system.
O8における処理プログラムで異常が発生した場合、出
力情報の処理結果コード(以下、リターンコードと略称
す。)で異常の原因を判断している。When an abnormality occurs in the processing program in O8, the cause of the abnormality is determined based on the processing result code (hereinafter abbreviated as return code) of the output information.
ここで、処理プログラムの改造により新しいリターンコ
ードの追加が必要となっても、従来、プログラムとの互
換をとる為に新規追加が不可能でちった。この様な時、
新規のリターンコードを従来から存在する複数のリター
ンコードのうちのいずれか1つに丸め込んでいる。この
為、従来の電子計算機システムでは、処理プログラムの
改造を幾度か重ねると、複数の異なる異常原因について
同一のリターンコードが出力される様になる。Here, even if it becomes necessary to add a new return code due to modification of the processing program, conventionally it has been impossible to add a new return code in order to maintain compatibility with the program. At times like this,
The new return code is rounded to one of a plurality of conventional return codes. For this reason, in conventional computer systems, if the processing program is modified several times, the same return code will be output for a plurality of different causes of abnormality.
上述したように、従来の電子計算機システムにおいては
、複数の異なる異常原因について同一のリターンコード
が出力される為、処理プログラム使用者側では、異常の
真の原因を決定づける事が困難であるという問題がある
。又、処理プログラムが異常終了した後では、主記憶装
置の内容がエラー発生時点の状態と異なってしまってい
る為。As mentioned above, in conventional computer systems, the same return code is output for multiple different causes of abnormalities, so it is difficult for processing program users to determine the true cause of the abnormality. There is. Also, after the processing program terminates abnormally, the contents of the main storage device are different from the state at the time of the error occurrence.
異常原因の解析も困難であるという問題がある。There is a problem in that it is difficult to analyze the cause of the abnormality.
従って2本発明の目的は、O8における処理プログラム
でプログラムエラーが発生した時に、エラーの原因毎に
定義されたエラー原因コードを処理プログラムの使用者
に通知し、又、プログラムエラー発生時の主記憶装置の
内容を凍結する事により、エラー原因の解析を容易に行
える電子計算機システムを提供することにある。Therefore, two objects of the present invention are to notify the user of the processing program of an error cause code defined for each error cause when a program error occurs in the processing program in O8, and to An object of the present invention is to provide an electronic computer system in which the cause of an error can be easily analyzed by freezing the contents of the device.
本発明による電子計算機システムは、システム用データ
エリアと文字表示装置と主記憶装置とを有する電子計算
機システムにおいて、ある処理プログラム内でプログラ
ムエラーが発生し、そのプログラムが異常終了する場合
にあらかじめエラーの原因毎に定義されたエラー原因コ
ードをシステム用データエリアに退避するエラー情報ス
タック機構と、エラー原因コードを文字表示装置に表示
するエラー情報通知機構と、エラー発生時の主記憶装置
の内容を凍結する主記憶装置内容凍結機構とから構成さ
れ、O8における処理プログラムでプログラムエラーが
発生した時に、エラー原因コードを退避すると同時に処
理プログラム使用者に通知し、エラー発生時の主記憶装
置の内容を凍結する事を特徴とする。A computer system according to the present invention has a system data area, a character display device, and a main storage device, and when a program error occurs in a certain processing program and the program terminates abnormally, the error is detected in advance. An error information stack mechanism that saves the error cause code defined for each cause in the system data area, an error information notification mechanism that displays the error cause code on a character display, and a freeze of the contents of the main memory when an error occurs. When a program error occurs in the processing program in O8, it saves the error cause code and at the same time notifies the processing program user, and freezes the contents of the main memory at the time of the error. It is characterized by
以下9本発明の実施例について図面を参照してログラム
(4)、又はその延長で動作しているプログラム(B)
、プログラム(C)において、プログラムエラーが発生
したとする。その場合、エラー情報収集機構20がその
都度コールされる。エラー情報収集機構20では、無条
件にエラー情報スタック機構30を呼び出す。The following nine embodiments of the present invention will be described below with reference to the drawings: Program (4) or program (B) operating as an extension thereof
, it is assumed that a program error occurs in program (C). In that case, the error information collection mechanism 20 is called each time. The error information collection mechanism 20 calls the error information stack mechanism 30 unconditionally.
エラー情報スタック機構3oでは、システム共用データ
エリア40を確保し、このデータエリア40にエラー原
因コードを含めた詳細情報を設定し、データエリア40
をタスクに連結する。The error information stack mechanism 3o secures a system-shared data area 40, sets detailed information including an error cause code in this data area 40, and
to the task.
次にエラー情報収集機構20では、エラー情報通知機構
50を呼び出す。エラー情報通知機構5゜では、エラー
原因コードのメツセージを作成し。Next, the error information collection mechanism 20 calls the error information notification mechanism 50. The error information notification mechanism 5° creates a message with the error cause code.
文字表□示装置60に表示する。さらに、エラー情゛
報収集機構20では、主記憶装置内容凍結機構7゜を
コールする。主記憶装置内容凍結機構70では。It is displayed on the character display device 60. Additionally, error information
The information collection mechanism 20 calls the main storage content freezing mechanism 7°. In the main storage device content freezing mechanism 70.
主記憶装置の全内容を外部記憶装置80に出力する。The entire contents of the main storage device are output to the external storage device 80.
このうち、エラー情報通知機構50と主記憶装置内容凍
結機構70については、エラー情報収集機構20から呼
び出すか否かの判断を、エラー情報収集機構20に設け
られた判別子によって行なう。この判別子の値は動的に
変更する事が可能である為、処理プログラム使用者側の
判断により。Among these, the error information notification mechanism 50 and the main storage content freezing mechanism 70 are determined whether or not to be called from the error information collection mechanism 20 using a discriminator provided in the error information collection mechanism 20. Since the value of this discriminator can be changed dynamically, it is at the discretion of the processing program user.
必要な時に必要なだけの情報を取得することができる。You can get as much information as you need, when you need it.
以上の説明で明らかなように2本発明によれば。 As is clear from the above description, there are two aspects of the present invention.
O8における処理プログラムでプログラムエラーが発生
した時に、エラー原因コードを処理プログラム使用者に
通知し、又、主記憶装置の内容を凍結することにより、
処理プログラム使用者側におけるエラー原因の判別及び
エラー原因の解析を容易にすることができるという効果
がある。When a program error occurs in the processing program in O8, the error cause code is notified to the processing program user, and the contents of the main memory are frozen.
This has the effect of making it easier for the processing program user to determine the cause of the error and analyze the cause of the error.
図である。It is a diagram.
10・・・タスク、20・・・エラー情報収集装置。10...Task, 20...Error information collection device.
30・・・エラー情報スタック機構t40・・・データ
エリア、50・・・エラー情報通知機構、60・・・文
字表示装置、70・・・主記憶装置内容凍結機構、80
・・・外部記憶装置。30...Error information stack mechanism t40...Data area, 50...Error information notification mechanism, 60...Character display device, 70...Main storage content freezing mechanism, 80
...External storage device.
Claims (1)
置とを有する電子計算機システムにおいて、ある処理プ
ログラム内でプログラムエラーが発生し、そのプログラ
ムが異常終了する場合にあらかじめエラーの原因毎に定
義されたエラー原因コードを前記システム用データエリ
アに退避するエラー情報スタック機構と、前記エラー原
因コードを前記文字表示装置に表示するエラー情報通知
機構と、エラー発生時の前記主記憶装置の内容を凍結す
る主記憶装置内容凍結機構とを有することを特徴とする
電子計算機システム。1. In a computer system that has a system data area, a character display device, and a main storage device, when a program error occurs in a certain processing program and the program terminates abnormally, a method is defined in advance for each cause of the error. an error information stack mechanism that saves an error cause code to the system data area; an error information notification mechanism that displays the error cause code on the character display device; and a main memory that freezes the contents of the main storage device when an error occurs. An electronic computer system comprising a storage device content freezing mechanism.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61201693A JPS6358544A (en) | 1986-08-29 | 1986-08-29 | Electronic computer system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61201693A JPS6358544A (en) | 1986-08-29 | 1986-08-29 | Electronic computer system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6358544A true JPS6358544A (en) | 1988-03-14 |
Family
ID=16445342
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP61201693A Pending JPS6358544A (en) | 1986-08-29 | 1986-08-29 | Electronic computer system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6358544A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05224931A (en) * | 1991-09-06 | 1993-09-03 | Internatl Business Mach Corp <Ibm> | Method and system for representing program condition in execution and for notifying condition with signal |
JPH08272624A (en) * | 1995-03-29 | 1996-10-18 | Nec Corp | System and method for process exception recovery |
-
1986
- 1986-08-29 JP JP61201693A patent/JPS6358544A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05224931A (en) * | 1991-09-06 | 1993-09-03 | Internatl Business Mach Corp <Ibm> | Method and system for representing program condition in execution and for notifying condition with signal |
JPH08272624A (en) * | 1995-03-29 | 1996-10-18 | Nec Corp | System and method for process exception recovery |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0969373A3 (en) | I/O handling for a fault tolerant multiprocessor computer system | |
JPS6358544A (en) | Electronic computer system | |
EP0125797A1 (en) | Interrupt signal handling apparatus | |
CN113268395B (en) | Service data processing method, processing device and terminal | |
US5524206A (en) | Sub-CPU monitoring system including dual port memory | |
CN117395263B (en) | Data synchronization method, device, equipment and storage medium | |
JP4571578B2 (en) | Alarm management method and signal transmission device | |
JPH0635857A (en) | Abnormal end recovery system | |
JPH0895933A (en) | Computer system | |
JPH0448342A (en) | Interface fault processing system | |
JPS63100563A (en) | Faulty processor detecting system | |
KR100235570B1 (en) | The method of the cluster management for the cluster management master system of the parallel ticom | |
JP3185780B2 (en) | System monitoring apparatus and method | |
JPH0293898A (en) | Monitoring device | |
JP2778028B2 (en) | Fault handling device | |
CN118394599A (en) | Distributed cluster data management method, device, equipment and storage medium | |
CN115412514A (en) | Restart information recording method, apparatus, system, device and medium | |
JP2001337849A (en) | Method for collecting failure information in computer system | |
JPH0721093A (en) | Abnormality monitor system for direct memory access device | |
JPH01205244A (en) | System for collecting logging information | |
JPS60218135A (en) | Data processor | |
JPS63268036A (en) | Detecting/recovering method for abnormal operating of signal processor | |
JPH0498329A (en) | Fault recovery system | |
JPH0495142A (en) | Test program display operation method | |
JPS61135255A (en) | Data transmission system |