diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-09-08 00:04:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-09-23 17:11:20 +0900 |
commit | 08cea68d1ac6b82ce7fb7aa3c152c272afb5a135 (patch) | |
tree | 974dec700dd9f67c07a2c35dcf75b32729abed75 /kmtrace/README | |
parent | 360ceec58b7a68ea2cd959fa6a00fd74b4a6e577 (diff) | |
download | tdesdk-08cea68d1ac6b82ce7fb7aa3c152c272afb5a135.tar.gz tdesdk-08cea68d1ac6b82ce7fb7aa3c152c272afb5a135.zip |
Fixed building with glibc 2.34 where malloc/free hooks have been removed.
Removed mtrace.c file since it is not used (it seems it was a base for
ktrace.c).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f4582480b472d7551d8f867bae4c99a96c9d588d)
Diffstat (limited to 'kmtrace/README')
-rw-r--r-- | kmtrace/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kmtrace/README b/kmtrace/README index 6084b2b7..c3e7ed5c 100644 --- a/kmtrace/README +++ b/kmtrace/README @@ -1,8 +1,6 @@ This is a KDE tool to assist with malloc debugging using glibc's "mtrace" functionality. Unfortunately the mtrace that is part of current (9/9/2000) glibc versions only logs the return-address of the malloc/free call. -The file mtrace.c in this directory logs a complete backtrace upon malloc/ -free. THIS PROGRAM DEPENDS ON GLIBC! It does not pretend to be portable. |