java.lang.IllegalStateException at com.sonar.cpp.jni.FileSystemOperations.realPath

Hi @jpouwels,

Can you share the full log?

You can see there a dot(.) at the end of the file name. Does the filename actually include dot at the end?

if you grep in your codebase for inkingInfoCollector.h. do you get any match? for example in an include directive? if yes, and the actual filename doesn’t end with a dot can you try to remove it and retrigger the analysis?

Thanks,