- ALM used (Azure DevOps)
- CI system used (Azure DevOps)
- Languages of the repository ( C++ )
20:11:41.247092200 INFO Reached stage: configuration
20:11:41.247092200 DEBUG Reproducer logs:
20:11:41.247092200 DEBUG [PCH] D:/a/1/s/Backend/BaseObjects/TSbaseBO.cpp: using PCH
20:11:41.248033500 DEBUG [PCH] D:/a/1/s/Backend/BaseObjects/TSbaseBO.cpp: building PCH
20:11:41.248033500 INFO Requesting reproducer for: D:/a/1/s/Backend/BaseObjects/TSbaseBO.cpp
20:12:00.251061600 ERROR Exception in thread pool-7-thread-1
com.sonar.cpp.analyzer.Analyzer$AnalyzerException: Exit code -2147483645: D:/a/1/s/Backend/BaseObjects/TSbaseBO.cpp
at com.sonar.cpp.analyzer.AnalysisHandler.acceptResult(AnalysisHandler.java:67)
at com.sonar.cpp.analyzer.Subprocess.execute(Subprocess.java:128)
at com.sonar.cpp.plugin.CFamilySensor.lambda$process$10(CFamilySensor.java:753)
at com.sonar.cpp.analyzer.AnalysisExecutor.lambda$submit$0(AnalysisExecutor.java:58)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
We’ve started seeing this issue in our Azure Quality Gate pipeline this Monday.
We suspect that it has to do with the CFamily plugin which seen to have been updated to version 6.56.72172. Our last green run was Friday using 6.55.0.70177.
Just to confirm we ran an analysis on a PR that had previously succeeded last week, and it failed this time around.
We can provide the reproducer if needed.
Thanks!