This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
As you can see in the attached image, the total heap size is less than 9MB, but the process memory usage is almost 22GB. This is an intermittent bug that I can't reliably reproduce so I'm struggling to debug the problem. What do I need to be looking at to [...] read more
I built Cmake using cmake -G"Visual Studio 12 2013" -T"LLVM-vs2013" .. But I have a weird problem with compiling libCinder. Clang keeps crashing, I'm wondering what's going on. I'm using Visual Studio 2017 on Windows 10. Here is the Clang crash message: 1>Assertion failed: Content.size() != 0, file C:\src\llvm_package_325576\llvm\tools\clang\lib\AST\CommentParser.cpp, line [...] read more