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

Error when starting 2.* windows based container: PowerRegisterSuspendResumeNotification failure #5968

Closed
thijsvanbloemendaal opened this issue Dec 9, 2019 · 7 comments
Labels
kind/bug/possible a possible bug that needs analysis before it is confirmed or fixed. platform/windows status/5-frozen-due-to-age
Projects
Milestone

Comments

@thijsvanbloemendaal
Copy link

Do you want to request a feature or report a bug?

Bug

What did you do?

I experience a bug when starting traefik 2.0 and 2.1 windowsservercore 1809 images. 1.7 does start.

What did you expect to see?

Something like: Using high precision timer

What did you see instead?

fatal error: PowerRegisterSuspendResumeNotification failure

runtime stack:
runtime.throw(0x2541033, 0x2e)
        /usr/local/go/src/runtime/panic.go:774 +0x79 fp=0x415fdb0 sp=0x415fd80 pc=0x433229
runtime.monitorSuspendResume()
        /usr/local/go/src/runtime/os_windows.go:294 +0x1a9 fp=0x415fe50 sp=0x415fdb0 pc=0x42f389
runtime.goenvs()
        /usr/local/go/src/runtime/os_windows.go:531 +0x1ba fp=0x415fea8 sp=0x415fe50 pc=0x42fd0a
runtime.schedinit()
        /usr/local/go/src/runtime/proc.go:554 +0xa9 fp=0x415ff00 sp=0x415fea8 pc=0x435c29
runtime.rt0_go(0x415ff30, 0x7ffe67c57974, 0x415ff30, 0x0, 0x7ffe67c57974, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
        /usr/local/go/src/runtime/asm_amd64.s:214 +0x13d fp=0x415ff08 sp=0x415ff00 pc=0x45f9ed

Output of traefik version: (What version of Traefik are you using?)

traefik:v1.7-windowsservercore-1809 works.
traefik:v2.0-windowsservercore-1809 throws error.
traefik:v2.1-windowsservercore-1809 throws error.

What is your environment & configuration (arguments, toml, provider, platform, ...)?

Docker on windows. Both windows 10 and 1809 throw the same errors. Haven't done any configuration yet, just wanted to start it up first.

If applicable, please paste the log output in DEBUG level (--log.level=DEBUG switch)

fatal error: PowerRegisterSuspendResumeNotification failure

runtime stack:
runtime.throw(0x25bf75d, 0x2e)
        /usr/local/go/src/runtime/panic.go:774 +0x79 fp=0x421fdb0 sp=0x421fd80 pc=0x433229
runtime.monitorSuspendResume()
        /usr/local/go/src/runtime/os_windows.go:294 +0x1a9 fp=0x421fe50 sp=0x421fdb0 pc=0x42f389
runtime.goenvs()
        /usr/local/go/src/runtime/os_windows.go:531 +0x1ba fp=0x421fea8 sp=0x421fe50 pc=0x42fd0a
runtime.schedinit()
        /usr/local/go/src/runtime/proc.go:554 +0xa9 fp=0x421ff00 sp=0x421fea8 pc=0x435c29
runtime.rt0_go(0x421ff30, 0x7ffe67ad7974, 0x421ff30, 0x0, 0x7ffe67ad7974, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
        /usr/local/go/src/runtime/asm_amd64.s:214 +0x13d fp=0x421ff08 sp=0x421ff00 pc=0x45f9ed

Thanks in advance!

@ldez
Copy link
Member

ldez commented Dec 9, 2019

Hello,

related to golang/go#35447

@thijsvanbloemendaal
Copy link
Author

Hi,

Seems related indeed. Using an older golang version should work as a workaround.

@dduportal dduportal added kind/bug/possible a possible bug that needs analysis before it is confirmed or fixed. area/infrastructure labels Dec 9, 2019
@dduportal dduportal added this to issues in v2 via automation Dec 9, 2019
@dduportal
Copy link
Contributor

Triage information: this issue is labelled as bug possible, time the upstream problem in golang is fixed.

@thijsvanbloemendaal
Copy link
Author

I read the issue is resolved in golang, when will this go version be used by traefik?

@ldez
Copy link
Member

ldez commented Jan 14, 2020

@thijsvanbloemendaal
Copy link
Author

1.13 is the currently used version, 1.13.6 this issue is solved. Will this be used in Traefik soon, that’s a bit unclear for me. Thanks!

@ldez
Copy link
Member

ldez commented Feb 7, 2020

The problem is now solve in v2.1.4.

Thanks.

@ldez ldez closed this as completed Feb 7, 2020
v2 automation moved this from issues to Done Feb 7, 2020
@ldez ldez added this to the 2.1 milestone Feb 7, 2020
@traefik traefik locked and limited conversation to collaborators Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug/possible a possible bug that needs analysis before it is confirmed or fixed. platform/windows status/5-frozen-due-to-age
Projects
No open projects
v2
Done
Development

No branches or pull requests

4 participants