Well - it looked like an access violation from what I saw in the snippet of dump analysis pasted a couple of posts earlier. It showed this for the Exception Record:
ExceptionCode: c0000005 (
Access violation)
And, as far as the observation that someone posted about a number of modules that couldn't load - the messages in the dump analysis text were talking about the series of PDB symbol files for the listed modules that it didn't have those symbol libraries available for the dump analysis program to use.
PDB symbol files, are used for mapoing the identifiers that you create in source files for classes, methods, and other code to the identifiers that are used in the compiled executables of the program - in this case the missing files listed in the dump analysis text are several from the various routines used in the source code for Sonar, and then there are also missing PDB files for various listed plugins.
IF one were to have those symbol files and provide the path to them to the dump analysis program, it could then give back more usable information on where the errors map back to in the source code.
NONE of those PDB files would be available to someone outside of technical support folks at Cakewalk, or the various makers of the plugins listed there, but the Sonar support folks would certainly have all of the ones needed to analyze a Sonar dump.
So anyways - there IS an Access Violation present, as shown in the exception record for the dump at hand, and an error like that used to a fairly common thing - when folks didn't have Windows maintenance up to date and were missing some set of C++ Run-Time Redistributable routines. Other times, access violations could be caused by some sub-component needing to either be installed with, OR required to have Sonar launched with - the explicit Run As Administrator execution option. PLEASE NOTE that Run As Administrator is NOT the same as running something using a Windows Account that is of type Adminitrator.
So - somebody isn't happy with the ability to access instructions at the memory address listed in the dump. Even without assistance from the Sonar folks - you could start reviewing exactly which plugins are loaded in the failing project, then load in Safe Mode and load one of those plugins at a time, until you see which one is loaded last when it fails again. Then, look for any published info on that module and access violations and such - and MAYBE you can work past this.
If I can help you, I would be happy to try.
Bob Bone