Bug 382189

Summary: CI test execution fails consistently since June
Product: [Applications] kmymoney Reporter: Thomas Baumgart <tbaumgart>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal CC: sgmoore
Priority: NOR    
Version: git (master)   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thomas Baumgart 2017-07-10 08:35:07 UTC
The KDE CI system shows all test cases of the KMyMoney project as erroneous since June. This happened between jobs #6 and #8 (#7 failed for other reasons and never got to the execution of the tests).

I found the following indications:

- Usage of libasan with the tests seems to have been introduced between jobs #6 and #8 by the CI team

- Tests fail with "Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING."

- The following warning shows up in the log: "/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libasan.so.3, needed by /home/jenkins/install-prefix/lib64/libalkimia.so.6.0.90, may conflict with libasan.so.4"

- Compiling here on my openSUSE Leap 42.2 with gcc 5.3.1 on x86_64 with just -fsanitize=address links against libasan.so.2 and does not show any problems.