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: TestCrashWhileTracing failures #65890

Open
gopherbot opened this issue Feb 23, 2024 · 1 comment
Open

runtime: TestCrashWhileTracing failures #65890

gopherbot opened this issue Feb 23, 2024 · 1 comment
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.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "runtime" && test == "TestCrashWhileTracing"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCrashWhileTracing (0.01s)
    crash_test.go:910: could not create trace.NewReader: bad file format: not a Go execution trace?
    exec.go:210: command was started, but test did not wait for it to complete: /data/local/tmp/go_android_exec/runtime.test-135992/runtime.test

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 23, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestCrashWhileTracing"
2024-02-22 22:21 android-amd64-emu go@d892cb49 runtime.TestCrashWhileTracing (log)
--- FAIL: TestCrashWhileTracing (0.01s)
    crash_test.go:910: could not create trace.NewReader: bad file format: not a Go execution trace?
    exec.go:210: command was started, but test did not wait for it to complete: /data/local/tmp/go_android_exec/runtime.test-135992/runtime.test
2024-02-22 22:50 android-amd64-emu go@8a0fbd75 runtime.TestCrashWhileTracing (log)
--- FAIL: TestCrashWhileTracing (0.01s)
    crash_test.go:910: could not create trace.NewReader: bad file format: not a Go execution trace?
    exec.go:210: command was started, but test did not wait for it to complete: /data/local/tmp/go_android_exec/runtime.test-136180/runtime.test

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Feb 23, 2024
@mknyszek mknyszek self-assigned this Feb 28, 2024
@mknyszek mknyszek added this to the Go1.23 milestone Feb 28, 2024
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.
Projects
Status: No status
Development

No branches or pull requests

2 participants