Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655904 - net-misc/freerdp-2.0.0_rc2 primitives tests segfault
Summary: net-misc/freerdp-2.0.0_rc2 primitives tests segfault
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-05-16 17:04 UTC by ernsteiswuerfel
Modified: 2018-05-17 18:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_655904.txt,5.50 KB, text/plain)
2018-05-16 17:04 UTC, ernsteiswuerfel
Details
build.log (build.log.xz,38.80 KB, application/x-xz)
2018-05-16 17:07 UTC, ernsteiswuerfel
Details
LastTest.log (LastTest.log.xz,167.14 KB, application/x-xz)
2018-05-16 17:07 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2018-05-16 17:04:54 UTC
Created attachment 531860 [details]
emerge --info

94% tests passed, 11 tests failed out of 184

Total Test time (real) = 153.39 sec

The following tests FAILED:
	170 - TestPrimitivesAdd (SEGFAULT)
	171 - TestPrimitivesAlphaComp (SEGFAULT)
	172 - TestPrimitivesAndOr (SEGFAULT)
	173 - TestPrimitivesColors (SEGFAULT)
	174 - TestPrimitivesCopy (SEGFAULT)
	175 - TestPrimitivesSet (SEGFAULT)
	176 - TestPrimitivesShift (SEGFAULT)
	177 - TestPrimitivesSign (SEGFAULT)
	178 - TestPrimitivesYUV (Failed)
	179 - TestPrimitivesYCbCr (SEGFAULT)
	180 - TestPrimitivesYCoCg (SEGFAULT)
Errors while running CTest
Comment 1 ernsteiswuerfel archtester 2018-05-16 17:07:08 UTC
Created attachment 531862 [details]
build.log
Comment 2 ernsteiswuerfel archtester 2018-05-16 17:07:52 UTC
Created attachment 531866 [details]
LastTest.log
Comment 3 Mike Gilbert gentoo-dev 2018-05-16 18:19:29 UTC
Interesting. I can reproduce this on AMD64 if I pass -DWITH_SSE2=OFF to cmake.
Comment 4 Larry the Git Cow gentoo-dev 2018-05-16 21:19:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e26fc064d3097406733d3242c14f8b872a239e

commit 00e26fc064d3097406733d3242c14f8b872a239e
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2018-05-16 21:18:42 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-05-16 21:18:42 +0000

    net-misc/freerdp: fix null pointer deref in primitives
    
    Closes: https://bugs.gentoo.org/655904
    Package-Manager: Portage-2.3.36_p22, Repoman-2.3.9_p215

 net-misc/freerdp/files/2.0.0-rc2-primitives.patch  | 41 ++++++++++++++++++++++
 ....0.0_rc2.ebuild => freerdp-2.0.0_rc2-r1.ebuild} |  4 +++
 2 files changed, 45 insertions(+)
Comment 5 ernsteiswuerfel archtester 2018-05-17 18:55:05 UTC
Now it passes all the tests on ppc. Thanks!