Patents
Literature
Patsnap Eureka AI that helps you search prior art, draft patents, and assess FTO risks, powered by patent and scientific literature data.

4 results about "Runtime error" patented technology

A database-based event trigger implementation method, system and electronic device

This application discloses a database-based event trigger implementation method and system. The method includes: embedding a trigger call entry point into the database kernel error handling process; automatically triggering the SERVERERROR handling process when a runtime error event is detected; filtering and judging the error event by type; if it does not belong to the excluded type, retrieving the trigger list from the cache; executing the trigger function in an autonomous transaction; committing or rolling back the transaction based on the execution result; and sending an error report to the client. This invention achieves unified real-time capture and automated response to kernel-level error events, ensures the isolation of trigger execution from the main transaction through an autonomous transaction mechanism, and employs recursive protection and cache optimization design to ensure system stability and execution efficiency. It solves the problems of delayed application-layer error handling response, limited coverage, and difficulty in management in distributed scenarios in existing technologies.
Owner:BEIJING VASTDATA TECH

A data processing method and device, electronic equipment and storage medium

This invention provides a data processing method, apparatus, electronic device, and storage medium. The method involves obtaining the overridden function table of subclasses in the executable file of an application. The subclasses inherit from a base class in the executable file. The overridden function table includes the addresses of the original functions in the base class that need to be replaced, the class name of the base class, and the address of the target function used to replace the original functions. The method then determines the virtual function table of the base class, which includes the addresses of functions in the base class. The method searches for the address of the original function in the base class's virtual function table. Finally, the address of the target function replaces the address of the original function in the base class's virtual function table. This avoids replacing the address of a function in the virtual function table that should not have been replaced with the address of the target function, thus preventing replacement errors and preventing the application from calling the wrong function, ultimately preventing application runtime errors.
Owner:WUBA

Program error detection and remediation

PendingUS20260252437A1AlgorithmRuntime error
A computer-implemented method includes receiving an indication of a runtime error respective of a computer program, scanning a codebase of the program to determine, based on the runtime error indication, a code location in the codebase related to the error, automatically generating, based on the indication and the determined code location, a prompt for a machine learning model, inputting the generated prompt to the machine learning model to cause the machine learning model to generate one or more recommended remediation actions, receiving, from the machine learning model, one or more remediation actions in response to the generated prompt, and causing at least one of the one or more remediation actions to be implemented in response to the indication of the runtime error.
Owner:PAYPAL INC

Polymorphic updates

PendingUS20260178307A1Version controlSoftware deploymentAlgorithmRuntime error
Patch updates enable intra-patch reversion from an updated binary to an initial binary in the event of a catastrophic runtime error. This is advantageous in so far as it allows the OS to revert back to a stable configuration with respect to a problematic binary without disabling non-problematic binaries included in the patch update. This in-turn provides an efficient alternative to the conventional approach of wholesale reverting from an patch update to an initial patch update during fault recovery following a catastrophic runtime error (e.g., failure to boot, etc.).
Owner:MICROSOFT TECHNOLOGY LICENSING LLC