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

segfault when using minio browser #73

Closed
pwilloughby opened this issue Mar 11, 2023 · 5 comments
Closed

segfault when using minio browser #73

pwilloughby opened this issue Mar 11, 2023 · 5 comments
Assignees
Labels
bug Something isn't working edge help wanted Extra attention is needed Needs Investigation up for grabs

Comments

@pwilloughby
Copy link
Contributor

What version of Gateway-ST are you using (gateway version)?

$ gateway version
Release build
Version: v1.8.3

Does this issue reproduce with the latest release?

yes

What did you do?

Log into the minio browser, gateway-st immediately segfaults and exits.

Initial report: https://forum.storj.io/t/error-invalid-ui-version-in-the-json-rpc-response/21444

@storjrobot
Copy link

This issue has been mentioned on Storj Community Forum (official). There might be relevant details there:

https://forum.storj.io/t/error-invalid-ui-version-in-the-json-rpc-response/21444/20

@halkyon
Copy link
Contributor

halkyon commented May 9, 2023

From some initial investigation it looks like it was broken in v1.8.3 which is where we upgraded from Go 1.17 to 1.19.

I tried running the gateway latest commit with Go 1.17 locally and opening minio does not produce a segfault. On Go 1.18, 1.19, or 1.20 it does. Given gateway-mt is not affected, there must be some sort of incompatibility with newer Go versions in minio admin specifically.

@storj-gerrit
Copy link

storj-gerrit bot commented May 9, 2023

@halkyon halkyon self-assigned this May 9, 2023
storjBuildBot pushed a commit to storj/minio that referenced this issue May 9, 2023
this fixes a panic opening the minio admin interface.

Updates storj/gateway-st#73

Change-Id: Iaa51ef89cac8ccf3102bc05f13cc5805818f6257
@storj-gerrit
Copy link

storj-gerrit bot commented May 9, 2023

Change go.mod: bump minio to fix minio admin crashes mentions this issue.

storjBuildBot pushed a commit that referenced this issue May 9, 2023
Updates #73

Change-Id: Ia74cd4be026365a077f4464f6040feb6a7fa4fb5
@storj-gerrit
Copy link

storj-gerrit bot commented May 9, 2023

Change go.mod: bump minio mentions this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working edge help wanted Extra attention is needed Needs Investigation up for grabs
Projects
None yet
Development

No branches or pull requests

5 participants