https://bugs.kde.org/show_bug.cgi?id=383811
--- Comment #31 from Paul Floyd <[email protected]> --- massif ~~~~~ == 38 tests, 1 stderr failure, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 4 post failures == massif/tests/bug469146 (post) massif/tests/inlinfomalloc (post) massif/tests/mmapunmap (post) massif/tests/overloaded-new (post) massif/tests/pages_as_heap (stdout) massif/tests/pages_as_heap (stderr) bug469146 and inlinfomalloc Massif is supposed to ignore inlined functions. I think that clang 10 isn't producing the debuginfo for this. Hopefully it will go away with later versions of macOS and clang. mmapunmap Difference in the amount of memory and the post command grep fails to match 'main' (there is just '???') overloaded-new failing to redirect operators new/delete that are defined in the main .cpp file. Similar to the memcheck wrapmallocstatic test. pages_as_heap +brk() failed! +: Cannot allocate memory Say no more. -- You are receiving this mail because: You are watching all bug changes.
