Dimitrios Apostolou

Results 19 issues of Dimitrios Apostolou

I do `make standalone_package`, but then the `build/CodeChecker/bin/report-converter` tool does not work, it needs to import the environment. Furthermore the file is basic a symlink to a non-executable file, so...

bug :bug:
dev env :rescue_worker_helmet:
tools :hammer_and_wrench:
tu_collector :page_with_curl:

I compile the exact same code and same test with Address Sanitizer enabled. Both of the days, **address sanitizer reports the same issue** while running the test. **But the memory...

report-converter

NOTE: by "compress" I mean removing parts of the path as a result of applying embedded `..` and `.` subpaths. ``` $ CodeChecker store /path/to/converted_reports --trim-path-prefix /path/to/src -n run_name --url...

bug :bug:
CLI :computer:

I'm trying to `store` some converted reports from ASAN, and the store command returns with error exit code and nothing is stored: ``` $ CodeChecker store /path/to/converted_reports --trim-path-prefix /path/to/src -n...

If more than one leaks have been detected, then report-converter prints: ``` [INFO] - No 'lsan' results can be found in the given code analyzer output. ``` To reproduce the...

An ASAN report looks like this: [tools/report-converter/tests/unit/analyzers/asan_output_test_files/asan.out](https://github.com/Ericsson/codechecker/blob/f11eb1a09c796a083a8fb9ea7d94946a262fe8da/tools/report-converter/tests/unit/analyzers/asan_output_test_files/asan.out) ``` ================================================================= ==12457==ERROR: AddressSanitizer: heap-use-after-free on address 0x614000000044 at pc 0x0000004f4b45 bp 0x7ffd40559120 sp 0x7ffd40559118 READ of size 4 at 0x614000000044 thread T0...

The C file was compiled using: ``` clang-13 -fsanitize=address -fomit-frame-pointer -g lsan2.c ``` The generated output is incompatible with report-converter, it outputs: ``` [INFO] - No 'lsan' results can be...

WIP :bomb:
bugfix :hammer:
report-converter 🔄

If I want to list the new issues between two runs I do: ```CodeChecker cmd diff --url {url} -b {run_old} -n {run_new} --new -o json``` But if I run analysis...

CLI :computer:

Example command: ```CodeChecker cmd diff --url $url -b $run_old -n $run_new --new -o json``` In the old versions of CodeChecker there was a `reportId` field. The new schema as described...

``` $ BUILD_DIR=build2 make standalone_package [...] $ ls build2/CodeChecker/bin/ _CodeChecker CodeChecker gerrit_changed_files_to_skipfile.py ``` The build operation returns successfully but CodeChecker fails to run with ```ModuleNotFoundError: No module named 'codechecker_report_converter'``` But...

bug :bug:
config :gear: