-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
os: FileInfo indicates that Solaris doors are regular files #52259
Labels
Comments
gco
changed the title
affected/package: os
FileInfo indicates that Solaris doors are regular files (affected/package: os)
Apr 10, 2022
gco
changed the title
FileInfo indicates that Solaris doors are regular files (affected/package: os)
os/Stat: FileInfo indicates that Solaris doors are regular files
Apr 10, 2022
This works for me, exposing the OS-specific file types (doors and event ports) as irregular as proof of concept.
|
ianlancetaylor
changed the title
os/Stat: FileInfo indicates that Solaris doors are regular files
os: FileInfo indicates that Solaris doors are regular files
Apr 10, 2022
Change https://go.dev/cl/399435 mentions this issue: |
seankhliao
added
OS-Solaris
NeedsFix
The path to resolution is known, but the work has not been done.
labels
Apr 10, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Apr 11, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Apr 11, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Apr 14, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
May 8, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
May 12, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
May 18, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
May 22, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Jun 3, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Jun 16, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Jun 29, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Jul 7, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Jul 12, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Jul 19, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Aug 3, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Aug 3, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Aug 7, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Aug 10, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Sep 11, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Oct 7, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Oct 16, 2022
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Feb 13, 2023
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Feb 21, 2023
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Feb 27, 2023
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Mar 4, 2023
gco
added a commit
to gco/pkgsrc
that referenced
this issue
Mar 4, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
As discovered using restic, os.FileInfo claims that Solaris Doors are regular files. This is due to missing cases in the switch statement in os/stat_solaris.go.
What did you expect to see?
Unclear. there's no Door type in os/types.go. It could be ModeIrregular?
What did you see instead?
0, regular file
The text was updated successfully, but these errors were encountered: