[PATCH] D50488: [Analyzer] Checker for non-determinism caused by sorting of pointer-like elements

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 14 02:10:31 PST 2019


xazax.hun added a comment.

In D50488#1395483 <https://reviews.llvm.org/D50488#1395483>, @mgrang wrote:

> Reviving this now that I have some cycles to work on this.
>
> So I tried running this on csa-testbench projects but I didn't have much success. I always run into a bunch of build/env related errors:
>
>   python run_experiments.py --config myconfig.json
>  
>   15:05:20 [libcxx] Checking out project... 
>   [ERROR] Unknown option: json
>  
>   15:05:22 [libcxx] LOC: ?.
>   15:05:22 [libcxx] Generating build log... 
>   15:05:22 [libcxx_master] Analyzing project... 
>   [ERROR] Traceback (most recent call last):
>     File "/local/mnt/workspace/mgrang/comm_analyzer/CodeChecker/cc_bin/CodeChecker.py", line 20, in <module>
>       from shared.ttypes import RequestFailed
>   ImportError: No module named shared.ttypes
>
>
>


Hi!

Sorry for the late response. Does CodeChecker work for you (when not using the testbench)?
I think one of the most common reason for such errors is when we do not source the virtualenv of CodeChecker so the dependencies are not available.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D50488/new/

https://reviews.llvm.org/D50488





More information about the cfe-commits mailing list