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

invalid crash description on windows 386 #2403

Closed
alexbrainman opened this issue Oct 27, 2011 · 1 comment
Closed

invalid crash description on windows 386 #2403

alexbrainman opened this issue Oct 27, 2011 · 1 comment

Comments

@alexbrainman
Copy link
Member

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
...
@alexbrainman
Copy link
Member Author

Comment 1:

This issue was closed by revision 603d80c.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants