Issue 123845
Summary Linter invocation failed with return code -1073741819 when run on richedittest project
Labels new issue
Assignees
Reporter sclchua
    My PR was failing on the autolinting step

> Error: Linter invocation failed with return code -1073741819.
> stdout: 
> stderr: Clang-formating 4 files
> PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
> Stack dump:
> 0.	Program arguments: D:\\a\\_work\\_temp\\nuget\\microsoft.office.clang-format.20250110.1.0\\bin/clang-format.exe -i --files=C:\\Users\\CLOUDT~1\\AppData\\Local\\Temp\\.tmpZlVljt
> Exception Code: 0xC0000005
> #0 0x00007ff69c6cc9eb (D:\a\_work\_temp\nuget\microsoft.office.clang-format.20250110.1.0\bin\clang-format.exe+0x21c9eb)
> #1 0x00007ff69c6ad639 (D:\a\_work\_temp\nuget\microsoft.office.clang-format.20250110.1.0\bin\clang-format.exe+0x1fd639)
> #2 0x00007ff69c684a32 (D:\a\_work\_temp\nuget\microsoft.office.clang-format.20250110.1.0\bin\clang-format.exe+0x1d4a32)
> #3 0x00007ff69c68675e (D:\a\_work\_temp\nuget\microsoft.office.clang-format.20250110.1.0\bin\clang-format.exe+0x1d675e)
> #4 0x00007ff69c4be38c (D:\a\_work\_temp\nuget\microsoft.office.clang-format.20250110.1.0\bin\clang-format.exe+0xe38c)
> #5 0x00007ff69c4c1009 (D:\a\_work\_temp\nuget\microsoft.office.clang-format.20250110.1.0\bin\clang-format.exe+0x11009)
> #6 0x00007ff69ca2cc44 (D:\a\_work\_temp\nuget\microsoft.office.clang-format.20250110.1.0\bin\clang-format.exe+0x57cc44)
> #7 0x00007ffdde0c4cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
> #8 0x00007ffddf4dedcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
> 
> ##[warning]LIB_ResourceFile does not exist
> ##[warning]Resource file haven't been set, can't find loc string for key: LIB_ProcessExitCode
> ##[error]LIB_ProcessExitCode D:\a\_work\_tasks\autolinter-download_d4bbeddb-4d0c-4367-beb6-b89b91e11da9\0.1.51\cli\windows_x64\autolinter.exe 1
> Finishing: 🚀 autolinter orchestrate
> 

I tried to run the autolinter for the files locally and noticed only one file produced the same error: richedittest\restest.6\Genesis\gencommon\src\dvrbase.cpp

I even saw the error on a different enlistment with no changes made.  

PR: https://dev.azure.com/Office/Office/_git/Office/pullrequest/3711482
Job: https://dev.azure.com/Office/Office/_build/results?buildId=34025729&view=logs&j=9a3eca11-4b99-5b5d-b11d-5d42b2c5b33e&t=7b18c78e-79f3-569c-2c08-866309d05551&l=140
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to