-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Panic possibly due to x/sys version #1285
Comments
I think it is a duplicate of #1275
I think |
Yea, I think I did some package upgrade and the error was mysteriously gone. The part where I don't understand is, I only created this project days ago, and freshly installed logrus, why it wasn't using the latest version of x/sys back then? |
#1280 was merged on |
I guess that's it! |
When I log using the default logger (logrus.Infof) in go test, some combination of logrus and other lib/code triggers panic.
I'm unable to reproduce this using a clean project but I can share my stack trace and library used.
Library used:
This happens every time I run the test, even the log call is the first line of code in a test method like
I searched and found this might be related golang/go#46763
The text was updated successfully, but these errors were encountered: