Kunal Pathak

Results 88 comments of Kunal Pathak

> since it can't be "GitHub flavored markdown" Simple list of issues should be good enough. We do something similar using "Extensions" feature of AzDo. E.g. https://dev.azure.com/dnceng-public/public/_build/results?buildId=61917&view=ms.vss-build-web.run-extensions-tab I think we...

> @kunalspathak we support several different linux distros, not all of which may have a usable version of llvm-symbolizer. Would it be acceptable if this were only added to Ubuntu...

> PR to add them to the two linux based queues: https://dev.azure.com/dnceng/internal/_git/dotnet-helix-machines/pullrequest/27535 Does this rollout `llvm` to our linux helix queues? I kicked off a run on [#77578](https://github.com/dotnet/runtime/pull/77578) that would...

I tried this out but seems there is still some issue. Test Infrastructure Failure: System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'llvm-symbolizer' with working directory '/private/tmp/helix/working/ADD7099B/w/A75E0909/e'. No such...

https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-77578-merge-7245de3e3bb44b4383/JIT.Stress/1/console.ba62542f.log?helixlogtype=result

> was executed in the queue osx.1200.amd64.open but the request was to install llvm in OSX.1200.ARM64 so it is expected for it to not be available in the amd64 queue....

> @huoyaoyuan, please resolve the merge conflict. I will resolve this. As promised, I need to also investigate the CI errors that @huoyaoyuan was hitting.

I resolved merge conflicts and now failing to compile SPC.dll. On preliminary debugging looks like because of https://github.com/dotnet/runtime/pull/76766, we now expect the 2 structs involved in assignment should match, but...

Fresh assert: ``` Assert failure(PID 5880 [0x000016f8], Thread: 1408 [0x0580]): Assertion failed 'idx < MAX_RET_REG_COUNT' in 'System.Version:TryFormat(System.Span`1[ushort],int,byref):bool:this' during 'LSRA allocate' (IL size 245; hash 0x69e91535; Tier1) File: D:\a\_work\1\s\src\coreclr\jit\gentree.h Line: 3747...

@akoeplinger - who is the best person to talk to about the failures in `DivRem`?