WO2017148271A1 - Procédé de traitement de réinitialisation de système linux et dispositif, ainsi que support d'informations d'ordinateur - Google Patents

Procédé de traitement de réinitialisation de système linux et dispositif, ainsi que support d'informations d'ordinateur Download PDF

Info

Publication number
WO2017148271A1
WO2017148271A1 PCT/CN2017/073826 CN2017073826W WO2017148271A1 WO 2017148271 A1 WO2017148271 A1 WO 2017148271A1 CN 2017073826 W CN2017073826 W CN 2017073826W WO 2017148271 A1 WO2017148271 A1 WO 2017148271A1
Authority
WO
WIPO (PCT)
Prior art keywords
reset
information
reset operation
kernel
reserved memory
Prior art date
Application number
PCT/CN2017/073826
Other languages
English (en)
Chinese (zh)
Inventor
文洋
谈虎
田永江
隆春
史中兵
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2017148271A1 publication Critical patent/WO2017148271A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/24Resetting means
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1417Boot up procedures

Definitions

  • the present invention relates to the field of computer technologies, and in particular, to a Linux system reset processing method and apparatus, and a computer storage medium.
  • the Linux system often resets during the running process.
  • the reset scenario usually includes: reset caused by system call, reset caused by keyboard operation (keyboard combination key), reset caused by power button, and reset caused by kernel error.
  • the current technology usually stores the current memory image into the vmcore file through the kdump service, and the vmcore file can be parsed by a tool such as crash to obtain the corresponding reset information; however, tools such as kdump save the current system.
  • the entire memory image takes up a lot of storage space and takes a long time.
  • an embodiment of the present invention provides a Linux system reset processing method, apparatus, and computer storage medium.
  • An embodiment of the present invention provides a Linux system reset processing method, including:
  • the reset information of the reset operation is obtained, and the reset information is cached in a preset reserved memory, where the reset information includes scene information of the reset operation, initiator information, and status information of the current system;
  • Memory is the memory space in system memory;
  • the preset kernel is started, and the reset information is stored in the hard disk in the preset kernel that is started.
  • the step of acquiring reset information of the reset operation comprises:
  • Identifying scene information of the reset operation includes: one of a reset caused by a system call, a reset caused by a power key, and a reset caused by a keyboard combination key;
  • the initiator information includes at least: a process identifier of the current process of the initiator, a first user-level INIT process initiated by the kernel corresponding to the process identifier, a terminal, The user, startup time, and executed commands;
  • the current system status information includes at least the central processing unit (CPU) status, memory status, and input/output (I/O) status before the system performs the reset operation.
  • CPU central processing unit
  • I/O input/output
  • the step of identifying scene information of the reset operation comprises:
  • the step of acquiring initiator information of the reset operation comprises:
  • the process identifier of the parent process is obtained according to the INIT process corresponding to the process identifier of the current process and the process identifier, and the parent process is a process between the current process of the initiator and the INIT process.
  • the method further includes:
  • the flag reset operation is a kernel error
  • the reset operation and the tag information are correspondingly stored in the hard disk and a reset operation is performed.
  • the method further includes:
  • Establish reserved memory configure the capacity of the reserved memory, and the starting address and record.
  • the step of buffering the reset information in the preset reserved memory comprises:
  • the reserved memory is cached in the reserved memory according to the reserved memory capacity and the starting address.
  • the method further includes:
  • An embodiment of the present invention further provides a Linux system reset processing apparatus, including:
  • a detection module configured to monitor a reset scenario of the Linux system
  • the obtaining module is configured to: when the Linux system startup reset process is monitored, obtain reset information of the reset operation, and cache the reset information in a preset reserved memory, where the reset information includes scene information of the reset operation, initiator information, and current system. Status information; reserved memory is the memory space in system memory;
  • the execution module is configured to start the preset kernel when the Linux system is monitored to perform the reset operation, and store the reset information in the hard disk in the preset kernel that is started.
  • the obtaining module comprises:
  • the identification sub-module is configured to identify scene information of the reset operation; wherein the scene information of the reset operation includes: one of a reset caused by a system call, a reset caused by a power key, and a reset caused by a keyboard combination key;
  • the information acquisition submodule is configured to obtain the initiator information of the reset operation and the status information of the current system, and the initiator information includes at least: a process identifier of the current process of the initiator, and a first user initiated by the kernel corresponding to the process identifier.
  • Level INIT process its own terminal, its own users, Start time and executed commands; current system status information includes at least: CPU status, memory status, and I/O status before the system performs a reset operation.
  • the identification submodule comprises:
  • a first determining unit configured to: when detecting a user mode program calling the REBOOT command in a processing flow invoked by the system kernel, determining that the scene information of the reset operation is a reset caused by the system call;
  • a second determining unit configured to: when detecting that the ACPI reports a power key event corresponding to the system reset to the system, determining that the scenario information of the reset operation is a reset caused by the power button;
  • the third determining unit is configured to determine that the scene information of the reset operation is a reset caused by the keyboard combination key when the keyboard processing function corresponding to the system reset is detected in the keyboard processing function.
  • the information acquisition submodule comprises:
  • the first obtaining unit is configured to acquire a process identifier of the parent process according to the INIT process corresponding to the process identifier of the current process and the process identifier, where the parent process is a process between the current process of the initiator and the INIT process.
  • the method further comprises:
  • a kernel error handling module configured to acquire a reset information of a reset operation after the module acquires
  • the flag reset operation is a kernel error
  • the reset operation and the tag information are correspondingly stored in the hard disk and a reset operation is performed.
  • the device further comprises:
  • a memory creation module configured to be in the acquisition module before monitoring the Linux system startup reset process
  • Establish reserved memory configure the capacity of the reserved memory, and the starting address and record.
  • the obtaining module is further configured to:
  • the reserved memory is cached in the reserved memory according to the reserved memory capacity and the starting address.
  • the device further comprises:
  • the kernel build module is configured to execute the module before monitoring the Linux system to perform a reset operation.
  • Embodiments of the present invention also provide a computer storage medium comprising a set of instructions that, when executed, cause at least one processor to perform a Linux system reset processing method of an embodiment of the present invention.
  • the Linux system reset processing method and device and the computer storage medium provided by the embodiment of the present invention can collect reset information in time, trace the process call information, and find a reset by monitoring the reset information of the reset operation when the Linux system starts the reset process.
  • the original initiator of the operation; and writes the reset information to the hard disk in the preset kernel stores only the reset information, takes up less storage space, and takes less time to implement reset information, facilitates fault location or other Service to enhance the maintainability of the system.
  • the embodiment of the invention solves the problem that the reset information is difficult to collect when the system is reset in the Linux system, which brings trouble to the fault location.
  • FIG. 1 is a flow chart showing the basic steps of a Linux system reset processing method according to a first embodiment of the present invention
  • FIG. 2 is a schematic diagram of a scenario of a second embodiment of the present invention.
  • 3 is a flow chart showing the steps performed by the kernel mode control module of the second embodiment of the present invention.
  • FIG. 4 is a flowchart of steps performed by a user state reset information collecting module according to a second embodiment of the present invention.
  • FIG. 5 is a flowchart of steps performed by a reset information cache module according to a second embodiment of the present invention.
  • FIG. 6 is a flowchart of steps performed by a reset information persistence module according to a second embodiment of the present invention.
  • Figure 7 is a flow chart showing the steps performed by the quick start kernel module of the second embodiment of the present invention.
  • FIG. 8 is a block diagram of a Linux system reset processing apparatus according to a third embodiment of the present invention.
  • the embodiment of the present invention provides a Linux system reset processing method and apparatus for the existing problems.
  • monitoring a reset scenario of the Linux system when monitoring the Linux system startup reset process, acquiring reset information of the reset operation, and buffering the reset information in a preset reserved memory, where
  • the reset information includes scene information of the reset operation, initiator information, and status information of the current system;
  • the reserved memory is a memory space in the system memory;
  • the preset kernel is started, In the preset kernel that is started, the reset information is stored in the hard disk.
  • a first embodiment of the present invention provides a Linux system reset processing method, including:
  • Step 101 Monitor a reset scenario of the Linux system.
  • the reset scene usually includes: reset caused by system call, reset caused by keyboard operation (keyboard combination key, such as Ctrl+Alt+Delete key combination), reset caused by power button, and reset caused by kernel error.
  • Step 102 When the Linux system startup reset process is detected, the reset information of the reset operation is obtained, and the reset information is cached in the preset reserved memory.
  • the reset information includes scene information of the reset operation, initiator information, and status information of the current system; the reserved memory is a memory space in the system memory.
  • the reserved memory is the memory space in the preset system memory, and is configured to cache the reset information. Take the reset caused by the system call as an example. When the system reset process starts, the hard disk may be inaccessible. Therefore, a space area needs to be reserved in the memory and configured to cache the reset information.
  • the Linux system startup reset process is detected, that is, at the entry of the reset process, the corresponding processing logic is inserted, the reset information is obtained, the reset information is cached in the reserved memory, and the readout is provided. And the address of the interface written to facilitate writing to the hard disk.
  • Step 103 When it is detected that the Linux system performs a reset operation, the preset kernel is started, and in the preset kernel that is started, the reset information is stored in the hard disk.
  • the default kernel is a kernel outside the system kernel and configured to perform a system reset.
  • the process of writing reset information to the hard disk by an embodiment of the present invention is also performed in a preset kernel.
  • step 102 includes:
  • the scene information of the reset operation is identified; wherein the scene information of the reset operation includes: one of a reset caused by a system call, a reset caused by a power key, and a reset caused by a keyboard combination key;
  • the second step is to obtain the initiator information of the reset operation and the status information of the current system.
  • the initiator information includes at least: a process identifier of the current process of the initiator, and a first user-level INIT process initiated by the kernel corresponding to the process identifier.
  • the associated terminal, the user, the startup time, and the executed command; the current system state information includes at least the CPU state, memory state, and I/O state before the system performs the reset operation.
  • the first step mentioned above comprises:
  • the scene information of the reset operation is a reset caused by the system call; specifically, when the user kernel calls the processing flow, the user state program is detected.
  • the program language corresponding to the REBOOT command is used, the scene information of the reset operation can be confirmed as a system call.
  • the scene information of the reset operation is a reset caused by the power key; normally, when the system hardware reports the power key event to the system through the ACPI, for example, short press the power key Usually it is a restart (ie system reset), then when the user presses the power button shortly, ACPI will report to the system, then when receiving the short press of the power button reported by ACPI, it can be confirmed that the scene information of the reset operation is caused by the power button. Reset.
  • the keyboard processing function corresponding to the system reset When the keyboard processing function corresponding to the system reset is detected in the keyboard processing function, it is determined that the scene information of the reset operation is a reset caused by the keyboard combination key; specifically, when the user presses the "Ctrl+Alt+Del" key combination
  • the system responds to the interrupt event by calling the driver layer interrupt handler function, then enters the kernel input subsystem for subsystem classification, and finally calls the keyboard handler function corresponding to the system reset to start the reset process.
  • the first step mentioned above comprises:
  • the parent process is a process between the initiator's current process and the INIT process; wherein the INIT process is kernel-initiated
  • the first user-level process the parent process is the process between the current process and the INTI process.
  • each parent process can be obtained by backtracking forward by the current process. The above information is obtained in order to collect information related to the reset operation and enhance the maintainability of the system.
  • step 102 the method further includes:
  • the reset operation and the tag information are correspondingly stored in the hard disk and a reset operation is performed.
  • kernel panic refers to the fact that the operating system detects internal fatal errors and cannot handle this error safely; the kernel may not work properly when the kernel is wrong, so the reset scenario can only be done in the default kernel. Mark and perform the reset process.
  • the method further includes:
  • Establish reserved memory configure the capacity of the reserved memory, and the starting address and record.
  • step 102 the step of buffering the reset information in the preset reserved memory includes:
  • the reserved memory is cached in the reserved memory according to the reserved memory capacity and the starting address.
  • the reserved memory is configured to cache reset information; the reserved memory is established before the reset information is acquired, and the capacity and the start address are configured, so that the system caches the reset information in the reserved memory according to the start address.
  • the method further includes:
  • the preset kernel is created and the capacity and the starting address are configured, and the generated image file is stored in the hard disk for persistence.
  • the reset information of the reset operation when the reset information of the reset operation is acquired when the Linux system starts the reset process, the reset information can be collected in time, the process call information is traced, and the original initiator of the reset operation is found;
  • the reset information In the default kernel, the reset information is written to the hard disk, only the reset information is stored, the occupied storage space is small, and the time is short, the reset information is persistent, the fault location or other services are facilitated, and the maintainability of the system is enhanced.
  • the real-time example of the present invention solves the problem that the reset information is difficult to collect when the system is reset in the Linux system, which brings trouble to the fault location.
  • FIG. 2 is a schematic diagram of a scenario of a second embodiment of the present invention.
  • the Linux system shown in FIG. 2 includes: a kernel state control module 201, a user state reset information collection module 202, and a reset information cache module 203.
  • the kernel module 205 and the reset information persistence module 204 are included in the Linux system shown in FIG. 2 in FIG. 2 .
  • the kernel state control module 201 is configured to provide a general mechanism for collecting system reset information: when the reset operation starts, the user state reset information collection module 202 is started;
  • the fast boot kernel module 205 is started prior to executing the processor architecture related code and performing a system reset operation.
  • the user state reset information collection module 202 is configured to provide various policies for collecting system reset information, so that the system can write the collected information into the reset information cache module 203.
  • the reset information cache module 203 is configured to provide a read and write interface, and is called by the user state reset information collection module 202 to cache the reset information in the reset information cache module 203, which is called by the reset information persistence module 204.
  • the reset information buffered in the information buffer module 203 is reset.
  • the fast boot kernel module 205 is configured to quickly launch a tailored, usable kernel, and in the context of the kernel, execute a reset information persistence module 204.
  • the reset information persistence module 204 reads the reset information from the reset information cache module 203 and saves it to the specified file on the hard disk.
  • the kernel mode control module 201 performs the following steps:
  • Step 301 at the entry of the system reset, insert processing logic: call the user state reset information collection module 202. Among them, the reset caused by the reboot system call:
  • the user state reset information collection module 202 is started (can be by a method such as call_usermodehelper).
  • the user state reset information collection module 202 is started (can be by a method such as call_usermodehelper).
  • the user state reset information collection module 202 is started (can be by a method such as call_usermodehelper).
  • step 302 is directly executed.
  • Step 302 insert logic before calling the processor architecture related code to actually perform the system reset operation: invoke the fast boot kernel module 205.
  • the user state reset information collecting module 202 performs the following steps:
  • Step 401 Write description information of the current reset scenario to the reset information cache module 203.
  • the description information such as "reset caused by reboot system call”, “reset by pressing the power button”, and “reset by pressing the keyboard combination key” are respectively written into the reset information buffer.
  • the description information such as "reset caused by reboot system call”, “reset by pressing the power button”, and “reset by pressing the keyboard combination key” are respectively written into the reset information buffer.
  • step 402 it is determined whether the process traceback information needs to be recorded, if necessary, step 403 is performed, otherwise step 404 is performed.
  • the process traces back information processing.
  • the process backtracking process includes: acquiring information such as the ID number of the current process; recording the collected information into the reset information cache module; determining the parent process information of the current process, and if it is already an INIT process, it is not required to continue upward. The first level is backtracked. Otherwise, the current process identifier (ID) is assigned to the parent process ID of the current process, and the loopback is continued;
  • step 404 it is determined whether the system status statistics need to be recorded. If necessary, step 405 is executed to obtain statistics of CPU, memory, I/O, etc., otherwise the process ends.
  • the reset information cache module 203 performs the following steps:
  • Step 501 Write the reset information buffered in the user state reset information collection module 202 into the reserved memory.
  • Step 502 Record related information (capacity and address range, etc.) of the reserved memory.
  • the reset information persistence module 204 performs the following steps:
  • Step 601 Determine whether the reset scenario is a kernel error (whether or not a kernel error flag is transmitted). If not, execute step 602 to persist the data in the reset information cache module to the hard disk; otherwise, execute step 603 to mark the kernel error. Persist to the hard disk.
  • the kernel module 205 is quickly started, and the following steps are performed:
  • Step 701 When it is detected that the kernel control module initiates a quick start, step 702 is executed to start quickly.
  • Step 703 the reset information persistence module 204 is started, and the reset information persistence module 204 persists the data in the reset information cache module to the hard disk or persists the kernel error flag to the hard disk.
  • the processing logic when the Linux system startup reset process is monitored by the kernel mode control module 201, at the entry of the system reset, the processing logic is inserted: the user state reset information collection module 202 is called to obtain the reset information of the reset operation and trace back. Process call information, find reset The original initiator of the operation; and the reset information is written to the hard disk by the reset information persistence module 204, so that the reset information is persistent, facilitating fault location or other services, and enhancing the maintainability of the system.
  • the embodiment of the invention solves the problem that the reset information is difficult to collect when the system is reset in the Linux system, which brings trouble to the fault location.
  • a third embodiment of the present invention provides a Linux system reset processing apparatus, including:
  • the detecting module 801 is configured to monitor a reset scenario of the Linux system
  • the obtaining module 802 is configured to: when the Linux system startup reset process is monitored, obtain reset information of the reset operation, and cache the reset information in a preset reserved memory, where the reset information includes scene information of the reset operation, initiator information, and current State information of the system; reserved memory is the memory space in the system memory;
  • the execution module 803 is configured to start the preset kernel when the Linux system is monitored to perform the reset operation, and store the reset information in the hard disk in the preset kernel that is started.
  • the obtaining module 802 includes:
  • the identification sub-module is configured to identify scene information of the reset operation; wherein the scene information of the reset operation includes: one of a reset caused by a system call, a reset caused by a power key, and a reset caused by a keyboard combination key;
  • the information acquisition submodule is configured to obtain the initiator information of the reset operation and the status information of the current system, and the initiator information includes at least: a process identifier of the current process of the initiator, and a first user initiated by the kernel corresponding to the process identifier.
  • the level of the INIT process, the associated terminal, the user, the startup time, and the executed command; the current system state information includes at least the CPU state, memory state, and I/O state before the system performs the reset operation.
  • the identification submodule comprises:
  • a first determining unit configured to: when detecting a user mode program calling the REBOOT command in a processing flow invoked by the system kernel, determining that the scene information of the reset operation is a reset caused by the system call;
  • a second determining unit configured to detect, when the ACPI detects the power supply corresponding to the system reset to the system When the key event occurs, it is determined that the scene information of the reset operation is a reset caused by the power key;
  • the third determining unit is configured to determine that the scene information of the reset operation is a reset caused by the keyboard combination key when the keyboard processing function corresponding to the system reset is detected in the keyboard processing function.
  • the information acquisition submodule comprises:
  • a first acquiring unit configured to acquire a process identifier of a current process of the initiator, a terminal to which the terminal belongs, a user to belong, a startup time, and an executed command;
  • the process identifier of the parent process is obtained according to the INIT process corresponding to the process identifier of the current process and the process identifier, and the parent process is a process between the current process of the initiator and the INIT process.
  • the device further comprises:
  • a kernel error processing module configured to, after the obtaining module 802 obtains reset information of the reset operation
  • the flag reset operation is a kernel error
  • the reset operation and the tag information are correspondingly stored in the hard disk and a reset operation is performed.
  • the device further comprises:
  • a memory creation module configured to be in the acquisition module 802 before monitoring the Linux system startup reset process
  • Establish reserved memory configure the capacity of the reserved memory, and the starting address and record.
  • the obtaining module 802 is further configured to:
  • the reserved memory is cached in the reserved memory according to the reserved memory capacity and the starting address.
  • the device further comprises:
  • a kernel setup module configured to execute the module 803 before monitoring the Linux system to perform a reset operation
  • the reset information of the reset operation when the reset information of the reset operation is acquired when the Linux system starts the reset process, the reset information can be collected in time, the process call information is traced, and the original initiator of the reset operation is found;
  • the reset information In the default kernel, the reset information is written to the hard disk, only the reset information is stored, the occupied storage space is small, and the time is short, the reset information is persistent, the fault location or other services are facilitated, and the maintainability of the system is enhanced.
  • the embodiment of the invention solves the problem that the reset information is difficult to collect when the system is reset in the Linux system, which brings trouble to the fault location.
  • the Linux system reset processing device provided by the embodiment of the present invention is a device applying the foregoing method, that is, all the embodiments of the foregoing method are applicable to the device, and all of the same or similar beneficial effects can be achieved.
  • the kernel error processing module, the memory creation module, and the kernel creation module may be implemented by a processor in a Linux system reset processing device.
  • embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention can take the form of a hardware embodiment, a software embodiment, or a combination of software and hardware. Moreover, the invention can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage and optical storage, etc.) including computer usable program code.
  • These computer program instructions can also be stored in a bootable computer or other programmable data processing
  • the apparatus is readable in a computer readable memory in a particular manner such that instructions stored in the computer readable memory produce an article of manufacture comprising instruction means implemented in one or more flows and/or block diagrams of the flowchart The function specified in the box or in multiple boxes.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
  • an embodiment of the present invention further provides a computer storage medium, where the computer storage medium includes a set of instructions, when executed, causing at least one processor to execute the Linux system reset processing method of the embodiment of the present invention.
  • the solution provided by the embodiment of the present invention can obtain the reset information of the reset operation when the Linux system starts the reset process, and can collect the reset information in time, trace the process call information, and find the original initiator of the reset operation;
  • the reset information is written to the hard disk, only the reset information is stored, the occupied storage space is small, and the time is short, the reset information is persistent, the fault location or other services are facilitated, and the maintainability of the system is enhanced.

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)
  • Retry When Errors Occur (AREA)

Abstract

La présente invention concerne un procédé de traitement de réinitialisation d'un système Linux, et un support d'informations d'ordinateur. Le procédé consiste : à observer un scénario de réinitialisation d'un système Linux (101) ; lorsqu'il est observé que le système Linux démarre un flux de réinitialisation, à acquérir des informations de réinitialisation sur une opération de réinitialisation, et à mettre en cache les informations de réinitialisation dans une mémoire réservée prédéfinie (102), les informations prédéfinies comprenant des informations de scénario et des informations d'initiateur sur l'opération de réinitialisation, et les informations d'état sur un système courant, et la mémoire réservée étant un espace de mémoire dans une mémoire de système ; et quand il est observé que le système Linux réalise une opération de réinitialisation, à démarrer un noyau prédéfini, et à stocker, dans le noyau prédéfini démarré, les informations de réinitialisation dans le disque dur (103).
PCT/CN2017/073826 2016-03-04 2017-02-16 Procédé de traitement de réinitialisation de système linux et dispositif, ainsi que support d'informations d'ordinateur WO2017148271A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610123998.3A CN107153453A (zh) 2016-03-04 2016-03-04 一种Linux系统复位处理方法及装置
CN201610123998.3 2016-03-04

Publications (1)

Publication Number Publication Date
WO2017148271A1 true WO2017148271A1 (fr) 2017-09-08

Family

ID=59743480

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/073826 WO2017148271A1 (fr) 2016-03-04 2017-02-16 Procédé de traitement de réinitialisation de système linux et dispositif, ainsi que support d'informations d'ordinateur

Country Status (2)

Country Link
CN (1) CN107153453A (fr)
WO (1) WO2017148271A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111158945A (zh) * 2019-12-31 2020-05-15 奇安信科技集团股份有限公司 内核故障处理方法、装置、网络安全设备和可读存储介质
CN116796308A (zh) * 2023-02-03 2023-09-22 安芯网盾(北京)科技有限公司 一种基于Linux内核的伪装进程可执行程序检测方法及装置

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109725990A (zh) * 2017-10-31 2019-05-07 北京国双科技有限公司 进程控制方法和装置
CN113407020B (zh) * 2021-06-09 2024-03-22 北京集创北方科技股份有限公司 组件启动方法及装置、触控芯片和电子设备
CN116701041B (zh) * 2023-07-27 2023-11-10 飞腾信息技术有限公司 一种内存数据保留方法、保留装置和相关设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080104441A1 (en) * 2006-10-31 2008-05-01 Hewlett-Packard Development Company, L.P. Data processing system and method
CN102929747A (zh) * 2012-11-05 2013-02-13 中标软件有限公司 基于龙芯服务器的Linux操作系统崩溃转储的处理方法
CN103809989A (zh) * 2012-11-08 2014-05-21 英华达(南京)科技有限公司 操作系统发生核心崩溃情况下读取完整核心日志的方法
CN104714863A (zh) * 2015-02-06 2015-06-17 浪潮电子信息产业股份有限公司 一种基于Linux操作系统的系统宕机后Raid卡日志完整保存的方法
CN105204977A (zh) * 2014-06-30 2015-12-30 中兴通讯股份有限公司 一种系统异常的捕获方法、主系统、影子系统及智能设备

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101149699A (zh) * 2006-09-21 2008-03-26 中兴通讯股份有限公司 一种可靠获取异常和复位信息的方法
US8127179B2 (en) * 2008-02-29 2012-02-28 Arris Group, Inc. Providing system reset information to service provider
JP6007642B2 (ja) * 2012-01-26 2016-10-12 株式会社リコー 情報処理装置、省電力制御方法、省電力制御プログラム

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080104441A1 (en) * 2006-10-31 2008-05-01 Hewlett-Packard Development Company, L.P. Data processing system and method
CN102929747A (zh) * 2012-11-05 2013-02-13 中标软件有限公司 基于龙芯服务器的Linux操作系统崩溃转储的处理方法
CN103809989A (zh) * 2012-11-08 2014-05-21 英华达(南京)科技有限公司 操作系统发生核心崩溃情况下读取完整核心日志的方法
CN105204977A (zh) * 2014-06-30 2015-12-30 中兴通讯股份有限公司 一种系统异常的捕获方法、主系统、影子系统及智能设备
CN104714863A (zh) * 2015-02-06 2015-06-17 浪潮电子信息产业股份有限公司 一种基于Linux操作系统的系统宕机后Raid卡日志完整保存的方法

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111158945A (zh) * 2019-12-31 2020-05-15 奇安信科技集团股份有限公司 内核故障处理方法、装置、网络安全设备和可读存储介质
CN111158945B (zh) * 2019-12-31 2023-12-22 奇安信科技集团股份有限公司 内核故障处理方法、装置、网络安全设备和可读存储介质
CN116796308A (zh) * 2023-02-03 2023-09-22 安芯网盾(北京)科技有限公司 一种基于Linux内核的伪装进程可执行程序检测方法及装置
CN116796308B (zh) * 2023-02-03 2024-04-12 安芯网盾(北京)科技有限公司 一种基于Linux内核的伪装进程可执行程序检测方法及装置

Also Published As

Publication number Publication date
CN107153453A (zh) 2017-09-12

Similar Documents

Publication Publication Date Title
WO2017148271A1 (fr) Procédé de traitement de réinitialisation de système linux et dispositif, ainsi que support d'informations d'ordinateur
US11360842B2 (en) Fault processing method, related apparatus, and computer
CN107515808B (zh) 日志记录方法、装置、计算机设备和计算机可读存储介质
US10545807B2 (en) Method and system for acquiring parameter sets at a preset time interval and matching parameters to obtain a fault scenario type
CN100432949C (zh) 在计算机上当软件崩溃时保存用户数据的方法及装置
CN108363659B (zh) 一种处理电子设备异常的方法及装置
US10121004B2 (en) Apparatus and method for monitoring virtual machine based on hypervisor
WO2016123908A1 (fr) Procédé et appareil de détection de débordements de mémoire
CN110704228B (zh) 一种固态硬盘异常处理方法及系统
WO2017045436A1 (fr) Procédé et dispositif de traitement de défaut de machine virtuelle
EP3274839B1 (fr) Techniques pour l'identification des causes fondamentales de bogues de corruption liés à la réutilisation de la mémoire libérée
JP6238221B2 (ja) ソフトウェアの実行を監視する装置、方法およびプログラム
CN114184885A (zh) 一种故障检测方法、装置及存储介质
TW201516665A (zh) 伺服器之系統錯誤資訊偵測系統及方法
JP2018180982A (ja) 情報処理装置、およびログ記録方法
CN112988503A (zh) 分析方法、分析装置、电子装置和存储介质
WO2013104964A1 (fr) Collecte dynamique de données sur la base de fils
JP2007207213A (ja) ワイヤレスデバイスのリアルタイム診断に適用する診断情報収集手法
CN111061621B (zh) 一种验证程序性能的方法、装置、设备及存储介质
WO2014201939A1 (fr) Procédé et dispositif de suivi et de traitement de mémoire
KR101310070B1 (ko) 프로그램간의 충돌을 예방하는 방법 및 그 방법이 기록된 기록매체
JP4795388B2 (ja) 電子計算機装置及びソフトウェア処理遅延検出時のデータ保存方法
WO2018036318A1 (fr) Procédé et dispositif de collecte d'informations d'anomalie pendant le démarrage d'un système d'exploitation
CN113742299B (zh) 文件压缩和解压缩方法以及文件压缩和解压缩装置
CN111625336B (zh) 线程数据处理方法及其装置

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17759122

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17759122

Country of ref document: EP

Kind code of ref document: A1