Unknow exit code -1073741676

'Hello,
I pepared an analysze for a C/C++ project with the build wrapper and then i trigger the sonar-scanner.
During the analysis , it crashes with an exit code that i can not find.
Where can i find this exit code to understand my issue?

Thank you

com.sonar.cpp.analyzer.Analyzer$AnalyzerException: Exit code -1073741676:

Hey there.

Can you provide the full logs? Just one line isn’t enough.

And, as mentioned in the template post, what version of SonarQube are you using?

sonar-cfamily-reproducer.zip (94.5 KB)
Hello,
Here is the full log.
It corresponds to a configuration with a build wrapper for C2000 dsp.

The issue is that the sonar-scaner.bat crashes with an exception.

It looks like you’re using an old version of the build wrapper (6.20) instead of the one matching your SonarQube instance (6.41)

Please download the matching version from the server
  https://sonarqube.slb.com/static/cpp/build-wrapper-win-x86.zip

And after using this, see if the issue persists?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.