-
Notifications
You must be signed in to change notification settings - Fork 18k
slog: Wrapping default handler causes deadlock #62424
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
Comments
Check out the comment in Lines 29 to 36 in 83fe0e0
|
Sorry, I can't see any relevance. |
/cc @jba |
Thanks for your clarification. Can I consider this a implementation limitation? |
Looks like #62418 will work for you once it's accepted and implemented. |
Duplicate of #61892 |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://go.dev/play/p/gu5St1Epba_9
What did you expect to see?
Log message like the following:
2023/09/02 10:24:00 INFO debug message
What did you see instead?
fatal error: all goroutines are asleep - deadlock!
The text was updated successfully, but these errors were encountered: