You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. run this:
package main
import "syscall"
func main() {
syscall.Syscall(0, 3, 0, 0, 0)
}
What is the expected output?
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x0]
...
What do you see instead?
throw: fault
...
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: