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: SIGSEGV with no other output when running runtime test on android-arm64-corellium since 2022-05-19 #53037

Open
bcmills opened this issue May 23, 2022 · 2 comments
Labels
arch-arm64 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-Android
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented May 23, 2022

signal: segmentation fault
FAIL	runtime	2.511s

greplogs -l -e '(?ms)android-.*^signal: segmentation fault\nFAIL\s' --since=2021-01-01
2022-05-20T19:01:40-69b412b/android-arm64-corellium
2022-05-20T16:16:37-c6ef69e/android-arm64-corellium
2022-05-19T20:20:43-97ce98a/android-arm64-corellium

(attn @golang/android; CC @golang/runtime)

@bcmills bcmills added OS-Android NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. arch-arm64 labels May 23, 2022
@bcmills bcmills added this to the Backlog milestone May 23, 2022
@cherrymui
Copy link
Member

Errors like that would probably be that a SIGSEGV happens before the runtime even starts. But that would be more likely to fail deterministically...

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 7, 2022
@bcmills
Copy link
Contributor Author

bcmills commented Sep 14, 2022

greplogs -l -e '(?ms)android-.*^signal: segmentation fault\nFAIL\s' --since=2022-05-21
2022-09-06T17:03:18-dc629ec/android-arm64-corellium
2022-08-02T18:52:03-4400238/android-arm64-corellium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 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-Android
Projects
Status: Triage Backlog
Development

No branches or pull requests

3 participants