memory_error_info ================= Data associated with errors of a physical memory array. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: memory_error_info`` - Linux - Mac OSX Table schema ------------ ========================== ==== ============================================================================================================== Name Type Description ========================== ==== ============================================================================================================== handle TEXT Handle, or instance number, associated with the structure error_type TEXT type of error associated with current error status for array or device error_granularity TEXT Granularity to which the error can be resolved error_operation TEXT Memory access operation that caused the error vendor_syndrome TEXT Vendor specific ECC syndrome or CRC data associated with the erroneous access memory_array_error_address TEXT 32 bit physical address of the error based on the addressing of the bus to which the memory array is connected device_error_address TEXT 32 bit physical address of the error relative to the start of the failing memory address, in bytes error_resolution TEXT Range, in bytes, within which this error can be determined, when an error address is given ========================== ==== ============================================================================================================== Query examples -------------- Select all the results for the given table. .. code-block:: sql SELECT * FROM memory_error_info;