Uh oh!
There was an error while loading. Please reload this page.
SuperPMI collection fix by instantiating 'GetExactClasses' if it is null - #74037
Conversation
ghost
commented
Aug 17, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsSuperPMI collections have been failing since yesterday. Upon investigation, I was able to reproduce the issue simply by trying to SuperPMI collect a hello world app. There was a null variable, if (GetArgType == nullptr)
GetArgType = new LightWeightMap<Agnostic_GetArgType_Key, Agnostic_GetArgType_Value>();
|
jakobbotsch
commented
Aug 17, 2022
I think |
AndyAyersMS
commented
Aug 17, 2022
Would be nice to get this fixed soon. |
kunalspathak
commented
Aug 18, 2022
I am seeing this failing in superpmi-replay. I will send out a PR shortly. |
BruceForstall
commented
Aug 18, 2022
Note: #74095 |
SuperPMI collections have been failing since yesterday. Upon investigation, I was able to reproduce the issue simply by trying to SuperPMI collect a hello world app.
There was a null variable,
GetExactClasses, trying to be accessed. It was added in #64497. The fix is to initialize this variable if it is null. Looking at similar variables like this, the same logic exists, for example: