MCPcopy Create free account
hub / github.com/bombela/backward-cpp / rlimit

Class rlimit

test/suicide.cpp:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80TEST_SEGFAULT(stackoverflow) {
81#ifndef _WIN32
82 struct rlimit limit;
83 limit.rlim_max = 8096;
84 setrlimit(RLIMIT_STACK, &limit);
85#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected