Hi,
I’m using SonarQube 6.7.7 (build 38951) with SonarCFamily 6.2 (build 11201) and I’m getting the error pasted below while analyzing a cpp file.
I saw there were a bunch of threads regarding the same issue and that it was supposed to be fixed in 6.2, but it’s still not working for me.
Please let me know what data do you need (reproducer, logs).
Thanks!
INFO: [pool-103-thread-1] D:/xxx/Server/PFOutput/PFTextOutputSink.cpp
ERROR: Exception in thread pool-103-thread-1
java.lang.IllegalStateException: exit code != 0
at com.sonar.cpp.analyzer.Subprocess.execute(Subprocess.java:54)
at com.sonar.cpp.analyzer.Subprocess.execute(Subprocess.java:25)
at com.sonar.cpp.plugin.CFamilySensor.lambda$process$4(CFamilySensor.java:323)
at com.sonar.cpp.analyzer.AnalysisExecutor.lambda$submit$0(AnalysisExecutor.java:53)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)