projects
/
elfutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d89bbb
)
remove-old-glibc-hack
author
Debian Elfutils Maintainers
<debian-gcc@lists.debian.org>
Thu, 16 Nov 2023 13:54:07 +0000
(14:54 +0100)
committer
Matthias Klose
<doko@debian.org>
Thu, 16 Nov 2023 13:54:07 +0000
(14:54 +0100)
Gbp-Pq: Name remove-old-glibc-hack.diff
tests/dwfl-proc-attach.c
patch
|
blob
|
history
diff --git
a/tests/dwfl-proc-attach.c
b/tests/dwfl-proc-attach.c
index d02e9fc0e95e8aa875c6bdf5749d333927a47634..9521900453dfe1347e5c7fabdb059cfe866fc820 100644
(file)
--- a/
tests/dwfl-proc-attach.c
+++ b/
tests/dwfl-proc-attach.c
@@
-107,6
+107,7
@@
main (int argc __attribute__ ((unused)),
return (threads == 3) ? 0 : -1;
}
+#if 0
/* HACK. This is a simple workaround for a combination of old glibc
and valgrind. libdw will try to dlopen libdebuginfod this causes
some unsuppressable memory leak warnings when the process is
@@
-118,5
+119,6
@@
void *dlopen (void)
{
return NULL;
}
+#endif
#endif /* __linux__ */