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: TestCgoCrashHandler failure on windows-amd64-2008 with "runtime: failed to create new OS thread" #50834

Open
bcmills opened this issue Jan 26, 2022 · 0 comments
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-Windows
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Jan 26, 2022

--- FAIL: TestCgoCrashHandler (0.02s)
    crash_test.go:160: output:
        main: recovered done
        new-thread: recovered done
        second-new-thread: recovered done
        main-again: recovered done
        
        This application has requested the Runtime to terminate it in an unusual way.
        Please contact the application's support team for more information.
        runtime: failed to create new OS thread (13)
        
        
        wanted:
        main: recovered done
        new-thread: recovered done
        second-new-thread: recovered done
        main-again: recovered done
FAIL
FAIL	runtime	44.919s

greplogs --dashboard -md -l -e 'FAIL: TestCgoCrashHandler .*(?:\n .*)*runtime: failed to create new OS thread'

2022-01-24T16:55:59-f9df4ea/windows-amd64-2008

(CC @alexbrainman)
Since we've only seen one of these in the logs, I'll leave it in the backlog to gather more data about the failure rate.

@bcmills bcmills added OS-Windows NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jan 26, 2022
@bcmills bcmills added this to the Backlog milestone Jan 26, 2022
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 7, 2022
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-Windows
Projects
Status: Triage Backlog
Development

No branches or pull requests

2 participants