JPH05225004A - Non-editing fast domp output system - Google Patents

Non-editing fast domp output system

Info

Publication number
JPH05225004A
JPH05225004A JP4058780A JP5878092A JPH05225004A JP H05225004 A JPH05225004 A JP H05225004A JP 4058780 A JP4058780 A JP 4058780A JP 5878092 A JP5878092 A JP 5878092A JP H05225004 A JPH05225004 A JP H05225004A
Authority
JP
Japan
Prior art keywords
output
information
program
file
editing
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
JP4058780A
Other languages
Japanese (ja)
Inventor
Yasushi Hasegawa
靖志 長谷川
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP4058780A priority Critical patent/JPH05225004A/en
Publication of JPH05225004A publication Critical patent/JPH05225004A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To shorten the dump output time with respect to the analysis information output for abnormal termination of a user program. CONSTITUTION:Respective information of an editing form designating means 1 which designates selected information outputted without editing, an output file designating means 2 which designates output destination file information, a file distribution designating means 3 which outputs destination file designating information in the case of a multiple program, and an output information designating means 4 which designates output information are stored in a program control information storage area 7. At the time of abnormal termination of the program, an output form selecting means 10 selects whether fast dump output without editing should be performed or not. An output file selecting means 11 selects a dump output destination file. An output information selecting means 12 selects output information. A user output information dynamic change means 13 acquires information required by the user from an output subroutine 17. A non-editing dump output processing 14 outputs information to an output file 16 without editing.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ユーザプログラムが異
常終了した時の原因解析支援方式に関し、異常終了情報
として仮想記憶空間情報をダンプ出力する方式に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a cause analysis support system for abnormal termination of a user program, and more particularly to a system for dumping virtual storage space information as abnormal termination information.

【0002】[0002]

【従来の技術】ユーザプログラムが異常終了した時の原
因解析支援方式として、プログラム異常終了時にそのプ
ログラムの仮想記憶空間の情報を編集後レポートに出力
するレポート編集出力方式が一般に知られている。
2. Description of the Related Art As a cause analysis support method when a user program abnormally ends, a report edit output method is generally known, which outputs information of the virtual storage space of the program to a report after editing when the program ends abnormally.

【0003】レポート編集出力方式では、ユーザプログ
ラムの異常終了時、16進形式情報を文字形式情報に変
換する作業及びレポート形式出力作業が必要でありダン
プ出力に多くの時間を必要とした。
In the report edit output method, when the user program terminates abnormally, it is necessary to convert the hexadecimal format information into character format information and to output the report format, which requires a lot of time for dump output.

【0004】また、レポート編集出力方式では、ユーザ
プログラムが多重プログラムであった場合、各タスクの
仮想記憶空間情報をレポート出力する為に、排他制御を
行う必要があり順次出力のみとなりダンプ出力に多くの
時間を必要とした。
Further, in the report edit output method, when the user program is a multiple program, it is necessary to perform exclusive control in order to output the virtual storage space information of each task as a report, and only sequential output is required, which is often used for dump output. Needed time.

【0005】図2は従来のレポート編集出力方式によ
る、原因解析支援方式を示す動作説明図である。
FIG. 2 is an operation explanatory view showing a cause analysis support system by the conventional report edit output system.

【0006】図2においてユーザプログラムの仮想記憶
空間情報は、実行したプログラム(ステップS−22)
が異常終了した場合(ステップS−23)、出力形式選
択、レポート編集出力手段により16進形式情報から文
字形式情報に変換され(ステップS−24)、(ステッ
プS−25)、レポートに編集出力される。また、多重
プログラムの場合には排他制御により順次編集出力が行
われる(ステップS−27)。
In FIG. 2, the virtual storage space information of the user program is the executed program (step S-22).
Is abnormally terminated (step S-23), the output format selection and report edit / output means converts the hexadecimal format information into character format information (step S-24), (step S-25), and edit output to the report. To be done. Further, in the case of a multiple program, the edit output is sequentially performed by the exclusive control (step S-27).

【0007】[0007]

【発明が解決しようとする課題】上述のように、従来の
レポート編集出力方式では、レポート出力する為の文字
形式情報変換作業が必要であり時間を要した。そのた
め、ユーザプログラムの拡大に伴い、編集出力の対象と
なる仮想記憶空間情報量が増加し、システムがダンプ出
力に要する時間が増加し、ユーザプログラムの終了時間
が増加するという問題点があった。
As described above, in the conventional report edit output method, the character format information conversion work for outputting the report is required and it takes time. Therefore, as the user program expands, the amount of virtual storage space information to be edited and output increases, the time required for dump output by the system increases, and the end time of the user program increases.

【0008】また、多重プログラムの異常終了時には、
同時出力が行えない為に、ダンプ出力時間が非常に大き
くなるという問題点があった。
Further, at the abnormal end of the multiple program,
Since the simultaneous output cannot be performed, there is a problem that the dump output time becomes very long.

【0009】特に、異常終了時には即座に再実行が要求
されるオンライン制御プログラム等の異常終了時のダン
プ出力に時間を要する事は大きな問題点となった。
In particular, it has been a serious problem that it takes a long time to output a dump at the time of abnormal termination of an online control program or the like which is required to be re-executed immediately at the time of abnormal termination.

【0010】よって、本発明の目的は、上述の問題点に
鑑み、ユーザプログラムが異常終了した時のプログラム
解析情報の出力に関して、仮想記憶空間情報の出力に関
して、編集作業を行わず空間情報をそのまま指定された
ファイルへ出力する事により出力時間の短縮高速化を行
う事、多重プログラムの仮想記憶空間情報の出力に関し
て、出力ファイルをタスク毎に指定する事により、排他
制御を必要とせず同時出力を可能とすることにより、ダ
ンプ出力時間を短縮高速化する事、仮想記憶空間情報の
出力に関して、出力する情報を指定する事により、不要
な情報の出力を削減し出力時間の短縮高速化及びダンプ
出力ファイルの有効利用を行う事、システム側が採取出
力するダンプ情報を必要最小限とし、プログラム異常終
了の状態によりプログラム異常解析に必要である情報を
ユーザプログラム自身が判断し選択する事により、上記
削減量以上にダンプ出力量を削減し、出力時間の短縮高
速化及びダンプ出力ファイルの有効利用を行う事などを
可能とする無編集ダンプ出力方式を提供することにあ
る。
Therefore, in view of the above problems, an object of the present invention is to output the program analysis information when the user program terminates abnormally, to output the virtual storage space information, and to perform the editing without performing the space information as it is. By outputting to the specified file, the output time can be shortened and speeded up, and regarding the output of virtual memory space information of multiple programs, by specifying the output file for each task, simultaneous output is possible without requiring exclusive control. By making it possible, the dump output time can be shortened and speeded up, and regarding the output of virtual memory space information, the output of unnecessary information can be reduced by specifying the information to be output. Make effective use of the file, minimize the dump information collected and output by the system side, and change the status depending on the status of program abnormal termination. The user program itself determines and selects the information required for gram abnormality analysis to reduce the dump output amount more than the above reduction amount, shorten the output time, speed up, and effectively use the dump output file. It is to provide an unedited dump output method that enables it.

【0011】[0011]

【課題を解決するための手段】本発明の無編集高速ダン
プ出力方式は、ユーザプログラム異常終了時該プログラ
ムの情報として仮想記憶空間情報を、出力するファイル
を指定する出力ファイル指定手段と、無編集にて出力す
る事を指定する出力形式指定手段と、無編集にて出力す
るか否かを選択する出力形式選択手段とを有することを
特徴とする。
According to the non-editing high-speed dump output method of the present invention, an output file designating means for designating a file to output virtual storage space information as information of the user program upon abnormal termination of the user program, and non-editing. It is characterized in that it has an output format designating means for designating that the data is to be output, and an output format selecting means for selecting whether to output without editing.

【0012】また、多重ユーザプログラム異常終了時該
多重プログラムの情報として仮想記憶空間情報を出力す
るファイルをタスク毎に指定するファイル分散指定手段
の情報をもとに出力先ファイルを指定する出力ファイル
選択手段を有することを特徴とする。
Further, upon abnormal termination of the multi-user program, output file selection for designating an output destination file on the basis of information of a file distribution designating means for designating a file for outputting virtual storage space information as information of the multi-program for each task. It is characterized by having means.

【0013】また、ユーザプログラム異常終了時該プロ
グラムの情報として仮想記憶空間情報を出力する出力情
報の内、全情報を出力するか一部情報を出力するかを指
定する、出力情報指定手段の情報をもとに出力情報を選
択する出力情報選択手段を有することを特徴とする。
Information of the output information designating means for designating whether to output all the information or a part of the output information which outputs the virtual storage space information as the information of the program when the user program terminates abnormally. It is characterized by having an output information selecting means for selecting output information based on the above.

【0014】また、ユーザプログラム異常終了時該プロ
グラムの情報として仮想記憶空間情報の出力を行った後
に、プログラム作成を行ったユーザが異常条件に合わせ
て出力したい情報を指定し、該指定した情報に基づいて
個々の情報のみを追加ダンプ出力する、ユーザ出力情報
動的変更手段を有することを特徴とする。
When the user program ends abnormally, after the virtual storage space information is output as the information of the program, the user who created the program specifies the information to be output according to the abnormal condition, and the specified information is added to the specified information. It is characterized by having a user output information dynamic changing means for additionally dump-outputting only individual information based on the above.

【0015】[0015]

【作用】上記の構成によれば、出力形式指定手段によっ
て指定する無編集出力の選択情報と、出力ファイル指定
手段およびプログラムが多重プログラムの場合のファイ
ル分散指定手段により指定する、出力先ファイル情報お
よびタスク毎またはジョブ単位の出力先ファイル指定情
報と、出力情報指定手段が指定する出力情報である出力
情報指定情報とは、プログラム起動後プログラム制御情
報として格納される。プログラムの実行が異常終了した
場合に、出力形式選択手段は、格納されている出力形式
指定に関する情報に基いて、仮想空間記憶情報を無編集
にて出力するか否かを選択する。出力ファイル選択手段
は、格納されてる出力先ファイル指定情報をもとに、出
力先ファイルを選択する。出力情報選択手段は、出力情
報指定情報に基いて、出力情報のうち一部情報を出力す
るか、全情報を出力するかを選択する。さらに、ユーザ
出力情報動的変更手段は、ユーザがプログラム異常終了
の状態に合わせて出力したい情報を、個々に追加ダンプ
出力する選択を行い、異常終了プログラム情報として無
編集ダンプ出力されるので情報出力時間の短縮高速化が
可能となる。
According to the above construction, the non-editing output selection information designated by the output format designating means and the output destination file information designated by the output file designating means and the file distribution designating means when the program is a multiple program, and Output destination file designation information for each task or for each job and output information designation information that is output information designated by the output information designation means are stored as program control information after program activation. When the execution of the program ends abnormally, the output format selection means selects whether to output the virtual space storage information without editing, based on the stored information relating to the output format designation. The output file selection means selects an output destination file based on the stored output destination file designation information. The output information selection means selects, based on the output information designation information, whether to output a part of the output information or all the information. Further, the user output information dynamic changing means selects the additional dump output individually for the information that the user wants to output in accordance with the abnormal end state of the program, and outputs the unedited dump as abnormal end program information. Time can be shortened and speed can be increased.

【0016】[0016]

【実施例】本発明の実施例について図面を用いて説明す
る。
Embodiments of the present invention will be described with reference to the drawings.

【0017】図1は本発明の無編集高速ダンプ出力方式
のブロック図である。
FIG. 1 is a block diagram of the non-editing high speed dump output system of the present invention.

【0018】本実施例の無編集高速ダンプ出力方式は、
編集形式指定手段1と出力ファイル指定手段2とファイ
ル分散指定手段3と出力情報指定手段4とプログラム起
動処理5と各種指定情報の格納処理6とプログラム制御
情報の格納領域7とプログラムの実行8とプログラムの
異常終了処理9と出力形式選択手段10と出力ファイル
選択手段11と出力情報選択手段12とユーザ出力情報
動的変更手段13と無編集ダンプ出力処理14とプログ
ラムの終了15と出力ファイル16とユーザプログラム
内のダンプ出力情報選択サブルーチン17とから構成さ
れる、編集形式指定手段1により指定された無編集出力
選択情報と、出力ファイル指定手段2により指定された
出力先ファイル情報と、プログラムが多重プログラムの
場合にファイル分散指定手段3により指定されたタスク
毎のダンプ出力先ファイル指定情報と、出力情報指定手
段4により情報の一部か全情報を出力するか等が指定さ
れた出力情報指定情報は、プログラムの起動処理5によ
りプログラムが起動された後、各種指定情報の格納処理
6によりプログラム制御情報の格納領域7に格納され
る。
The non-editing high speed dump output system of this embodiment is
Editing format designating means 1, output file designating means 2, file distribution designating means 3, output information designating means 4, program starting processing 5, various designated information storing processing 6, program control information storing area 7, and program execution 8. Abnormal program termination processing 9, output format selection means 10, output file selection means 11, output information selection means 12, user output information dynamic change means 13, unedited dump output processing 14, program termination 15, and output file 16. The program is multiplexed with the non-edited output selection information designated by the editing format designating means 1 and the output destination file information designated by the output file designating means 2, which is composed of the dump output information selecting subroutine 17 in the user program. Dump output destination for each task specified by the file distribution specifying means 3 in the case of a program The file specifying information and the output information specifying information in which the output information specifying means 4 specifies whether to output a part or all of the information, etc. It is stored in the storage area 7 of the program control information by the storage processing 6.

【0019】プログラムの実行8により実行を開始した
プログラムが異常終了した場合、プログラムの異常終了
処理9によりダンプ出力開始の為に出力形式選択手段1
0が呼び出される。
When the program started by the program execution 8 terminates abnormally, the output format selecting means 1 starts the dump output by the program abnormal termination processing 9.
0 is called.

【0020】出力形式選択手段10はプログラム制御情
報の格納領域7に格納された出力形式指定等の情報に基
づいて、ダンプ出力を行うかレポート編集出力を行うか
無編集高速ダンプを行うかを選択し無編集高速ダンプ指
定の場合には、その旨無編集ダンプ出力処理14に通知
する。
The output format selection means 10 selects whether to perform dump output, report edit output, or non-edit high-speed dump based on information such as output format designation stored in the program control information storage area 7. If the unedited high-speed dump is designated, the unedited dump output process 14 is notified to that effect.

【0021】出力ファイル選択手段11も同様に、プロ
グラム制御情報の格納領域7に格納された出力ファイル
指定および多重プログラムの場合のファイル分散指定情
報に基づいて、タスク毎またはジョブ単位のダンプ出力
先ファイルを選択し、出力先ファイルを無編集ダンプ出
力処理14に通知する。
Similarly, the output file selecting means 11 also outputs the dump output destination file for each task or for each job based on the output file designation stored in the program control information storage area 7 and the file distribution designation information in the case of a multiple program. Is selected to notify the unedited dump output process 14 of the output destination file.

【0022】出力情報選択手段12も同様に、プログラ
ム制御情報の格納領域7に格納された出力情報指定等の
情報に基づいて、出力する仮想記憶空間情報を選択し、
出力対象情報を無編集ダンプ出力処理14に通知する。
Similarly, the output information selecting means 12 selects the virtual storage space information to be output based on the information such as the output information designation stored in the program control information storage area 7,
The output target information is notified to the unedited dump output processing 14.

【0023】ユーザ出力情報動的変更手段13は、ユー
ザプログラム内のダンプ出力サブルーチン17を呼び出
し、さらに異常終了の状態により解析して必要なダンプ
出力するべき情報を個々に取得し、無編集ダンプ出力処
理14に通知する。
The user output information dynamic changing unit 13 calls the dump output subroutine 17 in the user program, further analyzes the dump output subroutine 17 according to the abnormal termination state, and individually acquires the necessary information to be dump output, and outputs the unedited dump output. Notify the processing 14.

【0024】無編集ダンプ出力処理14は、通知された
各種情報に従って、仮想記憶空間情報を出力ファイル1
6へ無編集出力する。
The unedited dump output process 14 outputs the virtual storage space information to the output file 1 according to the notified various information.
Output to 6 without editing.

【0025】この後プログラムは、プログラムの終了9
となる。
After this, the program ends 9
Becomes

【0026】[0026]

【発明の効果】以上説明したように、本発明の無編集高
速ダンプ出力方式は、ユーザプログラム異常終了時その
プログラムの異常解析情報として仮想記憶空間情報を出
力する際、その情報を無編集にてファイルへ出力する
為、情報出力時間の短縮高速化が行える。
As described above, in the non-editing high-speed dump output method of the present invention, when the virtual memory space information is output as the abnormality analysis information of the user program at the abnormal termination of the program, the information can be edited without editing. Since it is output to a file, the information output time can be shortened and speeded up.

【0027】また、そのプログラムが多重プログラムで
あった場合、その情報を出力するファイルをタスク毎に
指定する事により、情報出力時間の短縮高速化が行え
る。
When the program is a multiple program, the information output time can be shortened and speeded up by specifying the file for outputting the information for each task.

【0028】また、上記出力情報の全情報を出力するか
一部情報を出力するかを指定する事により、情報出力量
の削減及び情報取得時間の短縮高速化が行える。
By designating whether to output all or some of the above output information, it is possible to reduce the information output amount and shorten the information acquisition time.

【0029】また、システムがプログラム異常を検出し
ダンプ出力を行った後に、プログラム作成を行ったユー
ザが異常条件に合わせて取得したい情報をサブルーチン
にて自動選択し、その選択されたダンプのみを追加出力
する事により、情報出力量の削減及び、情報取得時間の
短縮高速化が行える効果がある。
Also, after the system detects a program abnormality and outputs a dump, the user who created the program automatically selects the information that the user wants to obtain according to the abnormal conditions by a subroutine, and adds only the selected dump. By outputting, there is an effect that the amount of information output can be reduced and the information acquisition time can be shortened and speeded up.

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

【図1】本発明の無編集高速ダンプ出力方式を示すブロ
ック図である。
FIG. 1 is a block diagram showing a non-editing high speed dump output system of the present invention.

【図2】従来のレポート編集出力方式を示すブロック図
である。
FIG. 2 is a block diagram showing a conventional report edit output method.

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

1 編集形式指定手段 2 出力ファイル指定手段 3 ファイル分散指定手段 4 出力情報指定手段 5 プログラムの起動処理 6 各種指定情報の格納処理 7 プログラム制御情報の格納領域 8 プログラムの実行 9 プログラムの異常終了処理 10 出力形式選択手段 11 出力ファイル選択手段 12 出力情報選択手段 13 ユーザ出力情報動的変更手段 14 無編集ダンプ出力処理 15 プログラムの終了 16 無編集ダンプ出力ファイル 17 ユーザプログラム内のダンプ出力情報選択サブル
ーチン
1 edit format designation means 2 output file designation means 3 file distribution designation means 4 output information designation means 5 program startup processing 6 various designation information storage processing 7 program control information storage area 8 program execution 9 program abnormal termination processing 10 Output format selection means 11 Output file selection means 12 Output information selection means 13 User output information dynamic change means 14 Unedited dump output processing 15 Program termination 16 Unedited dump output file 17 Dump output information selection subroutine in user program

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 ユーザプログラム異常終了時該プログラ
ムの情報として仮想記憶空間情報を出力するファイルを
指定する出力ファイル指定手段と、無編集にて出力する
事を指定する出力形式指定手段と、無編集にて出力する
か否かを選択する出力形式選択手段とを有することを特
徴とする無編集高速ダンプ出力方式。
1. An output file designating means for designating a file to which virtual storage space information is output as information of the user program upon abnormal termination of the user program, an output format designating means for designating output without editing, and no editing. And a non-editing high-speed dump output method, which has an output format selection means for selecting whether or not to output.
【請求項2】 多重ユーザプログラム異常終了時該多重
プログラムの情報として仮想記憶空間情報を出力するフ
ァイルを、タスク毎に指定するファイル分散指定手段に
よる指定情報をもとに出力先ファイルを選択する出力フ
ァイル選択手段を有することを特徴とする請求項1に記
載の無編集高速ダンプ出力方式。
2. An output for selecting an output destination file on the basis of designation information by a file distribution designation means for designating, for each task, a file for outputting virtual storage space information as information of the multi-program when abnormal termination of the multi-user program The non-editing high-speed dump output method according to claim 1, further comprising a file selecting unit.
【請求項3】 ユーザプログラム異常終了時該プログラ
ムの情報として仮想記憶空間情報を出力する出力情報の
内、全情報を出力するか一部情報を出力するかを指定す
る、出力情報指定手段による指定情報をもとに出力情報
を選択する出力情報選択手段を有することを特徴とする
請求項1に記載の無編集高速ダンプ出力方式。
3. A designation by an output information designating means for designating whether to output all information or a part of the output information which outputs virtual storage space information as information of the program when the user program terminates abnormally. The non-editing high-speed dump output system according to claim 1, further comprising output information selection means for selecting output information based on the information.
【請求項4】 ユーザプログラム異常終了時該プログラ
ムの情報として仮想記憶空間情報の出力を行った後に、
プログラム作成を行ったユーザが異常条件に合わせて出
力したい情報を指定し、該指定した情報に基づいて個々
の情報のみを追加ダンプ出力する、ユーザ出力情報動的
変更手段を有することを特徴とする請求項1または3に
記載の無編集高速ダンプ出力方式。
4. When the user program ends abnormally, after outputting virtual memory space information as information of the program,
A user output information dynamic changing means is provided, in which a user who has created a program specifies information to be output in accordance with an abnormal condition, and additionally outputs only individual information based on the specified information as a dump. The non-editing high-speed dump output method according to claim 1.
JP4058780A 1992-02-13 1992-02-13 Non-editing fast domp output system Pending JPH05225004A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4058780A JPH05225004A (en) 1992-02-13 1992-02-13 Non-editing fast domp output system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4058780A JPH05225004A (en) 1992-02-13 1992-02-13 Non-editing fast domp output system

Publications (1)

Publication Number Publication Date
JPH05225004A true JPH05225004A (en) 1993-09-03

Family

ID=13094084

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4058780A Pending JPH05225004A (en) 1992-02-13 1992-02-13 Non-editing fast domp output system

Country Status (1)

Country Link
JP (1) JPH05225004A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011008460A (en) * 2009-06-25 2011-01-13 Fujitsu Ltd Dump output control apparatus, dump output control program, and dump output control method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60122435A (en) * 1983-12-06 1985-06-29 Nec Corp Memory damp system
JPS62219039A (en) * 1986-03-19 1987-09-26 Fujitsu Ltd Dump output controlling and processing system
JPH02109147A (en) * 1988-10-18 1990-04-20 Nec Corp Memory dump collection system
JPH031255A (en) * 1989-05-29 1991-01-07 Nec Corp Memory dump collecting and editing system for communication control equipment
JPH03125236A (en) * 1989-10-09 1991-05-28 Nec Corp Memory dump collection system
JPH0498431A (en) * 1990-08-13 1992-03-31 Chubu Nippon Denki Software Kk Operation history preservation system for multiprocess

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60122435A (en) * 1983-12-06 1985-06-29 Nec Corp Memory damp system
JPS62219039A (en) * 1986-03-19 1987-09-26 Fujitsu Ltd Dump output controlling and processing system
JPH02109147A (en) * 1988-10-18 1990-04-20 Nec Corp Memory dump collection system
JPH031255A (en) * 1989-05-29 1991-01-07 Nec Corp Memory dump collecting and editing system for communication control equipment
JPH03125236A (en) * 1989-10-09 1991-05-28 Nec Corp Memory dump collection system
JPH0498431A (en) * 1990-08-13 1992-03-31 Chubu Nippon Denki Software Kk Operation history preservation system for multiprocess

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011008460A (en) * 2009-06-25 2011-01-13 Fujitsu Ltd Dump output control apparatus, dump output control program, and dump output control method

Similar Documents

Publication Publication Date Title
JP4015221B2 (en) Editing device and playback device
JPH05225004A (en) Non-editing fast domp output system
JP3267550B2 (en) Degrade check device
JPH06110884A (en) Editing device
JPH023828A (en) Computer network system
JPH06309157A (en) Operating system starting up system
JP3626074B2 (en) Communication device
JPH05181510A (en) Picture display method for programming device in programmable controller
JPS6113330A (en) Data managing device
JPS62278657A (en) Loading system for operating system
JP2530302B2 (en) Output method of job result information
JPH1118005A (en) Image effect processing system and computer
JP2953514B2 (en) Motion program execution block division method
JPH02247765A (en) Command composing edition system
JPH04367004A (en) Numerical controller
JPH04305733A (en) System forming method
JPS6231446A (en) Output system for error information
JPH04241611A (en) System for outputting data to plural output devices
JPH0315777B2 (en)
JPH05158580A (en) Information processor
JPH0290255A (en) Automatic recognition system for constitution of input/ output device
JPH0588727A (en) Numerical controller
JPS6118043A (en) Rom control system
JPH06119342A (en) Building equipment interlock control system
JPH0573390A (en) Deadlock handling process system for data base

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19980320