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

Hard crash in Altinn Studio Designer when updating to Alpine 3.13 #5992

Closed
altinnadmin opened this issue Apr 8, 2021 · 3 comments
Closed
Assignees
Labels
kind/bug Used when there is a defect / something is not working as it should. solution/studio/designer Issues related to the Altinn Studio Designer solution.
Milestone

Comments

@altinnadmin
Copy link
Member

Describe the bug

As title.
Seems to be triggered by LibGit2Sharp, ref. libgit2/libgit2sharp#1872, which explains why this only happens in Designer.

Did some digging and found this GitTools/GitVersion#2594.
Seems to be the same problem since they are using the same native libs as LibGit2Sharp.

Dug som more, and efcore has a similar problem, but related to native sqlite3.
And they seem to have found the solution! dotnet/efcore#24189 (comment)

Missing RID. This issue was created 3 days ago: dotnet/runtime#50739
Hopefully it will get fixed in .NET 5.0.6.

To Reproduce

Steps to reproduce the behavior:

  1. Update Dockerfile for Designer from Alpine 3.12 to 3.13, deploy and watch restart loop.

Expected behavior

Should work fine like on Alpine 3.12.

@altinnadmin altinnadmin added kind/bug Used when there is a defect / something is not working as it should. solution/studio/designer Issues related to the Altinn Studio Designer solution. labels Apr 8, 2021
@altinnadmin altinnadmin self-assigned this Apr 8, 2021
@lvbachmann lvbachmann added this to the For consideration milestone Apr 12, 2021
@altinnadmin
Copy link
Member Author

Microsoft seems to be fixing this in .NET 5.0.10... 🤞

@lorang92
Copy link
Contributor

Microsoft seems to be fixing this in .NET 5.0.10... 🤞

@altinnadmin seems like they kept their word! Has been running on .NET 5.0.10 with Alpine 3.14 in dev for the last day. No trouble so far 🦜 Closing issue (at least until we find some evidence against this.)

@altinnadmin
Copy link
Member Author

@lorang92 Great! This is the one :) dotnet/runtime#50739

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Used when there is a defect / something is not working as it should. solution/studio/designer Issues related to the Altinn Studio Designer solution.
Projects
None yet
Development

No branches or pull requests

3 participants