https://bugs.kde.org/show_bug.cgi?id=367841
--- Comment #5 from axel.kellerm...@gmx.de --- I compiled kdevelop and kdevplatform with ASAN and tested again on two platforms: 1. A laptop with only 4GB of RAM, where memory actually is kind of an issue. kdevelop takes up ~3.5GB of RAM and the system starts to heavyly swap out pages. But the limits of the swap partition are never reached, so parsing gets very slow, but never runs out of memory. 2. A PC with 16GB of RAM, where memory is definitely no issue. On both machines ASAN reports the same heap-buffer-overflow error during parsing of cmake files (attached as asan_readCMakeFile_20160908.txt). -- You are receiving this mail because: You are watching all bug changes.