JP5579935B2 - 割り込み処理に起因する異常動作の検知 - Google Patents
割り込み処理に起因する異常動作の検知 Download PDFInfo
- Publication number
- JP5579935B2 JP5579935B2 JP2013529938A JP2013529938A JP5579935B2 JP 5579935 B2 JP5579935 B2 JP 5579935B2 JP 2013529938 A JP2013529938 A JP 2013529938A JP 2013529938 A JP2013529938 A JP 2013529938A JP 5579935 B2 JP5579935 B2 JP 5579935B2
- Authority
- JP
- Japan
- Prior art keywords
- interrupt
- priority
- wdt
- level
- interrupt request
- 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 - Fee Related
Links
- 230000002159 abnormal effect Effects 0.000 title claims description 22
- 238000001514 detection method Methods 0.000 title description 7
- 238000000034 method Methods 0.000 claims description 25
- 230000004913 activation Effects 0.000 claims description 2
- 230000003213 activating effect Effects 0.000 claims 2
- 230000005856 abnormality Effects 0.000 description 16
- 238000010586 diagram Methods 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 238000012790 confirmation Methods 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 238000011084 recovery Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/20—Handling requests for interconnection or transfer for access to input/output bus
- G06F13/24—Handling requests for interconnection or transfer for access to input/output bus using interrupt
- G06F13/26—Handling requests for interconnection or transfer for access to input/output bus using interrupt with priority control
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0706—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0751—Error or fault detection not based on redundancy
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0751—Error or fault detection not based on redundancy
- G06F11/0754—Error or fault detection not based on redundancy by exceeding limits
- G06F11/0757—Error or fault detection not based on redundancy by exceeding limits by exceeding a time limit, i.e. time-out, e.g. watchdogs
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Debugging And Monitoring (AREA)
- Bus Control (AREA)
Description
(1)優先度レベル(N−1)の割り込み要求は、無限に受け付けられない。このため、優先度レベル(N−1)のWDTはタイムアウトし、上位の優先度レベルNの割り込み要求が行われる。この優先度レベルNの割り込み要求は受け付けられる。その際、(異常動作の割り込み要求を含めて)複数の割り込み要因に対して、既に上述したように、タイムアウトした下位の優先度レベルのWDTに対応する割り込み処理が最優先されるので、割り込み処理の異常が検知される。仮に優先順位の判定を間違った場合でも、下記の実施例2の(1)の場合と同様に処理されて異常が検知される。
(1)優先度レベル(N−1)の割り込み要求は、無限に受け付けられない。このため、優先度レベル(N−1)のWDTはタイムアウトし、上位の優先度レベルNの割り込み要求を行う。優先度レベルNの割り込み要求も無限に受け付けられない。このため、優先度レベルNのWDTはタイムアウトし、上位の優先度レベル(N+1)の割り込み要求を行う。この優先度レベル(N+1)の割り込み要求は受け付けられるので、割り込み処理の異常が検知される。
優先度レベルNの割り込み要求が受け付けられず、WDTがタイムアウトし、優先度レベル(N+1)の割り込み要求が行われる。その後、上記各実施例の場合と同様に動作し、異常が検知される。
いずれかの優先度レベルのWDTがタイムアウトし、順次上位の優先度レベルの割り込み要求が行われる。最終的には、最上位のWDTがタイムアウトし、システムのリセットが行われて異常が検知される。システムのリセット以前に割り込みが許可された場合でも、その時点で最上位となっているWDTに対応する割り込みによって、異常が検知される。
21、22、23 WDT
31 割り込み処理回路
100 コントローラ
Claims (9)
- 多重割り込みシステムにおいて、割り込み処理に起因する異常動作を検知する方法であって、
割り込みの優先度毎に、所定のタイムアウト値を有するウォッチドッグタイマ(WDT)を準備するステップと、
各WDTを対応する優先度の割り込み要求があった時点で起動させるステップと、
少なくとも1つの前記WDTがタイムアウトした場合、当該WDTに対応する優先度よりも少なくとも1レベル以上高い優先度の割り込み要求を受け入れるステップと、を含み、
前記割り込み要求を受け入れるステップにおいて、前記割り込みの優先度の1つに複数の割り込み要因が割り当てられている場合、当該優先度よりも下位レベルのWDTのタイムアウトに起因する割り込み要求を優先させることにより、当該下位レベルの優先度の割り込み処理において異常動作があったことを検知する、方法。 - 前記各WDTを対応する優先度の割り込み要求があった時点で起動させるステップは、前記割り込みの優先度の1つに複数の割り込み要因が割り当てられている場合、当該割り込み要因中の最初の割り込み要求があった時点で対応するWDTを起動させるステップを含む、請求項1の方法。
- 各々の前記WDTを、対応する割り込み要求が受け入れられプロセッサによって当該割り込み処理が開始された時点でリセットするステップを含む、請求項1または2の方法。
- 前記割り込み要求を受け入れるステップは、前記WDTに対応する優先度よりも少なくとも1レベル以上高い複数の優先度の割り込み要求を受け入れる、請求項1〜3のいずれか1項の方法。
- 前記優先度が最上位の割り込みに対応するWDTがタイムアウトした場合、前記システムをリセットするステップをさらに含む、請求項1〜4のいずれか1項の方法。
- 多重割り込みシステムにおいて、割り込み処理を制御するコントローラであって、
割り込みの優先度毎に設けられ、それぞれ所定のタイムアウト値を有する複数のウォッチドッグタイマ(WDT)と、
デバイスから割り込み要求信号を受け取り、各割り込み要求信号が有する優先度に応じて対応する前記WDTに起動信号を出力する割り込み優先度セレクタと、
少なくとも1つの前記WDTがタイムアウトした場合、当該WDTに対応する優先度よりも少なくとも1レベル以上高い優先度の割り込み要求信号をプロセッサへ出力する割り込み処理回路と、を備え、
前記割り込み処理回路は、前記割り込みの優先度の1つに複数の割り込み要因が割り当てられている場合、当該優先度よりも下位レベルのWDTのタイムアウトに起因する割り込み要求信号を優先させることにより、当該下位レベルの優先度の割り込み処理において異常動作があったことを検知するように構成されている、コントローラ。 - 前記割り込み処理回路は、前記割り込み要求信号の出力に際して、対応する優先度以下のレベルの優先度を有する他の割り込み要求信号の出力を抑制するように構成されている、請求項6のコントローラ。
- 各々の前記WDTは、対応する割り込み要求が受け入れられ前記プロセッサによって当該割り込み処理が開始された時点でリセットされる、請求項6または7のコントローラ。
- 前記割り込みの優先度が最上位のWDTがタイムアウトした場合、当該優先度が最上位のWDTは前記システムをリセットする信号を出力する、請求項6〜8のいずれか1項のコントローラ。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013529938A JP5579935B2 (ja) | 2011-08-25 | 2012-07-25 | 割り込み処理に起因する異常動作の検知 |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011183312 | 2011-08-25 | ||
JP2011183312 | 2011-08-25 | ||
JP2013529938A JP5579935B2 (ja) | 2011-08-25 | 2012-07-25 | 割り込み処理に起因する異常動作の検知 |
PCT/JP2012/068896 WO2013027529A1 (ja) | 2011-08-25 | 2012-07-25 | 割り込み処理に起因する異常動作の検知 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP5579935B2 true JP5579935B2 (ja) | 2014-08-27 |
JPWO2013027529A1 JPWO2013027529A1 (ja) | 2015-03-19 |
Family
ID=47746280
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013529938A Expired - Fee Related JP5579935B2 (ja) | 2011-08-25 | 2012-07-25 | 割り込み処理に起因する異常動作の検知 |
Country Status (6)
Country | Link |
---|---|
US (1) | US9436627B2 (ja) |
JP (1) | JP5579935B2 (ja) |
CN (1) | CN103748563B (ja) |
DE (1) | DE112012002647B4 (ja) |
GB (1) | GB2508109B (ja) |
WO (1) | WO2013027529A1 (ja) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103748563B (zh) | 2011-08-25 | 2017-03-08 | 国际商业机器公司 | 检测由中断处理引起的异常操作 |
JP6266239B2 (ja) * | 2013-07-11 | 2018-01-24 | ルネサスエレクトロニクス株式会社 | マイクロコンピュータ |
JP2017045303A (ja) * | 2015-08-27 | 2017-03-02 | ファナック株式会社 | パソコン機能異常時の要因検出が可能な制御装置 |
CN107423151A (zh) * | 2017-03-28 | 2017-12-01 | 上海斐讯数据通信技术有限公司 | 一种无线接入点系统恢复的方法和装置 |
CN110083473B (zh) * | 2019-04-16 | 2023-01-10 | 芯来智融半导体科技(上海)有限公司 | 基于risc-v架构总线访问错误的改进系统及方法 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63308646A (ja) * | 1987-06-10 | 1988-12-16 | Fujitsu Ltd | デ−タ処理装置における負荷状態検出方式 |
JPH04155543A (ja) * | 1990-10-19 | 1992-05-28 | Nec Corp | マイコン誤動作自己検知方式 |
US5408643A (en) * | 1991-02-01 | 1995-04-18 | Nec Corporation | Watchdog timer with a non-masked interrupt masked only when a watchdog timer has been cleared |
JPH11161523A (ja) * | 1997-12-01 | 1999-06-18 | Hitachi Ltd | 障害情報収集装置 |
JPH11237995A (ja) * | 1998-02-23 | 1999-08-31 | Matsushita Electric Ind Co Ltd | イベント制御装置 |
JP2010009258A (ja) * | 2008-06-26 | 2010-01-14 | Mitsubishi Electric Corp | ソフトウエアの異常検出装置 |
JP2011258032A (ja) * | 2010-06-10 | 2011-12-22 | Contec Co Ltd | 情報処理装置 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59184895A (ja) | 1983-04-06 | 1984-10-20 | 株式会社日立製作所 | 原子炉の負荷追従制御方法 |
JPS62175840A (ja) | 1986-01-29 | 1987-08-01 | Nec Corp | マルチレベル・ウオツチドツグ・タイマ−方式 |
JP3137025B2 (ja) | 1997-03-31 | 2001-02-19 | 日本電気株式会社 | データ処理システムの暴走検出方法 |
JP2002351700A (ja) | 2001-05-24 | 2002-12-06 | Denso Corp | コンピュータシステム、プログラム |
US7003775B2 (en) | 2001-08-17 | 2006-02-21 | Hewlett-Packard Development Company, L.P. | Hardware implementation of an application-level watchdog timer |
US7689875B2 (en) | 2002-04-25 | 2010-03-30 | Microsoft Corporation | Watchdog timer using a high precision event timer |
CN100405307C (zh) | 2005-02-01 | 2008-07-23 | 艾默生网络能源有限公司 | 看门狗控制方法 |
CN103748563B (zh) | 2011-08-25 | 2017-03-08 | 国际商业机器公司 | 检测由中断处理引起的异常操作 |
-
2012
- 2012-07-25 CN CN201280041520.6A patent/CN103748563B/zh active Active
- 2012-07-25 GB GB1402735.3A patent/GB2508109B/en active Active
- 2012-07-25 WO PCT/JP2012/068896 patent/WO2013027529A1/ja active Application Filing
- 2012-07-25 DE DE112012002647.0T patent/DE112012002647B4/de active Active
- 2012-07-25 JP JP2013529938A patent/JP5579935B2/ja not_active Expired - Fee Related
- 2012-07-25 US US14/239,832 patent/US9436627B2/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63308646A (ja) * | 1987-06-10 | 1988-12-16 | Fujitsu Ltd | デ−タ処理装置における負荷状態検出方式 |
JPH04155543A (ja) * | 1990-10-19 | 1992-05-28 | Nec Corp | マイコン誤動作自己検知方式 |
US5408643A (en) * | 1991-02-01 | 1995-04-18 | Nec Corporation | Watchdog timer with a non-masked interrupt masked only when a watchdog timer has been cleared |
JPH11161523A (ja) * | 1997-12-01 | 1999-06-18 | Hitachi Ltd | 障害情報収集装置 |
JPH11237995A (ja) * | 1998-02-23 | 1999-08-31 | Matsushita Electric Ind Co Ltd | イベント制御装置 |
JP2010009258A (ja) * | 2008-06-26 | 2010-01-14 | Mitsubishi Electric Corp | ソフトウエアの異常検出装置 |
JP2011258032A (ja) * | 2010-06-10 | 2011-12-22 | Contec Co Ltd | 情報処理装置 |
Also Published As
Publication number | Publication date |
---|---|
JPWO2013027529A1 (ja) | 2015-03-19 |
US9436627B2 (en) | 2016-09-06 |
CN103748563A (zh) | 2014-04-23 |
CN103748563B (zh) | 2017-03-08 |
DE112012002647T5 (de) | 2014-03-27 |
GB2508109A (en) | 2014-05-21 |
DE112012002647B4 (de) | 2019-05-09 |
GB2508109B (en) | 2014-10-08 |
US20140181344A1 (en) | 2014-06-26 |
GB201402735D0 (en) | 2014-04-02 |
WO2013027529A1 (ja) | 2013-02-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5579935B2 (ja) | 割り込み処理に起因する異常動作の検知 | |
US7853743B2 (en) | Processor and interrupt controlling method | |
WO2009122670A1 (ja) | マルチプロセッサシステムおよびマルチプロセッサシステムの割込み制御方法 | |
US20110022759A1 (en) | Multiprocessor system | |
US9575911B2 (en) | Interrupt controller and a method of controlling processing of interrupt requests by a plurality of processing units | |
US8156386B2 (en) | Information processing apparatus, and method and computer program for controlling same, for detecting certain failures | |
JP7417544B2 (ja) | 割込みコントローラ | |
JP2008225807A (ja) | 制御装置およびそのプログラム暴走監視方法 | |
JP3859564B2 (ja) | イベント通知タスク制御処理方式及び方法並びにプログラム | |
JP2020091693A (ja) | 通信制御装置および割り込み実行方法 | |
JP2006227962A (ja) | アプリケーションタスク監視システムおよび方法 | |
JP4983806B2 (ja) | 二重化タイマを用いたシステム監視装置、および監視方法 | |
JP2008217419A (ja) | 割り込みレベルを自動変更する割り込みコントローラ | |
JP5906807B2 (ja) | 演算処理装置及びストール監視方法 | |
JP2008204011A (ja) | マルチスレッドシステム、スレッド動作異常検知方法 | |
JP6112205B2 (ja) | 情報処理システム、装置、方法及びプログラム | |
JP2009193525A (ja) | 割込制御装置 | |
WO2017037863A1 (ja) | 計算機装置及び制御方法及び制御プログラム | |
JP2018005490A (ja) | 電子制御装置 | |
JP2007156940A (ja) | 処理装置 | |
JP2006318237A (ja) | イベント駆動型制御装置 | |
JP2011198032A (ja) | 情報処理装置 | |
JP2006146641A (ja) | マルチスレッドプロセッサ及びマルチスレッドプロセッサの割込み方法 | |
JP6475056B2 (ja) | インタフェース障害検出装置、インタフェース障害検出システム、インタフェース障害検出方法、及びインタフェース障害検出プログラム | |
JPH09134294A (ja) | 割り込み制御回路 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20140522 |
|
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20140602 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140624 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140709 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5579935 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |