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
VCRUNTIME140.dll has no section index for #_SomeSymbolName
Workaround:
Note: The key thing is that vcruntime140.dll is an arm64X dll, and it has two “halves” – an arm64EC side, and arm64 native side. The assert was firing on symbols from the arm64EC side (you can tell because those methods are prefixed with #).
Cloned from: https://linaro.atlassian.net/browse/WPERF-828
We now do not support hybrid PE files (ARM64EC). When sampling users hit an assert:
Additional documentation
Regarding the assert: a little investigation:
Debug prints:
Rerunning gives tons of lines like:
VCRUNTIME140.dll
has no section index for#_SomeSymbolName
Workaround:
Note: The key thing is that
vcruntime140.dll
is an arm64X dll, and it has two “halves” – an arm64EC side, and arm64 native side. The assert was firing on symbols from the arm64EC side (you can tell because those methods are prefixed with#
).See:
The text was updated successfully, but these errors were encountered: