bus error in test_gil test on armhf with 64bit kernel
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Python |
Fix Released
|
Unknown
|
||||
python3.6 (Ubuntu) | ||||||
Bionic |
Triaged
|
Undecided
|
Unassigned | |||
Cosmic |
Fix Released
|
Undecided
|
Unassigned | |||
python3.7 (Ubuntu) |
Fix Released
|
High
|
Dave Jones | |||
Bionic |
Fix Released
|
Undecided
|
Unassigned | |||
Cosmic |
Fix Released
|
Undecided
|
Unassigned | |||
Disco |
Fix Released
|
High
|
Dave Jones |
Bug Description
bus error in test_gil test on armhf with 64bit kernel
test_extra_sha3 (test.test_
test_get_
test_gil (test.test_
Current thread 0xf7bcd210 (most recent call first):
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
Bus error (core dumped)
CVE References
tags: | added: rls-dd-incoming |
Changed in python3.7 (Ubuntu): | |
importance: | Undecided → High |
Changed in python: | |
status: | Unknown → New |
Changed in python3.7 (Ubuntu): | |
assignee: | nobody → Dave Jones (waveform) |
tags: |
added: disco removed: rls-dd-incoming |
tags: | added: id-5c9ced775a657d0844321451 |
Changed in python3.7 (Ubuntu Disco): | |
status: | New → In Progress |
Changed in python: | |
status: | New → Confirmed |
Changed in python3.6 (Ubuntu Disco): | |
status: | New → Invalid |
Changed in python3.6 (Ubuntu Cosmic): | |
status: | New → Triaged |
Changed in python3.6 (Ubuntu Bionic): | |
status: | New → Triaged |
Changed in python3.7 (Ubuntu Bionic): | |
status: | New → In Progress |
Changed in python3.7 (Ubuntu Cosmic): | |
status: | New → Triaged |
no longer affects: | python3.6 (Ubuntu Disco) |
no longer affects: | python3.6 (Ubuntu) |
Changed in python: | |
status: | Confirmed → Unknown |
Changed in python: | |
status: | Unknown → New |
Changed in python: | |
status: | New → Fix Released |
This turned out to be a mis-aligned access in the _sha3 module. There's a NO_MISALIGNED_ ACCESSES define that can be used on the relevant platform (armhf) to fix it. Fixed package uploaded to https:/ /launchpad. net/~waveform/ +archive/ ubuntu/ pkg