We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
csim@google-topo3-jti3:~/B2_2024$ ./jtimon_new --stats-handler --config csv.json --no-per-packet-goroutines --max-run 3600 2024/07/11 01:47:14 Version: v2.0.4-dd154db63bf693ef5ade1fe3355b74be726da463-eos_internal BuildTime 2024-07-03T12:10:35-0700 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x48 pc=0x532ffe]
goroutine 19 [running]: log.(*Logger).Printf(0xcb84c2?, {0xc0003cc400?, 0xc0002157f8?}, {0x0?, 0x9?, 0x0?}) /usr/local/go/src/log/log.go:201 +0x1e main.getGPRCDialOptions(0xc000100800, 0xc000132450) /Users/amohit/go/src/jtimon/grpc.go:53 +0x2f5 main.work(0xc000100800, 0xc0003ce060?) /Users/amohit/go/src/jtimon/workers.go:689 +0x294 created by main.NewJWorker.func1 /Users/amohit/go/src/jtimon/workers.go:354 +0x54a
The text was updated successfully, but these errors were encountered:
@amohit1315, please check it
Sorry, something went wrong.
Duplicate: #51
No branches or pull requests
csim@google-topo3-jti3:~/B2_2024$ ./jtimon_new --stats-handler --config csv.json --no-per-packet-goroutines --max-run 3600
2024/07/11 01:47:14 Version: v2.0.4-dd154db63bf693ef5ade1fe3355b74be726da463-eos_internal BuildTime 2024-07-03T12:10:35-0700
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x48 pc=0x532ffe]
goroutine 19 [running]:
log.(*Logger).Printf(0xcb84c2?, {0xc0003cc400?, 0xc0002157f8?}, {0x0?, 0x9?, 0x0?})
/usr/local/go/src/log/log.go:201 +0x1e
main.getGPRCDialOptions(0xc000100800, 0xc000132450)
/Users/amohit/go/src/jtimon/grpc.go:53 +0x2f5
main.work(0xc000100800, 0xc0003ce060?)
/Users/amohit/go/src/jtimon/workers.go:689 +0x294
created by main.NewJWorker.func1
/Users/amohit/go/src/jtimon/workers.go:354 +0x54a
The text was updated successfully, but these errors were encountered: