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

runtime: unexpected fault address 0x14000 #28278

Closed
EmpireJones opened this issue Oct 19, 2018 · 3 comments
Closed

runtime: unexpected fault address 0x14000 #28278

EmpireJones opened this issue Oct 19, 2018 · 3 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@EmpireJones
Copy link

EmpireJones commented Oct 19, 2018

I'm not sure if there is enough info here to go off of, but thought I'd report it in case something can be derived...

What version of Go are you using (go version)?

go version go1.11 linux/amd64

Does this issue reproduce with the latest release?

Untested (I have only seen this issue once so far)

What operating system and processor architecture are you using (go env)?

GOHOSTARCH="amd64"
GOHOSTOS="linux"

What did you do?

I don't have a small reproducible example yet (I've only seen the issue once), but the output mentions grpc.
Race detection was enabled.

What did you expect to see?

Nothing.

What did you see instead?

unexpected fault address 0x14000
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x1 addr=0x14000 pc=0x110428c]
goroutine 11840 [running]:
runtime: unexpected return pc for runtime.throw called from 0x29da3f0
stack: frame={sp:0x7fb1abffed40, fp:0x7fb1abffed70} stack=[0xc000f53000,0xc000f54000)
runtime.throw(0x7fb1abffedb8, 0x471a7f)
    /usr/local/go/src/runtime/panic.go:608 +0x72 fp=0x7fb1abffed70 sp=0x7fb1abffed40 pc=0x449482
created by google.golang.org/grpc.(*Server).handleRawConn
    /home/kevin/project/src/google.golang.org/grpc/server.go:643 +0x6f9
goroutine
@minaevmike
Copy link
Contributor

I am not sure that it's a go issue. From your stacktrace i see that the problem in grpc-go. Also it's hard to guess what version of grpc-go do you use

@agnivade
Copy link
Contributor

Hi @EmpireJones,

This is very little info for anybody to debug the issue. We need instructions on how to reproduce the issue and a working code sample is preferred.

Otherwise, you will get better help in the various forums at the Questions wiki page.

@ALTree ALTree changed the title unexpected fault address 0x14000 runtime: unexpected fault address 0x14000 Oct 19, 2018
@ALTree ALTree added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Oct 19, 2018
@EmpireJones
Copy link
Author

ok, I'll close, as the golang error doesn't provide enough info for me to dig into further either.

grpc version appears to be at 1.16.0-dev

@golang golang locked and limited conversation to collaborators Oct 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

5 participants