Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombela/backward-cpp
/ badass_function
Function
badass_function
test/select_signals.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
using namespace backward;
31
32
void badass_function() {
33
char *ptr = (char *)42;
34
*ptr = 42;
35
}
36
37
TEST_SEGFAULT(pprint_sigsev) {
38
std::vector<int> signals;
Callers
1
TEST_SEGFAULT
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected