Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ disableHandler
Function
disableHandler
lib/system/fault.cpp:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void disableHandler() noexcept {
59
std::signal(SIGFPE, SIG_DFL);
60
std::signal(SIGBUS, SIG_DFL);
61
std::signal(SIGSEGV, SIG_DFL);
62
}
63
64
#elif WASMEDGE_OS_WINDOWS
65
Callers
1
decreaseHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected