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

misc/cgo/test: flaky test crash #55258

Closed
gopherbot opened this issue Sep 20, 2022 · 13 comments
Closed

misc/cgo/test: flaky test crash #55258

gopherbot opened this issue Sep 20, 2022 · 13 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`

Bug automatically created to track these flakes.

— 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 Sep 20, 2022
@gopherbot
Copy link
Author

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2022-07-26 20:27 linux-amd64-longtest go@faf4e972 misc/cgo/test (log)
SIGQUIT: quit
PC=0x472f41 m=0 sigcode=0

rax    0xca
rbx    0x0
rcx    0x472f43
rdx    0x0
rdi    0x6f9528
rsi    0x80
rbp    0x7ffdb4ddd6a0
rsp    0x7ffdb4ddd658
r8     0x0
r9     0x0
r10    0x0
r11    0x286
r12    0x7ffdb4ddd698
r13    0x0
r14    0x6f8e40
r15    0x1
rip    0x472f41
rflags 0x286
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@rsc
Copy link
Contributor

rsc commented Sep 20, 2022

Stopped.

@rsc rsc closed this as completed Sep 20, 2022
@gopherbot gopherbot reopened this Jan 25, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-01-20 23:21 linux-loong64-3a5000 go@85b49d7f misc/cgo/test (log)
signal: bus error (core dumped)
2023-01-24 17:50 linux-loong64-3a5000 go@8c37d486 misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-01-25 19:53 linux-loong64-3a5000 go@b68d699a misc/cgo/test (log)
signal: bus error (core dumped)
2023-01-26 23:32 linux-loong64-3a5000 go@c611ef28 misc/cgo/test (log)
signal: bus error (core dumped)
2023-01-29 18:28 linux-loong64-3a5000 go@007d8f4d misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-02-03 04:37 linux-loong64-3a5000 go@9222a01e misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-02-13 21:00 linux-loong64-3a5000 go@1e9925f4 misc/cgo/test (log)
signal: segmentation fault (core dumped)
2023-02-14 20:55 linux-loong64-3a5000 go@828b05cc misc/cgo/test (log)
signal: segmentation fault (core dumped)
2023-02-22 23:19 linux-loong64-3a5000 go@e7cfcda6 misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-02-27 18:47 linux-loong64-3a5000 go@602eeaab misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-03-09 20:32 linux-loong64-3a5000 go@7042ea62 misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-03-10 17:59 linux-loong64-3a5000 go@c9b2da3f misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-03-16 00:34 linux-loong64-3a5000 go@bf03fa98 misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-03-22 21:14 linux-loong64-3a5000 go@3d28e0eb misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/test" && test == "" && !`panic: test timed out`
2023-08-17 21:10 linux-loong64-3a5000 go@b4636682 misc/cgo/test (log)
signal: bus error (core dumped)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Aug 23, 2023

Not sure what the state of this issue is. Closing and removing from Test Flakes to have watchflakes file a new one.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants