Issue with SonarScanner During File Analysis

SonarQube license: Developer
SonarQube version : v10.8 (100206)
SonarScanner version: 6.2.1.4610 CLI
Operating system: windows 10


hello,

I am encountering an issue with SonarScanner while analyzing certain files in my project. Specifically, the scanner stops functioning as soon as it begins processing these particular files. Please note that the files in question are private and cannot be shared publicly.

We have thoroughly reviewed the affected files but did not identify anything unusual that could explain the problem.

The error message provided by SonarScanner when it fails is as follows:

15:12:33.076 ERROR [stderr] Exception in thread “main” java.lang.StackOverflowError
15:12:33.079 ERROR [stderr] at java.base/java.util.HashMap.hash(Unknown Source)
15:12:33.079 ERROR [stderr] at java.base/java.util.HashMap.getNode(Unknown Source)
15:12:33.080 ERROR [stderr] at java.base/java.util.HashMap.get(Unknown Source)
15:12:33.081 ERROR [stderr] at com.sonar.sslr.impl.typed.GrammarBuilderInterceptor.actionForRuleKey(GrammarBuilderInterceptor.java:182)
15:12:33.083 ERROR [stderr] at com.sonar.sslr.impl.typed.SyntaxTreeCreator.visitNonTerminal(SyntaxTreeCreator.java:75)
15:12:33.084 ERROR [stderr] at com.sonar.sslr.impl.typed.SyntaxTreeCreator.visit(SyntaxTreeCreator.java:66)
15:12:33.085 ERROR [stderr] at com.sonar.sslr.impl.typed.SyntaxTreeCreator.visitNonTerminal(SyntaxTreeCreator.java:101)
15:12:33.086 ERROR [stderr] at com.sonar.sslr.impl.typed.SyntaxTreeCreator.visit(SyntaxTreeCreator.java:66)
15:12:33.087 ERROR [stderr] at com.sonar.sslr.impl.typed.SyntaxTreeCreator.visitNonTerminal(SyntaxTreeCreator.java:85)
15:12:33.088 ERROR [stderr] at com.sonar.sslr.impl.typed.SyntaxTreeCreator.visit(SyntaxTreeCreator.java:66)
15:12:33.089 ERROR [stderr] at com.sonar.sslr.impl.typed.SyntaxTreeCreator.visitNonTerminal(SyntaxTreeCreator.java:101)

All Error:
sonarScanner Error.txt (118.8 KB)

I would greatly appreciate any guidance or assistance you can provide to help resolve this issue.

Best regards,

Hey there.

The section of logs you gave us unfortunately doesn’t expose enough information to offer any clues (even what language is being analyzed). Can you please include a wider section of logs so it’s clear at what point in the analysis the error is thrown?

hi Colin,

Thank you for your request for more information. I’ve attached a file containing the complete log of all tasks, including details about when and where the process fails. Please let me know if you need further clarification or additional data.

scanLog.txt (124.6 KB)

15:23:03.810 INFO  355/2325 files analyzed, current file: src/PROGRAMS/APP/DASHBOARD/DASHBOARD-BODY_B.PHP
15:23:14.338 INFO  EXECUTION FAILURE
15:23:14.340 INFO  Total time: 3:18.960s
15:23:12.444 ERROR [stderr] Exception in thread "main" java.lang.StackOverflowError

Possibly it fails on this file (it reports every 10 seconds on which file is being analyzed), but we can’t be sure.

I suggest turning on DEBUG level analysis logs (sonar-scanner -X) and finding the last file mentioned before failure.

At that point I can connect you with a Sonar developer to provide this file privately. If you cannot provide the file, unfortunately there’s not much help we can provide and I can only recommend you exclude that file from analysis.

The files that are failing are two that we currently have monitored and excluded. The thing is, since we have the SonarQube tool, we would like, and it would be ideal, to use it on all the documents in our project. It would be very helpful if you could assist me in getting in touch with SonarQube directly to understand what the issue is with these two specific files.

Hi @Gerard_Bardeli ,

I’m working on the PHP analyzer, with which you seem to be having some problems. Thanks for reporting the issue!

In order to investigate the issues our analyzer is having on these files, we would need to look into them.
I will initiate a private conversation with you, so you’re able to provide these files privately.

Best
Jonas