MCPcopy Create free account
hub / github.com/bloomberg/pystack / CoreCrashInfo

Class CoreCrashInfo

src/pystack/_pystack/corefile.h:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace pystack {
11
12struct CoreCrashInfo
13{
14 int si_signo;
15 int si_errno;
16 int si_code;
17 int sender_pid;
18 int sender_uid;
19 uintptr_t failed_addr;
20};
21
22static const size_t FNAME_SIZE = 16;
23static const size_t PSARGS_SIZE = 80;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected