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

runtime: TestG0StackOverflow fails on iOS #62671

Open
cherrymui opened this issue Sep 15, 2023 · 3 comments
Open

runtime: TestG0StackOverflow fails on iOS #62671

cherrymui opened this issue Sep 15, 2023 · 3 comments
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-iOS GOOS=ios
Milestone

Comments

@cherrymui
Copy link
Member

https://build.golang.org/log/56bfa21729c0b75dd52408b85d5e4759e2cbb65d

Apparently it falls infinite printing loop

--- FAIL: TestG0StackOverflow (4.16s)
    crash_test.go:801: === RUN   TestG0StackOverflow
        fatal: morestack on g0
        fatal: morestack on g0
        fatal: morestack on g0
        fatal: morestack on g0
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Sep 15, 2023
@cherrymui cherrymui added OS-iOS GOOS=ios NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. and removed compiler/runtime Issues related to the Go compiler and/or runtime. labels Sep 15, 2023
@cherrymui cherrymui self-assigned this Sep 15, 2023
@cherrymui cherrymui added this to the Backlog milestone Sep 15, 2023
@gopherbot
Copy link

Change https://go.dev/cl/528403 mentions this issue: runtime: skip TestG0StackOverflow on iOS

gopherbot pushed a commit that referenced this issue Sep 18, 2023
Apparently it falls into infinite printing loop. Skipping for now.
Will investigate.

For #62671.

Change-Id: I5be8e8c1d0f4f2eaa231d6bcdfe13e7f08c28b98
Reviewed-on: https://go-review.googlesource.com/c/go/+/528403
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label Oct 30, 2023
@bcmills
Copy link
Contributor

bcmills commented Oct 30, 2023

I wonder if this will be also fixed by https://go.dev/cl/538457. 🤔

@cherrymui
Copy link
Member Author

I don't think this is directly related. The error occurs before we have crash stack. That said, crash stack may change things. I'll retest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-iOS GOOS=ios
Projects
Development

No branches or pull requests

3 participants