-
Notifications
You must be signed in to change notification settings - Fork 19k
cmd/compile: "too many open files in system" on macos Ventura #54833
Copy link
Copy link
Closed
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.WaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.WaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
I'm running macOS Ventura and update to the latest beta build to test with Go 1.19. There could be a bug in Go reading files which might be affected when macOS Ventura is release to the public. Go 1.18.5 is working fine.
What version of Go are you using (
go version)?go version go1.19 darwin/arm64
Does this issue reproduce with the latest release?
Yes, 1.19
What operating system and processor architecture are you using (
go env)?macOS Ventura, M1 (arm)
What did you do?
Compiling a simple Go project and I get "too many open files in system".
What did you expect to see?
Able to compile as Go 1.18.5 which is working fine without error.
What did you see instead?
"... too many open files in system" appear in the terminal when ran "go build ." command.