-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BinSkim crashes (AccessViolationException) loading Xamarin.Mac.pdb #881
Comments
Here's the actual callstack, looks like msdia140.dll has the problem with this specific PDB file:
|
Hello, we relied on the Microsoft msdia140.dll to load the PDB. I have tried locally upgraded the msdia140.dll to latest version, the error is still the same. |
We are attempting to configure BinSkim to execute on artifacts generated by the official dotnet build, and I am encountering the same problem when running it on the dotnet/runtime repository. (it's a company requirement to scan all binaries we are shipping) issue: dotnet/arcade-services#2744 |
@andriipatsula I worked around it by deleting the PDB file right before BinSkim runs |
When I run BinSkim v1.9.5 against a specific file (Xamarin.Mac.dll + pdb) then BinSkim crashes with an access violation.
I attached the DLL + PDB to this ADO task in a ZIP file:
Here's the command I used:
Where the "toolinput" file just contains the path to Xamarin.Mac.dll
The result is:
The text was updated successfully, but these errors were encountered: