Merge pull request #5171 from sysown/v3.0.3-upgrade_coredumper

V3.0.3 upgrade coredumper to percona fork hash 8f2623b
pull/5184/head
René Cannaò 7 months ago committed by GitHub
commit 08014501e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1 +1 @@
coredumper-cb6cead
coredumper-8f2623b

Binary file not shown.

Binary file not shown.

@ -1,11 +0,0 @@
--- coredumper/src/thread_lister.c 2022-12-07 14:57:26.000000000 +0000
+++ coredumper.patched/src/thread_lister.c 2024-07-09 10:58:42.500458663 +0000
@@ -35,6 +35,8 @@
#include <stdio.h> /* needed for NULL on some powerpc platforms (?!) */
#include <sys/prctl.h>
+#include <sys/types.h>
+#include <unistd.h>
#include "linuxthreads.h"
/* Include other thread listers here that define THREADS macro
Loading…
Cancel
Save