-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mono][aot] MonoAOT BDN build crashing with SIGABRT #91819
Comments
Tagging subscribers to this area: @directhex Issue DetailsDescriptionThe MonoAOT performance runs in the performance pipeline are failing when BDN is trying to build the project with the stacktrace below. Example pipeline run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2262800&view=results, console logs can be found by following any of the failing links in the 'mono AOT micro_mono' failing jobs send to helix step. cc @SamMonoRT, @radical Reproduction StepsDownload the payload from the send to helix job onto a local Linux Ubuntu 22.04 x64 machine and run the following with the $(dir) filled in with the full path:
Expected behaviorFiles are built properly and BDN runs properly. Actual behaviorBuilding of the microbenchmarks fails:
Regression?This did work in the past. The last successful test used runtime commit: 773c180, and the first known broken test used commit: f3c7893. Known WorkaroundsNo response ConfigurationThis is running on Linux Ubuntu 22.04 x64. Other informationNo response
|
@kotlarmilos @radical - any suggestions? |
This message: |
This line: |
There are no recent changes related to the job setup. There is a simd change a974719 which didn't change the |
I also double checked the performance repo and there are no changes in the timeframe between the runs. |
I can repro. |
Description
The MonoAOT performance runs in the performance pipeline are failing when BDN is trying to build the project with the stacktrace below. Example pipeline run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2262800&view=results, console logs can be found by following any of the failing links in the 'mono AOT micro_mono' failing jobs send to helix step.
cc @SamMonoRT, @radical
Reproduction Steps
Download the payload from the send to helix job onto a local Linux Ubuntu 22.04 x64 machine and run the following with the $(dir) filled in with the full path:
Expected behavior
Files are built properly and BDN runs properly.
Actual behavior
Building of the microbenchmarks fails:
Regression?
This did work in the past. The last successful test used runtime commit: 773c180, and the first known broken test used commit: f3c7893. Here is the github compare: 773c180...f3c7893
Known Workarounds
No response
Configuration
This is running on Linux Ubuntu 22.04 x64.
Other information
No response
The text was updated successfully, but these errors were encountered: