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

Sqlite.FunctionalTests intermittently crash on MacOS #33785

Closed
AndriySvyryd opened this issue May 22, 2024 · 4 comments · Fixed by #33832
Closed

Sqlite.FunctionalTests intermittently crash on MacOS #33785

AndriySvyryd opened this issue May 22, 2024 · 4 comments · Fixed by #33832
Labels
area-platform area-sqlite area-test closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@AndriySvyryd
Copy link
Member

The test logs are not produced because the process is terminated.

Observed on macOS 11.7.10

/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/MSBuildTemprunner/tmpe990ec18cc40402fb44271051b7b73cd.exec.cmd: line 2: 12678 Segmentation fault: 11 "/Users/runner/work/1/s/.dotnet/dotnet" exec --depsfile "/Users/runner/work/1/s/artifacts/bin/EFCore.Sqlite.FunctionalTests/Release/net9.0/Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests.deps.json" --runtimeconfig "/Users/runner/work/1/s/artifacts/bin/EFCore.Sqlite.FunctionalTests/Release/net9.0/Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests.runtimeconfig.json" "/Users/runner/work/1/s/.packages/xunit.runner.console/2.6.7-pre.5/tools/netcoreapp2.0/xunit.console.dll" "/Users/runner/work/1/s/artifacts/bin/EFCore.Sqlite.FunctionalTests/Release/net9.0/Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests.dll" -noautoreporters -xml "/Users/runner/work/1/s/artifacts/TestResults/Release/EFCore.Sqlite.FunctionalTests_net9.0_x64.xml" -html "/Users/runner/work/1/s/artifacts/TestResults/Release/EFCore.Sqlite.FunctionalTests_net9.0_x64.html" > "/Users/runner/work/1/s/artifacts/log/Release/EFCore.Sqlite.FunctionalTests_net9.0_x64.log" 2>&1

@AndriySvyryd
Copy link
Member Author

cc @ericsink in case this rings any bells

@AndriySvyryd AndriySvyryd added this to the Backlog milestone May 22, 2024
@ericsink
Copy link

That looks unfamiliar. :-(

@ericstj
Copy link
Member

ericstj commented May 28, 2024

Observed on macOS 11.7.10

It might not be worth investigating since OSX 11 is not supported. Any repros on newer OSX versions?

@maumar maumar modified the milestones: Backlog, 9.0.0 May 29, 2024
@maumar maumar added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label May 29, 2024
@maumar
Copy link
Contributor

maumar commented May 29, 2024

Upgrade to 12 did the trick, tests are now re-enabled - closing.

@AndriySvyryd AndriySvyryd added closed-could-not-reproduce and removed closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. labels May 29, 2024
@ajcvickers ajcvickers added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. and removed closed-could-not-reproduce labels Jun 4, 2024
@ajcvickers ajcvickers modified the milestones: 9.0.0, 9.0.0-preview5, 9.0.0-preview6 Jun 4, 2024
@roji roji modified the milestones: 9.0.0-preview6, 9.0.0 Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-platform area-sqlite area-test closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants