You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user scans a folder in the pipeline, if there is exception loading a pdb file (e.g. malformed), currently users are not able to know which file is causing the problem. And the scan target could have a lot of files.
This issue is created to see what improvements we can do about it.
##[error]Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
##[error] at Dia2Lib.IDiaDataSource.loadDataForExe(System.String, System.String, System.Object)
##[error] at Microsoft.CodeAnalysis.BinaryParsers.ProgramDatabase.Pdb.WindowsNativeLoadPdbFromPEUsingDia(System.String, System.String, System.String)
The text was updated successfully, but these errors were encountered:
When user scans a folder in the pipeline, if there is exception loading a pdb file (e.g. malformed), currently users are not able to know which file is causing the problem. And the scan target could have a lot of files.
This issue is created to see what improvements we can do about it.
The text was updated successfully, but these errors were encountered: