Home
last modified time | relevance | path

Searched refs:mem_fault_location (Results 1 – 1 of 1) sorted by relevance

/ark/runtime_core/runtime/
Dsignal_handler.cpp242 auto mem_fault_location = ToUintPtr(siginfo->si_addr); in DetectSEGVFromMemory() local
245 if (mem_fault_location > MAX_OBJECT_SIZE) { in DetectSEGVFromMemory()
250 … LOG(FATAL, RUNTIME) << "Memory location which caused fault:" << std::hex << mem_fault_location; in DetectSEGVFromMemory()