Results 12 comments of Bill Torpey

Thanks for the reply! Something else must be going on then, because when I run memleax on my application it terminates after reaching the maximum number of expired blocks (1000...

So I've tried a few things to resolve this, so far with no luck. I noticed that memleax was using a lot of CPU when run, so I reduced the...

P.S. I terminated memleax and here's the report it gives: ``` == Terminate monitoring. == Callstack statistics: (in ascending order) CallStack[5]: may-leak=2 (48 bytes) expired=2 (48 bytes), free_expired=0 (0 bytes)...

> Besides, why do you use memleax if your program seems no memory leak? I know the target application "leaks" (grows memory) in other scenarios, so I was trying to...

>I do not know how to fix it by now. Maybe I could study how GDB does. I'm sure you know this, but other memory debuggers work by intercepting malloc,...

>> I'm sure you know this, but other memory debuggers work... > I do not know this in fact :( I just know basic knowledge about debugging from school, and...

Thanks! Do you know if it’s possible to import a csv-format file directly into CodeChecker DB? I already have tooling that will produce csv files for clang, clang-tidy, cppcheck and...

Thanks for all the suggestions. At this point, however, I’m going to have to put CodeChecker on the back burner, for a couple of reasons: - I have not been...

Hi everyone: Well, for starters: [/shared/codechecker] pip install -r .ci/basic_python_requirements … Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-l8h_HQ/sqlalchemy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-wLGDlH-record/install-record.txt --single-version-externally-managed --compile" failed with error...

Thanks! That did the trick, and I can see "-Wdangling-gsl" warnings in the output (thankfully just a few ;-) Are there any specific compiler flags that should be used to...