Comment 3 for bug 1393825

Revision history for this message
Martin Packman (gz) wrote :

The HTTPS side of this I can reproduce (inconsistently) running just one test:

ubuntu@go:~/go/src/github.com/juju/juju$ (cd provider/openstack/&& go test ./... -compiler gccgo -v -gocheck.v -gocheck.f=TestMustDisableSSLVerify)
3
=== RUN Test
unexpected fault address 0x7f6b00000011
fatal error: fault
[signal 0xb code=0x1 addr=0x7f6b00000011]
...

ubuntu@go:~/go/src/github.com/juju/juju$ (cd provider/openstack/&& go test ./... -compiler gccgo -v -gocheck.v -gocheck.f=TestMustDisableSSLVerify)
3
=== RUN Test
signal: segmentation fault (core dumped)
FAIL github.com/juju/juju/provider/openstack 1.324s