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
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
Starting fbtracert with 96 probes per second/ttl, base src port 32768 and with the port span of 256
Use '-logtostderr=true' cmd line option to see GLOG output
panic: runtime error: slice bounds out of range
goroutine 53 [running]:
main.ICMPReceiver.func1(0xc42000ddc0, 0x14, 0xc42000dd0b, 0xc4201430e0)
/Users/greenpau/go/src/github.com/facebook/fbtracert/main.go:250 +0x443
created by main.ICMPReceiver
/Users/greenpau/go/src/github.com/facebook/fbtracert/main.go:262 +0x237
That line is:
glog.V(4).Infof("Received ICMP response message %d: %x\n", n, packet[:n])
The n at the point it breaks is (int) 152.
The text was updated successfully, but these errors were encountered:
When running on MAC OSX:
receiving the following error:
That line is:
The
n
at the point it breaks is(int) 152
.The text was updated successfully, but these errors were encountered: