-
Notifications
You must be signed in to change notification settings - Fork 288
SIGSEGV in jaeger-client-go/reporter.go #155
Comments
Looking at the stack trace you provided, I found this ticket: golang/go#13868 I need to investigate if it's related but it points to the same line of code that the stack trace referenced. |
We need to move |
Thanks. I ran the jaeger image on a GCP machine which is 64 bit. Still cannot fully understand where the problem is if it is running on a 64 bit machine. |
@yqf3139 before I put in the fix for this, do you mind applying the change locally and running your service again? I can't reproduce this issue on my end. In jaeger-client-go/reporter.go change
to
|
@black-adder I will have a try. |
@black-adder Thanks, problem solved by making the change. We use |
Had the same problem and reordering the remoteReporter fields did work. |
I was try to migrate from the zipkin backend to jaeger, so everything I need is to swap the tracer.
To init the tracer:
And then error occured:
When the error occured,
r.queueLength
is 0.Appreciate any helps.
The text was updated successfully, but these errors were encountered: