-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
runtime: unexpected fault [signal SIGBUS: bus error code=0x1 addr=0x1085d2380 pc=0x100b211c0] #66555
Comments
this unit test can work good when i run it with goland, but throw fatal error when i try to debug it |
and the line in error stack "/Users/bytedance/go/pkg/mod/code.byted.org/ecom/business/xiaodian/apple/self/starter/standard_aftersale_capability@v0.0.2-0.20240325025942-b6357c6b7690/starter.go:19 +0x40 fp=0x14004193920 sp=0x14004193790 pc=0x1085d23c0" code is a init func like "func init() {XXXXXX}" |
1.20 isn't a supported release, does it reproduce on 1.22? |
however my code can't run on 1.22, errors : # github.com/choleraehyq/pid |
the code can run on others computer with same config, i think it may have some err with my dev env😭 |
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.) |
Go version
go1.20 darwin
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
What did you expect to see?
code can work good
The text was updated successfully, but these errors were encountered: