From kde-bugs-dist Sun Jan 31 21:25:47 2016 From: Philippe Waroquiers via KDE Bugzilla Date: Sun, 31 Jan 2016 21:25:47 +0000 To: kde-bugs-dist Subject: [valgrind] [Bug 303877] valgrind doesn't support compressed debuginfo sections. Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=145427557229218 https://bugs.kde.org/show_bug.cgi?id=303877 Philippe Waroquiers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.waroquiers@skynet. | |be --- Comment #18 from Philippe Waroquiers --- An alternative is also the simple/super small 'inflate' implementation in zlib code zlib-1.2.8/contrib/puff.h and puff.c This is a fully independent inflate implementation (no #include). There are some drawbacks (2 times slower than the real zlib inflate, and as it does not do memory allocation, inflate fails if the target buffer is too small (and so, you must redo the inflate with a bigger buffer). If the debug info stores the uncompressed size, then this is not a problem -- You are receiving this mail because: You are watching all bug changes.