Skip to content
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

[tvos][arm64] Segfault in System.Formats.Tests #101692

Open
matouskozak opened this issue Apr 29, 2024 · 6 comments
Open

[tvos][arm64] Segfault in System.Formats.Tests #101692

matouskozak opened this issue Apr 29, 2024 · 6 comments
Labels
Milestone

Comments

@matouskozak
Copy link
Member

matouskozak commented Apr 29, 2024

tvos_arm64_release_allsubsets_mono job is crashing during execution of System.Formats.Tar.Tests

First failing rolling-build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=657938
(commit e1928e4)

Stack trace:

[06:05:15.3374550] 2024-04-27 03:05:15.386 System.Formats.Tar.Tests[12317:83785660] 	[PASS] System.Formats.Tar.Tests.UstarTarEntry_Conversion_Tests.Constructor_ConversionPax_BackAndForth_CharacterDevice
[06:05:15.3432840] 
[06:05:15.3433050] =================================================================
[06:05:15.3433130] 	Native Crash Reporting
[06:05:15.3433190] =================================================================
[06:05:15.3433250] Got a SIGSEGV while executing native code. This usually indicates
[06:05:15.3433310] a fatal error in the mono runtime or one of the native libraries 
[06:05:15.3433400] used by your application.
[06:05:15.3433460] =================================================================
[06:05:15.3468570] Xamarin.Hosting: Process '12317' exited with exit code  or crashing signal 6.

Known Issue Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 29, 2024
Copy link
Contributor

Tagging subscribers to 'os-tvos': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Apr 29, 2024
@vcsjones vcsjones added area-System.Formats.Tar and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 29, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-formats-tar
See info in area-owners.md if you want to be subscribed.

@carlossanlop
Copy link
Member

There have been no changed in Tar recently, so if this is the commit that started it, we should change the label:

First failing rolling-build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=657938
(commit e1928e4)

Copy link
Contributor

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

@matouskozak
Copy link
Member Author

There have been no changed in Tar recently, so if this is the commit that started it, we should change the label:

First failing rolling-build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=657938
(commit e1928e4)

I agree. To clarify, the linked build / commit is the first rolling-build I've found to fail, it isn't necessary the one causing the failure.

@matouskozak matouskozak added the Known Build Error Use this to report build issues in the .NET Helix tab label Apr 30, 2024
@vitek-karas vitek-karas added this to the 9.0.0 milestone Jul 25, 2024
@jeffschwMSFT jeffschwMSFT removed the untriaged New issue has not been triaged by the area owner label Jul 30, 2024
@matouskozak
Copy link
Member Author

Another crash:

[19:01:22.0110020] 2024-08-14 16:01:22.136 System.Formats.Tar.Tests[77003:107144384] 	[PASS] System.Formats.Tar.Tests.TarReader_GetNextEntry_Tests.MalformedArchive_HeaderSize
[19:01:22.0228220] 
[19:01:22.0228660] =================================================================
[19:01:22.0228770] 	Native Crash Reporting
[19:01:22.0228850] =================================================================
[19:01:22.0229200] Got a SIGBUS while executing native code. This usually indicates
[19:01:22.0229340] a fatal error in the mono runtime or one of the native libraries 
[19:01:22.0229410] used by your application.
[19:01:22.0229480] =================================================================

I wasn't able to reproduce this locally on iOS device, possibly tvOS only?

@vitek-karas vitek-karas modified the milestones: 9.0.0, 10.0.0 Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants