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

x/sys/windows: TestAddRemoveDllDirectory failures #65620

Closed
gopherbot opened this issue Feb 8, 2024 · 6 comments
Closed

x/sys/windows: TestAddRemoveDllDirectory failures #65620

gopherbot opened this issue Feb 8, 2024 · 6 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "golang.org/x/sys/windows" && test == "TestAddRemoveDllDirectory"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestAddRemoveDllDirectory
Exception 0xc0000005 0x0 0x10b63ae8000 0x7fff233695c8
PC=0x7fff233695c8

runtime.cgocall(0x7ff6c80ae830, 0x40000802c8)
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:157 +0x38 fp=0x4000047cd0 sp=0x4000047c90 pc=0x7ff6c8044588
syscall.SyscallN(0x7fff23216910?, {0x4000047d80?, 0x3?, 0x0?})
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/syscall_windows.go:544 +0xe8 fp=0x4000047d50 sp=0x4000047cd0 pc=0x7ff6c80aa5d8
syscall.Syscall(0x7ff6c822a326?, 0x8?, 0x40000a4e58?, 0xffffffffffffffff?, 0x40000211d0?)
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/syscall_windows.go:482 +0x30 fp=0x4000047da0 sp=0x4000047d50 pc=0x7ff6c80aa3c0
...
r24  0x100fff7f8
r25  0x100fffc78
r26  0x0
r27  0x100fff820
r28  0x4000084000
r29  0x100fff780
lr   0x7fff23369580
sp   0x100fff6f0
pc   0x7fff233695c8
cpsr 0x20000000

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 8, 2024
@gopherbot gopherbot added this to the Unreleased milestone Feb 8, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/sys/windows" && test == "TestAddRemoveDllDirectory"
2024-02-01 17:02 x_sys-go1.21-windows-arm64 sys@914b96c1 release-branch.go1.21@f2920803 x/sys/windows.TestAddRemoveDllDirectory [ABORT] (log)
=== RUN   TestAddRemoveDllDirectory
Exception 0xc0000005 0x0 0x10b63ae8000 0x7fff233695c8
PC=0x7fff233695c8

runtime.cgocall(0x7ff6c80ae830, 0x40000802c8)
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:157 +0x38 fp=0x4000047cd0 sp=0x4000047c90 pc=0x7ff6c8044588
syscall.SyscallN(0x7fff23216910?, {0x4000047d80?, 0x3?, 0x0?})
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/syscall_windows.go:544 +0xe8 fp=0x4000047d50 sp=0x4000047cd0 pc=0x7ff6c80aa5d8
syscall.Syscall(0x7ff6c822a326?, 0x8?, 0x40000a4e58?, 0xffffffffffffffff?, 0x40000211d0?)
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/syscall_windows.go:482 +0x30 fp=0x4000047da0 sp=0x4000047d50 pc=0x7ff6c80aa3c0
...
r24  0x100fff7f8
r25  0x100fffc78
r26  0x0
r27  0x100fff820
r28  0x4000084000
r29  0x100fff780
lr   0x7fff23369580
sp   0x100fff6f0
pc   0x7fff233695c8
cpsr 0x20000000

watchflakes

@mknyszek
Copy link
Contributor

CC @golang/windows

@mknyszek mknyszek added help wanted WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. labels Feb 14, 2024
@bcmills
Copy link
Contributor

bcmills commented Feb 14, 2024

This is probably relevant to #65284.

@qmuntal
Copy link
Contributor

qmuntal commented Mar 7, 2024

Can't reproduce this issue. Could be a stack corruption on our side.

@gopherbot
Copy link
Author

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@gopherbot gopherbot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/sys/windows" && test == "TestAddRemoveDllDirectory"
2024-03-12 20:49 x_sys-gotip-windows-arm64 sys@95f07eca go@cd294f55 x/sys/windows.TestAddRemoveDllDirectory [ABORT] (log)
=== RUN   TestAddRemoveDllDirectory
Exception 0xc0000005 0x0 0x1f105cf2000 0x7ffac00695c8
PC=0x7ffac00695c8

runtime.cgocall(0x7ff6c5535600, 0x7ff6c5858fc0)
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:157 +0x38 fp=0x4000041d50 sp=0x4000041ce0 pc=0x7ff6c54c48c8
syscall.SyscallN(0x7?, {0x4000041da0?, 0x0?, 0x1?})
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/syscall_windows.go:511 +0x48 fp=0x4000041d70 sp=0x4000041d50 pc=0x7ff6c5531448
syscall.Syscall(0x4000010f48?, 0xffffffffffffffff?, 0x4000004708?, 0x4000041d90?, 0x4000041e08?)
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/syscall_windows.go:450 +0x30 fp=0x4000041dc0 sp=0x4000041d70 pc=0x7ff6c5531220
...
r24  0xcc91dff278
r25  0xcc91dff6f8
r26  0x0
r27  0xcc91dff2a0
r28  0x7ff6c5858340
r29  0xcc91dff200
lr   0x7ffac0069580
sp   0xcc91dff170
pc   0x7ffac00695c8
cpsr 0x20000000

watchflakes

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. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Status: Done
Development

No branches or pull requests

4 participants