Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primitives tests segfault when optimized primitives are disabled #4658

Closed
floppym opened this issue May 16, 2018 · 1 comment
Closed

Primitives tests segfault when optimized primitives are disabled #4658

floppym opened this issue May 16, 2018 · 1 comment

Comments

@floppym
Copy link
Contributor

floppym commented May 16, 2018

When FreeRDP is built with optimized primitives disabled (WITH_SSE2=OFF), the relevant tests segfault.

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)

@floppym
Copy link
Contributor Author

floppym commented May 16, 2018

@akallabeth I suspect this broke with c82610c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant