undertakerSuite.TestAPICalls nil deref panic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Critical
|
Andrew Wilkins |
Bug Description
CI tests fail for master on i386 with a nil deref panic in the undertaker suite.
<http://
<http://
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x1 pc=0x81dfa9b]
goroutine 17 [running]:
runtime.
/usr/lib/
sync/atomic.
/usr/lib/
github.
/home/
github.
/home/
github.
/home/
created by github.
/home/
...
FAIL github.
Only commit since the previous run where this test passes is:
<https:/
Merge of pr #4002 from waigani/
summary: |
- undertakerSuite.TestAPICalls + undertakerSuite.TestAPICalls nil deref panic |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
tags: | added: 2.0-count |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-alpha1 → none |
milestone: | none → 2.0-alpha1 |
Looks like it's due to use of non-aligned memory access in atomic ops.