fishy commented on pull request #2497:
URL: https://github.com/apache/thrift/pull/2497#issuecomment-1008343546


   hmm, this test failed on travis:
   
   ```
   /usr/local/bin/go test -mod=mod -v ./src/common/...
   === RUN   TestAllConnection
   panic: runtime error: invalid memory address or nil pointer dereference
   [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x6cc5da]
   goroutine 9 [running]:
   github.com/apache/thrift/lib/go/thrift.(*TSimpleServer).innerAccept.func1()
        /thrift/src/lib/go/thrift/simple_server.go:205 +0xba
   created by 
github.com/apache/thrift/lib/go/thrift.(*TSimpleServer).innerAccept
        /thrift/src/lib/go/thrift/simple_server.go:201 +0x1c8
   FAIL github.com/apache/thrift/test/go/src/common     0.015s
   FAIL
   ```
   
   but I cannot reproduce it locally and it doesn't make sense to me


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to