SDL Failures causing build breaks
See original GitHub issueThe Run SDL Tool
job is failing across many build pipelines with the following error:
TSA Upload:
TSA Onboard:
Saving TsaCodebaseXml file: D:\a\1\.gdn\.r\tsa-onboard.xml
Onboarding or updating TSA codebase: Arcade-Validation
An exception occured while attempting to onboard or update a TSA codebase: Arcade-Validation
TSA Response: {"Message":"TSA Error Code: 200 Error message: Invalid TFS Settings for Instance: [https://devdiv.visualstudio.com/] , Project [DevDiv] , Template [TFSDEVDIV]\r\n were passed to TSA: Encountered Exception [System.Exception: TSA was given an invalid Area Path: DevDiv\\NET\\NET Core \r\n at TSA.Core.TFS.ThrowIfInvalid(Boolean validateBugTemplate)], Correlation ID: 79262e18-70e3-4b40-b9e9-99ac5e5aa0f3"}
TSA web call returned a non-successful status code: PreconditionFailed
Some example builds:
Arcade: https://dev.azure.com/dnceng/internal/_build/results?buildId=396355&view=results Arcade-validation: https://dev.azure.com/dnceng/internal/_build?definitionId=282&_a=summary Arcade-Services: https://dev.azure.com/dnceng/internal/_build/results?buildId=396829&view=results CoreFX: https://dev.azure.com/dnceng/internal/_build/results?buildId=396886&view=results
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
SDL2 common mistakes and how to avoid them
Worse, it can result in subtly broken builds as it mixes and matches different SDL installations. The correct SDL2 include is the following:....
Read more >SDL_ConvertSurface() causes break - c++
Everything compiles just fine but when i run my application a break is caused saying: Unhandled exception at 0x681252D5 (SDL.dll) in ...
Read more >SDL Initialization has Failed - Stopping many Games from ...
I have a NVidia 9500M GS Graphics card and I am running the 180.xx drivers. Any one have ideas ideas how I can...
Read more >SDL in-tree build error in Windows · Issue #10 · google/flatui
Hello, Sir I met a build issue when use CMake(version 3.6.2) in Windows, (same result for CMake CMakeLists.txt command) D:\work\flatui>cmake ...
Read more >What can cause SDL_Init to fail? : r/cpp_questions
An easy one to make it fail is to give it an invalid flag argument. So look through the subsystem enum and find...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please add WCF to follow-up with in the future as well please. Ran into the same thing today and found your change.
THis seems resolved, closing