[Bug 1393825] Re: Juju testsuite fails in random ways

2016-04-24 Thread Rolf Leggewie
** Changed in: gccgo-go (Ubuntu Utopic) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393825 Title: Juju testsuite fails in random ways To manage notifications abou

[Bug 1393825] Re: Juju testsuite fails in random ways

2015-03-11 Thread Matthias Klose
gccgo-go is removed in vivid, superseded by gccgo-5 ** Also affects: gccgo-go (Ubuntu Utopic) Importance: Undecided Status: New ** Also affects: gccgo-go (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: gccgo-go (Ubuntu) Status: Confirmed => Invalid -

[Bug 1393825] Re: Juju testsuite fails in random ways

2015-03-09 Thread Curtis Hovey
The stilson machines that run the tests have 9.8G RAM. They always have. ** Changed in: gccgo-go (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393825

[Bug 1393825] Re: Juju testsuite fails in random ways

2015-03-03 Thread Tim Penhey
Dave has done some testing, and we are pretty sure that this is due to lack of memory. Can you confirm please the amount of memory on the machine or VM running these tests, and the memory use of the test process? We were not able to reproduce these problems on a VM running with 8gig or ram. ** C

[Bug 1393825] Re: Juju testsuite fails in random ways

2015-02-23 Thread Dimiter Naydenov
It turns out the vivid package does not yet have the needed patch from https://go-review.googlesource.com/#/c/1840/ we'll have to wait for an upstream release I guess. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1393825] Re: Juju testsuite fails in random ways

2015-02-23 Thread Dimiter Naydenov
Related bug 1417771. Let's release an updated version of gccgo-go for trusty at least, if not precise. In vivid, a more recent release (1.2.1-0ubuntu7 ) has the fix. ** Changed in: gccgo-go (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of

[Bug 1393825] Re: Juju testsuite fails in random ways

2015-01-22 Thread James Page
** Changed in: gccgo-go (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393825 Title: Juju testsuite fails in random ways To manage notifications about th

[Bug 1393825] Re: Juju testsuite fails in random ways

2014-11-20 Thread Michael Hudson-Doyle
I filed a bug in the gcc tracker about this (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64001). ** Bug watch added: GCC Bugzilla #64001 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64001 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1393825] Re: Juju testsuite fails in random ways

2014-11-18 Thread Martin Packman
Another part of this is from a panic in a later test: ubuntu@go:~/go/src/github.com/juju/juju$ (cd provider/openstack/&& go test ./... -compiler gccgo -v -gocheck.v -gocheck.f=TestStartInstanceWithUnknownAZError) 3 === RUN Test ---

[Bug 1393825] Re: Juju testsuite fails in random ways

2014-11-18 Thread Michael Hudson-Doyle
After a bit more poking I am still pretty confused, but (a) it seems to do with stack splitting, so won't affect the platforms we actually care about gccgo on (b) it doesn't happen with gcc mainline so it's probably a bug that's fixed upstream. So I'm not sure it's worth spending a heap of time on

[Bug 1393825] Re: Juju testsuite fails in random ways

2014-11-18 Thread Martin Packman
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 0x7f6b0011 fatal error: fa

[Bug 1393825] Re: Juju testsuite fails in random ways

2014-11-18 Thread Michael Hudson-Doyle
The crash is happening during stack splitting. The immediate cause for the crash is that the stack pointer is totally bogus, presumably because the function that is supposed to return an address to use as the new stack segment returned something bogus. I don't really see how that is possible (but

[Bug 1393825] Re: Juju testsuite fails in random ways

2014-11-18 Thread Martin Packman
** Description changed: Two parts of the juju-core test suite panic or segfault when run with -compiler gccgo on amd64. Some examples, in provider/openstack: ubuntu@go:~/go/src/github.com/juju/juju$ (cd provider/openstack/&& go test ./... -compiler gccgo -gocheck.v -v) 3 === RUN

[Bug 1393825] Re: Juju testsuite fails in random ways

2014-11-18 Thread Michael Hudson-Doyle
This is the gdb traceback seen while running the openstack provider tests: http://pastebin.ubuntu.com/9073749/ Funnily enough I saw a traceback very much like this just yesterday. What I know at this point: It's failing while parsing a https certificate. The failure occurs during allocation: go