JPH01300351A - Work area control system - Google Patents

Work area control system

Info

Publication number
JPH01300351A
JPH01300351A JP63130117A JP13011788A JPH01300351A JP H01300351 A JPH01300351 A JP H01300351A JP 63130117 A JP63130117 A JP 63130117A JP 13011788 A JP13011788 A JP 13011788A JP H01300351 A JPH01300351 A JP H01300351A
Authority
JP
Japan
Prior art keywords
routine
transaction
work area
routines
called
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
JP63130117A
Other languages
Japanese (ja)
Inventor
Hideo Kumabe
隈部 英夫
Kenji Hirano
憲二 平野
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP63130117A priority Critical patent/JPH01300351A/en
Publication of JPH01300351A publication Critical patent/JPH01300351A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To shorten the time required for analysis of the factor of a defect by adding the information showing the call nest situation of a routine to a work area together with the information to identify the transaction that caused the start of the routine. CONSTITUTION:A routine A receives a transaction 50 and nests with the routines B, C and D. In such a case, various identifiers are set at the head of each work area. Here a calling address A1 of a relevant routine is prepared together with a calling routine name A2, and the transaction series numbers A3. Thus the routine B is called by the routine A with the routines C and D called by the routines B and C respectively by said series of identifiers. Then it can be identified that the routine A is started by the reception of the transaction 50. As a result, a routine call nest corresponding to a due transaction can be identified out of a memory dump list. Then the defect analyzing time is shortened in case a trouble occurs.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデータ処理システムにおける作業域管理に係り
、特に異常終了時における早期の不良原因解析に好適な
作業域管理方式である。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to work area management in a data processing system, and is particularly a work area management method suitable for early failure cause analysis at the time of abnormal termination.

〔従来の技術〕[Conventional technology]

従来、作業域を確保する際に設定される管理情報には、
作業域上にルーチンネストおよびトランサクシ1ン識別
の情報は設定されていない。このためメモリダンプリス
トからトランザクション対応のルーチンふストを識別す
ることが困難であり、トラブル解析時に手間をかけてい
た。なお、この種の特許として関連するものには、特開
昭58−191054号がある。
Traditionally, management information set when securing a work area includes:
Routine nest and transecutor identification information are not set on the work area. For this reason, it is difficult to identify transaction-compatible routines from the memory dump list, which takes time and effort when troubleshooting. Incidentally, a related patent of this type is JP-A-58-191054.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

従来の作業域管理方式は、作業域の管理情報としては、
作業域のアドレスとサイズに関する情報のみであり、作
業域を確保したルーチンを識別する情報に関しては配慮
がなされていなかった。この方式は、プログラムが異常
終了した際に、ルーチンのネストが複雑に構成されてい
る場合、メモリダンプリストからルーチンのネスト状況
やトランサクシ1ンの識別をすることが困難であり、不
良の原因解析に手間がかかるという間毘があった。
In the conventional work area management method, the work area management information is
Only information regarding the address and size of the work area was provided, and no consideration was given to information for identifying the routine that secured the work area. With this method, when a program terminates abnormally and the nesting of routines is complicated, it is difficult to identify the nesting status of the routines and the transaction number 1 from the memory dump list, and it is difficult to analyze the cause of the failure. There was a time when it took a lot of time and effort.

本発明の目的はプログラムの異常終了時に、ルーチンコ
ールのネスト状況および、どのトランサクションかを容
易に識別し、不良の解析に要する時間の短縮を可能にす
ることにある。
An object of the present invention is to easily identify the nesting status of routine calls and which transaction when a program terminates abnormally, thereby reducing the time required to analyze a failure.

〔課題を解決するための手段〕[Means to solve the problem]

本発明ではプログラムが作業域を動的に確保する際に、
確保した作業域の先頭に、コール元のアドレス、コール
元のルーチン名称および、そのルーチンを起動する契機
となったトランザクシロンを識別するトランプ2フ1フ
通番から構成される識別子を設定する。この識別子によ
り、トラブル発生時、その解析を行なうにあたり、メモ
リダンプリストからルーチンのネスト状況、起動契機と
なったトランザクシランの識別が可能となり、不良の解
析時間の短縮が可能になる。
In the present invention, when a program dynamically allocates a work area,
At the beginning of the secured work area, an identifier consisting of the address of the caller, the name of the routine of the caller, and a playing card 2f1f serial number that identifies the transaction that triggered the activation of the routine is set. With this identifier, when a trouble occurs, it is possible to identify the nesting status of the routine and the transaction run that triggered the activation from the memory dump list when analyzing the trouble, thereby making it possible to shorten the time required to analyze the fault.

〔作用〕[Effect]

プログラムが異常終了した際、メモリダンプ上にルーチ
ンのネスト状況およびトランザクションを識別できる情
報が残っているため、不良の原因解析時間の短縮が可能
である。
When a program terminates abnormally, the nesting status of the routine and information that can identify the transaction remain in the memory dump, making it possible to reduce the time required to analyze the cause of the failure.

〔実施例〕 以下、本発明の実施例を第1図より説明する。〔Example〕 Embodiments of the present invention will be described below with reference to FIG.

(以下、実施例の構成および動作の説明)トランザクシ
ョン50をルーチンAが受け、図のよウニルーチンB1
ルーチンC1ルーチンDとネストしている場合、各作業
域の先頭に図のような各fla別子を設定する。ここで
A1はそのルーチンのコール元アドレス、A2はコール
シタルーチンの名称、A5はトランサクシ1フ通番を表
わしている。これら一連の識別子よりルーチンBはルー
チンAにコールされ、ルーチンCはルーチンBニコール
サレ、ルーチルDはルーチンCにコールサしており、ル
ーチンAはトランザクション50の受信を契機に起動さ
hたものであることが識別できる。
(The structure and operation of the embodiment will be explained below) The transaction 50 is received by the routine A, and as shown in the figure, the urchin routine B1
If routine C1 is nested with routine D, each fla identifier is set at the beginning of each work area as shown in the figure. Here, A1 represents the calling source address of the routine, A2 represents the name of the caller routine, and A5 represents the serial number of the first transaction. From these series of identifiers, Routine B is called by Routine A, Routine C is called by Routine B Nicole Saleh, Routine D is called by Routine C, and Routine A is started upon receipt of transaction 50. can be identified.

またXの作業域におけるトランサクシ1フ通番は49で
あるので、この作業域は今回のトランザクシラン50に
よって起動されたルーチンネストとは関係ないことが識
別できる。
Furthermore, since the serial number of the transaxis 1 in the work area of X is 49, it can be determined that this work area is not related to the routine nest activated by the current transaxis run 50.

このようにしてトランザクション対応のルーチンコール
ネストがメモリダンプリストから識別でキ、トラブル発
生時の不良の解析時間の短縮が可能になる。
In this way, the transaction-compatible routine call nest can be identified from the memory dump list, making it possible to shorten the analysis time for failures when trouble occurs.

〔発明の効果〕〔Effect of the invention〕

本発明によれば、作業域上にルーチンのコールネスト状
況を示す情報と、ルーチン起動の契機となったトランザ
クションを識別する情報が存在するため、トラブル解析
においてメモリダンプリストからトランサクシ1ン対応
にルーチンネストが把掴できるため、不良の原因解析時
間の短縮が可能になる。
According to the present invention, since information indicating the call nest status of the routine and information identifying the transaction that triggered the start of the routine exist in the work area, it is possible to identify the routine from the memory dump list in response to the transaction during trouble analysis. Since the nest can be grasped, the time required to analyze the cause of defects can be shortened.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例による作業域確保状態を示し
た説明図である。 A1・・・コール元アドレス、 A2・・・コール元ルーチン名、 A5・・・トランプ2フ1フ通番。 躬 1国 A1− コーノム元アドレス
FIG. 1 is an explanatory diagram showing a work area secured state according to an embodiment of the present invention. A1...Call source address, A2...Caller routine name, A5...Trump 2F1F serial number. 1 country A1-Konom original address

Claims (1)

【特許請求の範囲】[Claims] 1、オンラインプログラムのように、ルーチンネストが
多く、作業域を動的に確保する場合、作業域の先頭にコ
ール元のアドレス、コール元のルーチン名称およびどの
トランザクションでコールされたルーチンであるかを示
すトランザクション通番から構成される識別子を設定す
ることにより、作業域の管理を行なうことを特徴とする
作業域管理方式。
1. When dynamically allocating a work area with many nested routines, such as in an online program, the address of the caller, the name of the caller's routine, and the transaction in which the routine was called are displayed at the beginning of the work area. A work area management method characterized in that a work area is managed by setting an identifier consisting of a transaction serial number.
JP63130117A 1988-05-30 1988-05-30 Work area control system Pending JPH01300351A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63130117A JPH01300351A (en) 1988-05-30 1988-05-30 Work area control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63130117A JPH01300351A (en) 1988-05-30 1988-05-30 Work area control system

Publications (1)

Publication Number Publication Date
JPH01300351A true JPH01300351A (en) 1989-12-04

Family

ID=15026356

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63130117A Pending JPH01300351A (en) 1988-05-30 1988-05-30 Work area control system

Country Status (1)

Country Link
JP (1) JPH01300351A (en)

Similar Documents

Publication Publication Date Title
JPS62177634A (en) Method and apparatus for recovering trouble in decentralizedprocessing system
JPH01300351A (en) Work area control system
JPS5821992A (en) Queuing system for idle trunk
JPH0449428A (en) Method for processing abnormal end
JP2868336B2 (en) Additional service activation condition control method
JPS5917611A (en) Method for controlling watch dog timer
JP2773672B2 (en) Input check method
JP3037012B2 (en) Database monitoring mechanism
JP2710482B2 (en) Additional service status monitoring method
JPH03225536A (en) Method and device for log data collection
CN115840705A (en) Method and device for observing method interface, electronic equipment and storage medium
JPH0973435A (en) Test system for closely coupled multiprocessor system
JPH05191496A (en) Fault diagnostic system
JP2000293404A (en) System and method for job execution processing
JPH0759129A (en) Loading system and addressing system
JPH02115951A (en) Maintenance and debug system for high level language program
JPH09218798A (en) Method for diagnosing intermittent fault and electronic device
JPH05143505A (en) Method for controlling terminal
JPH0391845A (en) Automation system for analysis of duplicated fault
JPH103453A (en) Exclusive control system for computer system
JPH0895916A (en) Job execution monitoring method
JPH01265344A (en) Error processing system for communication control system
JPH02171939A (en) Method for detecting abnormality of program
JPH0480846A (en) Memory diagnostic system
JPH0651964A (en) Exchange maintenance system application software constituent system