error: 'stack_t' does not name a type

Question from /[...]/sentry/sentry-native/external/crashpad/client/crashpad_client_linux.cc:15: /opt/toolchain/ingenic/mips-linux-gnu-ingenic-gcc7.2.0-uclibc-ng.1.0.42-fp64-r5.1.6/mips-linux-uclibc/libc/usr/include/sys/ucontext.h:111:5: error: 'stack_t' does not name a type; did you mean 'clock_t'? stack_t uc_stack; ^~~~~~~ clock_t Answer#include <ucontext.

error: 'siginfo_t' has not been declared

Question from /[...]/sentry-native/external/crashpad/util/linux/socket.cc:22: /[...]/sentry-native/external/crashpad/third_party/lss/lss/linux_syscall_support.h:342:44: error: 'siginfo_t' has not been declared void (*sa_sigaction_)(int, siginfo_t *, void *); ^~~~~~~~~ Answer#include <signal.

error: 'SIGCONT' was not declared in this scope

Question from /[...]/sentry-native/external/crashpad/util/linux/ptrace_broker.cc:15: /[...]/sentry-native/external/crashpad/util/linux/exception_handler_protocol.h:67:42: error: 'SIGCONT' was not declared in this scope static constexpr int kDumpDoneSignal = SIGCONT; ^~~~~~~ Answer#include <signal.

error: 'size_t' does not name a type

Question from /[...]/sentry-native/external/crashpad/util/linux/thread_info.cc:15: /opt/toolchain/ingenic/mips-linux-gnu-ingenic-gcc7.2.0-uclibc-ng.1.0.42-fp64-r5.1.6/mips-linux-uclibc/libc/usr/include/sys/user.h:179:3: error: 'size_t' does not name a type; did you mean '__size_t'? size_t u_tsize; /* text size (pages) */ ^~~~~~ __size_t Answer#include <stddef.

error: 'va_list' has not been declared

QuestionIn file included from /[...]/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/logging.cc:58:0: /[...]/sentry-native/external/crashpad/third_party/mini_chromium/mini_chromium/base/strings/string_util.h:14:62: error: 'va_list' has not been declared int vsnprintf(char* buffer, size_t size, const char* format, va_list arguments) Answer#include <stdarg.

Error response from daemon: error while removing network: network sentry-self-hosted_default id <network> has active endpoints

Questiondocker-compose down [+] Running 1/0 ✘ Network sentry-self-hosted_default Error 0.0s failed to remove network sentry-self-hosted_default: Error response from daemon: error while removing network: network sentry-self-hosted_default id f66703a94b68e25c73813d17eb57cab2df3b9b63172dcd29040f7769c8958085 has active endpoints Answerdocker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES [nothing here]sudo systemctl restart docker docker-compose down [+] Running 1/1 ✔ Network sentry-self-hosted_default Removed 0.
0%