FTBFS on amd64 due to uninitialized values in unit-tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-voice |
Fix Released
|
Undecided
|
Łukasz Zemczak | ||
unity-voice (Ubuntu) |
Fix Released
|
Undecided
|
Łukasz Zemczak |
Bug Description
The unity-voice fails in the wily test-rebuild [1] due to the unit tests failing:
1/1 Test #1: unit-tests .......
[==========] Running 4 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 4 tests from TestPronounceDict
[ RUN ] TestPronounceDi
==6554== Conditional jump or move depends on uninitialised value(s)
==6554== at 0x516ADDC: qDetectCpuFeatu
==6554== by 0x514487C: qHash(QString const&, unsigned int) (in /usr/lib/
==6554== by 0x40D302: QHash<QString, QList<QString> >::findNode(QString const&, unsigned int*) const (qhash.h:912)
==6554== by 0x40CBB5: insert (qhash.h:768)
==6554== by 0x40CBB5: PronounceDict:
==6554== by 0x40A0E6: (anonymous namespace)
==6554== by 0x42E182: HandleSehExcept
==6554== by 0x42E182: void testing:
==6554== by 0x4260EB: testing:
==6554== by 0x4262C4: Run (gtest.cc:2142)
==6554== by 0x4262C4: testing:
==6554== by 0x426434: Run (gtest.cc:2301)
==6554== by 0x426434: testing:
==6554== by 0x4268BC: Run (gtest.cc:4353)
==6554== by 0x4268BC: testing:
==6554== by 0x42E662: HandleSehExcept
==6554== by 0x42E662: bool testing:
==6554== by 0x426BD4: testing:
(...)
[1] http://
Related branches
- Pete Woods (community): Approve
-
Diff: 46 lines (+1/-11)3 files modifiedcmake/FindValgrind.cmake (+1/-1)
debian/control (+0/-1)
debian/rules (+0/-9)
Changed in unity-voice (Ubuntu): | |
status: | New → In Progress |
description: | updated |
Changed in unity-voice: | |
status: | In Progress → Fix Released |
Fix staged in a CI Train silo, will land later today.